/*
Author       : Theme-Family
Template Name: Enricher -  Bitcoin & Cryptocurrency Landing Page HTML Template
Version      : 1.0.0
*/

/*=============================================================
    CSS INDEX
    =============================
    01. GENERAL STYLE (body, link color, SECTION TITLE, PRELOADER, BTN, SECTION PADDING etc)
    02. START BOOTSTRAP NAVIGATION OVERRIDES
    03. START HOME DESIGN
    04. START CRYPCURRENCY DESIGN
    05. START ABOUT DESIGN
	06. START COUNTER DESIGN
	07. START TIMELINE DESIGN
    08. START FEATURE DESIGN
    09. START VIDEO DESIGN
    10. START SIGN IN DESIGN
    11. START TEAM DESIGN
    12. START FAQ DESIGN
	13. START BLOG DESIGN
	14. START TESTIMONIAL DESIGN (START COMPANY BRAND LOGO DESIGN )
	15. START CONTACT DESIGN
	16. START FOOTER DESIGN
  =============================================================*/

/*
* ----------------------------------------------------------------------------------------
* 01.GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,300,400,500,600,700&amp;display=swap');
a,
button,
p,
input,
select,
textarea,
li,
.transition-3 {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

html {
    overflow-x: hidden;
    height: 100%;
}

body {
    font-family: var(--atf-ff-body);
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    color: var(--atf-text-body);
}

:root {
    /**
	  @font family declaration
	  */
    --atf-ff-body: 'Montserrat', sans-serif;
    --atf-ff-heading: "DM Serif Display", serif;
    --atf-ff-fontawesome: "Font Awesome 7 free";
    /**
	  @color declaration
	  */
    --thm-base: #1bcad3;
    --thm-color: #5B86E5;
    --thm-black: #000040;
    --thm-white: #ffffff;
    --atf-text-body: #515050;
    --thm-f6: #F1F8FF;
    --thm-fb: #f6f6f6;
    --atf-grey-1: #f9f9f9;
    --atf-grey-2: #f5f5f5;
    --atf-grey-3: #f6f6f6;
    --atf-grey-4: #f7f7f7;
    --atf-grey-5: #f4f4f4;
    --atf-grey-6: #8e8e8e;
    --atf-grey-7: #F9CC62;
    --atf-grey-8: #F9C54E;
    --atf-border-1: #dddddd;
    --thm-line: linear-gradient(to right, #c04848, #480048);
    --thm-bg: linear-gradient(-110deg, #f9f9f9 50%, #fff 50%);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--atf-ff-body);
    color: var(--thm-black);
}

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;
}

.f-22 {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 600;
}

ul,
li {
    margin: 0;
    padding: 0;
}

p {
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: var(--atf-text-body);
    line-height: 1.9;
    font-family: var(--atf-ff-body);
    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;
}

.grey-bg-1 {
    background-color: #f9f9f9;
}

.grey-bg-2 {
    background-color: #f5f5f5;
}

.grey-bg-3 {
    background-color: #f6f9ff;
}

.grey-bg-4 {
    background-color: var(--atf-grey-4);
}

.grey-bg-6 {
    background-color: var(--atf-grey-6);
}

.grey-bg-7 {
    background-color: var(--atf-grey-7);
}

.grey-bg-8 {
    background-color: var(--atf-grey-8);
}

.black-bg {
    background-color: var(--thm-black) ! important;
}

.color-bg {
    background-color: var(--thm-color) ! important;
}

.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;
}

/* Custom Cursor */

.cursor_body {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 9999;
}

.cursor_body .cursor-in,
.cursor_body .cursor-out {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    pointer-events: none;
    will-change: transform;
}

/* Inner dot */

.cursor_body .cursor-in {
    width: 10px;
    height: 10px;
    background-color: var(--thm-color);
    transition: all 0.25s ease-out;
}

/* Outer ring */

.cursor_body .cursor-out {
    width: 40px;
    height: 40px;
    border: 1px solid var(--thm-color);
    opacity: 0.5;
    transition: all 0.2s ease;
}

/*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: 120px 0;
}

@media only screen and (max-width:991px) {
    .pt-120.pb-95,
    .atf-section-padding {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media only screen and (max-width:576px) {
    .pt-120.pb-95,
    .atf-section-padding {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

/*START SECTION TITLE DESIGN*/

.atf-section-title .title {
    font-weight: 700;
    font-size: 45px;
    line-height: 1.2;
    color: var(--thm-black);
    font-family: var(--atf-ff-body);
}

.atf-section-title .sub-title {
    display: inline-block;
    color: var(--thm-white);
    font-weight: 600;
    text-transform: uppercase;
}

.atf-section-title p {
    font-family: var(--atf-ff-body);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .atf-section-title .title {
        font-size: 36px;
        letter-spacing: 0px;
    }
    .atf-section-title.mb-50 {
        margin-bottom: 30px;
    }
}

@media screen and (min-width:320px) and (max-width:575px) {
    .atf-section-title .title {
        font-size: 28px;
        letter-spacing: 0px;
        line-height: 1.3;
    }
    .atf-section-title.mb-50 {
        margin-bottom: 20px;
    }
    .atf-section-title.mb-30 {
        margin-bottom: 20px;
    }
}

/*END SECTION TITLE DESIGN*/

/*START SCROLL TO TOP*/

/*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-color);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 31%);
    z-index: 4;
    width: 60px;
    text-align: center;
    height: 60px;
    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);
    }
}

/*END SCROLL TO TOP*/

/* START BTN STYLE */

.atf-themes-btn {
    border-radius: 0;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease 0s;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
}

.atf-themes-btn:before {
    content: "";
    width: 25%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.5s ease 0s;
}

.atf-themes-btn:after {
    content: "";
    width: 25%;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 25%;
    z-index: -1;
    transition: all 0.5s ease 0s;
}

.atf-themes-btn span:before {
    content: "";
    width: 25%;
    height: 0;
    position: absolute;
    top: 0;
    right: 25%;
    z-index: -1;
    transition: all 0.5s ease 0s;
}

.atf-themes-btn span:after {
    content: "";
    width: 25%;
    height: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    transition: all 0.5s ease 0s;
}

.atf-themes-btn.purple {
    border: 1px solid var(--thm-white);
    color: var(--thm-white);
}

.atf-themes-btn.purple:hover:before,
.atf-themes-btn.purple:hover:after,
.atf-themes-btn.purple:hover span:before,
.atf-themes-btn.purple:hover span:after {
    background: var(--thm-color);
    height: 100%;
}

@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-site-branding img {
    max-width: 190px;
    height: auto;
}

.atf-site-branding {
    font-size: 2rem;
}

.atf-site-header .logo-black {
    display: none;
}

.atf-site-header.atf-style1.atf-sticky-active .atf-site-logo .logo-white {
    display: none;
}

.atf-site-header.atf-style1.atf-sticky-active .atf-site-logo .logo-black {
    display: block;
}

.atf-site-header.atf-style1 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    transition: all 0.4s ease-out;
}

.header .header-top {
    padding: 20px 0
}

.atf-site-header.atf-style1.atf-sticky-active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    z-index: 1024;
    visibility: visible;
    color: var(--thm-black);
    background-color: var(--thm-white);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.2);
    -webkit-animation: 0.95s ease 0s normal forwards 1 running fadeInDown;
    ;
    -khtml-animation: 0.95s ease 0s normal forwards 1 running fadeInDown;
    -moz-animation: 0.95s ease 0s normal forwards 1 running fadeInDown;
    -ms-animation: 0.95s ease 0s normal forwards 1 running fadeInDown;
    -o-animation: 0.95s ease 0s normal forwards 1 running fadeInDown;
    animation: 0.95s ease 0s normal forwards 1 running fadeInDown;
}

.atf-site-header.atf-style1.atf-style2.atf-sticky-active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    z-index: 990;
    visibility: visible;
    color: var(--thm-black);
    background-color: var(--thm-white);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.2);
    -webkit-animation: 0.95s ease 0s normal forwards 1 running stickyDown;
    -khtml-animation: 0.95s ease 0s normal forwards 1 running stickyDown;
    -moz-animation: 0.95s ease 0s normal forwards 1 running stickyDown;
    -ms-animation: 0.95s ease 0s normal forwards 1 running stickyDown;
    -o-animation: 0.95s ease 0s normal forwards 1 running stickyDown;
    animation: 0.95s ease 0s normal forwards 1 running stickyDown;
}

@keyframes stickyDown {
    0% {
        margin-top: -150px;
    }
    100% {
        margin-top: 0;
    }
}

.atf-main-menu nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease-out;
}

.atf-main-menu>nav>ul>li>a:active,
.atf-main-menu>nav>ul>li>a:focus,
.atf-main-menu>nav>ul>li>a:hover {
    color: var(--thm-color);
}

.atf-main-menu>nav>ul>li {
    position: relative;
    display: inline-block;
    margin-right: 35px;
}

.atf-main-menu>nav>ul>li:last-child {
    margin-right: 0px !important;
}

.atf-main-menu>nav>ul>li>a {
    position: relative;
    font-size: 17px;
    font-weight: 600;
    padding: 37px 0;
    display: block;
    color: var(--thm-white);
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-transform: capitalize;
}

.atf-site-header.atf-style1.atf-sticky-active .atf-main-menu>nav>ul>li>a {
    color: var(--thm-black);
}

/*-------------------------------
# dropdwon menu 
--------------------------------*/

.atf-main-menu>nav>ul>li .sub-menu li .sub-menu,
.atf-main-menu>nav>ul>li .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 10px 0;
    display: block;
    min-width: 220px;
    visibility: hidden;
    transform: scaleY(0);
    transform-origin: top center;
    background: var(--thm-white);
    border-top: 3px solid var(--thm-color);
    box-shadow: 0px 10px 30px 0px rgba(25, 25, 26, 0.1);
    z-index: 6;
    transition: all 0.3s ease-out;
}

.atf-main-menu>nav>ul>li .sub-menu li:hover>.sub-menu,
.atf-main-menu>nav>ul>li:hover>.sub-menu {
    transform: scaleY(1);
    visibility: visible;
}

.atf-main-menu>nav>ul>li .sub-menu li {
    position: relative;
    display: block;
    text-align: left;
    padding-left: 20px;
}

.atf-main-menu>nav>ul>li .sub-menu li>a {
    font-weight: 600;
    padding: 5px 0px;
    display: inline-block;
    text-transform: capitalize;
    text-align: left;
    position: relative;
    font-size: 17px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.atf-main-menu>nav>ul>li .sub-menu li:hover>a {
    color: var(--thm-black);
}

.atf-main-menu>nav>ul>li .sub-menu li>a:hover {
    transform: initial;
}

.atf-main-menu>nav>ul>li .sub-menu li>a::after {
    height: 2px;
    background: var(--thm-color);
}

.atf-main-menu>nav>ul>li .sub-menu li:hover>a::after {
    opacity: 1;
    transform-origin: left center;
    transform: scaleX(1);
}

.atf-main-menu>nav>ul>li .sub-menu li>a::after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 6px;
    left: 0;
    transform-origin: right center;
    transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform: scaleX(0);
}

/* Arrow icon insert style */

.atf-main-menu>nav>ul>li.menu-item-children>a::after {
    content: "\f107";
    font-family: var(--atf-ff-fontawesome);
    font-weight: 900;
    display: inline-block;
    margin-left: 5px;
    transition: transform 0.3s ease-in-out;
    font-size: 14px;
}

/* Hover korle icon rotate hobe */

.atf-main-menu>nav>ul>li.menu-item-children:hover>a:after {
    transform: rotate(180deg);
}

.atf-main-menu>nav>ul>li .sub-menu li .sub-menu {
    right: auto;
    left: 220px;
    top: 10%;
    border-top: none;
    border-left: 2px solid var(--thm-color);
}

@media only screen and (max-width: 1199px) {
    .atf-main-menu>nav>ul>li {
        margin-right: 30px;
    }
    .atf-site-header.atf-style1 {
        padding: 15px 0;
    }
}

/* sub-menu animation */

@media only screen and (min-width:1199px) {
    .sub-menu {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        -webkit-transition: opacity 350ms ease, -webkit-transform 350ms ease;
        transition: opacity 350ms ease, -webkit-transform 350ms ease;
        transition: opacity 350ms ease, transform 350ms ease;
        transition: opacity 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
    }
    .sub-menu li {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        -webkit-transition: opacity 350ms ease, -webkit-transform 350ms ease;
        transition: opacity 350ms ease, -webkit-transform 350ms ease;
        transition: opacity 350ms ease, transform 350ms ease;
        transition: opacity 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
    }
    .menu-item-children:hover .sub-menu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .menu-item-children:hover .sub-menu li {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .menu-item-children:hover .sub-menu li:nth-child(1) {
        -webkit-transition-delay: 100ms;
        transition-delay: 100ms;
    }
    .menu-item-children:hover .sub-menu li:nth-child(2) {
        -webkit-transition-delay: 200ms;
        transition-delay: 200ms;
    }
    .menu-item-children:hover .sub-menu li:nth-child(3) {
        -webkit-transition-delay: 300ms;
        transition-delay: 300ms;
    }
    .menu-item-children:hover .sub-menu li:nth-child(4) {
        -webkit-transition-delay: 400ms;
        transition-delay: 400ms;
    }
    .menu-item-children:hover .sub-menu li:nth-child(5) {
        -webkit-transition-delay: 500ms;
        transition-delay: 500ms;
    }
    .menu-item-children:hover .sub-menu li:nth-child(6) {
        -webkit-transition-delay: 600ms;
        transition-delay: 600ms;
    }
    .menu-item-children:hover .sub-menu li:nth-child(7) {
        -webkit-transition-delay: 700ms;
        transition-delay: 700ms;
    }
    .menu-item-children:hover .sub-menu li:nth-child(8) {
        -webkit-transition-delay: 800ms;
        transition-delay: 800ms;
    }
    .menu-item-children:hover .sub-menu li:nth-child(9) {
        -webkit-transition-delay: 900ms;
        transition-delay: 900ms;
    }
    .menu-item-children:hover .sub-menu li:nth-child(10) {
        -webkit-transition-delay: 1000ms;
        transition-delay: 1000ms;
    }
    .menu-item-children:hover .sub-menu li:nth-child(11) {
        -webkit-transition-delay: 1100ms;
        transition-delay: 1100ms;
    }
    .menu-item-children:hover .sub-menu li:nth-child(12) {
        -webkit-transition-delay: 1200ms;
        transition-delay: 1200ms;
    }
    .menu-item-children:hover .sub-menu li:nth-child(13) {
        -webkit-transition-delay: 1300ms;
        transition-delay: 1300ms;
    }
    .menu-item-children:hover .sub-menu li:nth-child(14) {
        -webkit-transition-delay: 1400ms;
        transition-delay: 1400ms;
    }
    .menu-item-children:hover .sub-menu li:nth-child(15) {
        -webkit-transition-delay: 1500ms;
        transition-delay: 1500ms;
    }
    .menu-item-children:hover .sub-menu li:nth-child(16) {
        -webkit-transition-delay: 1600ms;
        transition-delay: 1600ms;
    }
    .menu-item-children:hover .sub-menu li:nth-child(17) {
        -webkit-transition-delay: 1700ms;
        transition-delay: 1700ms;
    }
    .menu-item-children:hover .sub-menu li:nth-child(18) {
        -webkit-transition-delay: 1800ms;
        transition-delay: 1800ms;
    }
    .menu-item-children:hover .sub-menu li:nth-child(19) {
        -webkit-transition-delay: 1900ms;
        transition-delay: 1900ms;
    }
    .menu-item-children:hover .sub-menu li:nth-child(20) {
        -webkit-transition-delay: 2000ms;
        transition-delay: 2000ms;
    }
}

/*----------------------------------------*/

/*  Mobile Menu
/*----------------------------------------*/

.atf-hamburger-logo img {
    width: 190px;
    height: auto;
}

.atf-main-menu-bars button {
    font-size: 18px;
    padding: 10px 15px;
    border-radius: 5px;
    color: var(--thm-white);
    background-color: var(--thm-color);
    transition: 0.3s;
}

.atf-hamburger {
    position: fixed;
    background: var(--thm-white);
    width: 500px;
    right: 0;
    top: 0;
    padding: 50px 40px;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.3s 0.3s ease-out;
    -moz-transition: 0.3s 0.3s ease-out;
    -ms-transition: 0.3s 0.3s ease-out;
    -o-transition: 0.3s 0.3s ease-out;
    transition: 0.3s 0.3s ease-out;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
    z-index: 1088;
    overflow-y: auto !important;
    /* Hamburger scroll */
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
}

body.menu-open {
    overflow: hidden !important;
    /* Stop background scroll */
}

.atf-hamburger-overlay.atf-hamburger-overlay-open {
    pointer-events: auto;
    touch-action: none;
}

@media only screen and (max-width: 574px) {
    .atf-hamburger {
        width: 100% ! important;
        padding: 35px 30px;
    }
}

@media only screen and (max-width: 400px) {
    .atf-hamburger {
        width: 100% ! important;
        padding: 35px 30px;
    }
}

.atf-hamburger-open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.atf-hamburger-close-toggle {
    font-size: 30px;
    color: var(--atf-text-body);
}

.atf-hamburger-close-toggle:hover {
    color: var(--thm-color);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 575px) {
    .atf-hamburger-header {
        margin-bottom: 40px;
        border-bottom: 1px solid var(--atf-border-1);
        padding-bottom: 30px;
    }
}

.atf-hamburger-title {
    font-size: 35px;
}

.atf-hamburger-info span {
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
    color: var(--thm-black);
}

.atf-hamburger-sm-title {
    font-size: 25px;
    margin-bottom: 15px;
}

.atf-hamburger-social a {
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 8px;
    display: inline-block;
    color: var(--thm-black);
    border: 1px solid rgba(2, 11, 24, 0.1);
    margin-right: 5px;
    transition: all 0.3s ease-out;
}

.atf-hamburger-social a:hover {
    color: var(--thm-white);
    background: var(--thm-color);
}

.atf-hamburger-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 888;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: 0.45s ease-in-out;
    background: rgba(24, 24, 24, 0.4);
}

.atf-hamburger-overlay-open {
    opacity: 0.7;
    visibility: visible;
}

/*----------------------------------------*/

/* Mobile menu css
/*----------------------------------------*/

.atf-hamburger-menu ul {
    list-style: none;
}

.atf-hamburger-menu ul li {
    position: relative;
}

.atf-hamburger-menu ul li>a {
    padding: 8px 0;
    display: block;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.atf-hamburger-menu ul li>a:hover {
    color: var(--thm-black);
}

.atf-hamburger-menu ul li:not(:last-child)>a {
    border-bottom: 1px solid rgba(1, 15, 28, 0.1);
}

.atf-hamburger-menu ul li.active>a {
    color: var(--thm-black);
}

.atf-hamburger-menu ul li.active>.atf-menu-close {
    color: var(--thm-black);
    border-color: var(--thm-black);
}

.atf-hamburger-menu ul li.active>.atf-menu-close i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.atf-hamburger-menu ul li .sub-menu {
    display: none;
    padding-left: 15px;
    position: relative;
}

.atf-hamburger-menu ul li .sub-menu li {
    padding-left: 15px;
    position: relative;
}

.atf-hamburger-menu ul li .sub-menu li::before {
    content: '';
    background: var(--thm-color);
    left: 0;
    top: 16px;
    width: 8px;
    height: 8px;
    position: absolute;
    border-radius: 50%;
}

.atf-hamburger-menu ul li .sub-menu.atf-mega-menu {
    padding-left: 0;
}

.atf-menu-close {
    position: absolute;
    right: 0;
    top: 7.5px;
    border: 1px solid rgba(1, 15, 28, 0.0);
    height: 30px;
    width: 30px;
    text-align: center;
    font-size: 12px;
    line-height: 29px;
    -webkit-transition: 0.3s 0.3s ease-out;
    -moz-transition: 0.3s 0.3s ease-out;
    -ms-transition: 0.3s 0.3s ease-out;
    -o-transition: 0.3s 0.3s ease-out;
    transition: 0.3s 0.3s ease-out;
}

.atf-menu-close:hover {
    border: 1px solid var(--thm-black);
}

.call-to-action-icon {
    width: 50px;
    height: 50px;
    background: var(--thm-color);
    text-align: center;
    line-height: 50px;
    margin-right: 15px;
    font-size: 18px;
    color: var(--thm-white);
    border-radius: 50%;
}

.call-to-action-phone {
    font-size: 15px;
    font-weight: 400;
}

.call-to-action-text h3 {
    font-weight: 400;
    font-size: 16px;
}

/*----------------------------------------*/

/*  End Mobile menu Design
/*----------------------------------------*/

/*----------------------------------------*/

/*  02. END BOOTSTRAP NAVIGATION OVERRIDES
/*----------------------------------------*/

/*
* ----------------------------------------------------------------------------------------
* 03.START HOME DESIGN
* ----------------------------------------------------------------------------------------
*/

#home {
    position: relative;
    z-index: 1;
}

.atf-hero-area {
    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.5);
    z-index: -1;
}

.atf-hero-area.style1 {
    height: 850px;
}

.aicenter {
    display: flex;
    align-items: center;
    min-height: 100%;
}

.atf-hero-content .title {
    color: var(--thm-white);
    font-weight: 700;
    font-family: var(--atf-ff-body);
    font-size: 70px;
    letter-spacing: -2px;
    line-height: 1.2;
}

.atf-hero-content .sub-title {
    display: inline-block;
    color: var(--thm-white);
    font-weight: 600;
    text-transform: uppercase;
}

@media screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px) {
    .atf-hero-content .title {
        font-size: 55px;
    }
    .atf-hero-content br {
        display: none;
    }
}

@media screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:575px) and (max-width:767px),
only screen and (min-width:320px) and (max-width:574px) {
    .atf-hero-content .title {
        font-size: 40px;
        letter-spacing: 0;
    }
}

.atf-hero-content .description {
    color: var(--thm-white);
    font-size: 18px;
    font-weight: 400;
}

/*
* ----------------------------------------------------------------------------------------
* 03.END HOME DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 04.START CRYPCURRENCY DESIGN
* ----------------------------------------------------------------------------------------
*/

.atf-stock-market-price .atf-market-rate {
    padding: 10px 15px;
}

.atf-stock-market-price .atf-market-rate .atf-cryp-main-wrapper {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 20px 5px 20px 35px;
    position: relative;
    margin: 10px 0;
}

.atf-stock-market-price .atf-market-rate .atf-cryp-main-wrapper {
    text-align: left;
    font-size: 18px;
}

.atf-stock-market-price .atf-market-rate .atf-cryp-main-wrapper .atf-cryp-amount {
    font-family: var(--atf-ff-body);
    font-size: 18px;
    color: #1a1a1a;
    padding-bottom: 7px;
}

.atf-stock-market-price .atf-market-rate .atf-cryp-main-wrapper .atf-cryp-title {
    font-size: 22px;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.atf-stock-market-price .atf-market-rate .atf-cryp-main-wrapper .atf-cryp-current-info {
    margin-top: 25px;
    font-size: 20px;
}

.atf-stock-market-price .atf-market-rate .atf-cryp-main-wrapper .atf-cryp-current-info.range-down {
    color: #ff4c2f;
}

.atf-stock-market-price .atf-market-rate .atf-cryp-main-wrapper .atf-cryp-current-info.range-up {
    color: #08dd67;
}

.atf-stock-market-price .atf-market-rate .atf-cryp-main-wrapper .icon {
    font-size: 16px;
}

.atf-cryp-title .icon {
    background: var(--thm-color);
    color: var(--thm-white);
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 30px;
    text-align: center;
}

.atf-cryp-title .icon1 {
    line-height: 20px ! important;
}

.atf-stock-market-price .atf-market-rate .atf-cryp-main-wrapper .atf-cryp-rate {
    display: block;
    position: relative;
}

.atf-stock-market-price .atf-market-rate .atf-cryp-main-wrapper .atf-cryp-rate::before {
    content: '';
    width: 100%;
    height: 4px;
    position: absolute;
    top: -16px;
    left: 0;
}

.atf-stock-market-price .atf-market-rate .atf-cryp-main-wrapper .range-down .atf-cryp-rate::before {
    background: linear-gradient(90deg, rgb(53, 120, 191) 10%, rgba(255, 255, 255, 1) 100%);
}

.atf-stock-market-price .atf-market-rate .atf-cryp-main-wrapper .range-up .atf-cryp-rate:before {
    background: linear-gradient(90deg, rgb(8, 221, 103) 10%, rgba(255, 255, 255, 1) 100%);
}

/*
* ----------------------------------------------------------------------------------------
* 04.END CRYPCURRENCY DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* START token DESIGN
* ----------------------------------------------------------------------------------------
*/

#token {
    background: var(--thm-color);
}

#token .token-list li:not(:last-child) {
    color: var(--thm-white);
}

#token {
    position: relative !important;
}

#atf-chart {
    height: 400px;
    width: 100%;
}

#token .token-list .title {
    font-weight: 600;
    opacity: 1;
    text-transform: capitalize;
}

.atf-single-token h3 {
    margin: 25px 0 15px;
    color: var(--thm-white);
}

.atf-single-token p {
    color: var(--thm-white);
}

.atf-token-area .atf-main-btn {
    margin-top: 30px;
}

.atf-file-icon i {
    font-size: 35px;
    color: var(--thm-color);
}

/*
* ----------------------------------------------------------------------------------------
* END token DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 05.START ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/

.atf-single-about {
    padding: 10px 0px;
    border-radius: 0px;
}

.atf-about-icon span {
    color: var(--thm-color);
    font-size: 30px;
    width: 80px;
    height: 80px;
    background: var(--thm-white);
    padding: 10px 14px;
    border-radius: 50%;
    text-align: center;
    line-height: 65px;
    display: inline-block;
}

.atf-about-text h3 {
    font-size: 22px;
    font-weight: 700;
    color: var(--thm-white);
}

.atf-about-text p {
    color: var(--thm-white);
}

.atf-chat-area {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

/*
* ----------------------------------------------------------------------------------------
* 05.END ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 06.START COUNTER DESIGN
* ----------------------------------------------------------------------------------------
*/

.atf-counter {
    padding: 34px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    background: var(--thm-black);
    border-radius: 20px;
}

.atf-counter-icon i {
    font-size: 50px;
    color: var(--thm-color);
    padding-top: 7px;
}

.atf-counter-value {
    font-size: 45px;
    font-weight: 600;
    color: var(--thm-white);
}

.atf-counter-content h3 {
    font-weight: 600;
    font-size: 20px;
    color: var(--thm-white);
}

/*
* ----------------------------------------------------------------------------------------
* 06.END COUNTER DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 7.START TIMELINE DESIGN
* ----------------------------------------------------------------------------------------
*/

.main-timeline {
    font-family: var(--atf-ff-body);
}

.main-timeline:after {
    content: '';
    display: block;
    clear: both;
}

.main-timeline .timeline {
    width: calc(50% + 110px);
    margin: 0 0 30px;
    float: right;
}

.main-timeline .timeline-content {
    background: #fff;
    padding: 25px 25px 25px 175px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: block;
    position: relative;
}

.main-timeline .timeline-content:hover {
    text-decoration: none;
}

.main-timeline .timeline-content:before {
    content: "";
    background: #f59220;
    width: 125px;
    height: 100%;
    border: 0 solid #b46a17;
    border-right-width: 30px;
    position: absolute;
    top: 0;
    left: 0;
}

.main-timeline .timeline-icon {
    color: #fff;
    background: #b46a17;
    font-size: 15px;
    text-align: center;
    line-height: 105px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-shadow: 1px 1px 0px #fff inset, 0 0 8px rgba(0, 0, 0, 0.4);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 62px;
}

.main-timeline .timeline-year {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    line-height: 35px;
    transform: translateY(-50%) rotate(90deg);
    position: absolute;
    top: 50%;
    left: -10px;
}

.main-timeline .title {
    color: var(--thm-black);
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 8px;
}

.main-timeline .description {
    font-size: 16px;
    margin: 0;
}

.main-timeline .timeline:nth-child(even) {
    float: left;
}

.main-timeline .timeline:nth-child(even) .timeline-content {
    padding: 25px 175px 25px 25px;
}

.main-timeline .timeline:nth-child(even) .timeline-content:before {
    border-left-width: 30px;
    border-right-width: 0;
    left: auto;
    right: 0;
}

.main-timeline .timeline:nth-child(even) .timeline-year {
    left: auto;
    right: -10px;
}

.main-timeline .timeline:nth-child(even) .timeline-icon {
    box-shadow: -1px 1px 0px #fff inset, 0 0 8px rgba(0, 0, 0, 0.4);
    left: auto;
    right: 62px;
}

.main-timeline .timeline:nth-child(4n+2) .timeline-content:before {
    background: #129bbd;
    border-color: #0c7088;
}

.main-timeline .timeline:nth-child(4n+2) .timeline-icon {
    background: #0c7088;
}

.main-timeline .timeline:nth-child(4n+2) .title {
    color: var(--thm-black);
}

.main-timeline .timeline:nth-child(4n+3) .timeline-content:before {
    background: #f25b50;
    border-color: #ad463b;
}

.main-timeline .timeline:nth-child(4n+3) .timeline-icon {
    background: #ad463b;
}

.main-timeline .timeline:nth-child(4n+3) .title {
    color: var(--thm-black);
}

.main-timeline .timeline:nth-child(4n+4) .timeline-content::before {
    background: #e374be;
    border-color: #bb6cab;
}

.main-timeline .timeline:nth-child(4n+4) .title {
    color: var(--thm-black);
}

.main-timeline .timeline:nth-child(4n+4) .timeline-icon {
    background: #bb6cab;
}

@media screen and (max-width:767px) {
    .main-timeline .timeline {
        width: 100%;
    }
}

@media screen and (max-width:576px) {
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even) {
        text-align: center;
        margin: 0 0 30px;
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(even) .timeline-content {
        padding: 15px 10px 175px 10px;
    }
    .main-timeline .timeline-content:before,
    .main-timeline .timeline:nth-child(even) .timeline-content:before {
        width: 100%;
        height: 123px;
        border-left-width: 0;
        border-right-width: 0;
        border-top-width: 30px;
        top: auto;
        bottom: 0;
    }
    .main-timeline .timeline-year,
    .main-timeline .timeline:nth-child(even) .timeline-year {
        transform: translateX(-50%) translateY(0) rotate(0deg);
        top: auto;
        bottom: 10px;
        left: 50%;
    }
    .main-timeline .timeline-icon,
    .main-timeline .timeline:nth-child(even) .timeline-icon {
        box-shadow: -1px -1px 0px #fff inset, 0 0 8px rgba(0, 0, 0, 0.4);
        transform: translateX(-50%) translateY(0);
        top: auto;
        bottom: 62px;
        left: 50%;
    }
    .main-timeline .title {
        font-size: 20px;
    }
}

/*
* ----------------------------------------------------------------------------------------
* 07.End TIMELINE DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 08.START FEATURE DESIGN
* ----------------------------------------------------------------------------------------
*/

.atf-feature-content {
    position: relative;
    margin: 12px 0;
    border-radius: 20px;
}

.atf-feature-text h3 {
    padding: 25px 0 15px 0;
    color: var(--thm-black);
    font-weight: 700;
}

.atf-feature-number {
    position: absolute;
    right: 30px;
    font-size: 80px;
    opacity: 0;
    top: 0;
    font-weight: 700;
    transition: .5s ease;
}

.atf-feature-content:hover .atf-feature-number {
    opacity: 0.1;
}

.atf-feature-content {
    padding: 35px 25px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    background: var(--thm-white);
}

.atf-feature-icon {
    display: inline-block;
    transition: .5s ease;
}

.atf-feature-icon i {
    color: var(--thm-color);
    font-size: 45px;
    text-align: center;
}

/*
* ----------------------------------------------------------------------------------------
* 08.END FEATURE DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 09.START VIDEO DESIGN
* ----------------------------------------------------------------------------------------
*/

#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%);
    z-index: 999;
}

.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)";
    }
}

/*
* ----------------------------------------------------------------------------------------
* 09.END VIDEO DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 11.START TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/

.our-team {
    text-align: center;
    background: var(--thm-black);
    border-radius: 353px 353px 0 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.our-team:hover {
    background: var(--thm-color);
}

.our-team .pic {
    overflow: hidden;
    position: relative;
    border-radius: 50%;
}

.our-team .pic:before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--thm-black);
    border-radius: 50%;
    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: 22px;
    color: var(--thm-white);
}

.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: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 16px;
    color: var(--thm-black);
    background: var(--thm-white);
    line-height: 40px;
    transition: all 0.3s ease 0s;
}

.our-team .social a:hover {
    background: var(--thm-black);
    color: var(--thm-white);
}

@media only screen and (max-width: 991px) {
    .our-team {
        margin-bottom: 30px;
    }
}

/*
* ----------------------------------------------------------------------------------------
* 11.END TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 12.START FAQ DESIGN
* ----------------------------------------------------------------------------------------
*/

#faq {
    background: var(--thm-bg);
    background-size: 10px 10px;
    font-family: var(--atf-ff-body);
    box-shadow: 7px 7px 5px rgba(9, 132, 227, 0.1);
}

#faq1 .nav-tabs .nav-item.show .nav-link,
#faq1 .nav-tabs .nav-link.active {
    color: var(--thm-white) !important;
    background: var(--thm-color) !important;
}

#faq1 .nav-tabs .nav-link:focus,
#faq1 .nav-tabs .nav-link:hover {
    color: var(--thm-black) !important;
    background: var(--thm-white) !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--thm-white);
    background: var(--thm-black);
    border-radius: 7px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.nav-tabs .nav-link {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: none !important;
    color: var(--thm-white);
    background: var(--thm-black);
    border-radius: 7px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
}

.nav-fill .nav-item {
    font-size: 22px;
    font-family: var(--atf-ff-body);
    font-weight: 500;
    text-transform: uppercase;
    margin-right: 15px;
    padding: 15px 10px;
    border: none !important;
}

.nav-tabs {
    border-bottom: none !important;
    margin-bottom: 25px;
    color: var(--thm-black);
}

/* download */

.atf-single-download .icon {
    font-size: 25px;
    color: var(--thm-black);
}

.atf-single-download li {
    padding: 7px 0;
    font-weight: 500;
    display: flex;
    align-items: center;
    color: var(--thm-black);
}

.atf-single-download.style1 li {
    color: var(--thm-white);
}

.atf-single-download.style1 .icon {
    color: var(--thm-white);
}

.f-22 {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 600;
}

/*
* ----------------------------------------------------------------------------------------
* 12.END FAQ DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 13.START BLOG DESIGN
* ----------------------------------------------------------------------------------------
*/

.atf-single-blog {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.atf-blog-content {
    padding: 25px 25px 30px;
    background: var(--thm-color);
}

.atf-blog-icon i {
    color: var(--thm-white);
}

.atf-post-img .atf-blog-tag a {
    overflow: hidden;
    position: relative;
}

.atf-post-img {
    overflow: hidden;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.atf-post-img img {
    overflow: hidden;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    width: 100%;
}

.atf-single-blog:hover .atf-post-img img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.atf-blog-content .atf-blog-tag {
    font-weight: 500;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.atf-blog-time {
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.atf-blog-content h3 {
    line-height: 1.4;
    font-size: 22px;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.atf-blog-content .atf-blog-title {
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    color: var(--thm-white);
}

.atf-blog-content .atf-blog-title:hover {
    color: var(--thm-black);
}

.atf-blog-content p {
    padding: 4px 0 15px;
}

.atf-blog-tag:hover,
.atf-blog-time:hover {
    color: var(--thm-color);
}

.atf-blog-date i {
    color: var(--thm-color);
}

/*
* ----------------------------------------------------------------------------------------
* 13.END BLOG DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 14.START TESTIMONIAL DESIGN
* ----------------------------------------------------------------------------------------
*/

.atf-testi-icon i {
    color: var(--thm-color);
    margin: 10px 0px;
}

.testimonial {
    padding: 20px 20px 20px 90px;
    margin: 10px 20px 50px 55px;
    border-left: 2px solid var(--thm-color);
    position: relative;
}

.testimonial:after {
    content: "";
    border-bottom: 25px solid var(--thm-color);
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    position: absolute;
    bottom: -24px;
    left: -26px;
}

.testimonial .pic {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid var(--thm-color);
    overflow: hidden;
    position: absolute;
    top: 0;
    left: -50px;
}

.testimonial .pic img {
    width: 100%;
    height: auto;
}

.testimonial .title {
    font-size: 22px;
    font-weight: 600;
    color: #71334a;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 7px 0;
}

.testimonial .post {
    display: block;
    font-size: 15px;
    color: var(--thm-black);
    text-transform: capitalize;
}

.testimonial .description {
    font-size: 15px;
    color: var(--atf-text-body);
    margin-top: 15px;
}

@media only screen and (max-width: 479px) {
    .testimonial {
        padding: 20px 0 20px 60px;
        margin: 10px 20px 50px 50px;
    }
    .testimonial .title {
        font-size: 20px;
    }
}

/*
* ----------------------------------------------------------------------------------------
* START COMPANY BRAND LOGO DESIGN  
* ----------------------------------------------------------------------------------------
*/

.atf-brand-active img {
    text-align: center;
    border-radius: 20px;
}

.atf-brand-active>a {
    display: inline-block
}

/*
* ----------------------------------------------------------------------------------------
* END COMPANY BRAND LOGO DESIGN 
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 14.END TESTIMONIAL DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 15.START CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/

#contact-form .button {
    margin: 0;
}

.contact-area .form input,
.contact-area .form textarea {
    width: 100%;
    padding: 10px 20px;
    border: 0;
    background: var(--atf-grey-6);
    font-weight: 400;
    border-radius: 5px;
}

.contact-area .form textarea {
    max-height: 120px;
    max-width: 100%;
}

.contact-details {
    text-align: left;
    display: block;
    overflow: hidden;
}

.contact-details {
    display: flex;
    align-items: center;
    gap: 20px;
}

.contact-details i {
    font-size: 15px;
    width: 50px;
    height: 50px;
    background: var(--thm-black);
    line-height: 50px;
    color: var(--thm-white);
    text-align: center;
    float: left;
    margin-bottom: 0;
    border-radius: 50%;
}

.contact-details.style1 i {
    background: var(--thm-white);
    color: var(--thm-black);
}

.contact-details.style1 p {
    color: var(--thm-white);
}

.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: 400;
    display: block;
    overflow: hidden;
    color: var(--thm-black);
}

.atf-contact-area .form input {
    width: 100%;
    height: 56px;
    border: 0;
    background-color: transparent;
    font-weight: 400;
    color: var(--thm-black);
    box-shadow: 0 0px 1px rgb(19, 19, 19);
    padding-left: 20px;
    border: 1px solid var(--atf-border-1);
}

.atf-contact-area .form textarea {
    height: 120px;
    width: 100%;
    color: var(--thm-black);
    border: 0;
    background-color: transparent;
    font-weight: 400;
    color: var(--thm-black);
    box-shadow: 0 0px 1px rgb(19, 19, 19);
    padding-left: 20px;
    border: 1px solid var(--atf-border-1);
    padding-top: 15px;
}

.form-message {
    color: var(--thm-white);
}

.atf-contact-btn .atf-themes-btn {
    color: var(--thm-white);
}

/*
* ----------------------------------------------------------------------------------------
* 15.END CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 16.START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/

.border-bottom-1 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.atf-footer-area {
    background: var(--thm-black);
}

.atf-footer-box p {
    color: var(--thm-white);
    margin-bottom: 20px;
}

.atf-footer-social-icon a i:hover {
    background: var(--thm-white);
    color: var(--thm-color);
}

.atf-footer-social-icon a i {
    margin-right: 10px;
    width: 50px;
    height: 50px;
    line-height: 40px;
    border-radius: 10px;
    font-size: 16px;
    color: var(--thm-white);
    text-align: center;
    background: var(--thm-color);
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    border: 5px solid var(--thm-white);
}

.atf-footer-link {
    position: relative;
    padding-bottom: 14px;
}

.atf-footer-link::after {
    content: '';
    position: absolute;
    left: 12px;
    top: 45px;
    background: var(--thm-color);
    width: 45px;
    height: 3px;
}

.atf-footer-link .title {
    margin-bottom: 50px;
    font-size: 22px;
    font-weight: 700;
    color: var(--thm-white);
}

.atf-footer-link .atf-list-menu li a {
    color: var(--thm-white);
    margin-bottom: 15px;
    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(--atf-ff-body);
}

.atf-footer-subscribe form input {
    background-color: rgb(248, 248, 253);
    color: var(--thm-black);
    border: none;
    width: 100%;
    height: 56px;
    padding-left: 15px;
    font-size: 14px;
    border-radius: 5px;
}

.atf-footer-subscribe .atf-subscription-label {
    color: var(--thm-white);
}

.atf-footer-copyright {
    padding: 30px 0;
    background: var(--thm-black);
}

.atf-footer-copyright p {
    color: var(--thm-white);
}

.atf-footer-copyright a {
    color: var(--thm-f6);
    font-weight: 700;
}

.atf-footer-copyright a:hover {
    color: var(--thm-color);
}

/*
* ----------------------------------------------------------------------------------------
* 16.END FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/

/* OWl DOT DESIGN */

.atf_owl_dot_slider .owl-dots {
    margin-top: 30px !important;
    text-align: center;
}

.atf_owl_dot_slider .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0 8px;
    border-radius: 5px;
    background: var(--thm-white);
    border: 1px solid var(--thm-color);
    transition: all 0.3s ease-in-out;
    display: inline-block;
}

.atf_owl_dot_slider .owl-dots .owl-dot.active span {
    width: 35px;
    transition: all 0.3s ease-in-out;
    border: 1px solid var(--thm-color);
    background: var(--thm-color);
    display: inline-block;
}

/* OWl NAV DESIGN */

.atf_owl_nav_slider {
    position: relative;
}

.atf_owl_nav_slider .owl-nav .owl-next,
.atf_owl_nav_slider .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: var(--thm-white) !important;
    opacity: 1;
    font-size: 20px !important;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    width: 50px;
    height: 50px;
    line-height: 48px !important;
    background: var(--thm-color) !important;
    border-radius: 50%;
}

.atf_owl_nav_slider .owl-nav .owl-prev {
    left: -25px;
    opacity: 0;
}

.atf_owl_nav_slider .owl-nav .owl-next {
    right: -25px;
    opacity: 0;
}

.atf_owl_nav_slider:hover .owl-nav .owl-prev {
    left: -15px;
    opacity: 1;
}

.atf_owl_nav_slider:hover .owl-nav .owl-next {
    right: -15px;
    opacity: 1;
}

@media screen and (min-width: 270px) and (max-width: 480px) {
    .atf_owl_nav_slider .owl-nav .owl-prev,
    .atf_owl_nav_slider .owl-nav .owl-next {
        display: none;
    }
}

/* END OWL DOT & NAV DESIGN */