/*
Author       : Theme-Family
Template Name: Clement - ICO Bitcoin & Cryptocurrency  Website Template
Version      : 1.0.1
*/

/*=============================================================
    CSS INDEX
    =============================
    01. GENERAL STYLE (body, link color, SECTION TITLE, PRELOADER, BTN, SECTION PADDING etc)
    02. START BOOTSTRAP NAVIGATION OVERRIDES
    03. START HOME DESIGN
		--START HOT DEAL DESIGN(progress bar)
    04. START ABOUT DESIGN 
    05. START FEATURE DESIGN
	06. START VIDEO DESIGN 
	07. START CRYPCURRENCY DESIGN 
    08. START TOKEN DESIGN
    09. START DOWNLOAD DESIGN
    10. START TEAM DESIGN
    11. START COUNTER DESIGN
    12. START TIMELINE DESIGN 
	13. START TESTIMONIAL DESIGN (START COMPANY BRAND LOGO DESIGN ) 
	14. START FAQ DESIGN
	15. START BLOG DESIGN 
	16. START CONTACT DESIGN(MAP)
	17. START FOOTER DESIGN
  =============================================================*/

/*
* ----------------------------------------------------------------------------------------
* 01.GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/

html {
    overflow-x: hidden;
    height: 100%;
}

body {
    font-family: var(--thm-font);
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    color: var(--thm-p);
}

:root {
    --thm-font: 'Poppins', sans-serif;
    --thm-base: #1bcad3;
    --thm-color: #d35400;
    --thm-line: linear-gradient(to right, #c04848, #480048);
    --thm-bg: linear-gradient(-110deg, #f9f9f9 50%, #fff 50%);
    --thm-black: #000040;
    --thm-black1: #00324a;
    --thm-white: #ffffff;
    --thm-ase: #afb2bf;
    --thm-gray: #8e8e8e;
    --thm-f6: #F1F8FF;
    --thm-fb: #f6f6f6;
    --thm-p: #666666;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--thm-font);
    color: var(--thm-white);
    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: 27px;
}

h5 {
    font-size: 18px;
    line-height: 26px;
}

h6 {
    font-size: 14px;
    line-height: 22px;
}

p:last-child {
    margin-bottom: 0;
}

ul,
li {
    margin: 0;
    padding: 0;
}

p {
    padding: 0;
    margin: 0;
    font-size: 15px;
    color: var(--thm-p);
    line-height: 28px;
    font-family: var(--thm-font);
    font-weight: 400;
    letter-spacing: 0;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
}

a {
    text-decoration: none;
    transition: all 0.2s ease 0s;
}

a:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
}

a:hover,
a:active {
    color: var(--thm-color);
    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;
    color: inherit;
}

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;
}

.form-group {
    margin-bottom: 30px;
    background: var(--thm-f6);
}

.atf-main-contact .form-group:focus {
    border-color: var(--thm-color);
    box-shadow: none;
    outline: 0 none;
}

button,
input,
textarea {
    color: var(--thm-black);
}

button,
input,
textarea:focus {
    border: none;
    outline: none;
}

.atf-color-ase {
    color: var(--thm-ase)
}

/*START PRELOADER DESIGN*/

#atf-preloader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: #fff;
    overflow: hidden;
}

#atf-loader {
    background: url(../img/1.gif);
    width: 64px;
    height: 64px;
    position: relative;
    top: 50%;
    margin: -32px auto 0 auto;
}

/*END PRELOADER DESIGN*/

/*START SECTION PADDING DESIGN*/

.atf-section-padding {
    padding: 90px 0;
}

/*START SECTION TITLE DESIGN*/

.atf-section-title {
    margin-bottom: 40px;
    text-align: left;
}

.atf-section-title h2 {
    font-weight: 900;
    font-size: 30px;
    line-height: 1.3;
    color: var(--thm-white);
    text-transform: uppercase;
    font-family: var(--thm-font);
}

.atf-section-title h5 {
    color: var(--thm-color);
    line-height: 25px;
    margin: 0px 0 8px;
    text-transform: capitalize;
    font-family: var(--thm-font);
    letter-spacing: 5px;
}

.atf-section-title h3 {
    text-transform: capitalize;
    font-family: var(--thm-font);
}

.atf-section-title p {
    padding: 15px 0 0px;
    font-family: var(--thm-font);
}

@media only screen and (max-width:480px) {
    .atf-section-title h2 {
        font-size: 25px;
    }
}

/*END SECTION TITLE DESIGN*/

/*START SCROLL TO TOP*/

.atf-scroll-top {
    position: fixed;
    right: 105%;
    bottom: 70px;
    z-index: 99;
    cursor: pointer;
    transition: 1.5s ease;
    border: none;
    background: transparent;
}

.atf-scrollup-icon {
    font-size: 25px;
    width: 50px;
    height: 50px;
    background: var(--thm-color);
    line-height: 50px;
    color: var(--thm-white);
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
}

.atf-scrollup-icon:hover {
    background: var(--thm-black);
    transition: 0.3s;
}

.atf-scroll-top.open {
    right: 30px;
}

/*END SCROLL TO TOP*/

/* START BTN STYLE */

.atf-themes-btn {
    color: var(--thm-white);
    font-family: var(--thm-font);
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 12px 23px 10px;
    border: none;
    border-radius: 25px/50px;
    box-shadow: 0 0 0 2px rgba(104, 96, 181, 0.1) inset;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease 0.3s;
    background: var(--thm-color);
}

.atf-themes-btn:focus,
.atf-themes-btn:hover {
    color: var(--thm-white);
    background: var(--thm-color);
    border: none;
    box-shadow: 0 0 0 1px #6860B5 inset, 0 0 15px #6860B5;
    border-radius: 25px/50px;
}

.atf-about-btn .atf-themes-btn {
    background: var(--thm-color);
    color: var(--thm-white);
}

.atf-about-btn .atf-themes-btn:focus,
.atf-about-btn .atf-themes-btn:hover {
    color: var(--thm-color);
    background: var(--thm-white);
}

@media only screen and (max-width: 767px) {
    .atf-themes-btn {
        margin-bottom: 20px;
    }
}

/* END BTN STYLE */

/*
* ----------------------------------------------------------------------------------------
* 01.END GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 02.START BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/

.atf-main-responsive-nav {
    display: none;
}

.atf-main-nav {
    background-color: transparent;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0;
    padding-left: 0;
}

.atf-main-nav .navbar {
    padding-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
}

.atf-main-nav .navbar ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.atf-main-nav .navbar .navbar-nav .nav-item {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
}

.atf-main-nav .navbar .navbar-nav .nav-item a {
    font-size: 16px;
    font-weight: 500;
    color: var(--thm-white);
    text-transform: capitalize;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
}

.atf-main-nav .navbar .navbar-nav .nav-item a:hover,
.atf-main-nav .navbar .navbar-nav .nav-item a:focus,
.atf-main-nav .navbar .navbar-nav .nav-item a.active {
    color: var(--thm-color);
}

.atf-main-nav .navbar .navbar-nav .nav-item a i {
    font-size: 10px;
    position: relative;
    top: -1px;
    margin-left: 1px;
}

.atf-main-nav .navbar .navbar-nav .nav-item:last-child a {
    margin-right: 0;
}

.atf-main-nav .navbar .navbar-nav .nav-item:first-child a {
    margin-left: 0;
}

.atf-main-nav .navbar .navbar-nav .nav-item:hover a,
.atf-main-nav .navbar .navbar-nav .nav-item:focus a,
.atf-main-nav .navbar .navbar-nav .nav-item.active a {
    color: var(--thm-color);
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    background: var(--thm-white);
    position: absolute;
    border: none;
    top: 80px;
    left: 0;
    width: 200px;
    z-index: 99;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 10px 0;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
    padding: 0;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu::before {
    content: '';
    position: absolute;
    height: 10px;
    width: 10px;
    border: 1px solid #eaeaea;
    transform: rotate(45deg);
    background-color: var(--thm-white);
    border-right: none;
    border-bottom: none;
    top: -5px;
    left: 16px;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
    text-transform: capitalize;
    padding: 8px 20px;
    margin: 0;
    position: relative;
    color: var(--thm-black);
    font-size: 15.5px;
    font-weight: 500;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    color: var(--thm-color);
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    left: -245px;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: var(--thm-color);
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: -245px;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #696997;
    text-transform: capitalize;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: var(--thm-color);
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: -245px;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #696997;
    text-transform: capitalize;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: var(--thm-color);
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: 195px;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #696997;
    text-transform: capitalize;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: var(--thm-color);
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: 195px;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #696997;
    text-transform: capitalize;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: var(--thm-color);
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: 195px;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #696997;
    text-transform: capitalize;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: var(--thm-color);
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: var(--thm-color);
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: var(--thm-color);
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: var(--thm-color);
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: var(--thm-color);
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
    color: var(--thm-color);
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
    color: var(--thm-color);
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.atf-main-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.atf-main-nav .black-logo {
    display: none;
}

.navbar-area {
    background-color: transparent;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: absolute;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}

.navbar-area.atf-sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    -webkit-box-shadow: 0 0 15px rgba(244, 231, 231, 0.48);
    box-shadow: 0 0 15px rgba(244, 231, 231, 0.48);
    background: var(--thm-black) !important;
    -webkit-animation: 500ms ease-in-out 0s normal fadeInDown;
    animation: 500ms ease-in-out 0s normal fadeInDown;
}

.navbar-area.atf-sticky-header .navbar-nav .nav-item a {
    color: var(--thm-white);
}

.navbar-area.atf-sticky-header .navbar-nav .nav-item a:hover,
.navbar-area.atf-sticky-header .navbar-nav .nav-item a:focus,
.navbar-area.atf-sticky-header .navbar-nav .nav-item a.active {
    color: var(--thm-color);
}

.navbar-area.atf-sticky-header .atf-main-nav .navbar-brand .black-logo {
    display: block;
}

@media only screen and (max-width: 991px) {
    .navbar-area {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .navbar-area.atf-sticky-header {
        border-bottom: none;
        -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .navbar-area.atf-sticky-header .logo .black-logo {
        display: block;
    }
    .atf-main-responsive-nav {
        display: block;
    }
    .atf-main-responsive-nav .atf-main-responsive-menu {
        position: relative;
    }
    .atf-main-responsive-nav .atf-main-responsive-menu.mean-container .mean-nav ul {
        font-size: 14px;
    }
    .atf-main-responsive-nav .atf-main-responsive-menu.mean-container a.meanmenu-reveal span {
        background: var(--thm-white);
    }
    .atf-main-responsive-nav .atf-main-responsive-menu.mean-container .mean-nav ul li a {
        font-size: 15px;
        color: var(--thm-black);
    }
    .atf-main-responsive-nav .atf-main-responsive-menu.mean-container .mean-nav ul li a.active {
        color: var(--thm-color);
    }
    .atf-main-responsive-nav .atf-main-responsive-menu.mean-container .mean-nav ul li li a {
        font-size: 15px;
    }
    .atf-main-responsive-nav .atf-main-responsive-menu.mean-container .navbar-nav {
        overflow-y: scroll;
        height: 336px;
        -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    }
    .atf-main-responsive-nav .mean-container a.meanmenu-reveal {
        color: var(--thm-white);
    }
    .atf-main-responsive-nav .mean-container a.meanmenu-reveal span {
        background: var(--thm-white);
    }
    .atf-main-responsive-nav .logo {
        position: relative;
        width: 50%;
        z-index: 999;
    }
    .atf-main-responsive-nav .logo .white-logo {
        display: block;
    }
    .atf-main-nav {
        display: none;
    }
}

.atf-top-header .atf-top-header-in ul li:last-child {
    border: none;
}

.atf-top-header .atf-top-header-in ul li {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.atf-top-header .atf-top-header-in ul li {
    display: inline-block;
    margin-right: 20px;
    padding: 10px 20px 11px 0;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    color: var(--thm-white);
    font-size: 14px;
}

.atf-top-header {
    overflow: hidden;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.atf-top-header .atf-top-header-in {
    height: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    transition: all 0.4s ease;
}

.navbar-area.atf-sticky-header .atf-top-header-in {
    height: 0;
}

.navbar-area.atf-sticky-header .atf-top-login {
    height: 0;
}

.atf-top-header-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.atf-top-header-list li {
    margin-right: 30px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}

.atf-top-header-list li:last-child {
    margin-right: 0;
}

.atf-top-header-list li i {
    margin-right: 10px;
}

.atf-top-header-list li a:hover {
    color: var(--thm-white);
}

@media screen and (max-width: 991px) {
    .atf-top-header {
        display: none;
    }
}

/* Login start
-------------------------------------------------------------- */

.login-form label {
    margin: 7px 0;
}

.modal-backdrop.show {
    opacity: 0.5;
    z-index: 1;
}

.modal .form-group {
    background: transparent;
}

.justify-vertical {
    display: flex;
    align-items: center;
    justify-content: center;
}

.atf-top-login {
    height: 40px;
}

.loginform {
    flex-wrap: wrap;
    justify-content: flex-end;
    transition: all 0.4s ease;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    font-weight: 600;
}

.loginicon {
    position: relative;
    z-index: 1;
}

.loginicon::after {
    position: absolute;
    top: 50%;
    width: 2px;
    height: 16px;
    content: "";
    background: var(--thm-white);
    margin-top: -8px;
}

.login_click a {
    padding: 0 10px;
    text-transform: uppercase;
}

.loginform a:hover {
    color: var(--thm-white);
}

.loginform span {
    margin: 6px;
}

.modal-body {
    padding: 1rem 2rem;
}

.modal-content {
    border-radius: 1.3rem;
    background-color: #dde0e8;
}

.social-login ul {
    display: flex;
    align-items: center;
    width: 100%;
}

.social-login ul li:first-child {
    flex: 1;
}

.modal-body {
    padding: 1rem 2rem;
}

.modal-header-title {
    margin: 2rem auto;
    font-size: 35px;
    text-align: center;
    color: var(--thm-white);
    background: var(--thm-color);
    cursor: auto;
    padding: 15px 0;
    text-transform: uppercase;
}

.login-form .form-control {
    height: 50px;
    border-radius: 4px;
    font-size: 15px;
    box-shadow: none;
    padding: 0.5rem 0.75rem;
    border: 1px solid #999;
    background-clip: initial;
}

.login-form .atf-themes-btn {
    width: 100%;
    font-size: 16px;
}

.checkbox-custom,
.radio-custom {
    opacity: 0;
    position: absolute;
}

.checkbox-custom,
.checkbox-custom-label,
.radio-custom,
.radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 0;
    cursor: pointerer;
}

.checkbox-custom-label,
.radio-custom-label {
    position: relative;
}

.checkbox-custom+.checkbox-custom-label:before {
    content: "";
    background: var(--thm-white);
    border: 2px solid #d8dfe6;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.radio-custom+.radio-custom-label:before {
    content: "";
    background: var(--thm-white);
    border: 2px solid #d8dfe6;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.checkbox-custom:checked+.checkbox-custom-label:before {
    background: var(--thm-color);
    border-radius: 2px;
    box-shadow: inset 0 0 0 4px var(--thm-white);
}

.radio-custom+.radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked+.radio-custom-label:before {
    background: var(--thm-color);
    box-shadow: inset 0 0 0 4px var(--thm-white);
}

.company-brands label {
    font-weight: 400;
    color: #828f99;
    font-size: 15px;
}

.checkbox-custom:focus+.checkbox-custom-label,
.radio-custom:focus+.radio-custom-label {
    outline: none;
}

/*# Login End */

/*
* ----------------------------------------------------------------------------------------
* 02.END BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 03.START HOME DESIGN
* ----------------------------------------------------------------------------------------
*/

#home {
    position: relative;
    z-index: 1;
}

.atf-hero-area {
    background: var(--thm-black);
    height: 750px;
    overflow: hidden;
    z-index: 1;
}

.atf-hero-area::before {
    content: '';
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: -1;
}

.atf-home-overlay {
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
    width: 100%;
}

.atf-align-items-details {
    display: flex;
    align-items: center;
    min-height: 100%;
}

.atf-content-details h5 {
    color: var(--thm-color);
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    text-transform: capitalize;
}

.atf-single-details h2 {
    color: var(--thm-color);
    text-transform: capitalize;
    font-weight: 700;
    font-family: var(--thm-font);
    font-size: 45px;
    line-height: 1.2;
    text-transform: uppercase;
    text-shadow: 0px 0px 15px rgba(255, 255, 255, 0.2);
}

.atf-hero-area .atf-single-details {
    padding: 0 15px;
}

.atf-single-details p {
    color: var(--thm-black);
    font-size: 16px;
    margin: 25px 0 40px;
    font-size: 18px;
    font-weight: 400;
}

.atf-single-details p {
    -webkit-animation: 1.7s .7s fadeInLeft both;
    animation: 1.7s .7s fadeInLeft both;
}

.atf-single-details h2 {
    -webkit-animation: 1.7s .7s fadeInLeft both;
    animation: 1.7s .7s fadeInLeft both;
}

.atf-single-details .atf-main-btn {
    -webkit-animation: 1.7s 2s fadeInUp both;
    animation: 1.7s 2s fadeInUp both;
}

/*
* ----------------------------------------------------------------------------------------
* 03.END HOME DESIGN
* ----------------------------------------------------------------------------------------
*/

/**************************************
 * START HOT DEAL DESIGN
 *************************************/

/* .atf-hot-deal-area {
    background-image: url(../img/blog/1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	position:relative;
} */

.atf-hot-deal-area {
    padding: 40px 0;
}

.atf-hot-deal-area {
    position: relative;
    z-index: 1;
}

.atf-hot-deal-area::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
}

.atf-hot-deal-content {
    text-align: center;
    position: relative;
}

.atf-hot-deal-content .atf-sub-title {
    display: block;
    font-size: 20px;
    margin-bottom: 12px;
    color: var(--thm-white);
    background: rgba(225, 225, 225, 0.3);
    display: inline-block;
    padding: 5px 12px;
    border-radius: 4px;
}

.atf-hot-deal-content h2 {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 25px;
    color: var(--thm-white);
}

.atf-hot-deal-content h2 span {
    color: var(--thm-white);
}

.atf-hot-deal-content #atf-timer {
    margin-bottom: 30px;
}

.atf-hot-deal-content #atf-timer div {
    width: 105px;
    height: 105px;
    border-radius: 50px;
    color: var(--thm-color);
    background-color: #f0f0fa;
    font-size: 30px;
    font-weight: 600;
    margin-left: 10px;
    margin-right: 10px;
}

.atf-hot-deal-content #atf-timer div span {
    display: block;
    margin-top: 0;
    color: var(--thm-color);
    font-size: 15px;
    font-weight: 600
}

/*----- progress bar ------*/

.atf-progress-area {
    color: var(--thm-white);
    max-width: 500px;
    margin: 0 auto;
}

.atf-progress-available span,
.atf-progress-coin span {
    font-size: 16px;
}

.atf-progress-single {
    margin-bottom: 5px;
}

.progress {
    height: 18px;
    background: var(--thm-black1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.progress-bar {
    background: var(--thm-color);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.atf-token-btn {
    margin-top: 50px;
}

/*----- progress bar ------*/

/**************************************
 *  END HOT DEAL DESIGN
 *************************************/

/*
* ----------------------------------------------------------------------------------------
* 04.START ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/

#about .atf-section-title {
    margin-bottom: 25px;
}

#about .atf-about-content p {
    margin-bottom: 30px;
}

.atf-main-services {
    margin: 15px 0;
}

.atf-single-about {
    padding: 10px 0px;
    border-radius: 0px;
}

.atf-about-icon {
    display: inline-block;
    transition: .5s ease;
    margin-top: 6px;
}

.atf-about-icon i {
    color: var(--thm-color);
    font-size: 20px;
    text-align: center;
    width: 50px;
    height: 50px;
    background: var(--thm-f6);
    padding: 10px 14px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
}

.atf-about-text h3 {
    padding: 0px 0 5px 0;
    color: var(--thm-white);
    font-weight: 700;
}

.atf-about-text p {
    color: var(--thm-white);
}

.atf-chat-area {
    margin: 0;
    padding: 0;
}

/*
* ----------------------------------------------------------------------------------------
* 04.END ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 05.START FEATURE DESIGN
* ----------------------------------------------------------------------------------------
*/

#feature {
    background: var(--thm-fb);
}

.atf-main-feature {
    margin: 15px 0;
}

.atf-feature-number {
    position: absolute;
    left: 18px;
    font-size: 80px;
    opacity: 0;
    top: -20px;
    font-weight: 700;
    transition: .5s ease;
}

.atf-feature-content:hover .atf-feature-number {
    opacity: 0.1;
}

.atf-feature-text h3 a:hover {
    color: var(--thm-color);
}

.atf-feature-text h3 a {
    color: var(--thm-black);
    transition: all 0.3s ease-in-out 0s;
}

.atf-feature-text h3 {
    padding: 15px 0 10px 0;
    color: var(--thm-black);
    font-weight: 700;
    transition: all 0.3s ease-in-out 0s;
}

.atf-single-feature {
    border: none;
    border-radius: 0px;
    text-align: center;
    padding: 20px;
}

.atf-feature-content {
    padding: 20px 25px;
    background: var(--thm-white);
    border: 1px solid #eee;
    transition: all 0.3s ease-in-out 0s;
}

.atf-feature-content:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.atf-feature-icon {
    display: inline-block;
    transition: .5s ease;
}

.atf-feature-icon i {
    color: var(--thm-color);
    font-size: 45px;
    text-align: center;
}

.atf-feature-btn {
    margin: 15px 0 0;
    text-decoration: underline;
    font-weight: 700;
    transition: all 0.3s ease-in-out 0s;
    color: var(--thm-black);
}

.atf-feature-btn:hover {
    text-decoration: none;
}

/*
* ----------------------------------------------------------------------------------------
* 05.END FEATURE DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 06.START VIDEO DESIGN
* ----------------------------------------------------------------------------------------
*/

#video .atf-section-title {
    margin-bottom: 15px;
}

#video .atf-video-content p {
    font-size: 15px;
    line-height: 30px;
}

#video .atf-singl-video .atf-video-img {
    position: relative;
    display: block;
}

#video .atf-singl-video {
    position: relative;
}

.atf-singl-video .waves-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.atf-singl-video .iq-video {
    background: var(--thm-white);
    display: inline-block;
    width: 70px;
    height: 70px;
    text-align: center;
    font-size: 20px;
    color: var(--thm-white);
    border-radius: 100%;
    line-height: 53px;
    z-index: 9;
    position: relative;
    border: 8px solid var(--thm-color);
}

.atf-singl-video .iq-video i {
    margin-left: 3px;
    color: var(--thm-color);
}

.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: rgba(234 237 249 / 50%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 50%;
    background-clip: padding-box;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}

.atf-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)";
    }
}

/*
* ----------------------------------------------------------------------------------------
* 06.END VIDEO DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 07.START CRYPCURRENCY DESIGN
* ----------------------------------------------------------------------------------------
*/

#cryptocurrency {
    background: var(--thm-fb);
}

#cryptocurrency1 {
    background: var(--thm-fb);
}

#p_cryptocurrency {
    background: var(--thm-black);
}

#cryptocurrency .atf-section-title {
    margin-bottom: 0px;
}

.panel {
    border-radius: 0;
    border: none;
}

.panel .panel-heading {
    background: var(--thm-color);
    padding: 20px 40px;
    border-radius: 0;
    margin: 0 0;
}

.panel .panel-heading .title {
    color: var(--thm-white);
    font-size: 28px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0;
}

.panel .panel-heading .title span {
    font-weight: 600;
}

.panel .panel-heading .radio-inline {
    color: var(--thm-white);
    padding: 6px 12px 6px 30px;
    margin: 0 -3px;
    border-radius: 0;
}

.panel .panel-heading .radio-inline:first-of-type {
    border-radius: 5px 0 0 5px;
}

.panel .panel-heading .radio-inline:last-of-type {
    border-radius: 0 5px 5px 0;
}

.panel .panel-body .table {
    margin: 0;
}

.panel .panel-body .table tr td {
    border-color: #e7e7e7;
}

.panel .panel-body .table thead tr.active th {
    background-color: transparent;
    font-size: 17px;
    font-weight: 600;
    padding: 12px;
    border-top: 1px solid #e7e7e7;
    border-bottom-color: #e7e7e7;
}

.panel .panel-body .table tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.03);
}

.panel .panel-body .table tbody tr td {
    color: var(--thm-black);
    font-size: 16px;
    padding: 12px 12px;
    vertical-align: middle;
}

.panel .panel-body .table tbody .btn {
    color: var(--thm-white);
    background: var(--thm-black);
    font-size: 15px;
    padding: 5px 8px;
    border: none;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.panel .panel-body .table tbody .btn:hover {
    background: var(--thm-black1);
}

.panel .panel-footer {
    background-color: transparent;
    padding: 15px;
    border: none;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.panel .panel-footer .col {
    line-height: 35px;
}

.pagination {
    margin: 0;
}

.pagination li a {
    color: var(--thm-black);
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    line-height: 33px;
    height: 35px;
    width: 35px;
    padding: 0;
    display: block;
    transition: all 0.3s ease 0s;
}

.pagination li a:hover,
.pagination li a:focus,
.pagination li.active a {
    color: var(--thm-white);
    background-color: var(--thm-color);
    border-color: #00324a;
    border-radius: 50%;
}

@media only screen and (max-width:767px) {
    .panel .panel-heading {
        padding: 20px;
    }
    .panel .panel-heading .title {
        margin: 0 0 10px;
        text-align: center;
    }
    .inline-form {
        text-align: center;
    }
}

.atf-single-cry .icon {
    background: var(--thm-color);
    color: var(--thm-white);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 24px;
    text-align: center;
    float: left;
    margin-top: 3px;
}

.atf-single-cry .icon2 {
    background: var(--thm-base);
    color: var(--thm-white);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 24px;
    text-align: center;
    float: left;
    margin-top: 3px;
}

/*
* ----------------------------------------------------------------------------------------
* 07.END CRYPCURRENCY DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 08.START TOKEN DESIGN
* ----------------------------------------------------------------------------------------
*/

#token {
    position: relative !important;
}

#atf-chart {
    height: 400px;
    width: 100%;
}

.atf-token-title h2 {
    margin-bottom: 30px;
    font-size: 30px;
}

.google-visualization-orgchart-node-medium {
    font-size: 15px !important;
    padding: 10px 13px !important;
    font-family: var(--thm-font);
}

/*
* ----------------------------------------------------------------------------------------
* 08.END TOKEN DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 09.START DOWNLOAD DESIGN
* ----------------------------------------------------------------------------------------
*/

#download {
    background: var(--thm-color);
}

.atf-one__btn-wrap {
    display: flex;
    justify-content: left;
    align-items: center;
}

.atf-one__btn:hover {
    color: var(--thm-black);
}

.atf-one__btn {
    border-radius: 5px;
    color: #fff;
    transition: all .5s ease;
    text-align: left;
    width: 200px;
    position: relative;
    height: 75px;
    padding-left: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

.atf-one__btn::after,
.atf-one__btn::before {
    content: "";
    position: absolute;
    border-radius: 5px;
    transition: transform .5s ease;
}

.atf-one__btn::after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scaleX(0);
    transform-origin: left;
    background-color: #fff;
}

.atf-one__btn:hover::after {
    transform: scale(1);
}

.atf-one__btn::before {
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    transform: scale(1);
    transform-origin: right;
    background-color: var(--thm-color);
}

.atf-one__btn i {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    font-size: 30px;
}

.atf-one_btn-watch i {
    left: 30px ! important;
}

.atf-one__btn b,
.atf-one__btn span {
    font-weight: 700;
    line-height: 1em;
    position: relative;
    display: block;
    z-index: 10;
    transition: all .5s ease;
}

.atf-one__btn b {
    font-size: 18px;
}

/*
* ----------------------------------------------------------------------------------------
* 09.END DOWNLOAD DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 10.START TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/

.our-team {
    text-align: center;
    background: var(--thm-black);
    transition: all 0.3s ease 0s;
    padding: 10px;
}

.our-team .pic {
    overflow: hidden;
    position: relative;
    border-radius: 4px;
}

.our-team .pic:before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--thm-black);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease 0s;
}

.our-team:hover .pic:before {
    opacity: 0.5;
}

.our-team .pic img {
    width: 100%;
    height: auto;
}

.our-team .team-content {
    padding: 30px 0;
}

.our-team .title {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    color: var(--thm-white);
    margin: 0;
}

.our-team .post {
    display: block;
    font-size: 16px;
    color: var(--thm-white);
    margin-bottom: 16px;
}

.our-team .social {
    padding: 0;
    margin: 0;
    list-style: none;
}

.our-team .social li {
    display: inline-block;
    margin-right: 10px;
}

.our-team .social li:last-child {
    margin-right: 0;
}

.our-team .social a {
    display: inline-block;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    font-size: 16px;
    color: #404041;
    background: rgba(255, 255, 255, 0.5);
    line-height: 33px;
    transition: all 0.3s ease 0s;
}

.our-team .social a:hover {
    background: var(--thm-color);
    color: var(--thm-white);
}

@media only screen and (max-width: 991px) {
    .our-team {
        margin-bottom: 30px;
    }
}

/*
* ----------------------------------------------------------------------------------------
* 10.END TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 11.START COUNTER DESIGN
* ----------------------------------------------------------------------------------------
*/

#counter {
    background: var(--thm-f6);
}

.atf-counter {
    padding: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    background: var(--thm-white);
}

.atf-counter-icon i {
    font-size: 50px;
    color: var(--thm-color);
    padding-top: 7px;
}

.atf-counter-value {
    font-size: 25px;
    font-weight: 600;
}

.atf-main-counter {
    margin: 15px 0;
}

.atf-counter-content h3 {
    font-size: 17px;
}

/*
* ----------------------------------------------------------------------------------------
* 11.END COUNTER DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 12.START TIMELINE DESIGN
* ----------------------------------------------------------------------------------------
*/

.main-timeline {
    position: relative;
}

.main-timeline:after {
    content: '';
    display: block;
    clear: both;
}

.main-timeline::before {
    content: '';
    height: 80%;
    width: 2px;
    border: 2px dashed #a3a3ad;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: 30px;
}

.main-timeline .timeline {
    width: 50%;
    padding: 0 35px 0 27px;
    margin: 0 10px 20px 0;
    float: left;
}

.main-timeline .timeline-content {
    background: linear-gradient(#d9d9d9, #e7e7e7);
    text-align: center;
    padding: 15px 115px 15px 40px;
    border-radius: 5px;
    box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.6);
    display: block;
    position: relative;
}

.main-timeline .timeline-content:hover {
    text-decoration: none;
}

.main-timeline .timeline-content:before,
.main-timeline .timeline-content:after {
    content: "";
    background: linear-gradient(to bottom, #647cde, #78b0fa);
    width: 45px;
    height: 45px;
    transform: rotate(-45deg);
    position: absolute;
    top: 13px;
    right: -58px;
    z-index: 1;
}

.main-timeline .timeline-content:after {
    background: #fff;
    transform: rotate(-45deg) scale(0.6);
}

.main-timeline .timeline-icon {
    color: #fff;
    background: linear-gradient(to right, #617de0, #78b1f8);
    font-size: 23px;
    text-align: center;
    line-height: 60px;
    height: 60px;
    width: 60px;
    transform: translateY(-50%) rotate(-45deg);
    position: absolute;
    top: 50%;
    left: -30px;
}

.main-timeline .timeline-icon .ctn {
    transform: rotate(45deg);
    font-size: 12px;
    text-transform: uppercase;
}

.main-timeline .timeline-year {
    color: #fff;
    background: linear-gradient(to bottom, #617de0, #617de0, #78b1f8);
    font-size: 32px;
    font-weight: 900;
    text-align: center;
    line-height: 100px;
    height: 100%;
    width: 100px;
    border-radius: 0 0 5px 0;
    position: absolute;
    right: 0;
    top: 0;
}

.main-timeline .timeline-year:after {
    content: '';
    background: linear-gradient(to right bottom, #617de0 49%, transparent 50%);
    height: 33px;
    width: 33px;
    position: absolute;
    right: -33px;
    top: 0;
}

.main-timeline .title {
    color: var(--thm-black);
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 7px 0;
}

.main-timeline .description {
    color: var(--thm-black);
    font-size: 14px;
    margin: 0;
}

.main-timeline .timeline:nth-child(even) {
    padding: 0 27px 0 35px;
    margin: 0 0 20px 10px;
    float: right;
}

.main-timeline .timeline:nth-child(even) .timeline-content {
    padding: 15px 40px 15px 115px;
}

.main-timeline .timeline:nth-child(even) .timeline-content:before,
.main-timeline .timeline:nth-child(even) .timeline-content:after {
    right: auto;
    left: -58px;
}

.main-timeline .timeline:nth-child(2n) .timeline-icon {
    left: auto;
    right: -30px;
}

.main-timeline .timeline:nth-child(even) .timeline-year {
    right: auto;
    left: 0;
    border-radius: 0 0 0 5px;
}

.main-timeline .timeline:nth-child(even) .timeline-year:after {
    transform: rotateY(180deg);
    right: auto;
    left: -33px;
}

.main-timeline .timeline:nth-child(4n+2) .timeline-content:before,
.main-timeline .timeline:nth-child(4n+2) .timeline-icon {
    background: linear-gradient(to left, #f53b57, #ef5777);
}

.main-timeline .timeline:nth-child(4n+2) .timeline-year {
    background: linear-gradient(to bottom, #f53b57, #f53b57, #ef5777);
}

.main-timeline .timeline:nth-child(4n+2) .timeline-year:after {
    background: linear-gradient(to right bottom, #f53b57 49%, transparent 50%);
}

.main-timeline .timeline:nth-child(4n+3) .timeline-content:before,
.main-timeline .timeline:nth-child(4n+3) .timeline-icon {
    background: linear-gradient(to bottom, #227e22, #63a211);
}

.main-timeline .timeline:nth-child(4n+3) .timeline-year {
    background: linear-gradient(to bottom, #227e22, #227e22, #63a211);
}

.main-timeline .timeline:nth-child(4n+3) .timeline-year:after {
    background: linear-gradient(to right bottom, #227e22 49%, transparent 50%);
}

.main-timeline .timeline:nth-child(4n+4) .timeline-content:before,
.main-timeline .timeline:nth-child(4n+4) .timeline-icon {
    background: linear-gradient(to left, #7d5ac2, #b493fe);
}

.main-timeline .timeline:nth-child(4n+4) .timeline-year {
    background: linear-gradient(to bottom, #7d5ac2, #7d5ac2, #b493fe);
}

.main-timeline .timeline:nth-child(4n+4) .timeline-year:after {
    background: linear-gradient(to right bottom, #7d5ac2 49%, transparent 50%);
}

@media screen and (max-width:767px) {
    .main-timeline:before {
        left: 17px;
        transform: translateX(0);
    }
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even) {
        width: 100%;
        padding: 0 0 27px 40px;
        margin: 0 0 30px 0;
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(even) .timeline-content {
        padding: 70px 15px 35px 15px;
    }
    .main-timeline .timeline-content:before,
    .main-timeline .timeline-content:after,
    .main-timeline .timeline:nth-child(even) .timeline-content:before,
    .main-timeline .timeline:nth-child(even) .timeline-content:after {
        height: 25px;
        width: 25px;
        top: 10px;
        right: auto;
        left: -34px;
    }
    .main-timeline .timeline-icon,
    .main-timeline .timeline:nth-child(even) .timeline-icon {
        transform: translateY(0) translateX(50%) rotate(-45deg);
        left: auto;
        right: 50%;
        top: auto;
        bottom: -35px;
    }
    .main-timeline .timeline-year,
    .main-timeline .timeline:nth-child(even) .timeline-year {
        width: 100%;
        height: 50px;
        line-height: 50px;
        border-radius: 0 5px 5px 5px;
        right: auto;
        left: 0;
    }
    .main-timeline .timeline-year:after,
    .main-timeline .timeline:nth-child(even) .timeline-year:after {
        height: 20px;
        width: 20px;
        transform: rotateY(180deg);
        right: auto;
        left: -20px;
    }
}

@media screen and (max-width:576px) {
    .main-timeline .title {
        font-size: 18px;
    }
}

/*
* ----------------------------------------------------------------------------------------
* 12.End TIMELINE DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 13.START TESTIMONIAL DESIGN
* ----------------------------------------------------------------------------------------
*/

.atf-testi-icon i {
    color: var(--thm-color);
}

.testimonial {
    padding: 20px 15px 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin: 10px 10px;
}

.testimonial .pic {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    float: left;
    border: 5px solid var(--thm-white);
    box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);
    position: relative;
}

.testimonial .pic:after {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    text-align: center;
    background: var(--thm-color);
    font-size: 16px;
    color: var(--thm-white);
    position: absolute;
    top: 65px;
    left: 0;
}

.testimonial .pic img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.testimonial .testimonial-content {
    padding: 10px;
    margin-left: 120px;
}

.testimonial .description {
    font-size: 14px;
    color: var(--thm-p);
}

.testimonial .testimonial-title {
    font-size: 18px;
    color: var(--thm-color);
    text-transform: capitalize;
    display: inline-block;
    margin-top: 15px;
}

.testimonial .post {
    font-size: 14px;
    color: var(--thm-p);
    margin-top: 15px;
}

@media only screen and (max-width: 480px) {
    .testimonial {
        text-align: center;
    }
    .testimonial .pic {
        float: none;
        margin: 0 auto;
    }
    .testimonial .testimonial-content {
        margin-left: 0;
    }
}

/* owl theme */

.atf-main-testimonials.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 60px;
    line-height: .7;
}

.atf-main-testimonials.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 0 8px;
    border-radius: 50%;
    background: transparent;
    border: 2px solid var(--thm-black);
}

.atf-main-testimonials.owl-theme .owl-dots .owl-dot.active span,
.atf-main-testimonials.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--thm-color);
    border: 2px solid var(--thm-color);
}

/*
* ----------------------------------------------------------------------------------------
* START COMPANY BRAND LOGO DESIGN  
* ----------------------------------------------------------------------------------------
*/

#atf-brand-area {
    background: var(--thm-f6);
}

#atf-brand-area .atf-section-padding {
    margin-bottom: 40px;
}

#atf-brand-area .owl-controls {
    display: none;
}

.atf-brand-active {
    text-align: center
}

.atf-brand-active>a {
    display: inline-block
}

/*
* ----------------------------------------------------------------------------------------
* END COMPANY BRAND LOGO DESIGN 
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 13.END TESTIMONIAL DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 14.START FAQ DESIGN
* ----------------------------------------------------------------------------------------
*/

#faq {
    background-size: 10px 10px;
    font-family: var(--thm-font);
}

.atf-faq-accordion .card {
    border: none;
    display: block;
    text-align: left;
    margin-bottom: 15px;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
    background-color: #f9faff;
    border-radius: 0 !important
}

.atf-faq-accordion .card .card-header {
    padding: 0;
    border: none;
    text-align: left
}

.atf-faq-accordion .card .card-header button {
    border: none;
    width: 100%;
    display: block;
    cursor: pointer;
    text-align: left;
    position: relative;
    color: var(--thm-white);
    -webkit-transition: all .3s;
    transition: all .3s;
    background: var(--thm-color);
    font-size: 16px;
    font-weight: 600;
    padding: 12px 20px;
}

.atf-faq-accordion .card .card-header button::before {
    content: "\f0dd";
    position: absolute;
    right: 20px;
    -webkit-transition: all .3s;
    transition: all .3s;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    font-family: 'Font Awesome 6 Free';
    font-size: 25px;
}

.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 ul li:last-child {
    margin-bottom: 0
}

.atf-faq-accordion .card:last-child {
    margin-bottom: 0
}

/*
* ----------------------------------------------------------------------------------------
* 14.END FAQ DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 16.START BLOG DESIGN
* ----------------------------------------------------------------------------------------
*/

#blog {
    background: var(--thm-fb);
}

.atf-blog-area .atf-single-blog {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.atf-blog-area .atf-single-blog .atf-blog-content {
    padding: 25px 25px 20px;
}

.atf-blog-icon {
    margin: 12px 0px;
}

.atf-blog-icon i {
    color: var(--thm-color);
}

.atf-post-img .atf-blog-tag a {
    overflow: hidden;
    position: relative;
}

.atf-blog-area .atf-single-blog:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.02, 1.02);
    transform: scale(1.02, 1.02);
}

.atf-blog-area .atf-single-blog img {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.atf-blog-content .atf-blog-tag {
    font-weight: 500;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.atf-blog-content .atf-blog-time {
    -webkit-transition: all .3s;
    transition: all .3s;
}

.atf-single-blog .atf-blog-content p {
    padding: 4px 0 15px;
}

.atf-blog-tag:hover,
.atf-blog-time:hover {
    color: var(--thm-color);
}

.atf-blog-btn .atf-themes-btn:hover {
    color: var(--thm-color);
}

.atf-blog-btn .atf-themes-btn {
    color: var(--thm-black);
    box-shadow: 0 0 0 0 #496dff !important;
    background: transparent;
    border-radius: 0;
}

.atf-blog-date i {
    color: var(--thm-color);
}

.atf-blog-admin img {
    border-radius: 50%;
    width: 55px;
    height: 55px;
}

.atf-single-blog {
    margin: 15px 0;
}

/*--------------------------------------------------------------
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: 16px;
    font-weight: 400;
    margin: 10px 0 5px;
    line-height: 20px;
}

.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-color);
}

.atf-post-info {
    margin-top: -8px;
}

.blog_search {
    margin-bottom: 40px;
    position: relative;
}

.blog_search a {
    position: absolute;
    top: 18px;
    right: 10px;
    font-size: 15px;
    color: var(--thm-color);
    line-height: 50px;
}

.blog_search input {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #eee;
    border-radius: 0 !important;
    color: #161616;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    height: calc(2.5em + .75rem + 2px);
}

.blog_search .form-control:focus {
    border-color: var(--thm-color);
    box-shadow: none;
}

.blog_search i {
    position: absolute;
    top: -9px;
    right: 2px;
    border: 1px solid;
    padding: 10px 10px;
    border-radius: 25px;
    transition: all .3s;
}

.blog_search i:hover {
    background: var(--thm-color);
    color: var(--thm-white);
}

.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: center;
    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 {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    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;
    border-bottom: 1px solid #eaeaea;
}

.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-color); */
    color: var(--thm-p);
}

.atf-widget-list a:hover {
    color: var(--thm-color);
}

.atf-showcase img {
    width: 90px;
    height: 90px;
    margin: 5px 1px;
}

.atf-widget-list li::before {
    content: "\f061";
    color: var(--thm-color);
    font-family: "Font Awesome 5 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: 6px 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-color);
    border-color: var(--thm-color);
}

.atf-post-details.atf-style1 {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.8em;
}

.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-color: var(--thm-color);
    margin: 0;
    padding: 27px 40px 25px;
    font-size: 19px;
    line-height: 1.6em;
    border-radius: 50px/100px;
    font-weight: 400;
    margin: 20px 0;
    color: white;
    text-align: center;
    font-style: italic;
}

.atf-post-details.atf-style1 blockquote small {
    display: block;
    line-height: inherit;
    margin-top: 4px;
    color: #b5b5b5;
    font-size: inherit;
    font-size: 16px;
}

.atf-post-details.atf-style1 blockquote small span {
    color: var(--thm-black);
}

.atf-post-details.atf-style1 .atf-post-label {
    margin-bottom: 15px;
}

.atf-post-details.atf-style1 .atf-post-text p {
    margin-bottom: 15px;
}

.atf-post-details.atf-style1 .atf-post-meta {
    display: flex;
    justify-content: space-between;
    padding: 23px 0;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.atf-post-details.atf-style1 h2 {
    font-size: 28px;
    margin-bottom: 10px;
}

.atf-post-details.atf-style1 p {
    margin-bottom: 15px;
}

.atf-post-details.atf-style1 img {
    margin-bottom: 20px;
    border-radius: 4px;
    margin-top: 5px;
}

.atf-post-details.atf-style1 .embed-responsive {
    margin-top: 15px;
    margin-bottom: 15px;
}

.embed-responsive iframe {
    width: 100%;
    height: 459px;
}

.atf-post-label>span {
    display: inline-block;
    position: relative;
}

.atf-post-label>span:not(:last-child) {
    padding-right: 15px;
    margin-right: 15px;
}

.atf-post-label>span:not(:last-child):before {
    content: '';
    position: absolute;
    height: 16px;
    width: 1px;
    background-color: #b5b5b5;
    right: 0;
    top: 3px;
}

.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-color);
}

.atf-post-tages,
.atf-post-share {
    display: flex;
    align-items: center;
}

.atf-post-tages .atf-post-tage-title,
.atf-post-tages .atf-post-share-title,
.atf-post-share .atf-post-tage-title,
.atf-post-share .atf-post-share-title {
    margin: 0;
    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-color);
}

.atf-post-btn-gropu {
    display: flex;
    justify-content: space-between;
}

.atf-post-btn-gropu .atf-btn {
    min-width: 170px;
    justify-content: center;
}

.atf-page-heading-in .atf-post-label {
    color: rgba(255, 255, 255, 0.75);
    display: flex;
    justify-content: center;
    margin-top: 6px;
    font-size: 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;
    }
}

/*--------------------------------------------------------------
 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.2);
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

.comment-body {
    position: relative;
    margin-left: 120px;
    margin-bottom: 30px;
    min-height: 90px;
}

.children .comment-body {
    min-height: 70px;
}

.comment-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.comments-area ol {
    list-style: none;
    padding-left: 0;
}

.comments-area .children {
    padding-left: 130px;
}

/* .comments-area .children .children {
    padding-left: 35px;
} */

.comment-author .avatar {
    height: 90px;
    width: 90px;
    position: absolute;
    top: 0;
    left: -120px;
    border-radius: 50%;
}

.comment-author {
    line-height: 20px;
    margin-bottom: 30px;
    margin-right: 30px;
}

.comment-author a:hover {
    color: var(--thm-color);
}

.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;
    left: -1px;
    top: 24px;
}

.comment-content {
    line-height: 25px;
    font-size: 15px;
}

.comment-content p {
    line-height: inherit;
    color: inherit;
    font-size: 14px;
}

.comment-reply-link {
    font-size: 15px;
    color: var(--thm-black);
    position: relative;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
    color: var(--thm-color);
}

.comment-reply-link i {
    margin-right: 6px;
}

.comment-reply-link:before {
    font-family: 'Font Awesome Free 5';
    margin-right: 4px;
}

.reply {
    margin-top: 10px;
}

.children .comment-body {
    margin-left: 100px;
}

.comment-respond {
    display: block;
    width: 100%;
    margin-top: 56px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-top: 1px solid #eaeaea;
}

.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;
}

.page-item.active .page-link {
    background-color: var(--thm-color);
    border-color: var(--thm-color);
}

.pagination-outer {
    text-align: center;
}

.pagination {
    font-family: var(--thm-font);
    display: inline-flex;
}

.pagination li a.page-link {
    color: var(--thm-white);
    background: var(--thm-black);
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    height: 35px;
    width: 35px;
    padding: 0;
    margin: 0 5px;
    border-radius: 0;
    border: none;
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease 0s;
}

.pagination li a.page-link:hover,
.pagination li a.page-link:focus,
.pagination li.active a.page-link:hover,
.pagination li.active a.page-link {
    color: var(--thm-white);
    background: var(--thm-black);
}

.pagination li a.page-link::before {
    content: '';
    background-color: var(--thm-color);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 100%;
    z-index: -1;
    transition: all 0.5s ease 0s;
    /* clip-path: polygon(0 0, 100% 0, 50% 100%); */
}

.pagination li a.page-link:hover:before,
.pagination li.active a.page-link:before {
    top: 0;
}

@media only screen and (max-width: 480px) {
    .pagination {
        font-size: 0;
        display: block;
    }
    .pagination li {
        display: inline-block;
        margin: 0 0 10px;
    }
}

/*--------------------------------------------------------------
END BLOG DETAILS DESIGN
----------------------------------------------------------------*/

/*
* ----------------------------------------------------------------------------------------
* 16.END BLOG DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 17.START CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/

#contact .atf-section-title {
    margin-bottom: 40px;
}

#contact-form .button {
    margin: 0;
}

.contact-area .form input,
.contact-area .form textarea {
    width: 100%;
    padding: 10px 20px;
    border: 0;
    background: var(--thm-gray);
    font-weight: 400;
    border-radius: 5px;
}

.contact-area .form textarea {
    max-height: 120px;
    max-width: 100%;
}

.contact-details p {
    color: var(--thm-white);
    margin-top: 4px;
}

.contact-details {
    text-align: left;
    display: block;
    overflow: hidden;
}

.contact-details i {
    font-size: 17px;
    line-height: 40px;
    color: var(--thm-white);
    text-align: center;
    float: left;
    margin-bottom: 0;
    margin-right: 15px;
}

.contact-details h5 {
    font-weight: 700;
    text-transform: capitalize;
}

.contact-area .form-message.success {
    background: var(--thm-base);
    color: var(--thm-white);
    padding: 10px 15px;
    border-radius: 3px;
}

.contact-area .form-message.error {
    background: var(--thm-base);
    color: var(--thm-white);
    padding: 10px 15px;
    border-radius: 3px;
}

.contact-details p {
    font-weight: 300;
    text-transform: capitalize;
    display: block;
    overflow: hidden;
}

.atf-contact-area .form input:hover,
.atf-contact-area .form textarea:hover,
.atf-contact-area .form input:focus,
.atf-contact-area .form textarea:focus {
    border: 1px solid var(--thm-color);
}

.atf-contact-area .form input,
.atf-contact-area .form textarea {
    width: 100%;
    padding: 10px 20px;
    border: 0;
    background-color: transparent;
    font-weight: 400;
    color: var(--thm-black);
    border: 1px solid var(--thm-ase);
    transition: all 0.5s ease-in-out 0s;
}

.atf-contact-area .form textarea {
    max-height: 120px;
    max-width: 100%;
    color: var(--thm-black);
}

.form-message {
    color: var(--thm-black);
}

.atf-contact-btn .atf-themes-btn {
    color: var(--thm-white);
}

#atf-map-area iframe {
    width: 100%;
    height: 350px;
}

/*
* ----------------------------------------------------------------------------------------
* 15.END CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 16.START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/

.atf-footer-area {
    background: var(--thm-black);
}

.atf-footer-boottom {
    padding: 30px 0;
    background: var(--thm-black);
    opacity: 0.9;
}

.atf-footer-box p {
    color: var(--thm-white);
    margin-bottom: 20px;
}

.atf-footer-social-icon a i:hover {
    background: var(--thm-white);
    transition: all .3s;
    -webkit-transition: all .3s;
    color: var(--thm-color);
}

.atf-footer-social-icon a i {
    font-size: 14px;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    color: var(--thm-white);
    background: #ff8a00;
    text-align: center;
    background: var(--thm-color);
}

.atf-footer-area .atf-footer-link {
    position: relative;
    padding-bottom: 14px;
}

.atf-footer-area .atf-footer-link::after {
    content: '';
    position: absolute;
    left: 16px;
    top: 33px;
    background: var(--thm-color);
    width: 45px;
    height: 3px;
}

.atf-footer-link h5 {
    margin-bottom: 35px;
    font-size: 20px;
    font-weight: 700;
    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;
}

.atf-footer-link .atf-list-menu li a:hover {
    color: var(--thm-color);
    padding-left: 4px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.atf-footer-link .atf-list-menu li a span {
    position: relative;
    display: block;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    font-weight: 500;
    font-family: var(--thm-font);
}

.atf-footer-boottom p {
    color: var(--thm-white);
}

.atf-footer-boottom a {
    color: var(--thm-f6);
    font-weight: 700;
    text-decoration: underline;
    transition: transform 0.3s;
}

.atf-footer-boottom a:hover {
    color: var(--thm-color);
    text-decoration: none;
}

.atf-footer-subscribe form input {
    background-color: rgb(248, 248, 253);
    color: var(--thm-black);
    border: none;
    width: 100%;
    height: 45px;
    padding-left: 15px;
    font-size: 14px;
    border-radius: 5px;
}

.atf-footer-subscribe .atf-themes-btn {
    margin-top: 25px;
}

.atf-footer-subscribe .atf-subscription-label {
    color: var(--thm-white);
    margin-top: 20px;
}

.atf-contact-btn.atf-download-btn button {
    width: 100%;
}

.atf-contact-btn.atf-download-btn .atf-themes-btn {
    color: var(--thm-white);
    background: var(--thm-color);
}

.atf-contact-btn.atf-download-btn .atf-themes-btn:hover {
    color: var(--thm-white);
    background: var(--thm-black);
}

/*
* ----------------------------------------------------------------------------------------
* 16.END FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/