h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span {
    font-family: "IBM Plex Sans", sans-serif;
}

button.myBtn {
    padding: 10px 35px;
    background-color: #cea254;
    margin: 10px 0;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    border: 1px solid #cea254;
    transition: all 0.5s ease-in-out;
}

button.myBtn:hover {
    background-color: #fff;
    color: #cea254;
}

/* The Modal (background) */
* {
    margin: 0;
    padding: 0;
}

body {
    text-transform: capitalize;
    font-family: verdana;
}

.popup {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}

.popup__content {
    width: 50%;
    overflow: auto;
    padding: 0px;
    background: white;
    color: black;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    border-radius: 8px;
}

.close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
    display: block;
}

span {
    cursor: pointer;
    position: fixed;
    width: 20px;
    height: 3px;
    background: #099ccc;
}
form.contact-form {
    border: 1px solid #1212;
    padding: 30px 30px;
}
form.contact-form h2 {
    font-size: 30px;
    font-weight: 800;
}
input.contact-input, textarea.contact-input {
    width: 60%;
    margin: 15px 0;
    padding: 5px 10px;
    border: none;
    border-bottom: 2px solid #1212;
    outline: none;
}
form.contact-form p {
    font-size: 16px;
    font-weight: 500;
}
form.contact-form button {
    display: block;
    margin: 10px auto;
    padding: 8px 45px;
    font-size: 18px;
    background-color: #cea254;
    border: 1px solid #cea254;
    border-radius: 4px;
    transition: all 0.4s ease-in-out;
}
form.contact-form button:hover{
    background-color: #fff;
    color: #cea254;
}
form.contact-form button i {
    margin-left: 8px;
}

/* &:nth-child(1) {
    transform: rotate(45deg);
}

&:nth-child(2) {
    transform: rotate(135deg);
} */





button {
    background: #099ccc;
    color: white;
    margin: 30px;
    padding: 5px 30px;
    cursor: pointer;
    border: none;
}

/* Navbar Css Start */
header {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    padding: 25px 25px;
}
.navbar-expand-lg .navbar-collapse {
    display: flex;
    justify-content: end;
}
nav.navbar {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
a.navbar-brand {
    display: flex;
    align-items: center;
    color: #cea254;
}
a.navbar-brand:hover, .navbar-nav a.nav-link:hover {
    color: #cea254;
}
a.navbar-brand img {
    max-width: 40px;
    width: 100%;
}
a.log_in_button {
    display: inline-block;
    padding: 8px 40px;
    background-color: #cea254;
    margin-right: 15px;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #cea254;
    transition: all 0.3s ease-in-out;
}

a.log_in_button:hover {
    color: #cea254;
    background-color: #fff;
}

a.sign_in_button {
    display: inline-block;
    padding: 8px 40px;
    border: 1px solid #cea254;
    border-radius: 5px;
    text-decoration: none;
    color: #cea254;
    transition: all 0.3s ease-in-out;
}

a.sign_in_button:hover {
    background-color: #cea254;
    color: #fff;
}
/* Navbar Css End */

/*Hero Section Css START*/
section.hero-section {
    background-color: #cea254;
    padding: 80px 0 30px;
}
section.hero-section .row {
    align-items: center;
}
.first-header h2 {
    font-size: 52px;
    line-height: 60px;
    color: #fff;
    font-weight: 700;
}
.first-header p {
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    padding: 20px 0;
    font-weight: 400;
    margin-bottom: 0;
}
.home-heading_img img {
    width: 100%;
}
.btn_holder {
    margin: 25px 0;
}
a.start_btn {
    background-color: #fff;
    border: 1px solid #fff;
    padding: 10px 35px;
    color: #cea254;
    border-radius: 5px;
    transition: all 0.4s ease-in-out;
    font-size: 18px;
    display: inline-block;
    margin-right: 10px;
    font-weight: 600;
}
a.start_btn:hover {
    color: #fff;
    background: #cea254;
}
a.free_demo {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 35px;
    border-radius: 5px;
    font-size: 18px;
    display: inline-block;
    font-weight: 600;
    transition: all 0.4s ease-in-out;
}
a.free_demo:hover{
    color: #cea254;
    background: #fff;
}

/*Hero Section Css END*/

/*Time Management Css Start */
section.time_management_section {
    text-align: center;
    background-color: #f6f7f8;
    padding: 50px 0 0;
}

section.time_management_section h2 {
    padding-bottom: 25px;
    color: #3D4853;
}

.box_content {
    padding: 30px 30px;
    box-shadow: 0 5px 8px 3px rgb(206 162 84 / 15%);
    border-radius: 3px;
    margin-bottom: 60px;
    max-width: 450px;
    width: 100%;
    max-height: 320px;
    transition: all 0.1s ease-in;
}

.box_content:hover {
    transform: translate(0px, -2px);
    box-shadow: 0 2px 6px 0 rgb(206 162 84 / 10%), 0px 0px 18px rgb(206 162 84 / 10%);
}

.box_content i {
    font-size: 50px;
    color: #cea254;
}

.box_content h3 {
    padding: 15px 0;
    font-size: 24px;
    margin-bottom: 0;
}

.box_content p {
    min-height: 72px;
}

.box_content img {
    transition: all 0.5s ease-in-out;
}

.box_content a:hover+img {
    transform: translateX(5px);
}

.box_content a {
    color: #cea254;
}

/*Time Management Css End*/

/* Client Work Css Start */
.work-content {
    text-align: center;
    padding-bottom: 45px;
}
.work-content h2 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
}
section.working-section {
    background-color: #cea254;
    padding: 50px 0;
}
.client-work {
    text-align: center;
    color: #fff;
    opacity: 0.8;
    cursor: context-menu;
}
.client-work:hover {
    opacity: 1;
}
.client-work i {
    font-size: 45px;
}
.client-work h3 {
    font-size: 40px;
    padding-top: 10px;
    margin-bottom: 0;
}
.client-work p {
    margin-bottom: 0;
    font-size: 20px;
}
/* Client Work Css End */



/* Integrations-Info Css Start*/
section.integrations-section {
    padding: 80px 0 65px;
}

section.integrations-section .text {
    text-align: center;
}

section.integrations-section .row {
    justify-content: center;
}

.text h2 {
    font-size: 38px;
    font-weight: 700;
    line-height: 50px;
}

.text p {
    font-size: 18px;
}

.link-button {
    margin: 20px 0;
}

.link-button a.btn.btn-primary {
    background: #cea254;
    border: 1px solid #cea254;
    padding: 8px 28px;
    transition: all 0.3s ease-in-out;
    margin-right: 10px;
}

.link-button a.btn.btn-primary:hover {
    background-color: #fff;
    color: #cea254;
}

.link-button img {
    transition: all 0.5s ease-in-out;
}

a.link-more:hover+img {
    transform: translateX(5px);
}

.list {
    border: 1px solid #e2e7eb;
    text-align: center;
    padding: 30px 10px;
    margin: 0px 0 20px;
    border-radius: 10px;
    transition: all .5s ease;
}

.list:hover {
    box-shadow: -12px 20px 30px rgb(7 13 20 / 10%);
}

.list img {
    width: 100%;
}

/* Integrations-Info Css End*/

/*Testimonials Css Start*/
section.testimonials-section {
    text-align: center;
    background: #f6f7f8;
    padding: 40px 0;
}

.testimonials-contents h2 {
    font-size: 34px;
    font-weight: 700;
    line-height: 50px;
}

.testimonials-contents p {
    font-size: 18px;
    line-height: 30px;
    color: #636b83;
}

.testimonials-contents a {
    padding: 10px 40px;
    background-color: #cea254;
    margin: 10px 0;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    border: 1px solid #cea254;
    transition: all 0.5s ease-in-out;
}

.testimonials-contents a:hover {
    background-color: #fff;
    color: #cea254;
}

/*Testimonials Css End*/

/*** New Css (27-01-2023) ***/
.anything-title h2 {
    font-size: 34px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
}
section.anything-wrapper {
    padding:50px 0 10px;
}
.anything-title p {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    max-width: 80%;
    width: 100%;
    margin: auto;
    color: #636b83;
}
.anything-inner {
    text-align: center;
    margin-top: 30px;
}
.anything-inner a {
    display: inline-block;
    background: #fdf6ea;
    padding: 10px 16px;
    border-radius: 4PX;
    margin: 0px 8px 12px 0;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.5s;
}
.anything-inner a:hover {
    background: #cea254;
    color: #fff;
}
.anything-inner a i {
    margin-right: 6px;
}
.anything-conatent {
    text-align: center;
}
a.btn-anything {
    background: transparent;
    border: 1px solid #CDA154;
    padding: 13px 41px;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #CDA154;
    margin-top: 30px;
    border-radius: 4px;
    transition: all 0.5s;
}
a.btn-anything:hover {
    background: #CDA154;
    color: #fff;
}
section.faq-wrapper {
    padding: 20px 0px 60px;
}
.faq-content > h2 {
    font-size: 34px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    margin-bottom: 30px;
    background-color: #cea254;
    color: #fff;
    border-radius: 8px;
}
section.faq-wrapper .faq-content {
    max-width: 950px;
    margin: 0 auto;
}
.faq-inner button.accordion-button {
    background: transparent !important;
    color: #000 !important;
    font-size: 18px;
}
.faq-inner .accordion-button:not(.collapsed), .faq-inner .accordion-button:focus {
    box-shadow: none !important;
}
.faq-inner .accordion-item {
    border-radius: 4px !important;
    margin-bottom: 16px;
    border: 1px solid #dee2e6 !important;
}
.faq-inner .accordion-body {
    padding-top: 0;
}
.accordion-button:not(.collapsed)::after {
    filter: brightness(0.5);
}
/*** New Css End (27-01-2023) ***/

/* Footer Css Start */
footer.footer-section {
    padding: 50px 0;
    background-color: #cea254;
    color: #fff;
}

.footer-link,
.footer-product {
    display: inline-block;
}

.footer-tagline a {
    font-size: 22px;
    display: inline-block;
    color: #fff;
}

.footer-tagline a:hover {
    color: #fff;
}

.footer-tagline img {
    max-width: 40px;
    width: 100%;
}

.footer-tagline p {
    max-width: 261px;
    width: 100%;
    padding-top: 10px;
}

.footer-copyright p {
    margin-bottom: 0;
}

.footer-product a,
.footer-log a,
.footer-link a {
    display: block;
    color: #fff;
}

.footer-product a:hover,
.footer-log a:hover,
.footer-link a:hover {
    color: #000;
}


.footer-copyright {
    padding: 20px 0 0;
    text-align: center;
    border-top: 1px solid #d0d6db;
    margin: 15px 0 0;
}
.footer-product p {
    font-weight: 800;
}


/* Footer Css End */



/* Responsive Css Start */

@media (max-width:1024px){
    .container{
        max-width: 992px;
    }
    .first-header h2 {
        font-size: 38px;
        line-height: 50px;
    }
    .first-header p {
        font-size: 20px;
        padding: 10px 0;
    }
}

@media (max-width:1199px) {
    .container{
        max-width: 1140px !important;
    }
    .col-4.article-col-4 {
        flex: 0 0 100%;
        width: 100%;
        margin: 25px 0;
    }
    .business-content h2 {
        max-width: 100%;
        line-height: 28px;
        font-size: 28px;
    }
    .col-2.article-col {
        flex: 0 0 25%;
        width: 25%;
    }
    .business-content p {
        max-width: 100%;
    }
}

@media (max-width:1024px){
    .container{
        max-width: 992px !important;
    }
    .richtext ul {
    padding: 0 0 0 20px !important;
    }
    .richtext h3 {
    font-size: 30px !important;
    }
}

@media (max-width:992px){
    .container{
        max-width: 960px !important;
    }
    input.contact-input, textarea.contact-input {
        width: 100%;
    }
    .popup__content {
        width: 70%;
    }
}

@media (max-width:991px) {
    section.hero-section .col-5, section.hero-section .col-7 {
        flex: 0 0 100%;
        width: 100%;
        text-align: center;
    }
    .home-heading_img img {
        max-width: 100%;
    }
    .navbar-expand-lg .navbar-collapse {
        justify-content: start;
    }
    button.navbar-toggler.collapsed:focus {
        box-shadow: none !important;
    }
    button.navbar-toggler.collapsed:focus {
        outline: none;
        box-shadow: none;
    }
    a.log_in_button {
        margin-right: 0px;
        margin-bottom: 10px;
    }
    
    section.time_management_section .row {
        justify-content: center;
    }

    section.time_management_section .col-4 {
        flex: 0 0 50%;
        width: 50%;
    }

    section.integrations-section .col-2 {
        flex: 0 0 25%;
        width: 25%;
    }
    .navbar-toggler-icon {
        background-color: #fff;
        position: unset;
        border: 2px solid #cea254;
        padding: 20px !important;
        background-size: 23px !important;
        outline: none;
    }
    .navbar button.navbar-toggler {
        padding: 0px;
    }
    header {
        padding: 25px 4px;
    }
    
}

@media (max-width:768px){
    .container {
        max-width: 720px !important;
    }  
}

@media (max-width:767px) {
    .first-header p {
        font-size: 18px;
    }
    .btn_holder {
        margin: 10px 0;
    }
    .client-work p {
        font-size: 16px;
    }

    .box_content{
        height: auto;padding-bottom: 50px;
    }
    section.business-app {
        padding: 20px 0;
        margin: 0px 0;
    }
    .col-4.article-col-4 {
        text-align: center;
    }
    section.time_management_section .col-4 {
        flex: 0 0 50%;
        width: 50%;
    }
    .col-2.article-col {
        flex: 0 0 50%;
        width: 50%;
        text-align: center;
    }
    .article-fuild p {
        margin: 0 auto;
    }
    section.working-section .col-3 {
        flex: 0 0 50%;
        width: 50%;
    }
    .client-work {
        margin-bottom: 10px;
    }
    section.hero-section .col-5 {
        padding: 0px 16px;
    }
    .first-header h2 {
        font-size:28px;
        line-height:39px;
    }
    section.time_management_section h2 {
        font-size: 28px;
    }
    section.time_management_section .col-4 {
        padding: 0px;
    }
    section.time_management_section {
        padding: 50px 17px 0;
    }
    .work-content h2 {
        font-size: 28px;
        line-height: 39px;
    }
    .anything-title h2 {
        font-size: 28px;
        line-height: 39px;
        margin-bottom: 20px;
    }
    section.hero-section {
        padding: 50px 0 30px;
    }
    section.anything-wrapper .container {
        padding: 0px 16px !important;
    }
    .faq-content > h2 {
        font-size: 28px;
        line-height: 40px;
    }
    section.faq-wrapper .container {
        padding: 0px 17px;
    }
    section.faq-wrapper {
        padding: 0px 0px 45px;
    }
    .testimonials-contents h2 {
        font-size: 28px;
        line-height: 40px;
    }
}
 
@media (max-width:576px) {
    .container{
        max-width: 540px !important;
    }
    .box_content {
        margin: 0 auto 60px;
    }
    section.time_management_section .col-4 {
        flex: 0 0 100%;
        width: 100%;
    }
    .footer-tagline a {
        font-size: 19px;
        display: flex;
        align-items: center;
        justify-content:flex-start;
    }
    .richtext {
        max-width: 100% !important;
    }
        .popup__content {
            width: 85%;
        }
        form.contact-form {
            padding: 30px 15px;
        }
}
@media (max-width:355px) {
    .footer-tagline img {
        max-width: 30px;
    }
    .footer-tagline a {
        font-size: 17px;
    }
}
@media (max-width:425px){
    section.business-section {
    padding: 30px 17px 30px !important;
    margin-bottom: 28px !important;
    }
    .richtext {
        max-width: 100% !important;
    }
    .richtext h3 {
    font-size: 24px !important;
    }
    .anything-inner {
    margin-top: 20px;
    }
}
@media (max-width:375px){
    section.time_management_section {
    padding: 30px 17px 0;
    }
    section.time_management_section h2 {
        font-size: 22px;
    }
    .box_content {
        padding: 30px 10px;
    }
    .work-content h2 {
    font-size: 22px;
    line-height: 25px;
    }
    .anything-title h2 {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 15px;
    }
    .anything-title p {
        font-size: 16px;
        line-height: 25px;
        max-width: 100%;
    }
    .business-txt h2 {
    font-size: 22px !important;
    line-height: 28px !important;
    }
    .faq-content > h2 {
    font-size: 22px;
    line-height: 30px;
    }
    .faq-inner button.accordion-button {
    font-size: 16px;
    padding: 10px;
    }
    .faq-inner .accordion-body {
    padding: 10px;
    }
    footer.footer-section .col-6 {
    flex: 0 0 100%;
    width: 100%;
    }
    .footer-product {
    margin-top: 20px;
    }
    .footer-product p {
    margin-bottom: 5px;
    }
    .testimonials-contents p {
    font-size: 16px;
    line-height: 25px;
    }
    .testimonials-contents h2 {
    font-size: 28px;
    line-height: 35px;
    }
}
/* Responsive Css End */

/* Business App Css Start */
    section.business-section {
    margin: 60px 0;
    background: #f6f7f8;
    padding: 50px 0 20px;
}
section.business-section .row {
    align-items: center;
}
.rich_img img {
    max-width: 700px;
    width: 100%;
}

.business-txt{
    text-align: center;
}

.business-txt h2 {
    color: #212529;
    font-size: 42px;
    font-weight: 800;
    line-height: 48px;
    max-width: 800px;
    margin: 0 auto 30px;
}
.business-txt p {
    font-size: 18px;
    color: #636b83;
    line-height: 30px;
}
.richtext h3 {
    color: #212529;
    font-size: 34px;
    font-weight: 500;
    letter-spacing: unset;
    line-height: 32px;
    margin: 0 0 24px;
    text-align: left;
}
.richtext ul {
    color: #636b83;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    margin: 0 0 32px;
    list-style-type: none;
    padding: 0 0 0 48px;
    position: relative;
}
.richtext li {
    margin: 0 0 16px;
    text-align: left;
}
.richtext li:before {
    color: #cea254;
    content: "•";
    display: block;
    left: 0px;
    position: absolute;
    font-size: 30px;
}
/* Business App Css End */

@media (max-width:767px){
    .business-txt h2 {
        font-size: 28px !important;
        line-height: 39px !important;
        margin: 0 auto 15px !important;
    }
    section.business-section {
        padding: 50px 17px 50px !important;
        margin-bottom: 48px !important;
    }
    section.business-section .col-6 {
        width: 100% !important;
        padding: 0px !important;
    }
    .richtext h3 {
        font-size: 23px;
        line-height: 32px;
        margin: 0 0 10px;
    }
    .richtext ul {
        font-size: 17px;
        line-height: 30px;
        margin: 0 0 15px;
        padding: 0 0 0 24px;
    }
    .richtext li {
        margin: 0 0 10px;
    }
    section.anything-wrapper {
        padding: 45px 0 0px !important;
    }
}

@media (max-width:991px) {
    .col-6.bussiness_col {
    order: 2;
    width: 100%;
    flex: 0 0 100%;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    }

    .col-6.bussiness_col_in {
    order: 1;
    flex: 0 0 100%;
    width: 100%;
    text-align: center;
    margin: 20px 0;
    }
    .richtext {
    max-width: 50%;
    }
    .richtext:nth-child(3) {
    max-width: 100%;
    width: 100%;
    }
}

