.text-justify {
    text-align: justify;
}
.mb-70 {
    margin-bottom: 70px;
}

.awards-section {
    position: relative;
}
.awards-div {
    padding: 20px 5px;
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 7%);
    box-shadow: 0 0 15px rgb(0 0 0 / 7%);
}
.awards-image-div {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    visibility: visible;
    padding: 10px;
    min-height: 200px;
}
.awards-div .content {
    margin: 2rem;
    padding: 0px 15px;
    text-align: justify;
}

@media (max-width: 768px) {
    .awards-image-div {
        min-height: 250px;
    }
}


.event-content .content {
    margin-bottom: 50px;
}



/* Blog pagination style */
ul.pagination-area {
    list-style-type: none;
}
ul.pagination-area li {
    display:inline;
}

ul.pagination-area .prev,
ul.pagination-area .next {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: var(--greenColor);
    background-color: #f8f8f8;
    text-align: center;
    display: inline-block;
    position: relative;
    margin-left: 3px;
    margin-right: 3px;
    font-size: 18px;
    border-radius: 0;
}
ul.pagination-area .prev.disabled,
ul.pagination-area .next.disabled {
    color: black;
}
ul.pagination-area li i {
    position: relative;
    font-size: 25px;
    top: 5px;
}
ul.pagination-area li.current a {
    background-color: var(--greenColor);
    color: var(--whiteColor);
    border-radius: 50px;
}




.business_modal_content .choose-area .choose-content .content {
    padding-left: 0px !important;
    text-align: justify;
}
.business_modal_content .choose-area .choose-content .content ul {
    list-style: none;
    max-width: 530px;
}
.business_modal_content .choose-area .choose-content .content ul li {
    margin-bottom: 5px;
    position: relative;
}
.business_modal_content .choose-area .choose-content .content ul li:before {
    content: "\ea55"; /* FontAwesome Unicode */
    font-family: boxicons!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1.6;
    text-rendering: auto;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    color: var(--greenColor);
    position: absolute;
    left: -20px;
}



.business_modal_content .event-area .event-content .content {
    padding-left: 0px !important;
    text-align: justify;
}
.business_modal_content .event-area .event-content .content ul {
    list-style: none;
    max-width: 530px;
}
.business_modal_content .event-area .event-content .content ul li {
    margin-bottom: 5px;
    position: relative;
}
.business_modal_content .event-area .event-content .content ul li:before {
    content: "\ea55"; /* FontAwesome Unicode */
    font-family: boxicons!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1.6;
    text-rendering: auto;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    color: var(--greenColor);
    position: absolute;
    left: -20px;
}

.business_modal_content .event-content .content {
    padding-left: 0px;
    padding-right: 15px;
}



.testimonial-card .count-content {
    padding-left: 0px !important;
}
.testimonial-card .count-content i {
    font-size: 2rem;
    color: var(--greenColor);
}
.testimonial-card .count-content span {
    font-size: 3rem;
}

.about-section-title {
    text-align: justify;
}
.about-section-title span {
    color: var(--greenColor);
}

.about-content a,
.about-section-title a {
    color: var(--greenColor);
}

.about-strategic-title h2 {
    margin-bottom: 40px !important;
    color: var(--greenColor);
}

.about-section-title ul {
    list-style: none;
}
.about-section-title ul li {
    margin-bottom: 5px;
    position: relative;
}
.about-section-title ul li:before {
    content: "\ea55"; /* FontAwesome Unicode */
    font-family: boxicons!important;
    font-weight: 700;
    font-style: normal;
    font-variant: normal;
    line-height: 1.6;
    text-rendering: auto;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    color: var(--greenColor);
    position: absolute;
    left: -20px;
}

.about-strategic-card {
    background-color: #f5fef5;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
    padding: 30px 20px;
    margin-bottom: 30px;
}

.about-strategic-card .content {
    padding-left: 80px;
    position: relative;
    margin-bottom: 35px;
}

.about-strategic-card .content img {
    position: absolute;
    top: -10px;
    left: 0;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
}

.about-strategic-card .content h3 {
    margin-bottom: 0;
    font-size: 18px;
}

.about-strategic-card .content span {
    color: var(--orangeColor);
    font-size: 15px;
}

.about-strategic-card p {
    margin-top: 10px;
    margin-bottom: 0;
}

.about-strategic-card .rating {
    font-size: 15px;
    color: #ffc107;
}

.about-strategic-card .rating i {
    display: inline-block;
}



.about-area {
    background-color: #f5fef5;
}

.about-area::before {
    background-image: none;
}




/*================================
Solution Area Start
===================================*/
/* The actual timeline (the vertical ruler) */
.solution-area .timeline {
    position: relative;
    margin-top: 30px;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: var(--titleColor);
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}

/* Container around content */
.timeline-container {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

/* The circles on the timeline */
.timeline-container::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -12px;
    background-color: var(--whiteColor);
    border: 4px solid var(--greenColor);
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

.timeline-container p {
    color: var(--whiteColor);
}
/* Place the container to the left */
.left {
    left: 0;
}

/* Place the container to the right */
.right {
    left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid var(--greenColor);
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent var(--greenColor);
}

/* Add arrows to the right container (pointing left) */
.right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid var(--greenColor);
    border-width: 10px 10px 10px 0;
    border-color: transparent var(--greenColor) transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
    left: -12px;
}

/* The actual content */
.solution-content {
    padding: 20px 30px;
    background-color: #f5fef5;
    position: relative;
    border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
    /* Place the timelime to the left */
    .timeline::after {
        left: 31px;
    }

    /* Full-width containers */
    .timeline-container {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

    /* Make sure that all arrows are pointing leftwards */
    .timeline-container::before {
        left: 60px;
        border: medium solid white;
        border-width: 10px 10px 10px 0;
        border-color: transparent white transparent transparent;
    }

    /* Make sure all circles are at the same spot */
    .left::after, .right::after {
        left: 15px;
    }

    /* Make all right containers behave like the left ones */
    .right {
        left: 0%;
    }
}

/*================================
Solution Area End
===================================*/

.about-img img {
    border-radius: 20px;
    padding-left: 30px;
}

@media screen and (max-width: 600px) {
    .about-img img {
        padding-left: 0px !important;
    }
}

@media only screen and (max-width: 767px) {
    .event-content .content .event-date {
        height: 100px;
    }
}


@media only screen and (max-width: 991px) {
    .mobile-responsive-nav .logo {
        width: 45px !important;
    }
}