﻿/*
Author       : Theme-Family
Template Name: Muqtadir - Gardening & Landscapeing HTML5 Website Template
Version      : 1.0.0
*/
/*=============================================================
    CSS INDEX
    =============================
    01. GENERAL STYLE (body, link color, SECTION TITLE,FONT,Header Searchbox, PRELOADER, BTN, SECTION PADDING, SCROLL etc)
    02. START BOOTSTRAP NAVIGAtION OVERRIDES
    03. START HOME DESIGN
		---START SWIPER SLIDER DESIGN
    04. START FEATURE DESIGN 
    05. START ABOUT DESIGN
		---START COUNTER DESIGN
		---START VIDEO DESIGN 
	06. START SERVICE DESIGN 
    07. START PLAN DESIGN
    08. START TESTIMONIAL DESIGN 
	09. START SKILL DESIGN 
	10. START GALLERY DESIGN  
	11. START TEAM DESIGN
		---START COMPANY BRAND LOGO DESIGN 
		---START FREQUENTLY DESIGN
		---START PRICING DESIGN
	12. START BLOG DESIGN	
		---START BLOG DETAILS DESIGN
		---PAGINATION DESIGN
		---START SERVICE DETAILS DESIGN
		---START TEAM DETAILS DESIGN
		---START PROTFOLIO DETAILS DESIGN
    13. START PRODUCT DESIGN
		---START DESCOUNT PRODUCT DESIGN
		---Product Destails Design
    14. START CONTACT DESIGN
		---START NEWSLETTER DESIGN
    15. START ADDRESS DESIGN
		--(START MAP DESIGN)
    16. START FOOTER DESIGN
  =============================================================*/
/*
* ----------------------------------------------------------------------------------------
* 01.GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
html {
    overflow-x: hidden;
    height: 100%;
}

/*body {
    font-family: var(--thm-font);
    line-height: 28px;
    color: var(--thm-p);
    font-size: 16px;
    letter-spacing: -0.03em;
}*/

:root {
    --thm-font: "Roboto", sans-serif;
    --thm-font2: "Arimo", sans-serif;
    --thm-base: #089000;
    --thm-color: #063b00;
    --thm-bg: #c6857d;
    --thm-black: #1f232c;
    --thm-title: #232323;
    --thm-white: #ffffff;
    --thm-eee: #eeeeee;
    --thm-ddd: #dddddd;
    --thm-fb: #F1F8FF;
    --thm-f5: #F5F5F5;
    --thm-f4: #F4F4F4;
    --thm-f3: #F3F3F3;
    --thm-f2: #F2F2F2;
    --thm-f1: #F1F1F1;
    --thm-f6: #f6f6f6;
    --thm-p: #626262;
    --thm-line: linear-gradient( to right,var(--thm-color),var(--thm-base),var(--thm-black));
}

.bg-f1 {
    background: var(--thm-f1) !important;
}

.bg-f2 {
    background: var(--thm-f2) !important;
}

.bg-f3 {
    background: var(--thm-f3) !important;
}

.bg-f4 {
    background: var(--thm-f4) !important;
}

.bg-f5 {
    background: var(--thm-f5) !important;
}

.bg-f6 {
    background: var(--thm-f6) !important;
}

/*h1, h2, h3, h4, h5, h6 {
    font-family: var(--thm-font2);
    color: var(--thm-black);
}

h1, h2, h3, h4, h5, h6 {
    color: var(--thm-black);
    font-weight: 700;
}*/

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        color: inherit;
    }

/*h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 0px;
    font-weight: 700;
}*/

/*h3 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 0px;
    font-weight: 700;
}*/

/*h4 {
    font-size: 20px;
    line-height: 30px;
}*/

/*h5 {
    font-size: 18px;
    line-height: 28px;
}

h6 {
    font-size: 14px;
    line-height: 24px;
}*/

p:last-child {
    margin-bottom: 0;
}

ul,
li {
    margin: 0;
    padding: 0;
}

p {
    font-size: 16px;
    color: var(--thm-p);
    font-weight: 400;
}

    p:last-child {
        margin-bottom: 0;
    }

img {
    max-width: 100%;
    height: auto;
    border: 0;
}

a {
    color: inherit;
    transition: all 0.3s ease;
    text-decoration: none;
    outline: none;
}

    a:focus, .btn:focus {
        text-decoration: none;
        outline: none;
    }

    a:hover, a:active {
        color: inherit;
        text-decoration: none;
        outline: 0;
    }

*, ::before, ::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

span {
    letter-spacing: 0;
}

a, button, input {
    outline: medium none;
}

dl, ol, ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

button:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: transparent !important;
}

fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

::-webkit-input-placeholder {
    color: inherit;
}

::-moz-input-placeholder {
    color: inherit;
}

::-ms-input-placeholder {
    color: inherit;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 270px;
    z-index: 9;
    overflow: hidden;
}

button, input, textarea {
    color: var(--thm-black);
}

    button, input, textarea:focus {
        outline: none;
    }

.bg-overlay {
    position: relative;
    z-index: 1;
}

.bg-overlay {
    background-color: rgba(36, 42, 53, 0.8);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    z-index: -1;
}

.overlay-color {
    position: relative;
    z-index: 1;
}

    .overlay-color:before {
        content: '';
        background-color: var(--thm-color);
        opacity: 0.8;
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        right: 0;
        z-index: -1;
    }

.overlay-gradient {
    position: relative;
    z-index: 1;
}

    .overlay-gradient::before {
        content: '';
        background: linear-gradient(to right, var(--thm-color), var(--thm-base));
        opacity: 0.9;
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: -1;
    }

.rgba_before {
    position: relative;
    z-index: 1;
}

    .rgba_before:before {
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        background: rgba(0,0,0,0.6);
        z-index: -1;
    }

.right {
    text-align: right;
}

.border-left {
    border-left: 3px solid var(--thm-base);
}
/**************************************
 * START FONT SIZE DESIGN
 *************************************/
.f-10 {
    font-size: 10px;
}

.f-12 {
    font-size: 12px;
}

.f-13 {
    font-size: 13px;
}

.f-14 {
    font-size: 14px;
}

.f-15 {
    font-size: 15px;
}

.f-16 {
    font-size: 16px;
}

.f-17 {
    font-size: 17px;
}

.f-18 {
    font-size: 18px;
}

.f-19 {
    font-size: 19px;
}

.f-20 {
    font-size: 20px;
}
/**************************************
 * END FONT SIZE DESIGN
 *************************************/
/**************************************
 * START LINE HEIGHT DESIGN
 *************************************/
.line-height_1_4 {
    line-height: 1.4;
}

.line-height_1_6 {
    line-height: 1.6;
}

.line-height_1_8 {
    line-height: 1.8;
}
/**************************************
 * END LINE HEIGHT DESIGN
 *************************************/
/*
* ----------------------------------------------------------------------------------------
* PRELOADER
* ----------------------------------------------------------------------------------------
*/

.atf-preloader {
    background: var(--thm-white);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.loader {
    width: 100px;
    height: 100px;
    top: 50%;
    position: relative;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .loader .loader-inner {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

        .loader .loader-inner:before {
            content: "";
            display: block;
            width: 15%;
            height: 25%;
            border-radius: 100%;
            background: var(--thm-color);
            margin: 0 auto;
            animation: loading-1 1.2s infinite ease-in-out both;
        }

    .loader .box-2 {
        transform: rotate(30deg);
    }

    .loader .box-3 {
        transform: rotate(60deg);
    }

    .loader .box-4 {
        transform: rotate(90deg);
    }

    .loader .box-5 {
        transform: rotate(120deg);
    }

    .loader .box-6 {
        transform: rotate(150deg);
    }

    .loader .box-7 {
        transform: rotate(180deg);
    }

    .loader .box-8 {
        transform: rotate(210deg);
    }

    .loader .box-9 {
        transform: rotate(240deg);
    }

    .loader .box-10 {
        transform: rotate(270deg);
    }

    .loader .box-11 {
        transform: rotate(300deg);
    }

    .loader .box-12 {
        transform: rotate(330deg);
    }

    .loader .box-2:before {
        animation-delay: -1.1s;
    }

    .loader .box-3:before {
        animation-delay: -1s;
    }

    .loader .box-4:before {
        animation-delay: -0.9s;
    }

    .loader .box-5:before {
        animation-delay: -0.8s;
    }

    .loader .box-6:before {
        animation-delay: -0.7s;
    }

    .loader .box-7:before {
        animation-delay: -0.6s;
    }

    .loader .box-8:before {
        animation-delay: -0.5s;
    }

    .loader .box-9:before {
        animation-delay: -0.4s;
    }

    .loader .box-10:before {
        animation-delay: -0.3s;
    }

    .loader .box-11:before {
        animation-delay: -0.2s;
    }

    .loader .box-12:before {
        animation-delay: -0.1s;
    }

@keyframes loading-1 {
    0%, 39%, 100% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }
}
/*END PRELOADER DESIGN*/

/*START SECTION PADDING DESIGN*/

.atf-section-padding {
    padding: 100px 0;
}

/*START SECTION TITLE DESIGN*/
.small-title {
    display: inline-block;
    background-color: var(--thm-base);
    padding: 5px 15px;
    color: var(--thm-white);
    font-style: italic;
    letter-spacing: 1.4px;
    border-radius: 5px;
}

.atf-section-title .sub-title {
    position: relative;
    display: inline-block;
    color: var(--thm-base);
    padding-left: 55px;
    font-weight: 600;
}

.sub-heading-border.style1 .atf-section-title .sub-title {
    padding-left: 0px !important;
}

.atf-section-title .sub-title::before {
    position: absolute;
    content: '';
    top: 14px;
    left: 0;
    width: 40px;
    border: 1.7px solid;
}

.sub-heading-border .atf-section-title .sub-title::after {
    position: absolute;
    content: '';
    top: 15px;
    right: -57px;
    width: 40px;
    border: 1.7px solid;
}
/* Style Two */

.atf-section-title .sub-title.style1::before {
    position: absolute;
    content: '';
    top: 14px;
    left: -50px !important;
    width: 40px;
    border: 1.7px solid;
}

.sub-heading-border.style1 .atf-section-title .sub-title::after {
    position: absolute;
    content: '';
    top: 15px;
    right: -50px;
    width: 40px;
    border: 1.7px solid;
}

.atf-section-title img {
    display: block;
    margin: 0 auto;
    width: 50px;
}

.atf-section-title h3 {
    text-shadow: 1px 1px 1px rgba(255,255,255,0.2);
    font-weight: 700;
    color: var(--thm-black);
}

.atf-single-details .title-color span {
    color: var(--thm-color) !important;
    text-shadow: 2px 2px 0px chartreuse;
}

.title-color span {
    color: var(--thm-base) !important;
}
/*END SECTION TITLE DESIGN*/

/*START SCROLL TO TOP*/

.back-to-top.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    right: 3%;
    top: 84%;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.back-to-top {
    position: fixed;
    cursor: pointer;
    right: 3%;
    top: 85%;
    background-color: var(--thm-base);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 31%);
    z-index: 4;
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 42px;
    border-radius: 50px;
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s;
}

    .back-to-top::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background-color: var(--thm-color);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: .5s;
        transition: .5s;
    }


    .back-to-top i {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0;
        margin: 0 auto;
        color: var(--thm-white);
        -webkit-transition: .5s;
        transition: .5s;
        font-size: 20px;
    }

@-webkit-keyframes bounce {

    0%, to {
        transform: translateY(5%);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    50% {
        transform: translateY(0);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
}

@keyframes bounce {

    0%, to {
        transform: translateY(5%);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    50% {
        transform: translateY(0);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
}


@-webkit-keyframes pulse {
    0% {
        border-color: #48e9d1;
        box-shadow: 0 0 rgba(72, 233, 209, 0.66);
    }

    70% {
        border-color: #48e9d1;
        box-shadow: 0 0 0 10px rgba(72, 233, 209, 0);
    }

    to {
        border-color: #48e9d1;
        box-shadow: 0 0 0 10px rgba(72, 233, 209, 0);
    }
}

@keyframes pulse {
    0% {
        border-color: #48e9d1;
        box-shadow: 0 0 rgba(72, 233, 209, 0.66);
    }

    70% {
        border-color: #48e9d1;
        box-shadow: 0 0 0 10px rgba(72, 233, 209, 0);
    }

    to {
        border-color: #48e9d1;
        box-shadow: 0 0 0 10px rgba(72, 233, 209, 0);
    }
}

.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
/*END SCROLL TO TOP*/

/* START BTN STYLE */
.atf-home-one-btn .atf-themes-btn {
    color: rgba(255,255,255,0.8);
}

.atf-themes-btn {
    color: var(--thm-base);
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid var(--thm-base);
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.35s;
    display: inline-block;
}

    .atf-themes-btn:hover,
    .atf-themes-btn:focus {
        color: var(--thm-white);
    }

    .atf-themes-btn:before {
        content: "";
        background: var(--thm-base);
        width: 20%;
        height: 100%;
        transform: rotateZ(-45deg) translateX(-50%) translateY(-50%);
        position: absolute;
        top: 50%;
        left: 0;
        transition: all 0.3s;
        z-index: -1;
    }

    .atf-themes-btn:hover:before {
        width: 100%;
        top: 0;
        transform: none;
    }

@media only screen and (max-width: 767px) {
    .atf-themes-btn {
        margin-bottom: 15px;
    }
}
/* END BTN STYLE */

/*
* ----------------------------------------------------------------------------------------
* 01.END GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 02.START BOOTSTRAP NAVIGAtION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
.atf_header_top {
    background-color: var(--thm-color) !important;
    padding: 10px 0;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 1050;
}

    .atf_header_top::after {
        background: var(--thm-base) none repeat scroll 0 0;
        content: "";
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        top: 0;
        left: calc(75% + 0px);
        -webkit-transform: skewX(-0deg);
        transform: skew(-0deg);
        border-left: 4px solid var(--thm-white);
    }

.atf_header-social {
    list-style-type: none;
}

    .atf_header-social li {
        display: inline-block;
        margin: 0 2px;
    }

        .atf_header-social li a i {
            background: rgba(0, 0, 0, 0.1);
            width: 40px;
            height: 40px;
            line-height: 40px;
            border-radius: 50%;
            text-align: center;
            transition: all 0.3s ease-in-out 0s;
            color: white;
            font-size: 18px;
        }

            .atf_header-social li a i:hover {
                color: var(--thm-white);
                background: var(--thm-color);
            }

.atf-header-icon {
    margin-top: 4px;
}

.atf-header-location {
    display: flow-root;
}

.atf_header_top_left.style1 .atf-header-icon i {
    padding-right: 10px;
    font-size: 16px;
}

.atf-header-icon i {
    padding-right: 15px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 40px;
}

.atf_header_top_left {
    display: inline-block;
}

.atf-header-address {
    margin-right: 20px;
    line-height: 1.4;
    display: flex;
    align-items: center;
}

.atf-header-area .atf-location-design {
    position: relative;
}

.atf-header-area .atf-location-design {
    position: absolute;
    right: 65px;
    bottom: 13px;
    display: flex;
    color: var(--thm-white);
    background: var(--thm-base);
    padding: 10px 15px;
    border-radius: 5px;
    line-height: 1.4;
}

.atf_header_top p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.8);
}

.atf_header_top_right {
    float: right;
}

    .atf_header_top_left p,
    .atf_header_top_right p {
        display: inline-block;
    }

.atf_header_top_left p {
    padding-right: 12px;
}

.atf_header_top_right p {
    padding-left: 8px;
}

.atf-top-header {
    margin-top: 38px;
}

#atf_navigation.navbar-fixed {
    margin-top: 0;
}

.atf_site-logo {
    width: 147px;
    height: auto;
    margin-top: 10px;
}

.navbar-fixed {
    z-index: 999;
    position: fixed;
    padding: 10px 0 0;
    opacity: .98;
    width: 100%;
    top: 0;
    -webkit-animation: fadeInDown 1600ms;
    animation: fadeInDown 1600ms;
    -webkit-backface-visibility: hidden;
    border-radius: 0px;
    /* background: var(--thm-white);
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.07);  */
}

#atf_navigation {
    padding: 25px 0 0px;
    /* border-bottom: 1px solid rgb(247, 243, 243 , 0.1); */
    /* background-color: transparent; */
}

    #atf_navigation.navbar-fixed {
        padding-top: 8px;
        padding-bottom: 8px;
    }

.atf_header_right {
    display: flex;
    flex-basis: auto;
}

#atf_nav-menu ul {
    list-style-type: none;
}

    #atf_nav-menu ul li {
        display: inline-block;
        margin-left: 25px;
        position: relative;
    }

        #atf_nav-menu ul li a {
            color: var(--thm-white);
            font-weight: 500;
            text-transform: capitalize;
            font-family: var(--thm-font);
            transition: .5s;
            font-size: 17px;
            padding: 24px 0 20px;
            border-bottom: 1px solid transparent;
            display: block;
        }

#atf_navigation.navbar-fixed #atf_nav-menu ul li a {
    color: var(--thm-black);
    padding: 22px 0 22px;
}

    #atf_navigation.navbar-fixed #atf_nav-menu ul li a:hover,
    #atf_navigation.navbar-fixed #atf_nav-menu ul li a:focus,
    #atf_nav-menu ul li a:hover,
    #atf_nav-menu ul li a:focus {
        color: var(--thm-base);
    }

#atf_nav-menu ul li > a:hover,
#atf_nav-menu ul li > a:focus {
    border-bottom: 1px solid var(--thm-base);
}

#atf_navigation #atf_nav-menu ul li a:hover,
#atf_navigation #atf_nav-menu ul li a:focus,
#atf_navigation.navbar-fixed #atf_nav-menu ul li a:hover,
#atf_navigation.navbar-fixed #atf_nav-menu ul li a:focus {
    border-bottom: 1px solid transparent;
}

.slicknav_nav_icon {
    color: var(--thm-base);
    font-size: 24px;
}

#mobile_menu {
    display: none;
}

.navbar-light .logo-black {
    display: none;
}

.navbar-light.navbar-fixed .atf_site-logo .logo-white {
    display: none;
}

.navbar-light.navbar-fixed .atf_site-logo .logo-black {
    display: block;
}
/*-------------------------------
# dropdwon menu 
--------------------------------*/
#atf_navigation #atf_nav-menu ul li ul li ul.drop-menu {
    opacity: 0;
}

#atf_navigation #atf_nav-menu ul li ul li:hover > ul.drop-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 10%;
}

#atf_navigation #atf_nav-menu ul li ul,
#atf_navigation #atf_nav-menu ul li ul li ul {
    background: var(--thm-color);
    box-shadow: 0 0 10px 3px rgba(0,0,0,.05);
    left: 0;
    list-style: outside none none;
    margin: 0;
    opacity: 0;
    padding: 10px;
    position: absolute;
    text-align: left;
    top: 115%;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 180px;
    z-index: 999;
    border-radius: 4px;
}

    #atf_navigation #atf_nav-menu ul li ul li {
        position: relative;
    }

        #atf_navigation #atf_nav-menu ul li ul li ul {
            top: 0;
            right: auto;
            left: 170px;
        }

        #atf_navigation #atf_nav-menu ul li:hover ul,
        #atf_navigation #atf_nav-menu ul li ul li:hover > ul {
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            visibility: visible;
            top: 100%;
        }

    #atf_navigation #atf_nav-menu ul li ul li {
        display: block;
        margin: 0;
        padding: 0;
        display: inline-flex;
    }
        #atf_navigation #atf_nav-menu ul li ul li span {
            font-size: 20px;
            margin-left: 10px;
            color: rgb(255, 192, 31);
        }
        #atf_navigation.navbar-fixed #atf_nav-menu ul li ul li a,
        #atf_navigation #atf_nav-menu ul li ul li a {
            color: var(--thm-white);
            display: block;
            font-size: 14px;
            line-height: 30px;
            font-weight: 600;
            padding: 5px 12px;
            position: relative;
            -webkit-transition: all 0.3s ease 0s !important;
            transition: all 0.3s ease 0s !important;
            visibility: inherit !important;
            opacity: inherit !important;
            text-transform: capitalize;
        }

            #atf_navigation #atf_nav-menu ul li ul li a:hover {
                color: var(--thm-white) !important;
                text-decoration: none;
                display: block;
                background: var(--thm-base);
                border-radius: 5px;
            }
/* #atf_navigation.navbar-fixed .atf-menu-btn a {
	color: var(--thm-black);
}
#atf_navigation.navbar-fixed .atf-menu-btn a:hover {
	color: var(--thm-white);
} */
.atf-menu-btn a {
    padding: 12px 12px !important;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    display: inline-block;
    color: var(--thm-white);
}

    .atf-menu-btn a:hover {
        box-shadow: 0 0 15px rgba(0,0,0,0.2);
    }

.dropdown-toggle::after {
    margin-top: 16px;
}

.atf-drop-menu ul li > ul {
    visibility: hidden;
}

.atf-drop-menu ul li:hover > ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 1080;
    overflow: hidden;
}

.atf-drop-menu ul {
    margin-bottom: 0;
}

.atf-drop-menu {
    display: inline-block;
    text-align: left;
    margin-left: 15px;
}

    .atf-drop-menu ul li ul {
        position: absolute;
        min-width: 150px;
        right: 0;
        background-color: var(--thm-white);
        -webkit-box-shadow: var(--box-shadow-4);
        box-shadow: var(--box-shadow-4);
        border-top: 1px solid #ececec;
        top: 130%;
        padding: 10px 0;
        margin: 0;
        -webkit-transition: opacity .2s ease .1s,visibility .2s ease .1s,top .2s ease .1s;
        -o-transition: opacity .2s ease .1s,visibility .2s ease .1s,top .2s ease .1s;
        transition: opacity .2s ease .1s,visibility .2s ease .1s,top .2s ease .1s;
        opacity: 0;
        visibility: hidden;
    }

        .atf-drop-menu ul li ul li {
            display: block;
            padding: 5px 15px;
            font-size: 16px;
            color: var(--thm-black);
            font-weight: 500;
        }

            .atf-drop-menu ul li ul li a {
                color: inherit;
                -webkit-transition: all .5s ease;
                -o-transition: all .5s ease;
                transition: all .5s ease;
            }

                .atf-drop-menu ul li ul li a:hover {
                    color: var(--thm-color);
                }

@media only screen and (max-width:767px) {
    .navbar-brand {
        padding-top: 20px;
    }
}
/*
* ----------------------------------------------------------------------------------------
* 02.END BOOTSTRAP NAVIGAtION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 03.START HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
#home {
    position: relative;
    z-index: 1;
}

.atf-header-area {
    background-color: var(--thm-f6);
    height: 750px;
    overflow: hidden;
    z-index: 1;
}

.atf-single-details img {
    width: 50px;
    height: 50px;
}

.atf-cover-bg {
    position: relative;
}

    .atf-cover-bg::before {
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.1);
    }

.atf-navbar-one {
    background: var(--thm-color);
}

#atf_navigation.navbar-fixed .atf-navbar-one #atf_nav-menu ul li a {
    color: var(--thm-white);
}

.atf-align-items-details {
    display: flex;
    align-items: center;
    min-height: 100%;
}

.atf-header-area .atf-single-details h2 {
    font-size: 60px;
    font-weight: 700;
    color: var(--thm-color);
    line-height: 1.1;
    text-transform: capitalize;
}

.atf-header-area .atf-single-details p {
    color: var(--thm-color);
    margin: 20px 0 30px;
}

.atf-single-details h5 {
    -webkit-animation: .5s .3s fadeInUp both;
    animation: .5s .3s fadeInUp both;
}

.atf-single-details h2 {
    -webkit-animation: .5s .5s fadeInUp both;
    animation: .5s .5s fadeInUp both;
}

.atf-single-details p {
    -webkit-animation: .5s .7s fadeInUp both;
    animation: .5s .7s fadeInUp both;
}

.atf-single-details .atf-home-btn {
    -webkit-animation: .5s .9s fadeInUp both;
    animation: .5s.9s fadeInUp both;
}

.atf-single-details .atf-main-btn {
    -webkit-animation: .5s .9s fadeInUp both;
    animation: .5s .9s fadeInUp both;
}

/* ----------------------------------------
  Header Searchbox
---------------------------------------- */
.cart-btn {
    border-left: 1px solid #eaeaea;
    padding-left: 10px;
    margin-left: 10px;
}

    .cart-btn a {
        height: 50px;
        width: 50px;
        line-height: 50px;
        border-radius: 50%;
        background: var(--thm-base);
        color: var(--thm-white);
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        z-index: 1;
    }

        .cart-btn a:hover {
            background: var(--thm-color);
            color: var(--thm-white);
        }

    .cart-btn a {
        cursor: pointer;
        display: inline-block;
    }

    .cart-btn .cart-icon {
        position: relative;
    }

        .cart-btn .cart-icon span {
            position: absolute;
            top: 5px;
            left: 34px;
            z-index: 2;
            background: darkred;
            /* height: 39px; */
            border-radius: 50%;
            width: 23px;
            font-size: 14px;
            height: 20px;
            line-height: 19px;
            text-align: center;
        }

        .cart-btn .cart-icon span {
            font-size: 14px;
        }

    .cart-btn .cart-icon {
        min-width: 25px;
        text-align: center;
        font-size: 16px;
    }

.atf__header-options .header-search {
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    background: var(--thm-base);
    color: var(--thm-white);
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    .atf__header-options .header-search:hover {
        background: var(--thm-color);
        color: var(--thm-white);
    }

.header-search {
    cursor: pointer;
    display: inline-block;
}

    .header-search .search-icon {
        min-width: 25px;
        text-align: center;
        font-size: 16px;
    }

.header-search-area {
    position: relative;
}

.header-search-form {
    background-color: var(--thm-black);
    height: 0;
    margin-right: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 130%;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: height;
    -o-transition-property: height;
    transition-property: height;
    width: 320px;
    z-index: 9999;
}

    .header-search-form form {
        position: relative;
        margin: 15px 15px 0;
    }

    .header-search-form input {
        height: 60px;
        padding-left: 10px;
        width: 100%;
        border: 1px solid #ddd;
        box-shadow: 0 0 15px rgba(0,0,0,0.1);
        transition: all 0.3s ease-in-out 0s;
    }

        .header-search-form input:focus,
        .header-search-form input:active {
            border: 1px solid var(--thm-base);
        }

    .header-search-form button[type="submit"] {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: medium none;
        color: var(--thm-color);
        display: block;
        font-size: 18px;
        height: 60px;
        line-height: 48px;
        position: absolute;
        right: 8px;
        text-align: center;
        top: 0;
        padding: 1px 6px;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

        .header-search-form button[type="submit"]:hover {
            color: var(--thm-color);
        }

.search-icon {
    position: relative;
}

    .search-icon .for-search-close {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0;
        opacity: 0;
        visibility: hidden;
    }

.search-open.header-search-form {
    height: 90px;
}

.search-open .for-search-show {
    opacity: 0;
    visibility: hidden;
}

.search-open .for-search-close {
    opacity: 1;
    visibility: visible;
}
/*
* ----------------------------------------------------------------------------------------
* START SWIPER SLIDER DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-slider {
    position: relative;
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, var(--thm-white));
}

.atf-home-overlay {
    background: rgba(0,0,0,0.2);
    height: 100%;
    width: 100%;
}

.atf-slider.swiper {
    width: 100%;
    height: 100%;
    height: 750px;
}

.atf-slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .atf-slider .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.atf-slider .swiper-pagination {
    font-size: 25px;
}

.atf-slider .swiper-button-next::after,
.atf-slider .swiper-button-prev::after {
    font-size: 25px;
}

.atf-slider .swiper-button-next,
.atf-slider .swiper-button-prev {
    color: var(--thm-white);
    background: var(--thm-base);
    width: 50px;
    height: 50px;
    transition: all 0.3s ease-in-out 0s;
}

.atf-slider-content h1 {
    color: var(--thm-base);
    font-size: 60px;
    font-weight: 700;
    line-height: 1.1;
}

.atf-slider-content h3 {
    margin-bottom: 20px;
}

.atf-slider-content h5 {
    background: rgba(255,255,255,0.9);
    display: inline-block;
    padding: 8px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    color: var(--thm-base);
}

.atf-slider-content h1 span {
    font-size: 20px;
    font-weight: 300;
    text-transform: capitalize;
    letter-spacing: 0;
}

.atf-slider-content p {
    color: var(--thm-white);
    font-size: 18px;
    margin-bottom: 30px;
}

.atf-hero-btn .atf-themes-btn:hover {
    background: var(--thm-white);
    color: var(--thm-black);
}

@media only screen and (max-width:480px) {
    .atf-slider-content h1 {
        font-size: 35px;
    }
}

.swiper-slide-active .atf-slider-content h3 {
    -webkit-animation: .5s .5s fadeInUp both;
    animation: .5s .5s fadeInUp both;
}

.swiper-slide-active .atf-slider-content h1 {
    -webkit-animation: .5s .3s fadeInUp both;
    animation: .5s .3s fadeInUp both;
}

.swiper-slide-active .atf-slider-content p {
    -webkit-animation: .5s .7s fadeInUp both;
    animation: .5s .7s fadeInUp both;
}

.swiper-slide-active .atf-slider-content .atf-main-btn {
    -webkit-animation: .5s .9s fadeInUp both;
    animation: .5s.9s fadeInUp both;
}
/*
* ----------------------------------------------------------------------------------------
* END SWIPER SLIDER DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 03.END HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 04.START FEATURE DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-single-feature {
    position: relative;
    border: 1px solid var(--thm-eee);
    background: var(--thm-white);
    padding: 25px 25px;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
}

    .atf-single-feature .atf-feature-icon i {
        font-size: 60px;
        color: var(--thm-color);
    }

.box-shadow-active {
    -webkit-box-shadow: 0 10px 40px -10px rgba(0,64,128,.2);
    box-shadow: 0 10px 40px -10px rgba(0,64,128,.2);
}

.atf-single-feature:hover {
    -webkit-box-shadow: 0 10px 40px -10px rgba(0,64,128,.2);
    box-shadow: 0 10px 40px -10px rgba(0,64,128,.2);
}

.atf-feature-number {
    position: absolute;
    font-size: 100px;
    opacity: 0;
    font-weight: 500;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50px);
}

.atf-single-feature:hover .atf-feature-number {
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    opacity: 0.15;
}

.atf-feature-text h4 a {
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}

    .atf-feature-text h4 a:hover {
        color: var(--thm-base);
    }

.read-more {
    color: var(--thm-black);
    text-transform: capitalize;
    position: relative;
    transition: color 0.20s linear;
    font-weight: 600;
}

    .read-more:hover {
        text-decoration: none;
        color: var(--thm-base);
    }

    .read-more::after {
        content: "";
        position: absolute;
        width: 20%;
        display: block;
        border: 1px solid var(--thm-base);
        transition: all 0.30s ease;
        bottom: -5px;
        left: 0;
    }

    .read-more:hover:after {
        width: 100%;
    }

.atf-feature-content li {
    color: var(--thm-p);
}

    .atf-feature-content li i {
        color: var(--thm-base);
    }

/*
* ----------------------------------------------------------------------------------------
* 04.END FEATURE DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 05.START ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/
#about {
    position: relative;
}

.atf-about-img.about-one {
    position: relative;
}

    .atf-about-img.about-one::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: calc(100% - 35px);
        height: 100%;
        border: 4.5px solid var(--thm-base);
        border-radius: 65px 0 0 65px;
        -webkit-border-radius: 65px 0 0 65px;
        -moz-border-radius: 65px 0 0 65px;
        -ms-border-radius: 65px 0 0 65px;
        -o-border-radius: 65px 0 0 65px;
        z-index: -1;
    }

.atf-about-img img {
    border-radius: 65px 0 0 65px;
    -webkit-border-radius: 65px 0 0 65px;
    -moz-border-radius: 65px 0 0 65px;
    -ms-border-radius: 65px 0 0 65px;
    -o-border-radius: 65px 0 0 65px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
}

.atf-video-img img {
    width: 100%;
}

.about-icon {
    width: 60px;
    height: 60px;
    background: var(--thm-base);
    text-align: center;
    line-height: 60px;
    color: var(--thm-white);
    border-radius: 50%;
    float: left;
    margin-right: 15px;
    font-size: 20px;
}

.about-content h5 {
    font-size: 18px;
    overflow: hidden;
}

.about-content p {
    overflow: hidden;
}
/*
* ----------------------------------------------------------------------------------------
* START VIDEO DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-singl-video .atf-video-img {
    position: relative;
    display: block;
}

.atf-singl-video {
    position: relative;
}

    .atf-singl-video .waves-box {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        z-index: 1;
        margin-left: 20px;
    }

    .atf-singl-video .iq-video {
        display: inline-block;
        width: 70px;
        height: 70px;
        text-align: center;
        font-size: 20px;
        color: var(--thm-white);
        border-radius: 100%;
        line-height: 65px;
        z-index: 1020;
        position: relative;
        border: 3px solid var(--thm-white);
        background: var(--thm-base);
    }

        .atf-singl-video .iq-video i {
            color: var(--thm-white);
        }

    .atf-singl-video .iq-waves {
        position: absolute;
        left: -30px;
        top: -30px;
        z-index: 2;
    }

        .atf-singl-video .iq-waves .wave-1 {
            -webkit-animation-delay: 0s;
            animation-delay: 0s;
        }

        .atf-singl-video .iq-waves .waves {
            position: absolute;
            width: 130px;
            height: 130px;
            background: var(--thm-color);
            opacity: 0.7;
            -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-singl-video .iq-waves .wave-1 {
            -webkit-animation-delay: 0s;
            animation-delay: 0s;
        }

        .atf-singl-video .iq-waves .wave-2 {
            -webkit-animation-delay: 1s;
            animation-delay: 1s;
        }

        .atf-singl-video .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)";
    }
}

.atf-singl-video.style1 .iq-video {
    border: 3px solid var(--thm-white);
    color: var(--thm-white);
}

    .atf-singl-video.style1 .iq-video i {
        color: var(--thm-white);
    }
/*
* ----------------------------------------------------------------------------------------
* END VIDEO DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* START COUNTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.counter {
    color: var(--thm-white);
    text-align: center;
    background: linear-gradient(to top, #6bb601 30%, #2a3d05 70%);
    padding: 60px 25px;
    background-image: url(../img/about/3.jpg);
    background-size: cover;
    background-position: center center;
}

    .counter .counter-value {
        font-size: 35px;
        font-weight: 700;
        line-height: 115px;
        height: 130px;
        width: 140px;
        margin: 0 auto 10px;
        border: 10px solid var(--thm-white);
        border-radius: 5%;
        display: block;
    }

    .counter p {
        color: var(--thm-white);
    }

    .counter h3 {
        font-size: 24px;
        margin: 20px 0 10px;
        color: var(--thm-white);
    }

@media screen and (max-width:991px) {
    .counter {
        margin-bottom: 40px;
    }
}
/*
* ----------------------------------------------------------------------------------------
* END COUNTER DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 05.END ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 06.START SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-single-service {
    border-radius: 0;
    margin: 0 10px;
    background: var(--thm-white);
    border: 1px solid var(--thm-eee);
    transition: 0.3s all ease-in-out 0s;
    -webkit-transition: 0.3s all ease-in-out 0s;
}

    .atf-single-service.style2 {
        margin: 0 0px !important;
    }

    .atf-single-service:hover {
        box-shadow: 0 10px 40px -10px rgba(0,64,128,.2);
        -webkit-box-shadow: 0 10px 40px -10px rgba(0,64,128,.2);
    }

.atf-service-icon {
    display: inline-block;
    -webkit-transition: 0.3s all ease-in-out 0s;
    transition: 0.3s all ease-in-out 0s;
}

.atf-service-text a h3 {
    -webkit-transition: 0.3s all ease-in-out 0s;
    transition: 0.3s all ease-in-out 0s;
}

    .atf-service-text a h3:hover {
        color: var(--thm-base);
    }

.atf-service-icon i:hover {
    background: var(--thm-black);
}

.atf-service-icon i {
    color: var(--thm-white);
    font-size: 25px;
    text-align: center;
    background: var(--thm-base);
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 5%;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.atf-service-text h4:hover {
    color: var(--thm-color);
}

.atf-service-text.style2 {
    padding: 30px 15px;
}

.atf-service-text {
    padding: 30px 30px;
    transition: 0.3s all ease-in-out 0s;
}

.atf-service-admin img {
    width: 60px !important;
    height: 60px;
    border-radius: 50%;
}

.atf-service-inner-content li {
    font-style: italic;
}
/*
* ----------------------------------------------------------------------------------------
* 06.END SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 07.START PLAN DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-single-plan {
    border-radius: 0;
    background: var(--thm-black);
    border: 1px solid var(--thm-eee);
    transition: 0.3s all ease-in-out 0s;
    -webkit-transition: 0.3s all ease-in-out 0s;
}

    .atf-single-plan:hover {
        box-shadow: 0 10px 40px -10px rgba(0,64,128,.2);
        -webkit-box-shadow: 0 10px 40px -10px rgba(0,64,128,.2);
    }

.atf-plan-icon {
    float: left;
    -webkit-transition: 0.3s all ease-in-out 0s;
    transition: 0.3s all ease-in-out 0s;
    margin-right: 8px;
}

.atf-plan-text a h4 {
    -webkit-transition: 0.3s all ease-in-out 0s;
    transition: 0.3s all ease-in-out 0s;
    line-height: 25px;
    margin-bottom: 15px;
    color: var(--thm-white);
}

    .atf-plan-text a h4:hover {
        color: var(--thm-base);
    }

.atf-plan-icon i {
    color: var(--thm-base);
    font-size: 25px;
    text-align: center;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.atf-plan-text h4:hover {
    color: var(--thm-color);
}

.atf-plan-text p {
    color: var(--thm-white);
}

.atf-plan-text {
    padding: 30px 30px;
    transition: 0.3s all ease-in-out 0s;
}
/*
* ----------------------------------------------------------------------------------------
* 07.START PLAN DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 8. START TESTIMONIAL DESIGN
* ----------------------------------------------------------------------------------------
*/
.testimonial {
    padding: 10% 5% 10%;
    background: var(--thm-white);
    position: relative;
    margin: 5px;
}

.testimonial-content {
    display: flex;
    align-items: center;
}

.testimonial-icon i {
    color: var(--thm-base);
}

.testimonial-icon li {
    display: inline-block;
}

.testimonial .pic {
    width: 100px;
    height: 100px;
    border-radius: 5%;
    border: 5px solid rgba(255,255,255,0.3);
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    margin-right: 10px;
}

    .testimonial .pic img {
        width: 100%;
        height: auto;
    }

.testimonial .description {
    font-style: italic;
    margin: 0px 0 20px;
}

.testimonial .testimonial-title {
    margin: 0;
    text-transform: capitalize;
}

.testimonial .post {
    display: block;
    text-transform: capitalize;
}

    .testimonial .post::before {
        content: "";
        width: 20px;
        display: block;
        bottom: 34px;
        left: 68px;
        position: absolute;
    }

.testimonial .testimonial-rating {
    margin: 0 0 15px 0;
    padding: 0;
    list-style: none;
}

    .testimonial .testimonial-rating li {
        color: var(--thm-color);
        display: inline-block;
    }

        .testimonial .testimonial-rating li.fa-star {
            color: var(--thm-color);
        }

.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(--thm-white);
    }

    .owl-theme .owl-controls .owl-page.active span,
    .owl-theme .owl-controls.clickable .owl-page:hover span {
        border: 4px solid var(--thm-white);
    }
/* owl theme */
.atf-main-testimonials.owl-theme .owl-dots, .owl-theme .owl-nav {
    margin-top: 45px !important;
}

.atf-main-testimonials.owl-theme .owl-nav.disabled + .owl-dots {
    margin-left: 50px;
    line-height: .7;
}

.atf-main-testimonials .owl-controls {
    margin-top: -25px;
}

.atf-main-testimonials.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0 8px;
    border-radius: 5px;
    /* background: transparent; */
    border: 1px solid var(--thm-base);
    transition: 0.3s all ease-in-out;
}

.atf-main-testimonials.owl-theme .owl-dots .owl-dot.active span {
    width: 35px;
    transition: 0.3s all ease-in-out;
    border: 1px solid var(--thm-base);
    background: var(--thm-base);
}

.no-border {
    border: none;
}
/**************************************
 * 8. END TESTIMONIAL DESIGN
 *************************************/
/*
/* ----------------------------------------------------------------------------------------
* 9.START SKILL DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-skill {
    display: flex;
}

.atf-skill-icon li {
    display: inline-block;
    color: var(--thm-base);
}

.atf-skill-review {
    padding: 20px 0px 20px 40px;
    background: var(--thm-color);
    border-radius: 5px;
    color: var(--thm-white);
    width: 200px;
    height: auto;
}

.skill-review .counter-value {
    font-size: 25px;
    font-weight: 700;
}

.skill-icon {
    color: var(--thm-base);
    font-size: 20px;
}
/**************************************
 * 09. END SKILL DESIGN
 *************************************/
/**************************************
 * 10. START GALLERY DESIGN
 *************************************/
#portfolio {
    position: relative;
    overflow: hidden;
}

.atf-portfolio-area .portfolio-filter {
    margin-bottom: 30px;
}

    .atf-portfolio-area .portfolio-filter button {
        font-size: 13px;
        margin: 0 15px 20px 0;
        overflow: hidden;
        text-transform: uppercase;
        display: inline-block;
        padding: 8px 15px;
        transition: 0.4s;
        outline: none;
        -webkit-transition: 0.4s;
        -ms-transition: 0.4s;
        border-radius: 4px;
        font-weight: 500;
        letter-spacing: 0.4px;
        color: var(--thm-black);
        box-shadow: none;
        border: none;
    }

        .atf-portfolio-area .portfolio-filter button:hover,
        .atf-portfolio-area .portfolio-filter button.active {
            color: var(--thm-white);
            background: var(--thm-base);
        }

.portfolio {
    background: var(--thm-white);
    background: linear-gradient( to right,var(--thm-color),var(--thm-base),var(--thm-black));
    text-align: center;
    overflow: hidden;
    position: relative;
}

    .portfolio:before,
    .portfolio-content {
        opacity: 0;
        transform: translateX(-50%) translateY(-50%) rotate(360deg);
        position: absolute;
        top: 50%;
        left: 150%;
        transition: all 0.6s ease;
    }

    .portfolio:before {
        content: "";
        background: var(--thm-white);
        width: 200px;
        height: 200px;
        border-radius: 50%;
        z-index: 1;
    }

.portfolio-content {
    color: var(--thm-black);
    width: 85%;
    z-index: 2;
}

.portfolio:hover:before,
.portfolio:hover .portfolio-content {
    opacity: 1;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
}

.portfolio img {
    width: 100%;
    height: auto;
    transition: all 0.45s ease-in-out;
}

.portfolio:hover img {
    opacity: 0.3;
    filter: grayscale(100%);
}

.portfolio .title {
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 2px;
    color: var(--thm-black);
}

.portfolio .post {
    font-size: 15px;
    font-weight: 400;
    font-style: italic;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 12px;
    display: block;
}

.portfolio .icon {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .portfolio .icon li {
        margin: 0 3px;
        display: inline-block;
    }

        .portfolio .icon li a {
            color: var(--thm-white);
            background: var(--thm-base);
            font-size: 15px;
            line-height: 50px;
            width: 50px;
            height: 50px;
            display: block;
            position: relative;
            transition: all 0.35s;
            border-radius: 50px;
        }

            .portfolio .icon li a:hover {
                color: var(--thm-white);
                background: var(--thm-color);
            }

@media only screen and (max-width:990px) {
    .portfolio {
        margin: 0 0 30px;
    }
}

.atf-portfolio-area .swiper {
    width: 100%;
    height: 100%;
}

.atf-portfolio-area .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .atf-portfolio-area .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.atf-portfolio-area .swiper-slide {
    width: 40%;
}

    .atf-portfolio-area .swiper-slide:nth-child(2n) {
        width: 40%;
    }

    .atf-portfolio-area .swiper-slide:nth-child(3n) {
        width: 40%;
    }

.atf-portfolio-area .swiper-pagination-bullet {
    background: var(--swiper-pagination-bullet-inactive-color,var(--thm-base)) !important;
}

.atf-portfolio-area .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 40px;
}

.atf-portfolio-area .swiper-pagination {
    position: relative;
    margin-top: 20px;
}

@media only screen and (max-width:991px) {
    .portfolio {
        margin: 0 0 30px;
    }
}

.atf-portfolio-grid-list .portfolio {
    margin-bottom: 20px;
}
/**************************************
 * 10. END GALLERY DESIGN
 *************************************/

/* ----------------------------------------------------------------------------------------
* 11.START TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-team-area.style1 .my-team {
    margin: 10px 0;
}

.my-team {
    text-align: center;
    background: linear-gradient(to top, #6bb601 30%, #2a3d05 50%);
}

    .my-team .pic {
        position: relative;
    }

        .my-team .pic:before {
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background: rgba(0, 0, 0, 0.55);
            opacity: 0;
            transition: all 0.3s ease 0s;
        }

        .my-team .pic:after {
            content: "";
            width: 90%;
            height: 90%;
            position: absolute;
            top: 5%;
            left: 5%;
            opacity: 0;
            transition: all 0.3s ease 0s;
        }

    .my-team:hover .pic:before,
    .my-team:hover .pic:after {
        opacity: 1;
    }

    .my-team .pic img {
        width: 100%;
        height: auto;
    }

    .my-team .social-links {
        width: 100%;
        list-style: none;
        padding: 0;
        margin: 0;
        position: absolute;
        bottom: 30px;
        left: 5px;
        opacity: 0;
        z-index: 1;
        transition: all 0.3s ease 0s;
    }

    .my-team:hover .social-links {
        opacity: 1;
    }

    .my-team .social-links li {
        display: inline-block;
        margin-right: 10px;
    }

        .my-team .social-links li a {
            display: block;
            width: 40px;
            height: 40px;
            line-height: 40px;
            border-radius: 8%;
            font-size: 15px;
            color: #f5f5f6;
            border: 1px solid #f5f5f6;
            transition: all 0.3s ease 0s;
        }

        .my-team .social-links li .fa-x-twitter:hover {
            background: var(--thm-base);
        }

        .my-team .social-links li .fa-google-plus:hover {
            background: var(--thm-base);
        }

        .my-team .social-links li .fa-linkedin:hover {
            background: var(--thm-base);
        }

        .my-team .social-links li .fa-facebook:hover {
            background: var(--thm-base);
        }

    .my-team .team-content {
        padding: 15px 0;
        overflow: hidden;
        position: relative;
    }

        .my-team .team-content::before {
            content: "";
            width: 100%;
            height: 100%;
            background: var(--thm-base);
            position: absolute;
            top: 100%;
            left: 0;
            transition: all 0.3s ease-out 0s;
            opacity: 0.9;
        }

    .my-team:hover .team-content:before {
        top: 0;
    }

    .my-team .title {
        color: var(--thm-white);
        margin: 0 0 5px;
        text-transform: capitalize;
        z-index: 1;
        position: relative;
        transition: all 0.5s ease 0s;
    }

    .my-team .post {
        display: block;
        font-size: 14px;
        color: var(--thm-white);
        text-transform: capitalize;
        z-index: 1;
        position: relative;
        transition: all 0.5s ease 0s;
    }

    .my-team:hover .title,
    .my-team:hover .post {
        color: var(--thm-white);
    }

@media screen and (max-width: 991px) {
    .my-team {
        margin-bottom: 30px;
    }
}
/*
* ----------------------------------------------------------------------------------------
* START FREQUENTLY DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-faq-accordion .card p {
    color: var(--thm-white);
}

.atf-faq-accordion .card {
    border: none;
    display: block;
    text-align: left;
    margin-bottom: 5px;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
    border-radius: 0 !important;
}

    .atf-faq-accordion .card .card-header::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background: var(--thm-color);
        position: absolute;
        top: 0;
        left: 0;
        transform: skew(-30deg, 0deg);
        transform-origin: left bottom 0;
    }

    .atf-faq-accordion .card .card-header {
        padding: 0;
        border: none;
        text-align: left;
        position: relative;
    }

        /* .atf-faq-accordion .card .card-header button:focus,
.atf-faq-accordion .card .card-header button:active,
.atf-faq-accordion .card .card-header button:hover  {
	background: var(--thm-base);
	color: var(--thm-white);
} */
        .atf-faq-accordion .card .card-header button {
            border: none;
            width: 100%;
            display: block;
            cursor: pointer;
            text-align: left;
            position: relative;
            -webkit-transition: all 0.5s ease-in-out 0s;
            transition: all 0.5s ease-in-out 0s;
            font-weight: 600;
            padding: 13px 15px;
            background: var(--thm-color);
            color: var(--thm-white);
        }

            .atf-faq-accordion .card .card-header button::before {
                content: "\f078";
                position: absolute;
                right: 20px;
                -webkit-transition: all 0.5s ease-in-out 0s;
                transition: all 0.5s ease-in-out 0s;
                top: 50%;
                -webkit-transform: translateY(-50%) rotate(180deg);
                transform: translateY(-50%) rotate(180deg);
                font-family: 'Font Awesome 6 Free';
                font-size: 15px;
            }

            .atf-faq-accordion .card .card-header button.collapsed {
                border-bottom-width: 0
            }

                .atf-faq-accordion .card .card-header button.collapsed::before {
                    -webkit-transform: translateY(-50%) rotate(0);
                    transform: translateY(-50%) rotate(0)
                }

    .atf-faq-accordion .card .card-body ul {
        margin-bottom: 15px
    }

        .atf-faq-accordion .card .card-body ul:last-child {
            margin-bottom: 0
        }

        .atf-faq-accordion .card .card-body ul li {
            margin-bottom: 12px;
            color: var(--thm-color);
        }

    .atf-faq-accordion .card .card-body {
        padding: 15px 20px;
        margin: 5px 20px 0;
        background: var(--thm-base);
        border: none;
        outline: 2px solid #fff;
        outline-offset: -8px;
        font-size: 17px;
        color: #fff;
        line-height: 27px;
    }

        .atf-faq-accordion .card .card-body ul li:last-child {
            margin-bottom: 0
        }

    .atf-faq-accordion .card:last-child {
        margin-bottom: 0
    }

.atf-hire.rgba_before::before {
    background: rgba(0,0,0,0.6);
}
/*
* ----------------------------------------------------------------------------------------
* END  FREQUENTLY DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
/*
* ----------------------------------------------------------------------------------------
*START PRICING DESIGN  
* ----------------------------------------------------------------------------------------
*/
.pricingTable {
    color: var(--thm-color);
    background: var(--thm-base);
    text-align: center;
    padding: 35px 15px 18px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
}

    .pricingTable::before, .pricingTable::after {
        content: "";
        background: var(--thm-f6);
        width: 100%;
        height: 115px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        clip-path: polygon(0 0, 100% 0, 100% 50%, 85% 100%, 15% 100%, 0% 50%);
    }

    .pricingTable:after {
        transform: rotateX(180deg);
        top: auto;
        bottom: 0;
    }

    .pricingTable .pricingTable-header {
        margin: 0 0 20px;
    }

    .pricingTable .title {
        font-size: 22px;
        font-weight: 700;
        text-transform: capitalize;
        margin: 0;
    }

    .pricingTable .pricing-content {
        color: var(--thm-white);
        text-align: left;
        padding: 0;
        margin: 0 0 50px;
        list-style: none;
        display: inline-block;
    }

        .pricingTable .pricing-content li {
            font-size: 16px;
            font-weight: 500;
            text-transform: capitalize;
            line-height: 30px;
            padding: 0 0 0 25px;
            margin: 0 0 5px;
            position: relative;
        }

            .pricingTable .pricing-content li:last-child {
                margin: 0;
            }

            .pricingTable .pricing-content li:before {
                content: "\f00c";
                color: var(--thm-white);
                font-family: "Font Awesome 6 free";
                font-size: 14px;
                font-weight: 900;
                position: absolute;
                top: 2px;
                left: 0;
            }

            .pricingTable .pricing-content li.disable:before {
                content: "\f00d";
            }

    .pricingTable .price-value {
        margin-top: 7px;
    }

        .pricingTable .price-value .amount {
            font-size: 20px;
            font-weight: 500;
            line-height: 30px;
            display: inline-block;
            color: var(--thm-base);
        }

@media only screen and (max-width: 990px) {
    .pricingTable {
        margin: 0 0 30px;
    }
}
/*
* ----------------------------------------------------------------------------------------
* END PRICING DESIGN 
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
*START COMPANY BRAND LOGO DESIGN  
* ----------------------------------------------------------------------------------------
*/
.atf-brand-area .owl-controls {
    display: none;
}

.atf-brand-active {
    text-align: center
}

    .atf-brand-active > a {
        display: inline-block;
    }

.atf-brand-area img {
    width: inherit !important;
    background: var(--thm-black);
    padding: 10px 10px;
}
/*
* ----------------------------------------------------------------------------------------
* END COMPANY BRAND LOGO DESIGN 
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 11.END TEAM DESIGN
* ----------------------------------------------------------------------------------------

/**************************************
 * 12. START BLOG DESIGN
 *************************************/
.post-slide {
    margin: 15px 0px;
    background: var(--thm-white);
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    position: relative;
}

.post-slide1 {
    padding: 9px 0px;
}

.post-slide .post-img {
    position: relative;
}

    .post-slide .post-img img {
        width: 100%;
        height: auto;
    }

.post-date li {
    background: var(--thm-base);
    color: var(--thm-white);
    display: inline-block;
    padding: 10px 12px;
    border-radius: 3px;
    position: absolute;
    bottom: 4px;
    right: 4px;
    border: 1px solid var(--thm-white);
}

.post-slide .over-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    text-align: center;
    background: rgba(68, 67, 64,0.9);
    transition: all 0.50s linear;
}

.post-slide:hover .over-layer {
    opacity: 1;
}

.post-slide .post-link {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    top: 45%;
}

    .post-slide .post-link li {
        display: inline-block;
        margin-right: 10px;
    }

        .post-slide .post-link li a {
            width: 60px;
            height: 60px;
            line-height: 59px;
            border-radius: 50%;
            color: var(--thm-white);
            background: #333;
            font-size: 20px;
            transform: scale(1,1);
            transition: all 0.20s linear;
        }

            .post-slide .post-link li a:hover {
                text-decoration: none;
                transform: scale(1.1,1.1);
            }

.post-slide .post-review {
    overflow: hidden;
    padding: 20px 20px 30px;
}

.post-slide .post-title a {
    display: block;
    color: var(--thm-black);
    text-align: left;
    transition: all 0.50s ease 0s;
    padding: 15px 0 0px 0;
}

    .post-slide .post-title a:hover {
        text-decoration: none;
        color: var(--thm-base);
    }

.post-slide .post-info {
    list-style: none;
    padding: 0 0 20px 0;
    margin: 5px 0 7px 0;
    text-align: left;
    border-bottom: 1px solid #d3d3d3;
}

    .post-slide .post-info li {
        display: inline-block;
        margin-right: 13px;
    }

        .post-slide .post-info li i {
            color: var(--thm-base);
        }

.post-slide .tag-info {
    margin: 0;
    padding: 0 0 10px 0;
    text-align: center;
    border-bottom: 1px solid #d3d3d3;
}

    .post-slide .tag-info li {
        list-style: none;
        display: inline-block;
    }

        .post-slide .tag-info li a {
            text-transform: capitalize;
        }

            .post-slide .tag-info li a:hover {
                color: var(--thm-color);
                text-decoration: none;
            }

.post-slide .read-more {
    color: var(--thm-black);
    float: left;
    text-transform: capitalize;
    margin-left: 25px;
}

    .post-slide .read-more:hover {
        color: var(--thm-color);
        text-decoration: none;
    }

@media only screen and (max-width: 990px) {
    .post-slide .post-info li {
        margin-right: 5px;
    }
}

@media only screen and (max-width: 767px) {
    .post-slide .post-link li a {
        width: 40px;
        height: 40px;
        line-height: 39px;
        font-size: 13px;
    }

    .post-slide .post-title a {
        font-size: 14px;
    }
}
/*--------------------------------------------------------------
START BLOG DETAILS DESIGN
----------------------------------------------------------------*/
.atf-blog-area .atf-blog-up {
    margin-top: 0px !important
}

.atf-blog-area .atf-post-slide {
    margin: 15px 5px;
}

.atf-post.atf-style1 .atf-post-title {
    font-size: 15px;
    margin: 12px 0px 0;
    line-height: 1.3;
}

.atf-sidebar-widget .atf-post.atf-style1 .atf-post-thumb {
    width: 80px;
}

.atf-post.atf-style1 {
    display: flex;
}

    .atf-post.atf-style1 .atf-post-thumb {
        flex: none;
        margin-right: 10px;
        width: 70px;
    }

.atf-sidebar-widget .atf-post-widget-list > li:not(:last-child) {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.atf-widget {
    margin: 20px 0;
}

.atf-post.atf-style1 .atf-post-title a:hover {
    color: var(--thm-base);
}

.atf-post-date span {
    margin-left: 2px;
    font-size: 12px;
}

.atf-post-info {
    margin-top: -8px;
}

.blog_search {
    /* margin-bottom: 40px; */
    position: relative;
}

    .blog_search a {
        position: absolute;
        top: 0px;
        right: 0px;
        font-size: 15px;
        color: var(--thm-white);
        line-height: 50px;
        background: var(--thm-base);
        width: 50px;
        height: 53px;
        -webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
    }

        .blog_search a:hover {
            background: var(--thm-color);
        }

    .blog_search i {
        position: absolute;
        top: 18px;
        right: 15px;
    }

    .blog_search input {
        background: #f9f9f9 none repeat scroll 0 0;
        border: 1px solid #eaeaea;
        border-radius: 30px 0px 0 30px;
        color: var(--thm-p);
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        height: calc(2.6em + .75rem + 0px);
    }

    .blog_search .form-control:focus {
        border-color: var(--thm-color);
        box-shadow: none;
    }

.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.4);
    }

    .atf-page-heading > div {
        position: relative;
        z-index: 1;
    }

.atf-page-heading-title {
    color: var(--thm-white);
    font-size: 50px;
    text-align: start;
    margin-bottom: 7px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    font-weight: 700;
}

.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(--thm-white);
    }

.atf-widget-author img {
    border-radius: 50%;
    width: 200px;
    height: auto;
}

.atf-author-title {
    margin: 15px 0 2px;
}

.atf-widget-author-area span {
    color: var(--thm-color);
}

.atf-widget-social-icon li {
    display: inline-block;
    margin: 10px 5px;
    transition: all 0.3s ease-in-out 0s;
}

.atf-widget {
    border: 1px solid #eaeaea;
    border-radius: 4px;
    padding: 30px;
    background: #fff;
}

    .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(--thm-color);
            position: absolute;
            left: 15px;
            bottom: 1px;
            height: 3px;
            width: 50px;
        }

        .atf-widget .atf-widget-title::after {
            content: '';
            background-color: var(--thm-color);
            position: absolute;
            left: 2px;
            bottom: 0px;
            height: 6px;
            width: 20px;
        }

.atf-widget-list {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 3px;
    margin-bottom: -18px;
    margin-left: -6px;
}

    .atf-widget-list li {
        border: 1px dotted #eaeaea;
        background: var(--thm-white);
        margin: 5px;
    }

    .atf-widget-list a {
        display: block;
        padding: 10px 0;
        padding-left: 12px;
        background: var(--thm-f6);
        color: var(--thm-p);
    }

        .atf-widget-list a:hover {
            color: var(--thm-base);
        }

.atf-showcase img {
    width: 90px;
    height: 90px;
    margin: 5px 1px;
}

.atf-widget-list li::before {
    content: "\f4d8";
    color: var(--thm-base);
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    font-size: 15px;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    margin-left: 15px;
}

.atf-widget-list span {
    float: right;
    padding-right: 15px;
    font-weight: 600;
}

.atf-tagcloud {
    margin-bottom: -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(--thm-white);
            background-color: var(--thm-base);
            border-color: var(--thm-base);
        }

.atf-post-details.atf-style1 {
    font-weight: 400;
}

    .atf-post-details.atf-style1 .post-info li {
        display: inline-block;
        margin-right: 13px;
        transition: all 0.3s ease-in-out 0s;
    }

        .atf-post-details.atf-style1 .post-info li i {
            margin-right: 8px;
            color: var(--thm-base);
        }

        .atf-post-details.atf-style1 .post-info li a:hover {
            color: var(--thm-base);
        }

    .atf-post-details.atf-style1 .slick-slide {
        line-height: 0;
    }

    .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: 9px;
    }

    .atf-post-details.atf-style1 blockquote {
        background: var(--thm-black);
        margin: 0;
        padding: 27px 40px 25px;
        font-size: 20px;
        line-height: 1.6em;
        border: 5px solid var(--thm-color);
        font-weight: 400;
        margin: 20px 0;
        color: var(--thm-white);
        text-align: center;
        font-style: italic;
    }

        .atf-post-details.atf-style1 blockquote small {
            display: block;
            line-height: inherit;
            margin-top: 4px;
            color: var(--thm-ase);
            font-size: inherit;
            font-size: 16px;
        }

            .atf-post-details.atf-style1 blockquote small span {
                color: var(--thm-ase);
            }

    .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;
    }

    .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: 15px;
        margin-bottom: 15px;
    }

        .atf-post-details.atf-style1 .embed-responsive iframe {
            width: 100%;
            height: 460px;
        }

.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: 16px;
            width: 1px;
            background-color: #b5b5b5;
            right: 0;
            top: 7px;
            transform: translateX(50%) rotate(30deg);
        }

.atf-post-label a:hover {
    color: var(--thm-color);
}

.atf-post-tage-list {
    display: flex;
    flex-wrap: wrap;
}

    .atf-post-tage-list li {
        margin-right: 5px;
        color: var(--thm-black);
        font-weight: 600;
    }

        .atf-post-tage-list li:not(:last-child):after {
            content: ',';
        }

        .atf-post-tage-list li a:hover {
            color: var(--thm-base);
        }

.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;
        font-size: 16px;
        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(--thm-black);
    }

    .atf-post-share-btn-list a:hover {
        color: var(--thm-base);
    }

.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: start;
    margin-top: 6px;
    font-size: 16px;
}

    .atf-page-heading-in .atf-post-label > span:not(:last-child):before {
        background-color: var(--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(--thm-white);
    }

.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: 16px;
    }

    .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;
    }
}

.atf-post-list li::before {
    content: "\f4d8";
    color: var(--thm-base);
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    font-size: 15px;
    margin-right: 10px;
    margin-top: 10px;
    margin-left: 15px;
}

.atf-post-author {
    border: 1px solid #eaeaea;
    padding: 25px;
    margin-top: 25px;
}

.atf-author-img img {
    max-width: inherit;
    height: auto;
}

.atf-author-social {
    margin-top: 10px;
}
/*--------------------------------------------------------------
 Comment
----------------------------------------------------------------*/
.comments-title,
.comment-reply-title {
    font-size: 18px;
    font-weight: 600;
    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;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 30px;
}

.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: 5px;
}

.comment-author {
    line-height: 20px;
    margin-bottom: 15px;
    margin-right: 30px;
}

    .comment-author a:hover {
        color: var(--thm-base);
    }

    .comment-author .nm {
        font-weight: 600;
        color: var(--thm-black);
        font-size: 16px;
    }

.comment-metadata {
    line-height: 20px;
}

    .comment-metadata a {
        font-weight: 600;
        font-size: 14px;
        position: absolute;
        right: 2px;
        top: 0;
    }

.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(--thm-black);
    position: relative;
    background: var(--thm-f1);
    padding: 10px;
    border-radius: 4px;
}

    .comment-reply-link:hover,
    .comment-reply-link:focus {
        color: var(--thm-base);
    }

    .comment-reply-link i {
        margin-right: 6px;
    }

    .comment-reply-link:before {
        font-family: 'Font Awesome Free 6';
        margin-right: 4px;
    }

.reply {
    margin-top: 15px;
}

.children .comment-body {
    margin-left: 100px;
}

.comment-respond {
    display: block;
    width: 100%;
    margin-top: 56px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.comment-form {
    display: flex;
    flex-wrap: wrap;
}

.comment-form-author,
.comment-form-email {
    width: 50%;
}

.comment-form-email {
    padding-left: 10px;
}

.comment-form-comment {
    width: 100%;
}

.comment-form-author {
    padding-right: 10px;
}

.comment-form-url {
    padding-left: 0px;
    width: 100%;
}

.form-submit {
    margin-bottom: 0;
}

.comment-form p {
    margin: 0;
}

.comment-form textarea,
.comment-form input {
    border: 1px solid #eaeaea;
    padding: 8px 10px;
    width: 100%;
    background-color: transparent;
    display: block;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    border-radius: 4px;
}

    .comment-form textarea:focus,
    .comment-form input:focus {
        outline: none;
        border-color: var(--thm-color);
    }

.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
* ----------------------------------------------------------------------------------------
*/
.atf-post-pagination {
    margin: 30px 0;
    justify-content: center;
}

.pagination-outer {
    text-align: center;
}

.pagination {
    display: inline-flex;
    position: relative;
}

    .pagination li a.page-link {
        color: var(--thm-base);
        background: transparent;
        font-size: 17px;
        font-weight: 700;
        text-align: center;
        line-height: 28px;
        height: 35px;
        width: 35px;
        padding: 0;
        margin: 0 7px;
        border: 2px solid var(--thm-base);
        border-radius: 0;
        display: block;
        position: relative;
        z-index: 0;
        transition: all 0.5s ease 0s;
    }

    .pagination li:first-child a.page-link,
    .pagination li:last-child a.page-link {
        font-size: 23px;
        line-height: 28px;
    }

    .pagination li a.page-link:hover,
    .pagination li a.page-link:focus,
    .pagination li.active a.page-link:hover,
    .pagination li.active a.page-link {
        color: var(--thm-white);
        background: transparent;
        border-color: var(--thm-base);
        border-top-color: transparent;
    }

    .pagination li a.page-link:before {
        content: '';
        background-color: var(--thm-base);
        height: 0;
        width: 100%;
        opacity: 0;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: -1;
        transition: all 0.5s ease-out 0s;
    }

    .pagination li a.page-link:hover:before,
    .pagination li a.page-link:focus:before,
    .pagination li.active a.page-link:hover:before,
    .pagination li.active a.page-link:before {
        height: 100%;
        opacity: 1;
    }

@media only screen and (max-width: 480px) {
    .pagination {
        font-size: 0;
        display: inline-block;
    }

        .pagination li {
            display: inline-block;
            vertical-align: top;
            margin: 0 0 15px;
        }
}

/*--------------------------------------------------------------
START SERVICE DETAILS DESIGN
----------------------------------------------------------------*/
.atf_service__details-list ul li .text h5 {
    font-size: 14px;
    font-weight: 400;
    font-family: var(--thm-font);
    margin-bottom: 0;
    color: var(--thm-black);
}

.atf_service__details-list .icon {
    color: var(--thm-color);
}

.atf_service__details-list {
    font-size: 18px;
    line-height: 1.8em;
}

.atf_services__details-features .icon {
    color: var(--thm-color);
}

.atf_services__details-features ul li .text h5 {
    font-size: 15px;
    font-weight: 500;
    font-family: var(--thm-font);
    margin-bottom: 0;
    color: var(--thm-p);
}

.atf_services__details-features ul li:not(:last-child) {
    margin-bottom: 5px;
}

.atf_services__widget {
    padding: 40px 40px;
    border: 1px solid #eaeaea;
}

.atf_services__widget-links ul li:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
}

.atf_services__widget-links ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #2c3941;
    font-family: var(--thm-font);
}

.atf_services__widget-download .services-download-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--thm-font);
    color: #ffffff;
    background: #0a4c48;
    text-transform: uppercase;
    height: 66px;
    line-height: 66px;
    padding: 0 40px;
    padding-right: 10px;
}

    .atf_services__widget-download .services-download-btn.yellow {
        background: #fad105;
        color: #222222;
    }

.atf_services__widget-social span {
    font-size: 15px;
    font-weight: 500;
    color: #2c3941;
    margin-right: 15px;
}

.atf_services__widget-social ul li a:hover {
    color: var(--thm-color);
}

.atf_services__widget-social ul li {
    display: inline-block;
}

.atf_services__widget-social ul {
    display: inline-block;
}

    .atf_services__widget-social ul li:not(:last-child) {
        margin-right: 15px;
    }

.atf_services__sidebar-banner {
    position: relative;
}

.atf_services__sidebar-banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.atf_services__sidebar-banner::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(44, 57, 65, 0.58);
}

.atf_services__sidebar-banner-content h6 {
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
}

.atf_services__sidebar-banner-content h4 {
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 24px;
}

.atf-need-content {
    position: relative
}

    .atf-need-content::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgba(0,0,0,0.6);
    }

.atf-need-title {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
}

    .atf-need-title a {
        font-size: 15px;
    }

    .atf-need-title h3 {
        font-size: 25px;
    }

.atf-need-thumb img {
    width: 100%;
    height: 350px;
}

.atf-service-details-icon .about-content h5 {
    line-height: 1.3;
    margin-bottom: 0;
}

.atf-tagcloud.atf_sidebar__map iframe {
    width: 100%;
    height: auto;
}
/*--------------------------------------------------------------
END SERVICE DETAILS DESIGN
----------------------------------------------------------------*/
/*--------------------------------------------------------------
START TEAM DETAILS DESIGN
----------------------------------------------------------------*/
.atf_team-about-heading {
    margin-bottom: 20px;
}

    .atf_team-about-heading small {
        font-size: 16px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .atf_team-about-heading h2 {
        font-size: 50px;
    }
}

@media (max-width: 575px) {
    .atf_team-about-heading h2 {
        font-size: 36px;
    }
}

.atf_team-about-details > span {
    font-size: 14px;
    color: var(--thm-color);
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: inline-block;
}

.atf-contact-details.style1 {
    background: var(--thm-f6);
    padding: 25px !important;
    margin: 10px 0 !important;
}
/* .atf_team-about-details p {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 30px;
} */
.atf_team-about-details ul li {
    margin-bottom: 16px;
}

    .atf_team-about-details ul li span {
        font-weight: 600;
        color: var(--thm-black);
        transition: all 0.3s ease-in-out 0s;
    }

    .atf_team-about-details ul li a:hover {
        color: var(--thm-color);
        text-decoration: underline;
    }

.atf_team-qualification {
    margin-bottom: 52px;
}

    .atf_team-qualification h4 {
        font-size: 20px;
        margin-bottom: 30px;
    }

        .atf_team-qualification h4 span {
            color: var(--thm-color);
        }

    .atf_team-qualification p {
        padding-right: 10px;
        margin-bottom: 15px;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .atf_team-qualification p {
        padding-right: 0;
    }
}

.atf_team-education {
    padding-bottom: 32px;
}

    .atf_team-education ul li {
        margin-bottom: 23px;
    }

.atf-team-details-img img {
    border: 2px solid var(--thm-base);
    border-radius: 20px;
    box-shadow: 1px 2px 30px rgba(0,0,0,0.5);
}
/*--------------------------------------------------------------
END TEAM DETAILS DESIGN
----------------------------------------------------------------*/
/*--------------------------------------------------------------
START PROTFOLIO DETAILS DESIGN
----------------------------------------------------------------*/
.atf_portfolio__details-info-item ul li {
    display: inline-block;
    margin-bottom: 8px;
    color: #eaeaea;
}

.atf_portfolio__details-info-item span {
    font-weight: 600;
    margin-right: 5px;
    color: #eaeaea;
}

.atf_portfolio__details-info-item ul li a {
    color: #eaeaea;
    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(--thm-color);
        text-decoration: underline;
    }

.atf_portfolio__details-goal-features .icon {
    color: var(--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: #f8f4ef;
        color: var(--thm-base);
        -webkit-border-radius: 5%;
        -moz-border-radius: 5%;
        border-radius: 5%;
        margin: 5px 0;
    }

        .atf_portfolio__details-social ul li a:hover {
            background: var(--thm-black);
            color: var(--thm-white);
        }

.atf_portfolio__details-info {
    padding: 40px;
}

.atf_portfolio__details-need-content {
    position: relative
}

    .atf_portfolio__details-need-content::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgba(0,0,0,0.6);
    }

.atf_portfolio__details-need-title {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
}

.aatf_portfolio__details-need-title a {
    font-size: 15px;
}

.atf_portfolio__details-need-title h3 {
    font-size: 25px;
}

.atf_portfolio__details-need-img img {
    width: 100%;
    height: 350px;
}
/* ----------------------------------------------------------------------------------------
*END PROTFOLIO DETAILS DESIGN
* ----------------------------------------------------------------------------------------
*/
/**************************************
 * 13. START PRODUCT DESIGN
 **************************************/
.atf-showing-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.atf-short-by .form-select {
    transition: all 0.3s ease-in-out 0s;
    color: var(--thm-black);
    font-weight: 500;
    height: 45px;
}

    .atf-short-by .form-select:focus, .atf-short-by .form-select:active {
        border-color: var(--thm-base);
        outline: 0;
        box-shadow: inherit;
    }

.atf-short-by {
    float: right;
}

.atf-product-grid .product-grid {
    margin: 12px 0;
}

.product-grid {
    text-align: center;
    border: 1px solid #ebebeb;
    transition: all 0.3s ease-in-out;
}

    .product-grid:hover {
        border: 1px solid var(--thm-base);
    }

    .product-grid .product-image {
        overflow: hidden;
        position: relative;
    }

        .product-grid .product-image a.image {
            display: block;
        }

        .product-grid .product-image img {
            width: 100%;
            height: auto;
        }

    .product-grid .product-sale-label {
        color: var(--thm-white);
        background: var(--thm-base);
        font-size: 14px;
        font-weight: 500;
        text-transform: capitalize;
        line-height: 40px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        position: absolute;
        top: 10px;
        right: 10px;
        transition: all .3s ease-in-out;
    }

    .product-grid .product-content {
        padding: 0 0 10px;
        overflow: hidden;
        position: relative;
    }

    .product-grid .title {
        background: var(--thm-f6);
        font-size: 15px;
        font-weight: 500;
        padding: 10px 0;
        text-transform: uppercase;
        margin: 0 0 10px;
    }

        .product-grid .title a {
            color: var(--thm-black);
            transition: all 0.3s ease 0s;
            font-weight: 700;
        }

    .product-grid .price {
        color: var(--thm-black);
        font-size: 16px;
        font-weight: 700;
    }

        .product-grid .price span {
            color: var(--thm-p);
            font-size: 14px;
            font-weight: 400;
            text-decoration: line-through;
        }

    .product-grid .rating {
        color: var(--thm-base);
        font-size: 12px;
        padding: 0;
        margin: 0;
    }

        .product-grid .rating li {
            display: inline-block;
        }

            .product-grid .rating li.far {
                color: var(--thm-p);
            }

    .product-grid .product-button-group {
        background: var(--thm-base);
        width: 100%;
        padding: 10px;
        white-space: nowrap;
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
        transition: all 0.3s ease-in-out;
    }

    .product-grid:hover .product-button-group {
        opacity: 1;
    }

    .product-grid .product-links {
        width: calc(100% - 100px);
        padding: 0;
        margin: 0;
        list-style: none;
        display: inline-block;
    }

        .product-grid .product-links li {
            margin: 0 5px;
            display: inline-block;
        }

            .product-grid .product-links li a {
                color: var(--thm-white);
                font-size: 14px;
                display: block;
                transition: all 0.3s;
            }

                .product-grid .product-links li a:hover {
                    color: var(--thm-black);
                }

    .product-grid .add-to-cart {
        color: var(--thm-white);
        font-size: 12px;
        font-weight: 500;
        text-transform: uppercase;
        width: 95px;
        vertical-align: top;
        display: inline-block;
        transition: all 0.3s ease 0s;
    }

        .product-grid .add-to-cart:hover {
            color: var(--thm-black);
        }

@media screen and (max-width: 990px) {
    .product-grid {
        margin-bottom: 30px;
    }
}
/* ----------------------------------------------------------------------------------------
*START DESCOUNT PRODUCT DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-single-latest-special {
    text-align: center;
    position: relative;
    padding: 0px 0px 50px;
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.2);
    transition: 0.3s all ease-in-out 0s;
    -webkit-transition: 0.3s all ease-in-out 0s;
}

    .atf-single-latest-special img {
        width: 100%;
        height: auto;
    }

    .atf-single-latest-special .atf-latest-special-content {
        width: 100%;
        height: auto;
        background: var(--thm-black);
        padding: 10px 0;
        box-shadow: 0 15px 25px 0 rgba(3,7,15,0.1);
        position: absolute;
        bottom: 0;
        right: 0;
        transition: all 0.5s ease 0s;
    }

    .atf-single-latest-special:hover .atf-latest-special-content {
        background: var(--thm-color);
    }

.atf-latest-special-content h3 a:hover {
    color: var(--thm-black) !important;
}

.atf-single-latest-special .atf-latest-special-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--thm-white);
    text-transform: capitalize;
    margin: 0;
    transition: all 0.5s ease 0s;
    color: var(--thm-white);
}

.atf-single-latest-special:hover .atf-latest-special-title {
    margin-bottom: 10px;
}

.atf-single-latest-special .atf-latest-special-post {
    display: block;
    font-size: 16px;
    color: var(--thm-white);
    text-transform: capitalize;
    height: 0;
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s ease 0s;
}

.atf-single-latest-special:hover .atf-latest-special-post {
    height: 40px;
    opacity: 1;
    transform: scale(1);
    margin-bottom: 10px;
}

.atf-single-latest-special .atf-latest-special-social {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transform: translateY(-60%);
    transition: all 0.5s ease 0s;
}

.atf-single-latest-special:hover .atf-latest-special-social {
    transform: translateY(50%);
    opacity: 1;
}

.atf-single-latest-special .atf-latest-special-social li {
    display: inline-block;
}

    .atf-single-latest-special .atf-latest-special-social li a {
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: var(--thm-black);
        font-size: 20px;
        font-weight: 700;
        line-height: 40px;
        color: var(--thm-white);
        transition: all 0.5s ease 0s;
        margin-right: 10px;
    }

        .atf-single-latest-special .atf-latest-special-social li a:hover {
            color: var(--thm-white);
            background: var(--thm-color);
        }

/*Product Destails Design*/

.atf-product-tabs {
    border: 2px solid #eaeaea;
    padding: 50px;
}

    .atf-product-tabs .nav-tabs {
        border: 0;
        margin-bottom: 39px;
    }

        .atf-product-tabs .nav-tabs .nav-link, .nav-tabs .nav-item .nav-link {
            background-color: var(--thm-f1);
            color: var(--thm-black);
        }

            .atf-product-tabs .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
                color: var(--thm-white);
                background-color: var(--thm-base);
                border-color: inherit;
            }

            .atf-product-tabs .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
                border-color: inherit;
                color: var(--thm-white);
                background-color: var(--thm-base);
            }

    .atf-product-tabs .nav-item {
        margin: 0 10px 5px 0;
    }

.atf-single-product-details .atf-single-product-title {
    font-weight: 700;
    margin-bottom: 13px;
    text-transform: capitalize;
}

.atf-product-details-area .atf-single-product-details p {
    margin-top: 15px;
}

.atf-single-product-stock small {
    background: var(--thm-base);
    color: var(--thm-white);
    padding: 6px 7px;
    margin-left: 5px;
    border-radius: 5px;
    text-transform: capitalize;
}

.atf-product-details-area .atf-single-product-details .atf-single-product-price {
    font-size: 24px;
    font-weight: 600;
    color: var(--thm-black);
    margin-bottom: 0;
}

.atf-single-product-price .discount {
    font-size: 20px;
    font-weight: 400;
}

.atf-single-product-star-rating {
    display: flex;
}

.atf-single-product-rating span {
    color: var(--thm-base);
    font-size: 13px;
    margin-right: 2px;
}

.atf-quantity-title h5 {
    margin-bottom: 8px;
}

.atf-single-product-quantity {
    display: inline-block;
    border: 1px solid var(--thm-eee);
    margin-top: 5px;
}

    .atf-single-product-quantity input.atf-minus {
        border-right: 1px solid var(--thm-eee);
    }

    .atf-single-product-quantity input.input-text {
        text-align: center;
        padding-left: 16px;
        margin-left: -3px;
        margin-right: -3px;
    }

    .atf-single-product-quantity input {
        height: 42px;
        border-radius: 0;
        border: 0;
        background: transparent;
        width: 48px;
        cursor: pointer;
    }

        .atf-single-product-quantity input.atf-plus {
            border-left: 1px solid var(--thm-eee);
        }

.atf-single-product-details-goal {
    margin: 0;
    list-style: none;
    padding: 15px 0;
}

    .atf-single-product-details-goal li {
        display: block;
        line-height: 30px;
    }

        .atf-single-product-details-goal li::before {
            content: "\f058";
            color: var(--thm-color);
            font-family: "Font Awesome 6 Free";
            font-weight: 700;
            font-size: 15px;
            float: left;
            margin-right: 10px;
            color: var(--thm-base);
            font-size: 17px;
        }

.atf-color-variation {
    margin: 0;
    list-style: none;
    padding: 25px 0;
}

    .atf-color-variation li {
        display: inline-block;
        margin-right: 3px;
    }

        .atf-color-variation li:first-child {
            margin-right: 10px;
            text-transform: uppercase;
        }

        .atf-color-variation li span {
            height: 30px;
            width: 30px;
            border-radius: 5%;
            display: inline-block;
            margin-bottom: -10px;
            border: 1px solid #ddd;
        }

        .atf-color-variation li a {
            display: block;
        }

        .atf-color-variation li span.ash {
            background: #92B8B9;
        }

        .atf-color-variation li span.yellow {
            background: #F9C936;
        }

        .atf-color-variation li span.pink {
            background: #FA3150;
        }

.quantity input.input-text {
    padding-left: 3px;
}

.atf-shop.atf-product-details-area .wishlist {
    background: var(--thm-f6);
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    margin-left: 13px;
    border-radius: 50%;
    transition: all 0.3s ease-in-out 0s;
    color: var(--thm-color);
}

    .atf-shop.atf-product-details-area .wishlist:hover {
        background: var(--thm-base);
        color: var(--thm-white);
    }

.atf-product-share {
    display: flex;
    align-items: center;
}

    .atf-product-share h5 {
        text-transform: capitalize;
        margin-bottom: 0;
    }

.atf-socail-share {
    margin-left: 15px;
}

    .atf-socail-share li {
        display: inline-block;
        margin-right: 10px;
        transition: all 0.3s ease-in-out 0s;
    }

        .atf-socail-share li a {
            font-size: 18px;
            color: var(--thm-black);
            transition: all 0.3s ease-in-out 0s;
        }

    .atf-socail-share a:hover {
        color: var(--thm-base);
    }

.atf-product-details-tab-rating {
    display: flex;
    align-items: center;
    text-align: left;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px dotted;
    width: 50%;
}

    .atf-product-details-tab-rating:last-child {
        border-bottom: inherit;
    }

.atf-product-details-tab-author-img img {
    border-radius: 50%;
}

.atf-product-details-tab-author-review-rating {
    margin-left: 15px;
}

    .atf-product-details-tab-author-review-rating li {
        display: inline-block;
        margin-bottom: 5px;
        color: var(--thm-base);
    }

.atf-product-details-contact-review-rating {
    margin: 5px 0 25px;
}

    .atf-product-details-contact-review-rating h5 {
        margin-bottom: 0;
    }

    .atf-product-details-contact-review-rating li {
        display: inline-block;
    }

        .atf-product-details-contact-review-rating li a {
            color: var(--thm-f1);
            transition: all 0.3s ease-in-out 0s;
        }

            .atf-product-details-contact-review-rating li a:hover {
                display: inline-block;
                color: var(--thm-base);
            }

.atf-product-details-tab-author-review-rating span {
    padding-left: 40px;
    font-size: 14px;
    position: relative;
}

    .atf-product-details-tab-author-review-rating span::before {
        content: '';
        width: 20px;
        position: absolute;
        height: 2px;
        left: 9px;
        display: inline-block;
        background: var(--thm-p);
        top: 7px;
    }

.atf-product-details-tab-author-review-rating h3 {
    float: left;
    line-height: 28px;
    font-size: 18px;
}

.atf-product-details-tab-author-review-rating p {
    display: block;
    overflow: hidden;
    width: 100%;
    padding-top: 5px;
    font-style: italic;
}

.atf-noreviews {
    font-weight: 500;
}

.atf-product-details-contact-title {
    margin: 0 0 20px;
    text-transform: capitalize;
}

.atf-related-product-title {
    font-size: 26px;
}

.atf-product-details-contact.contact label {
    font-weight: 700;
    margin-bottom: 8px;
}

.quantity input.minus {
    border-right: 1px solid var(--thm-ddd);
}

.quantity input.plus {
    border-left: 1px solid var(--thm-ddd);
}

@media only screen and (max-width: 991px) {
    .atf-single-team {
        margin-bottom: 40px;
    }
}
/*Product Details Slider Design*/

.atf-shop .single-product-slider .atf-product-details-silder .images-single img {
    width: 100%;
}

.atf-shop .single-product-slider .atf-product-details-silder .images-single img {
    background: var(--thm-f6);
    border-radius: 10px;
}

.atf-shop .single-product-slider .atf-product-details-nav {
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
    margin-top: 15px;
}

    .atf-shop .single-product-slider .atf-product-details-nav .images-slide-single img {
        opacity: .5;
        cursor: pointer;
    }

        .atf-shop .single-product-slider .atf-product-details-nav .images-slide-single img:hover {
            opacity: 1;
        }

    .atf-shop .single-product-slider .atf-product-details-nav .slick-list .slick-track {
        margin: 0 auto;
    }

    .atf-shop .single-product-slider .atf-product-details-nav .slick-current img {
        opacity: 1;
        background: var(--thm-f6);
        border-radius: 10px;
    }
/*Cart Design*/

.atf-table-res {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.atf-cart-table-top {
    margin-bottom: 0px;
}

    .atf-cart-table-top table {
        margin-bottom: 0px;
    }

.atf-cart-table thead tr th:first-child {
    border-left: 1px solid #ddd;
}

.atf-cart-table thead tr th.atf-cart-img {
    min-width: 166px;
    width: 166px;
}

.atf-cart-table thead tr th.atf-cart-product {
    min-width: 250px;
}

.atf-cart-table thead tr th.atf-cart-quantity, .atf-cart-table thead tr th.stock {
    min-width: 130px;
}

.atf-cart-table thead tr th {
    background: var(--thm-f6);
    border-bottom: 1px solid #ddd !important;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd !important;
    color: var(--thm-black);
    font-weight: 700;
    line-height: 54px;
    padding: 0;
    text-align: center;
    text-transform: capitalize;
    vertical-align: middle;
}

.atf-cart-table tbody tr td:first-child {
    border-left: 1px solid #ddd;
}

.atf-cart-table tbody tr td {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    vertical-align: middle;
}

.atf-cart-table .atf-cart-image {
    display: inline-block;
    padding: 10px 25px;
}

.atf-cart-area input.code-input {
    border: 1px solid var(--thm-ddd);
    padding: 0 15px;
    height: 54px;
    margin-right: 15px;
}

.atf-table-btn-area {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 20px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.atf-table-btn {
    display: flex;
    align-items: center;
}

.atf-cart-area .atf-order-address {
    border: 1px solid #eaeaea;
    margin-top: 50px;
    padding: 40px 40px;
}

    .atf-cart-area .atf-order-address .atf-order-title {
        font-weight: 600;
        margin-bottom: 17px;
    }

    .atf-cart-area .atf-order-address .atf-order-subtotal {
        margin-bottom: 15px;
        display: flex;
        justify-content: space-between;
    }

        .atf-cart-area .atf-order-address .atf-order-subtotal.style1 {
            border-bottom: 1px solid #ddd;
            padding-bottom: 10px;
        }

        .atf-cart-area .atf-order-address .atf-order-subtotal span {
            font-weight: 700;
        }

    .atf-cart-area .atf-order-address .atf-order-total {
        border-top: 1px solid #ddd;
        padding: 20px 0 20px;
    }

@media only screen and (max-width : 991px) {
    .atf-cart-table thead tr th.atf-cart-quantity, .atf-cart-table thead tr th.stock {
        min-width: 180px;
    }
}

@media only screen and (max-width : 767px) {
    .atf-table-update-btn {
        margin-left: 5px;
    }
}

@media only screen and (max-width : 576px) {
    .atf-table-btn-area {
        display: inherit;
        margin-top: 10px;
    }

    .atf-table-btn {
        display: inherit;
    }

        .atf-table-btn a {
            margin-top: 10px;
        }

    .atf-table-update-btn {
        margin-top: 10px;
    }
}
/*Checkout Design*/
.atf-payment-single-checkbox {
    display: flex;
    align-items: center;
}

    .atf-payment-single-checkbox p {
        margin-left: 15px;
        font-weight: 600;
    }

.atf-checkout-product-title {
    font-weight: 700;
}

.atf-checkout-area .title {
    margin-bottom: 20px;
}

.atf-checkout-area .form-label {
    font-weight: 600;
    color: var(--thm-black);
}

.table.table-bordered {
    text-align: left;
}

.payment_method .custom-control.custom-radio {
    border: 1px solid #ddd;
    padding: 10px 15px;
}

.payment_method .atf-payment-checkbox {
    display: flex;
    align-items: center;
    margin: 15px 0;
}

    .payment_method .atf-payment-checkbox p {
        margin-left: 10px;
    }

.payment_method {
    padding: 33px;
    border: 1px solid #dee2e6;
    margin: 30px 0;
}

    .payment_method li:last-child {
        margin-bottom: 0px;
    }

    .payment_method li {
        margin-bottom: 10px;
    }
/*Account Design*/
#atf-my-account .atf-regi-area {
    padding: 30px 40px;
    background: var(--thm-f6);
    border-radius: 10px;
}

    #atf-my-account .atf-regi-area form.atf-account-form .atf-single-gender-space {
        margin-bottom: 20px;
    }

        #atf-my-account .atf-regi-area form.atf-account-form .atf-single-gender-space label span {
            margin-left: 5px;
            margin-right: 5px;
        }

        #atf-my-account .atf-regi-area form.atf-account-form .atf-single-gender-space label.atf-gender-label {
            font-weight: 600;
            margin-bottom: 10px;
        }

    #atf-my-account .atf-regi-area form.atf-account-form .date {
        padding: 7px;
        color: var(--thm-black);
        border-radius: 3px;
        outline: unset;
        border: 1px solid #eaeaea;
        margin-right: 15px;
    }

    #atf-my-account .atf-regi-area form.atf-account-form .atf-account-checkbox {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }

        #atf-my-account .atf-regi-area form.atf-account-form .atf-account-checkbox p {
            margin-left: 10px;
        }

#atf-my-account .atf-login-right {
    padding: 30px 40px;
    background: var(--thm-f6);
    border-radius: 10px;
}

    #atf-my-account .atf-login-right form.atf-login-form .atf-login-control {
        margin-bottom: 15px;
    }

        #atf-my-account .atf-login-right form.atf-login-form .atf-login-control ul li {
            margin-right: 15px;
            display: inline;
        }

    #atf-my-account .atf-regi-area form.atf-account-form .atf-account-checkbox .atf-link,
    #atf-my-account .atf-login-right form.atf-login-form .psw-recover {
        color: var(--thm-base);
    }
/*
* ----------------------------------------------------------------------------------------
* 12.END BLOG DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 13.START CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/

.contact .form-group {
    margin-bottom: 15px;
}

.contact .form-control {
    padding: 15px 20px;
    border-radius: 3px;
    border-bottom: 1px solid var(--thm-base);
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    color: var(--thm-black);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

    .contact .form-control:focus {
        border-color: var(--thm-base);
        box-shadow: none;
        outline: 0 none;
    }

.contact textarea {
    border-radius: 0px;
    box-shadow: none;
    padding: 10px;
    height: 100px;
}

    .contact textarea:focus {
        box-shadow: none;
        outline: 0 none;
        border-color: var(--thm-base);
    }

.success {
    background: var(--thm-base) none repeat scroll 0 0;
    padding: 20px 0;
    text-align: left;
}

.form-message {
    margin-top: 10px;
}
/*
* ----------------------------------------------------------------------------------------
* START NEWSLETTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-mailchamp-title h5 {
    margin-bottom: 10px !important;
}

.atf-mailchamp-subscribe {
    position: relative;
}

    .atf-mailchamp-subscribe form input:focus {
        box-shadow: none;
        outline: 0 none;
        border-color: var(--thm-color);
    }

    .atf-mailchamp-subscribe form input {
        width: 100%;
        height: 50px;
        padding-left: 15px;
    }

    .atf-mailchamp-subscribe .form-control {
        display: inline-block;
    }

    .atf-mailchamp-subscribe label {
        display: block;
    }

    .atf-mailchamp-subscribe .form-group {
        margin-bottom: 0;
    }

    .atf-mailchamp-subscribe .btn {
        position: absolute;
        right: 5px;
        background: transparent;
        box-shadow: none;
        top: 6px;
        background: var(--thm-color);
    }

    .atf-mailchamp-subscribe .atf-subscription-label {
        color: var(--thm-white);
        font-size: 15px;
        padding-top: 5px;
    }

    .atf-mailchamp-subscribe .btn i {
        color: var(--thm-white);
    }
/*
* ----------------------------------------------------------------------------------------
* END NEWSLETTER DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 13. END CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 14.START ADDRESS DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-contact-details {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
    max-width: 350px;
    margin-top: 25px;
}

    .atf-contact-details:last-child {
        border-bottom: inherit;
        margin: 0;
        padding: 0;
    }

    .atf-contact-details i {
        font-size: 20px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        color: var(--thm-white);
        text-align: center;
        border-radius: 50px;
        background: var(--thm-base);
    }

.atf-contact-address {
    margin-left: 14px;
}

    .atf-contact-address h5 {
        margin-bottom: 0;
        line-height: 1.3;
    }

.atf-contact-btn button {
    background: transparent;
}
/*
* ----------------------------------------------------------------------------------------
* START MAP & HIRE DESIGN
* ----------------------------------------------------------------------------------------
*/
#atf-map-two iframe {
    width: 100%;
    height: 400px !important;
    display: block;
}

#atf-map-area iframe {
    width: 100%;
    height: 400px;
    display: block;
}

.atf-hire-overlay {
    background: rgba(0,0,0,0.7);
    height: 100%;
    width: 100%;
}

.atf-hire-content {
    padding: 50px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/*
* ----------------------------------------------------------------------------------------
* END MAP DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 14.END ADDRESS DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 15.START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-footer-area {
    background: var(--thm-color);
    padding-bottom: 30px;
}

    .atf-footer-area .atf-footer-link {
        position: relative;
    }

.atf-footer-link .atf-list-menu li:before {
    content: "\f4d8";
    color: var(--thm-color);
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    font-size: 15px;
    float: left;
    margin-right: 10px;
    color: var(--thm-white);
}

.atf-footer-link h5 {
    margin-bottom: 35px;
    color: var(--thm-white);
}

.atf-footer-link .atf-list-menu li a {
    color: var(--thm-white);
    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(--thm-base);
        text-decoration: underline;
    }

    .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-family: var(--thm-font);
    }

.atf-footer-link p {
    color: var(--thm-white);
}

.atf-footer-boottom {
    padding: 35px 0;
    background: var(--thm-base);
    border-radius: 5px;
    opacity: 0.8;
}

    .atf-footer-boottom p {
        color: var(--thm-white);
    }

    .atf-footer-boottom a {
        color: var(--thm-white);
        -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;
        opacity: 0.8;
    }

        .atf-footer-boottom a:hover {
            color: var(--thm-color);
        }

.atf-footer-link .footer-logo {
    width: 150px;
    margin: -7px 0 15px -7px;
}

.atf-footer-social-icon li {
    display: inline-block;
    margin: 2px 3px;
}

.atf-footer-social-icon.style1 li a i {
    background: var(--thm-f1);
}

.atf-footer-social-icon li a i {
    background: rgba(0, 0, 0, 0.1);
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    color: var(--thm-black);
    background: var(--thm-white);
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
}

    .atf-footer-social-icon li a i:hover {
        background: var(--thm-color);
        color: var(--thm-white);
    }

.atf-footer-content .link:hover {
    text-decoration: none;
}

.atf-footer-content .link {
    text-decoration: underline;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    font-weight: 700;
}

.atf-footer-post {
    display: flex;
    margin-bottom: 8px;
}

    .atf-footer-post .atf-footer-post-thumb {
        flex: none;
        margin-right: 15px;
        width: 100px;
    }

    .atf-footer-post .atf-footer-post-title {
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 8px;
        color: var(--thm-white);
        transition: all 0.3s ease-in-out 0s;
        line-height: 20px;
    }

        .atf-footer-post .atf-footer-post-title:hover {
            color: var(--thm-base);
        }

    .atf-footer-post .atf-footer-post-date {
        font-size: 13px;
        line-height: 1.6em;
        color: rgba(225,255,255,0.7);
    }

.footer-image-hover {
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    margin-right: 4px;
}

    .footer-image-hover img {
        width: 90px;
        height: auto;
        transition: all 0.4s ease 0s;
    }

    .footer-image-hover:hover::before {
        opacity: 1;
    }

    .footer-image-hover::before {
        content: "";
        background: rgba(0,0,0,0.6);
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transition: all 0.4s ease-in;
    }

    .footer-image-hover .icon {
        opacity: 0;
        transform: translateX(-50%);
        position: absolute;
        left: 50%;
        top: 50%;
        transition: all 0.4s ease 0s;
    }

    .footer-image-hover:hover .icon {
        opacity: 1;
        top: 20px;
    }

    .footer-image-hover .icon a {
        color: var(--thm-white);
        font-size: 20px;
        text-align: center;
        line-height: 38px;
        display: block;
        transition: all 0.4s ease 0s;
    }
/*
* ----------------------------------------------------------------------------------------
* 15.END FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
@media only screen and (max-width: 991px) {
    #atf_nav-menu {
        display: none;
    }
        /* .atf-top-header {
		margin-top: 70px;
	} */
        #atf_nav-menu ul li a .arrow-btn {
            display: none;
        }

    #mobile_menu {
        display: block;
        width: 100%;
    }

    .site-logo {
        margin-bottom: 16px;
    }

    .slicknav_nav {
        background-color: var(--thm-base);
        width: 250px;
        float: right;
        overflow-y: scroll;
        height: 250px;
    }

    #atf_navigation #mobile_menu li a {
        color: var(--thm-white);
        font-weight: 400;
        font-family: var(--thm-font);
    }

    #atf_navigation #mobile_menu li li a {
        color: var(--thm-black);
    }

    #atf_navigation #mobile_menu li i {
        display: none;
    }

    #atf_navigation ul li ul, #atf_navigation ul {
        transition: 0s;
    }

    #atf_navigation.navbar-fixed #mobile_menu li a {
        color: var(--thm-white);
    }

    .slicknav_nav a {
        padding: 1px 0px;
        transition: .5s;
    }

    #atf_navigation #mobile_menu li a:hover,
    #atf_navigation #mobile_menu li a:focus {
        color: var(--thm-color);
    }

    .slicknav_btn {
        top: 18px;
    }

    .atf_site-logo {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 575px) {

    .slicknav_btn {
        margin: 0;
        text-decoration: none;
        position: absolute;
        top: 30px;
        right: 17px;
    }
}

a {
    text-decoration: none !important;
}

#atf_nav-menu ul li a {
    font-size: 20px !important;
}

.fade:not(.show) {
    opacity: inherit !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media screen and (max-width: 991px) {
    #atf_header_top {
        display: none;
    }

    #atf_navigation {
        padding: 0px;
        margin: 0px;
    }

    .atf-navbar-one {
        display: flex;
        justify-content: center;
    }

    .cart-btn {
        border: none;
    }

    .header-search-area {
        display: none;
    }

    #headerproSearch {
        display: none;
    }

    .cart-btn {
        position: absolute;
        top: 9px;
    }

    #responsivemenu {
        display: none;
    }
}

@media only screen and (min-width: 840px) and (max-width: 991px) {
    .cart-btn {
        right: -306px;
    }
}

@media only screen and (min-width: 744px) and (max-width: 840px) {
    .cart-btn {
        right: -219px;
    }
}

@media only screen and (min-width: 650px) and (max-width: 744px) {
    .cart-btn {
        right: -196px;
    }
}

@media only screen and (min-width: 555px) and (max-width: 650px) {
    .cart-btn {
        right: -137px;
    }
}

@@media only screen and (min-width: 451px) and (max-width: 555px) {
    .cart-btn {
        right: -67px;
    }
}

@media only screen and (min-width: 369px) and (max-width: 451px) {
    .cart-btn {
        right: -38px;
    }
}

@media only screen and (min-width: 322px) and (max-width: 369px) {
    .cart-btn {
        right: -28px;
    }
}

@media only screen and (min-width: 991px) {
    .helpus-dv {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    #footermobile {
        margin-bottom: -2px;
    }
}

@media only screen and (min-width: 80px) and (max-width: 991px) {
    .mm-toggle-wrap-cross {
        display: inline-block;
        position: absolute;
        top: -50px;
        COLOR: #fffbf8;
        right: 6px;
        z-index: 992 !important;
    }
}
