/*------------------------------------------------------------------
[Master Stylesheet]

Project:  Fitridx
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Header  / .header-con
3. Banner  /.banner-con
4. Text Slider bar  /.text-slider-bar-con
5. About Us  /.about-us-con
6. Services  /.services-con
7. Call To Action  /.cta-con
8. Pricing Plan /.pricing-plan-con
9. Our Team  /.our-team-con
10. Testimonials  /.testimonials-con
11. News & Articles  /.news-and-articles-con 
12. Subscribe to Newsletter  /.newsletter-con
13. Footer  /.footer-con
*/
/*------------------------------------------------------------------
# [Color Codes]

 #  --primary--color: #000000;
 #  --secondary--color: #ffffff;
 #  --accent--color: #76ff2a;
 #  --text--color: #6a6a6a;
 #  --black--color: #000000;
 #  --white--family--color: #dadada;
 #  --border--color: #e6e6e6;
 #  --bg--color: #f8f8f8;

*/
/*------------------------------------------------------------------
# [Typography]
 
Body copy: "Archivo", sans-serif;
Heading: "Archivo", sans-serif;
*/

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Sora:wght@100..800&family=Teko:wght@300..700&display=swap');

body {
    font-family: "Sora", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Teko", sans-serif;
}

:root {
    --primary--color: #000000;
    --secondary--color: #ffffff;
    --accent--color: #76ff2a;
    --text--color: #6a6a6a;
    --black--color: #000000;
    --white--family--color: #dadada;
    --border--color: #e6e6e6;
    --bg--color: #f8f8f8;

}

figure {
    margin-bottom: 0;
}

h1 {
    font-size: 150px;
    line-height: 132px;
    font-weight: 600;
    color: var(--secondary--color);
    margin-bottom: 32px;
    text-transform: uppercase;
}

h1.sub-pg-heading1 {
    font-size: 130px;
    color: var(--secondary--color);
    text-transform: uppercase;
    /* padding-left: 12.5%; */
    padding-left: 243px;
    margin-bottom: 20px;
}

h2 {
    font-size: 80px;
    line-height: 75px;
    font-weight: 600;
    color: var(--black--color);
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

h2.special-heading2 {
    font-size: 110px;
    line-height: 108px;
    font-weight: 600;
    color: var(--secondary--color);
    text-transform: uppercase;
}

h3 {
    font-size: 60px;
    line-height: 59px;
    font-weight: 600;
    color: var(--black--color);
    text-transform: uppercase;
}

h4.special-heading4 {
    font-size: 48px;
    line-height: 38px;
    font-weight: 600;
    color: var(--black--color);
    text-transform: uppercase;

}

h4 {
    font-size: 40px;
    line-height: 30px;
    font-weight: 600;
    color: var(--black--color);
    text-transform: uppercase;
}

h5 {
    font-size: 32px;
    line-height: 34px;
    font-weight: 600;
    color: var(--black--color);
    text-transform: uppercase;
}

h6 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: var(--black--color);
}

p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: var(--text--color);
    word-break: break-word;
}

.text-size-18 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: var(--text--color);
}

.text-size-16 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: var(--text--color);
}

.text-size-14 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: var(--text--color);
}

.special-text {
    color: var(--black--color);
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 18px;
    font-weight: 600;
    font-family: "Oswald", sans-serif;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}

.black-text {
    color: var(--black--color);
}

.green-text {
    color: var(--accent--color);
}

.oswald-font {
    font-family: "Oswald", sans-serif;
}

.primary_btn {
    font-size: 16px;
    min-width: 180px;
    padding: 0;
    height: 58px;
    line-height: 58px;
    font-weight: 700;
    text-align: center;
    border-radius: 0;
    position: relative;
    display: inline-block;
    color: var(--black--color);
    background-color: var(--accent--color);
    transition: all 0.8s ease-in-out;
}

.primary_btn:hover {
    color: var(--secondary--color);
    background-color: var(--black--color);
}

.primary_btn:hover img {
    filter: brightness(0%) invert(100%);
}

.secondary_btn {
    font-size: 16px;
    min-width: 180px;
    padding: 0;
    height: 58px;
    line-height: 58px;
    font-weight: 700;
    text-align: center;
    border-radius: 0;
    position: relative;
    display: inline-block;
    color: var(--black--color);
    background-color: var(--secondary--color);
}

.secondary_btn:hover {
    color: var(--secondary--color);
    background-color: var(--black--color);
}

/* .elementary_btn {
    font-size: 16px;
    min-width: 181px;
    padding: 0;
    height: 58px;
    line-height: 58px;
    font-weight: 700;
    text-align: center;
    border-radius: 35px;
    position: relative;
    display: inline-block;
    color: var(--secondary--color);
    background-color: var(--black--color);
}

.elementary_btn:hover {
    color: var(--secondary--color);
    background-image: linear-gradient(to right, var(--primary--color) 0%, var(--purple--color) 100%);
} */


html {
    scroll-behavior: smooth;
}

.all_row {
    display: flex;
    flex-wrap: wrap;
}

.all_column {
    display: flex;
}

.all_boxes {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.padding-top {
    padding-top: 147px;
}

.padding-bottom {
    padding-bottom: 150px;
}

.padding-top197 {
    padding-top: 197px;
}

.padding-bottom197 {
    padding-bottom: 197px;
}

.heading-title-con {
    margin-bottom: 46px;
}

.heading-title-con h2 {
    margin-bottom: 16px;
}

.heading-title-con p {
    margin-bottom: 26px;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-500 {
    font-weight: 500;
}

.text-black {
    color: var(--black--color);
}

.background-f8f8f8 {
    background-color: var(--bg--color);
}

.background-none {
    background-image: none !important;
}

body {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: var(--text--color);
}

/* special classes ends here */
/* Home Page */

/* HEADER SECTION */
.header-con .navbar-light .navbar-nav .nav-link {
    font-size: 14px;
    color: var(--secondary--color);
    font-weight: 400;
    padding: 10px 0 !important;
    position: relative;
}

.header-con .navbar-light .navbar-nav .nav-link:hover {
    color: var(--accent--color);
    /* text-decoration: underline; */
}

.header-con .navbar-expand-lg .navbar-nav {
    gap: 66px;
    justify-content: center;
    align-items: center;
}

.header-con {
    z-index: 5;
    padding: 0;
    margin-top: 35px;
}

.header-con .navbar {
    padding: 0;
    /* background-color: rgb(0 0 0 / 10%); */
    /* border-radius: 36px; */
    /* border: 1px solid rgb(255 255 255 / 10%); */
}


.header-con .navbar-light .navbar-nav .nav-link:hover::before {
    width: 100%;
}

.header-con .navbar-light .navbar-nav .nav-link::before {
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    content: '';
    position: absolute;
    background: var(--accent--color);
    transition: ease-in-out 0.6s;
}

.header-con .navbar-light .navbar-nav .nav-link.active {
    color: var(--accent--color);
}

.header-con .navbar-light .navbar-nav .dropdown .nav-link:hover::after {
    width: 0;
}

.header-con .navbar-light .navbar-nav .dropdown .nav-link::after {
    width: unset;
    position: absolute;
    background: none;
    top: 20px;
    font-size: 15px;
}

.header-con .navbar-light .navbar-nav .dropdown-menu {
    padding: 10px;
    margin: 0;
    background-color: var(--secondary--color);
    border: 0;
    z-index: 2;
    width: 230px;
    margin-top: 10px;
    box-shadow: 0px 0px 100px rgb(0 0 0 / 15%);
    border-radius: 0;
}

.header-con .navbar-light .navbar-nav .dropdown-menu a:last-child {
    border-bottom: none;
}

.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item {
    padding: 7px 12px;
    border-bottom: 1px solid var(--secondary--color);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    /* color: var(--e-global-color-very-dark-black-mostly-violet); */
    border-radius: 0;
}

.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item:active,
.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item:active {
    background-color: var(--accent--color);
    color: var(--black--color);
}

.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item.active {
    background-color: var(--accent--color);
    color: var(--black--color);
}

.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item:hover {
    background-color: var(--accent--color);
    color: var(--black--color);
}

.header-con .navbar-light .navbar-brand {
    margin: 0;
    padding: 0;
}

/* HEADER SECTION */
/* BACK TO TOP BUTTON */
#back-to-top-btn {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 60px;
    z-index: 99;
    font-size: 18px;
    border: none;
    background-color: var(--primary--color);
    color: white;
    cursor: pointer;
    width: 80px;
    height: 80px;
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;
    border-radius: 0;
}

.header-contact {
    padding-left: 64px;
}

.header-contact .contact-btn {
    min-width: 170px;
    background-color: var(--accent--color);
    color: var(--black--color);
    height: 58px;
    line-height: 58px;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    padding: 0;
    width: 100%;
    text-decoration: none;

}

.header-contact .contact-btn img {
    margin-left: 12px;
}

.header-contact .contact-btn:hover {
    background-color: var(--secondary--color);
    color: var(--black--color);
    /* box-shadow: 0px 10px 20px rgb(0 0 0 / 15%); */
}

.up-right-arrow-img {
    margin-left: 12px;
}


.header-contact .free-trial-btn {
    color: var(--secondary--color);
    font-weight: 700;
    font-size: 20px;
    text-decoration: none;
    margin-right: 39px;
    padding-left: 52px;
    border-left: 1px solid rgb(255 255 255 / 20%);
}

.header-contact .free-trial-btn img {
    margin-right: 8px;
}

.font-weight-700 {
    font-weight: 700 !important;
}

.header-contact .free-trial-btn:hover {
    text-decoration: none;
    color: var(--accent--color);
}

/* Header */

/* Back to top button */

#button {
    display: inline-block;
    background-color: var(--accent--color);
    width: 80px;
    height: 80px;
    text-align: center;
    border-radius: 0;
    position: fixed;
    bottom: 60px;
    right: 80px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.6s ease-in-out;
}

#button::after {
    content: "\f062";
    font-family: "Font Awesome 5 free";
    font-size: 20px;
    line-height: 20px;
    color: var(--black--color);
    font-weight: 600;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

#button:hover {
    transform: translateY(-5px);
}

@-webkit-keyframes spineer {
    from {
        box-shadow: 0 0 0 0 rgb(118 255 42 / 40%)
    }

    to {
        box-shadow: 0 0 0 35px rgba(115, 0, 209, .01)
    }
}

@keyframes spineer {
    from {
        box-shadow: 0 0 0 0 rgb(118 255 42 / 40%)
    }

    to {
        box-shadow: 0 0 0 35px rgba(115, 0, 209, .01)
    }
}

/* Preloader -------------------------------------------------------*/

/* Loader Styles start here */
.loader-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    font-size: 0;
    color: var(--accent--color);
    display: inline-block;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.lead {
    font-size: 13px;
}

.loader div {
    background-color: var(--accent--color);
    display: inline-block;
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    opacity: .5;
    border-radius: 50%;
    -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
    animation: ballPulseDouble 2s ease-in-out infinite;
}

.loader div:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes ballPulseDouble {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ballPulseDouble {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* Footer */

.footer-con {
    background-color: var(--black--color);
    padding-top: 88px;
}

.footer-con .middle_portion {
    padding: 0 73px 98px 77px;
}

.footer-con .middle_portion .footer-logo {
    margin-bottom: 28px;
    display: inline-block;
}

.footer-con .middle_portion .logo-content p {
    color: var(--white--family--color);
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 7px;
}

.footer-con .middle_portion .logo-content a {
    font-size: 14px;
    color: var(--white--family--color);
}

.footer-con .middle_portion .logo-content a:hover {
    color: var(--accent--color);
}

.footer-con .middle_portion .logo-content a.footer-logo:hover {
    text-decoration: none;
}

.footer-con .middle_portion a.email-txt {
    margin-bottom: 30px;
    display: inline-block;
}

.footer-con .middle_portion li:last-child {
    margin-bottom: 0 !important;
}

.footer-con .middle_portion h6 {
    margin-bottom: 27px;
    color: var(--secondary--color);
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}

.footer-con .middle_portion .links {
    padding-left: 100px;
}

.footer-con .middle_portion .links.var2 {
    padding-left: 65px;
}

.footer-con .middle_portion .links li {
    margin-bottom: 20px;
}

.footer-con .middle_portion .links li i {
    font-size: 12px;
    top: 0;
    position: relative;
    color: var(--accent--color);
    transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion .links li a {
    font-size: 14px;
    line-height: 14px;
    padding-left: 17px;
    font-weight: 400;
    text-decoration: none;
    color: var(--white--family--color);
    transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion .links li a:hover {
    color: var(--accent--color);
}

.footer-con .middle_portion .icon {
    padding-left: 45px;
}

.footer-con .middle_portion .icon h6 {
    margin-bottom: 20px;
}

.footer-con .middle_portion .social-icons li,
.social-icons li {
    display: inline-block;
    margin: 0 3px;
    padding: 0 !important;
    transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion .social-icons li:first-child,
.social-icons li:first-child {
    margin-left: 0;
}

.footer-con .middle_portion .social-icons li:last-child,
.social-icons li:last-child {
    margin-right: 0;
}

.footer-con .middle_portion .social-icons i,
.social-icons i {
    font-size: 15px;
    height: 39px;
    width: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    text-align: center;
    color: var(--black--color);
    background-color: var(--accent--color);
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion .social-icons a:hover i {
    color: var(--accent--color);
    background-color: transparent;
    border: 1px solid var(--accent--color);
    transform: translateY(-3px);
}

.footer-con .copyright {
    border-top: 1px solid rgb(255 255 255 / 20%);
    margin-right: 73px;
    margin-left: 77px;
}

.footer-con .copyright p {
    font-size: 11px;
    line-height: 22px;
    font-weight: 400;
    padding: 16px 0;
    text-align: center;
    color: var(--white--family--color);
    background-color: var(--black--color);

}

.footer-vector {
    right: 0;
    bottom: 0;
}

.footer-con .middle_portion .open-hours p {
    color: var(--white--family--color);
    font-size: 14px;
    margin-bottom: 10px;
}

.footer-con .middle_portion .open-hours p.laast {
    margin-bottom: 34px;
}

.footer-con .middle_portion .open-hours a.number-txt {
    font-size: 30px;
    font-weight: 700;
    color: var(--accent--color);
}

.footer-con .middle_portion .open-hours a.number-txt:hover {
    color: var(--secondary--color);
    text-decoration: none;
}

.footer-con .middle_portion .open-hours .heading.two {
    margin-bottom: 16px;
}


/* PRIVACY POLICY PAGE */
.privacy-policy-content-con .main-container {
    padding: 0 15px;
}

.privacy-policy-content-con h2 {
    margin-bottom: 25px;
}

.privacy-policy-content-con h4 {
    margin-bottom: 18px;
}

.privacy-policy-content-con p {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 26px;
}

/* 404 page styling start here */
.coming-soon-con,
.error-section {
    height: 100vh;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-image: linear-gradient(to right, rgba(60, 176, 242, 0.2) 0%, rgba(125, 100, 248, 0.2) 100%); */
    /* background-image: url(../images/banner-bg-img.png); */
    background-color: var(--primary--color);
}

.error-con {
    position: relative;
    z-index: 2;
}

.error-con h2 {
    font-size: 170px;
    line-height: 165px;
    margin-bottom: 30px;
    color: var(--secondary--color);
}

.error-con h2 i {
    font-size: 130px;
    line-height: 140px;
    color: var(--accent--color);
}

.error-con h4 {
    /* font-size: 32px;
    line-height: 32px; */
    margin-bottom: 18px;
    color: var(--secondary--color);
}

.error-con p {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 30px;
    color: var(--bg--color);
}

.error-con .primary_btn {
    min-width: 220px;
}

.error-con .primary_btn:hover {
    background-color: var(--secondary--color);
    color: var(--primary--color);
}

.error-banner,
.coming-soon-con {
    flex-grow: 1;
}

/* COMING SOON PAGE */
.coming-soon-con .new-logo {
    margin-bottom: 35px;
}

.coming-soon-con h1 {
    margin-bottom: 30px;
    /* font-size: 85px;
    line-height: 95px; */
    text-transform: uppercase;
    color: var(--secondary--color);
}

.coming-soon-con h3 {
    margin-bottom: 20px;
    font-size: 40px;
    color: var(--accent--color);
}

/* coming soon countdown timer styling */
.compaign_countdown ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.compaign_countdown ul li {
    float: left !important;
    width: auto;
    margin: 0;
    text-align: center;
    margin: 0 13px;
    min-height: 133px;
    min-width: 133px;
    background-color: var(--accent--color);
    /* background-image: linear-gradient(to right, var(--primary--color) 0%, var(--purple--color) 100%); */
    padding: 20px 16px;
    color: var(--primary--color);
    font-size: 20px;
    font-weight: 400;
    border-radius: 0;
}

.compaign_countdown ul li:first-child {
    margin-left: 0;
}

.compaign_countdown ul li:last-child {
    margin-right: 0;
}

.compaign_countdown ul li span.days,
.compaign_countdown ul li span.hours,
.compaign_countdown ul li span.minutes,
.compaign_countdown ul li span.seconds {
    display: block;
    color: var(--primary--color);
    width: auto;
    font-size: 60px;
    line-height: 65px;
    border-radius: 0;
    font-weight: 600;
    font-family: "Oswald", sans-serif;
    margin-bottom: 6px;
}

.compaign_countdown {
    margin: 0 auto;
    width: 70%;
}

.coming-soon-con {
    flex-grow: 1;
    min-height: 100vh;
}

/* BANNER SECTION */
.home_banner_outer {
    position: relative;
    background-color: var(--secondary--color);
    background-image: url(../images/banner-bg-img.jpg);
    /* background-attachment: fixed; */
    background-size: cover;
    background-repeat: no-repeat;
    /* height: 1054px; */
    z-index: 1;
}

.banner-con {
    padding-top: 165px;
    padding-bottom: 167px;
}

.banner-con .welcome-text {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    color: var(--secondary--color);
    letter-spacing: 2.4px;
    padding-left: 70px;
    margin-bottom: 31px;
}

.banner-con .welcome-text::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    width: 54px;
    height: 2px;
    background-color: var(--secondary--color);
}

.banner-con h1 {
    margin-bottom: 121px;
}

.banner-con .banner-second-content-con .right-side {
    width: 503px;
}

.banner-con .banner-second-content-con .right-side p {
    font-size: 18px;
    line-height: 30px;
    color: var(--secondary--color);
    font-weight: 500;
    margin-bottom: 32px;
}

.banner-con .banner-second-content-con .primary_btn:hover {
    background-color: var(--secondary--color);
    color: var(--black--color);
}

.banner-con .banner-second-content-con .primary_btn:hover img {
    filter: unset;
}

.banner-con .left-side .user-box {
    width: 165px;
    margin-left: 48px;
}

.banner-con .left-side .user-box img {
    margin-left: -24px;
    border: 2px solid var(--secondary--color);
    border-radius: 100%;
}

.banner-con .left-side .user-box .user-text span.counter,
.banner-con .left-side .user-box .user-text span.alphabet,
.banner-con .left-side .user-box .user-text sup {
    font-family: "Teko", sans-serif;
    font-size: 36px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 6px;

}

.banner-con .left-side .user-box .user-text span.span-text {
    font-size: 16px;
    font-weight: 500;
}

.banner-con .left-side .user-box .user-text sup {
    top: unset;
    right: 2px;
}

.banner-con .left-side .user-box .imgz-wrap {
    margin-bottom: 32px;
}

.banner-con .video-card {
    position: relative;
    overflow: hidden;
}

.banner-con .left-side .video-card .overlay img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    left: 0;
}

/* SLIDER BAR */
.slider-track {
    display: flex;
    align-items: center;
    animation: scrollLogos 18s linear infinite;
    gap: 25px;
    /* spacing between items */
}

.slider-item h4 {
    white-space: nowrap;
}

.star-icon {
    width: 21px;
    height: 21px;
    opacity: 0.8;
    display: block;
}

.text-slider-bar-con {
    background-image: url(../images/text-slider-bar-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 35px 0;
}

/*  slider base */
.logo-slider {
    overflow: hidden;
    position: relative;
    width: 100%;
}



/* Your star icon between logos */
.text-slider-bar-con {
    overflow: hidden;
}

.text-slider-bar-con ul li {
    padding: 0 15px;
}

/* Keyframes for auto scroll */
@keyframes scrollLogos {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* ========== Responsive Logo Sizes ========== */

/* Desktop: show 7 logos (no size change needed) */

/* Tablets: show 4–5 logos */
@media (max-width: 991px) {
    .slider-track li {
        padding: 0 15px;
    }

}

/* Small tablets / large phones: show 3–4 logos */
@media (max-width: 767px) {
    .slider-track li {
        padding: 0 10px;
    }
}

/* Mobile phones: show 2–3 logos */
@media (max-width: 575px) {
    .slider-track li {
        padding: 0 8px;
    }
}

/* about con */
.about-us-con .row {
    justify-content: space-between;
}

.about-us-con .sec-col {
    flex-basis: fit-content;
}

.about-us-con .heading-title-con .primary_btn {
    margin-bottom: 58px;
}

.about-us-img-con figure img.img2 {
    margin-bottom: 50px;
}

.users-details-con {
    text-align: left;
    display: grid;
    gap: 27px;
    grid-template-columns: 30% 30% 30%;
}

.user-detrail-box figure {
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 100px;
    background-color: var(--black--color);
}

.user-detrail-box p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 22px;
}

.user-detrail-box span {
    font-size: 56px;
    line-height: 56px;
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--black--color);
    font-family: "Teko", sans-serif;
}

.user-detrail-box {
    border-right: 1px solid var(--border--color);
}

.element1 {
    right: 0;
    bottom: 0;
}

/* SERVICES CON */
.our-services-con {
    background-image: url(../images/services-bg-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.our-services-con .owl-carousel .owl-item img {
    width: auto;
}

.our-services-con .services-inner-box {
    background-color: var(--secondary--color);
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 78px 34px 35px;
    min-width: 323px;
    /* height: 311px; */
    transition: ease-in-out 0.6s;
    border: 2px solid transparent;
}

.our-services-con .service-box {
    margin-bottom: 160px;
    transition: ease-in-out 0.6s;
}

.our-services-con .services-inner-box h4 {
    margin-bottom: 10px;
    line-height: 39px;
}

.our-services-con .services-inner-box p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 13px;
}

.our-services-con .services-inner-box a {
    background-color: var(--accent--color);
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
}

.our-services-con .services-inner-box figure {
    border-radius: 100%;
    background-color: var(--black--color);
    width: 127px;
    height: 127px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 0;
    border: 3px solid var(--secondary--color);
}

.our-services-con .service-box:hover .services-inner-box {
    background-color: var(--black--color);
}

.our-services-con .service-box:hover * {
    color: var(--secondary--color);
}

.our-services-con .service-box:hover .service-icon {
    background-color: var(--accent--color);
    border-color: var(--black--color);
}

.our-services-con .service-box:hover .service-icon img {
    filter: brightness(0);
}

.our-services-con .owl-dots {
    margin-top: 38px;
    text-align: center;
}

.our-services-con .owl-dots button {
    border: none;
    outline: none;
    box-shadow: none;
    text-align: center;
    margin: 0 auto;
}

.our-services-con .owl-dots button span {
    background-color: var(--secondary--color);
    width: 12px;
    height: 12px;
    display: block;
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
    margin-bottom: 0;
    border-radius: 100%;
}

.our-services-con .owl-dots button.active span {
    background-color: var(--black--color);
    color: var(--secondary--color);
    width: 19px;
    height: 19px;
}

/*  */
.cta-con {
    background-image: url(../images/cta-bg-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.cta-con .cta-inner-con h2 {
    margin-bottom: 26px;
}

.cta-con .cta-inner-con .primary_btn:hover {
    background-color: var(--secondary--color);
    color: var(--black--color);
}

.cta-con .cta-inner-con .primary_btn:hover img {
    filter: unset;
}

/* PRICING PLANS CON */
/* DEDICATED HOSTING PLAN SECTION */
.pricing-plan-con .pricing_content {
    padding: 54px 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 38px;
    background-color: var(--secondary--color);
}

.pricing-plan-con .pricing_content h4 {
    margin-bottom: 12px;
}

.pricing-plan-con .pricing_content p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.pricing-plan-con .pricing_content:hover {
    background-color: var(--black--color);
}

.pricing-plan-con .pricing_content figure {
    width: 101px;
    height: 101px;
    display: flex;
    justify-content: center;
    align-items: center;
    display: flex;
    background-color: var(--accent--color);
    border-radius: 100%;
}

.pricing-plan-con .pricing_content:last-child {
    border-bottom: none;
}

.pricing-plan-con .pricing_content:hover h4 {
    color: var(--secondary--color);
}

.pricing-plan-con .pricing_content:hover p {
    color: var(--white--family--color);
}

.pricing-plan-con .pricing_content:hover ul li {
    color: var(--white--family--color);
}

.pricing-plan-con .pricing_content:hover ul li i {
    color: var(--accent--color);
}

.pricing-plan-con .pricing_content ul li {
    position: relative;
    margin-bottom: 10px;
}

.pricing-plan-con .pricing_content ul li:last-child {
    margin-bottom: 0 !important;
}

.pricing-plan-con .pricing_content ul li i {
    font-size: 15px;
    top: 4px;
    left: 0;
    position: absolute;
    color: var(--primary--color);
}

.pricing-plan-con .pricing_content ul li p {
    padding-left: 30px;
    color: var(--black--color);
    transition: all 0.3s ease-in-out;
    font-size: 16px;

}

.pricing-plan-con .pricing_content .price {
    font-size: 50px;
    line-height: 50px;
    font-weight: 600;
    color: var(--black--color);
    transition: all 0.3s ease-in-out;
    position: relative;
    font-family: "Teko", sans-serif;
    margin-bottom: 12px;
    display: inline-block;

}

.pricing-plan-con .pricing_content:hover .price,
.pricing-plan-con .pricing_content:hover .month {
    color: var(--accent--color);
}

.pricing-plan-con .pricing_content .month {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: var(--black--color);
    transition: all 0.3s ease-in-out;
    font-family: "Sora", sans-serif;
}

.pricing-plan-con .pricing_content .primary_btn {
    min-width: 170px;
}

.pricing-plan-con .pricing_content .primary_btn:hover {
    background-color: var(--secondary--color);
    color: var(--black--color);
}

.pricing-plan-con .pricing_content .primary_btn:hover img {
    filter: unset;
}

.pricing-plan-con .pbox-wrapper {
    padding-left: 90px;
}

.element2 {
    left: 0;
    bottom: 0;
}

/* OUR TEAM SECTION */
.our-team-con .team-box figure img {
    margin-bottom: 41px;
    transition: ease-in-out 1s;
}

.our-team-con .team-box span {
    margin-bottom: 19px;
}

.our-team-con .team-box {
    padding-bottom: 20px;
    transition: ease-in-out 0.6s;
}

.our-team-con .team-box:hover figure img {
    transform: scale(1.02);
    opacity: 0.9;
}

.our-team-con figure {
    overflow: hidden;
}

.social-icons a:hover i {
    background-color: transparent;
    border: 1px solid var(--black--color);
    color: var(--black--color);
    transform: translateY(-3px);
}



/* TESTIMONIALS SECTION */
.testimonials-con {
    background: url(../images/testimonials-bg-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonials-con .owl-carousel .owl-item img {
    width: auto;
}

.testimonials-con .testimonial_content span.name {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--accent--color);
    letter-spacing: 2.4px;
    position: relative;
    padding-left: 48px;
    margin-bottom: 53px;
}

.testimonials-con .testimonial_content p {
    font-size: 24px;
    font-weight: 400;
    line-height: 42px;
    margin-bottom: 30px;
}

.testimonials-con .testimonial_content figure {
    margin-right: 26px;
    margin-top: 11px;
}

.testimonials-con .testimonial_content span.name::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    width: 36px;
    height: 2px;
    background-color: var(--accent--color);
}

.testimonials-con .owl-carousel .owl-nav {
    margin-top: 0 !important;
    position: relative;
    bottom: 0;
    display: inline-block;
    left: 77px;
    padding: 0;
    background: transparent;
}

.testimonials-con .owl-carousel .owl-prev,
.testimonials-con .owl-carousel .owl-next {
    margin: 0 !important;
    background: transparent !important;
}

.testimonials-con .owl-carousel .owl-prev:focus,
.testimonials-con .owl-carousel .owl-next:focus {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.testimonials-con .owl-carousel .owl-prev span,
.testimonials-con .owl-carousel .owl-next span {
    font-size: 20px;
    color: var(--secondary--color);
    transition: all 0.3s ease-in-out;
}

.testimonials-con .owl-carousel .owl-prev:hover span,
.testimonials-con .owl-carousel .owl-next:hover span {
    color: var(--accent--color);
}

.testimonials-con .owl-carousel .owl-prev {
    position: relative;
    left: 0;
    bottom: 0;
}

.testimonials-con .owl-carousel .owl-next {
    position: relative;
    right: -25px;
    bottom: 0;
}

/* NEWS AND ARTICLES SECTION */
.news-and-articles-con {
    overflow: hidden;
}

.news-and-articles-con .article-box {
    background-color: var(--secondary--color);
    transition: ease-in-out 0.6s;
    margin: 0 10px;
}

.news-and-articles-con .article-box h5 {
    margin-bottom: 16px;
}

.news-and-articles-con .article-inner-box {
    padding: 40px 41px;
}

.news-and-articles-con .article-inner-box p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 17px;
}

.news-and-articles-con .article-inner-box a {
    color: var(--black--color);
    font-weight: 600;
    font-size: 14px;
    text-decoration: underline;
}

.news-and-articles-con .article-inner-box a:hover {
    color: var(--accent--color);
}

.news-and-articles-con .article-inner-box a:hover h5 {
    color: var(--accent--color);
}

.news-and-articles-con .article-box:hover,
.our-team-con .team-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.news-and-articles-con .article-box figure img {
    transition: ease-in-out 1s;
}

.news-and-articles-con .article-box:hover figure img {
    transform: scale(1.02);
    opacity: 0.9;
}

.news-and-articles-con .article-box figure {
    overflow: hidden;
}

/* NEWSLETTER SECTION */
.newsletter-con {
    background-color: var(--accent--color);
}

.newsletter-con::before {
    background-image: url(../images/news-letter-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    left: 0;
    top: 0;
    width: 1055px;
    height: 470px;
    z-index: 1;
    position: absolute;
}

.newsletter-con .subscription-inner-con {
    padding-top: 116px;
    padding-bottom: 116px;
    position: relative;
    z-index: 2;
}

.map-con iframe {
    content: "";
    right: 0;
    width: 50%;
    height: 470px;
    position: absolute;
    filter: grayscale(100%);
}

.newsletter-con input {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    padding: 16px 28px;
    height: 58px;
    width: 503px;
    position: relative;
    color: var(--text--color);
    background-color: var(--secondary--color);
    border-radius: 0;
    border: 1px solid transparent;
    overflow: visible;
    outline: none;
}

.newsletter-con button {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    width: 170px;
    height: 58px;
    padding: 14px 20px;
    color: var(--secondary--color);
    background-color: var(--black--color);
    border-radius: 0;
    position: relative;
    border: none;
    overflow: visible;
    outline: none;
    transition: all 0.8s ease-in-out;
    cursor: pointer;
}

.newsletter-con button:hover {
    border: 1px solid var(--black--color);
    color: var(--black--color);
    background-color: transparent;
}

.subscription-inner-con h3 {
    margin-bottom: 19px;
}

.subscription-inner-con button img {
    filter: invert(100%);
    margin-left: 16px;
}

.newsletter-con button:hover img {
    filter: invert(0%);
}

.newsletter-con .special-text {
    margin-bottom: 13px;
}

/* SUB BNNER SECTION */
.sub_banner_outer {
    position: relative;
    background-image: url(../images/sub-banner-img.jpg);
    /* background-attachment: fixed; */
    background-size: cover;
    background-repeat: no-repeat;
    /* height: 1054px; */
    z-index: 1;
}

.main-abt-con .heading-title-con {
    padding-left: 37px;
}

.main-abt-con .about-us-img-con figure.vec-objct {
    top: 0;
    bottom: 0;
    left: -83px;
    margin: auto;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 164px;
    height: 164px;
    border-radius: 100%;
    background-color: var(--black--color);
}

.sub-banner-con {
    padding-top: 158px;
    padding-bottom: 185px;
}

/* our mission con */
.our-mission-con {
    background-image: url(../images/our-mission-bg-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.our-mission-con::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 960px;
    /* height: 785px; */
    height: 100%;
    background-image: url(../images/our-mission-img.jpg);
}

.our-mission-con .user-detrail-box {
    border-right: none;
}

.our-mission-con .heading-title-con {
    padding-right: 75px;
}

/* breadcrumb */

.breadcrumb-item+.breadcrumb-item::before,
.breadcrumb-item.active {
    color: var(--secondary--color);
    text-transform: uppercase;
}

.breadcrumb-item {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    font-family: "Oswald", sans-serif;
    letter-spacing: 2.4px;
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
    min-width: 221px;
    /* border: 1px solid rgb(255 255 255 / 35%); */
    transition: ease-in-out 0.6s;

}

.breadcrumb-item a {
    text-decoration: none;
    color: var(--accent--color);
    text-transform: uppercase;
}

.breadcrumb-item a:hover {
    color: var(--secondary--color);
}


.breadcrumb-item+.breadcrumb-item::before {
    color: var(--secondary--color);
    content: "-";
    font-family: "Font Awesome 6 Free";
    font-size: 16px;
    padding: 0 12px;
    font-weight: 600;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0 !important;
}

.breadcrumb-con {
    position: relative;
}

/* .breadcrumb-con::before {
    content: "";
    background-color: var(--secondary--color);
    width: 230px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
} */
.breadcrumb-line {
    width: 230px;
    height: 2px;
    background-color: var(--secondary--color);
    margin-right: 15px;
}

/*  */
.our-services-con.main-services-con {
    background-image: none;
    background-color: var(--secondary--color);
}

.our-services-con.main-services-con .service-box .services-inner-box {
    box-shadow: 4px 5px 81px rgb(0 0 0 / 3%);
}

.our-services-con.main-services-con .col-lg-4 {
    margin-bottom: 80px;
}

.our-services-con.main-services-con .col-lg-4:nth-last-of-type(-n+3) {
    margin-bottom: 0;
}

/* FAQ SECTION */
.faq-con .faq_content .heading-title-con span {
    margin-bottom: 14px;
}

.faq-con .faq_content .heading-title-con h2 {
    margin-bottom: 0;
}

.faq-con {
    background-color: var(--bg--color);
}

.faq-con h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
    display: inline-block;
    font-family: "Teko", sans-serif;
}

.faq-con .accordion-card {
    margin-bottom: 28px;
    width: 100%;
    border-radius: 0;
    background-color: var(--secondary--color);
    /* box-shadow: 2px 2px 29px rgb(0 0 0 / 3%); */
}

.faq-con .accordion-card:last-child {
    margin-bottom: 0;
}

.faq-con .accordion-card .btn-link h6 {
    color: var(--accent--color);
    font-weight: 600;
}

.faq-con .accordion-card h6 img {
    position: absolute;
    top: 14px;
    margin: 0 auto;
    left: 20px;
}

.faq-con .accordion-card h6 {
    font-size: 30px;
    text-transform: uppercase;
}

.faq-con .accordion-card .collapsed h6 {
    color: var(--black--color);
    font-weight: 600;
    white-space: inherit;
    word-break: break-word;

}

.faq-con .accordion-card:has(.btn-link) {
    border: 1px solid var(--accent--color);

}

.faq-con .accordion-card:has(.collapsed) {
    border: 1px solid var(--secondary--color);
}

.faq-con .accordian-inner .card-header {
    padding: 0;
    margin-bottom: 0;
    background: none;
    border: none;
}

.faq-con .accordian-inner .card-header a {
    padding: 20px 37px 19px 20px;
}

.faq-con .accordian-inner .card-body {
    padding: 0 37px 19px 20px;
}

.faq-con .accordion-card a.btn.btn-link:focus {
    outline: none;
    box-shadow: none;
}

.faq-con .accordian-inner .accordion-card i {
    position: absolute;
    right: 20px;
    margin: -6px 0;
}

.faq-con .accordian-inner .accordion-card .btn {
    text-decoration: none;
    text-align: left;
    display: block;
    border-radius: 0;
    white-space: inherit;
    word-break: break-word;
}

.faq-con .accordion-card a.btn.btn-link {
    position: relative;
}

.faq-con .accordion-card .btn-link:before {
    content: "\f062";
    font-size: 16px;
    top: 19px;
    right: 24px;
    position: absolute;
    font-family: 'FontAwesome';
    color: var(--accent--color);
}

.faq-con .accordion-card .collapsed:before {
    content: "\f061";
    color: var(--black--color);
}

/*  */
.main-trainers-con.our-team-con .col-lg-4 {
    margin-bottom: 38px;
}

.main-trainers-con.our-team-con .col-lg-4:nth-last-of-type(-n+3) {
    margin-bottom: 0;
}

/* CONTACT PAGE */
/* CONTACT INFO SECTION */

.contact-info-box {
    transition: ease-in-out 0.6s;
    padding: 90px 30px 40px;
    box-shadow: 4px 5px 81px rgb(0 0 0 / 3%);
    text-align: center;
}

.contact-info-con .contact-info-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.contact-info-con .heading-title-con {
    margin-bottom: 90px;
}

.contact-info-con .contact-info-box figure {
    width: 117px;
    height: 117px;
    border-radius: 100%;
    background-color: var(--accent--color);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    transition: ease-in-out 0.5s;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contact-info-con .contact-info-box h5 {
    margin-bottom: 11px;
    font-size: 30px;
}

.contact-info-con .contact-info-box p {
    line-height: 24px;
    font-weight: 400;
    font-size: 16px;
}

.contact-info-con .contact-info-box a {
    color: var(--text--color);
    font-weight: 400;
}

.contact-info-con .contact-info-box a:hover {
    color: var(--accent--color);
}

.contact-form-con #contactpage span.error {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    display: block;
    padding-left: 14px;
    color: red;
    text-align: left;
}

.contact-form-con form ul li {
    float: left;
    width: 32%;
    margin-right: 28px;
    margin-bottom: 30px;
}

.contact-form-con form ul li:nth-child(3) {
    margin-right: 0;
}

.contact-form-con form ul li input {
    width: 100%;
    padding: 11px 19px;
    background-color: var(--secondary--color);
    height: 60px;
    font-size: 16px;
    font-weight: 400;
    border: none;
    color: var(--text--color);
    border-radius: 0;
    box-shadow: 2px 0px 50px rgb(0 0 0 / 3%);
}

.contact-form-con form ul li input::placeholder,
.contact-form-con form ul li textarea::placeholder {
    color: var(--text--color);
}

.contact-form-con form ul li:last-child {
    width: 100%;
}

.contact-form-con form ul li textarea {
    height: 137px;
    padding: 11px 19px;
    background-color: var(--secondary--color);
    border: none;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    color: var(--text--color);
    float: left;
    /* border: 2px solid transparent; */
    border-radius: 0;
    box-shadow: 2px 0px 50px rgb(0 0 0 / 3%);
}

.contact-form-con form ul li textarea::placeholder {
    color: var(--text--color);
}

.contact-form-con form ul li:last-child {
    width: 100%;
    margin-right: 0;
    margin-bottom: 45px;
}

.contact-form-con form ul li input:focus-visible,
.contact-form-con form ul li textarea:focus-visible {
    border: none;
    outline: none;

}

.contact-form-con form ul li input:focus,
.contact-form-con form ul li textarea:focus {
    /* background-color: var(--primary-color); */
    border: 1px solid var(--accent--color);
    box-shadow: 0 1px 8px rgb(118 255 42 / 40%);
}

button.primary_btn {
    border: none;
    box-shadow: none;
    cursor: pointer;
}

/* button.primary_btn:hover {
    color: var(--primary--color);
    background-color: var(--accent--color);
} */

/* Login Form Page Style  */

.login-form {
    min-height: 100vh;
    background-color: var(--primary--color);
}

.login-form h2 {
    color: var(--secondary--color);
}

.login-form .login-form-title {
    margin-bottom: 40px;
    color: var(--secondary--color);
}

.login-form .login-page-logo {
    margin-bottom: 25px;
}

.login-form .login-form-box {
    width: 450px;
    margin: 0 auto;
    position: relative;
}

.login-form .login-card {
    padding: 30px;
    margin-bottom: 30px;
    line-height: 0.8;
    border-radius: 0;
    background: var(--secondary--color);
}

.login-form .login-card label {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 13px;
    color: var(--black--color);
}

.login-form .login-card .input-field {
    font-size: 16px;
    font-weight: 500;
    height: 54px;
    width: 100%;
    line-height: 16px;
    padding: 0 21px;
    border-radius: 0;
    background: transparent;
    color: var(--text--color);
    border: 1px solid rgb(24 26 23 / 10%);
}

.login-form .login-card .input-field:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid var(--accent--color);
}

.login-form .login-card .form-group {
    margin-bottom: 16px;
}

.login-form .login-card .btn-primary {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    padding: 20px 15px;
    margin-bottom: 16px;
    width: 100%;
    border: none;
    border-radius: 0;
    text-decoration: none;
    display: inline-block;
    color: var(--primary--color);
    background-color: var(--accent--color);
    transition: all 0.8s ease-in-out;
}

.login-form .login-card .btn-primary:hover {
    color: var(--secondary--color);
    background-color: var(--black--color);
}

.login-form .login-card .forgot-password {
    color: var(--primary--color);
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
}

.login-form .login-card .forgot-password:hover {
    text-decoration: underline;
}

.login-form .login-form-box .join-now-outer a {
    font-size: 16px;
    line-height: 18px;
    color: var(--accent--color);
    text-decoration: none;
}

.login-form .login-form-box .join-now-outer a:hover {
    text-decoration: underline;
}

.login-form .login-card .select-option option {
    font-size: 16px;
    color: black;
}

.login-form .form_style::placeholder {
    color: var(--createform-border-color);
    opacity: 1;
}

.login-form .form_style:-ms-input-placeholder {
    color: var(--createform-border-color);
}

.login-form .form_style::-ms-input-placeholder {
    color: var(--text--color);
}

/* Join-Now Form Page Style */

.sign-up-form {
    padding: 70px 0;
}

.sign-up-form .login-form-box {
    width: 700px;
}

.sign-up-form .login-card label small {
    font-size: 14px;
}

.sign-up-form .login-card .select-option {
    padding: 0 40px 0 21px;
    -webkit-appearance: none;
    background-repeat: no-repeat !important;
    background-position: 96.5% 24px !important;
    background-image: url('../images/dropdown-arrow.png') !important;
}

.sign-up-form .login-card .select-option:focus {
    outline: none;
    box-shadow: none;
}