body {
    background: #ffffff;
}

/*==== Start Title Section ====*/

.heading h2 {
    font-size: 55px;
    color: #f1f3f1;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.1;
}

.heading h2 span {
    color: #fe0000;
}

.heading h3 {
    font-size: 40px;
    color: #f1f1f3;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.1;
}

.heading h4 {
    font-size: 22px;
    color: #f1f1f3;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 1.2;
}

.heading h4 span {
    color: #fe0000;
    font-weight: bold;
}

.heading h5 {
    color: #d92828;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.heading p {
    color: #000000;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 0;
    line-height: 28px;
}

.btn-normal {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    border: none;
    background: #fe0000;
    padding: 10px 20px;
    border-radius: 5px;
}

.btn-normal:focus,
.btn-normal:hover {
    outline: none;
    background: #282828;
    color: #ffffff;
    text-decoration: none;
}

.btn-normal>i {
    color: #ffcc00;
}

/*============== Home Page Area ===============*/

.service-area {
    background: #ffcc00;
}

.service-item {
    position: relative;
}

.service-item img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    border-radius: 10px;
}

.service-overlay {
    background: rgba(254, 0, 0, 0.9);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    border-radius: 10px;
    transition: all 0.3s ease-in-out 0s;
}

.service-item:hover .service-overlay {
    opacity: 1;
}

.service-excerpt {
    position: absolute;
    width: 100%;
    bottom: 15%;
    left: 0;
    opacity: 1;
    transform: translate(0%, 0%);
    transition: all 0.3s ease-in-out 0s;
    padding: 0 15px;
    text-align: left;
}

.service-item:hover .service-excerpt {
    bottom: 10%;
    left: 0;
    opacity: 1;
}

.service-excerpt h3 {
    font-weight: bold;
    font-size: 24px;
    text-transform: capitalize;
    line-height: 1;
    margin-bottom: 0;
}

.service-excerpt h3 a {
    color: #f1f1f1;
    font-weight: bold;
    font-size: 28px;
}

.service-excerpt h3 a i,
.service-excerpt p i {
    color: #ffcc00;
    font-size: 20px;
    rotate: -45deg;
}

.service-item:hover .service-excerpt h3 i {
    display: none;
}

.service-excerpt p {
    color: #f1f1f1;
    font-size: 15px;
    padding-top: 10px;
    margin-bottom: 0;
    display: none;
    transition: all 0.3s ease-in-out 0s;
}

.service-item:hover .service-excerpt p {
    display: block;
    transition: all 0.3s ease-in-out 0s;
}

.fadeIn_bottom {
    bottom: 10%;
}

.service-carousel .owl-nav button,
.project-carousel .owl-nav button,
.product-carousel .owl-nav button,
.partner-carousel .owl-nav button {
    background: transparent;
    color: #000000;
    border-radius: 0;
    font-size: 30px;
    height: 26px;
    line-height: 25px;
    position: absolute;
    text-align: center;
    bottom: 50%;
    width: 26px;
    outline: none;
}

.service-carousel .owl-nav button i,
.product-carousel .owl-nav button i,
.partner-carousel .owl-nav button i {
    color: #202223;
    font-size: 24px;
    line-height: 30px;
}

.project-carousel .owl-nav button i {
    color: #ffffff;
    font-size: 30px;
    line-height: 30px;
}

.service-carousel .owl-nav button.owl-next,
.project-carousel .owl-nav button.owl-next,
.product-carousel .owl-nav button.owl-next,
.partner-carousel .owl-nav button.owl-next {
    left: inherit;
    right: -30px;
}

.service-carousel .owl-nav button.owl-prev,
.project-carousel .owl-nav button.owl-prev,
.product-carousel .owl-nav button.owl-prev,
.partner-carousel .owl-nav button.owl-prev {
    left: -30px;
    right: inherit;
}

.about-area {
    background: #111212;
}

.about-area .heading h5 {
    color: #ffcc00;
}

.about-content p {
    color: #ffffff;
    font-weight: 300;
    line-height: 27px;
    font-size: 15px;
}

ul.about-grid {
    padding: 10px 0 30px;
    column-count: 4;
}

ul.about-grid li {
    color: #ffffff;
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    line-height: 1;
}

ul.about-grid li span {
    color: #ffcc00;
    display: block;
    padding-bottom: 5px;
}

.about-content img {
    width: 100%;
}

.about-content img.map-mobile {
    display: none;
}

.action-area {
    position: relative;
    background: #72d5c7 url("assets/images/support.jpg") no-repeat center center / cover;
}

.action-content {
    padding: 20px 0;
}

.action-content h2 {
    font-size: 55px;
    color: #ffffff;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 10px;
}

.action-content h5 {
    font-size: 15px;
    color: #fe0000;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 5px;
    font-weight: 300;
}

.action-content p {
    font-size: 15px;
    color: #ffffff;
    font-weight: 300;
    line-height: 28px;
}

.project-area {
    background: #111212;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.project-excerpt h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 5px;
}

.project-excerpt h3 a {
    color: #f1f1f1;
}

.project-excerpt p {
    color: #e06969;
    font-size: 14px;
    letter-spacing: 1.5px;
    font-weight: 300;
    margin-bottom: 0;
}

.partner-area,
.client-area {
    background: #f1f1f3;
}

.partner-area.divider {
    border-top: 1px solid #ffffff;
}

.client-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0.5rem;
}

.client-item a {
    background: #ffffff;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    padding: 10px;
    justify-content: center;
}

.client-area .heading h3,
.partner-area .heading h3 {
    color: #000000;
}

.client-item img {
    width: auto;
    height: auto;
    padding: 10px;
    border-radius: 0;
}

.partner-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-height: 60px;
}

.partner-carousel .owl-item .partner-item img,
.partner-carousel .partner-item img {
    width: auto;
    height: auto;
    max-height: 60px;
}

/*======= About page =============*/

.future-area {
    background: #ffcc00;
    padding-top: 180px;
}

.future-details h5 {
    color: #1e1d19;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 300;
    margin-bottom: 0;
    text-transform: uppercase;
}

.future-details h2 {
    font-size: 50px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.1;
}

.future-details h2 span {
    color: #fe0000;
}

.future-details p {
    color: #000000;
    font-size: 15px;
    font-weight: 300;
    text-align: justify;
}

.future-image {
    text-align: center;
}

.future-image img {
    width: auto;
}

.mission-area {
    background: #111212;
}

.mission-content h5 {
    color: #ffcc00;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 300;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.mission-content h4 {
    font-size: 28px;
    color: #f1f1f3;
    font-weight: bold;
    margin-bottom: 0;
}

.mission-content h3 {
    font-size: 34px;
    color: #f1f1f3;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1.1;
}

.mission-content h2 {
    font-size: 52px;
    color: #f1f1f3;
    font-weight: bold;
}

.mission-content p {
    font-size: 16px;
    color: #f1f1f3;
    font-weight: 300;
    text-align: justify;
}

.mission-content p span {
    color: #fe0000;
    text-decoration: underline;
}

.mission-content ul {}

.mission-content li:first-letter {
    color: #ffcc00;
    font-weight: bold;
}

.mission-content li {
    color: #ffffff;
    font-size: 16px;
    padding: 3px 0;
}

.customer-area {
    background: #f1f1f3;
}

.customer-area .heading h3 {
    color: #000000;
}

.customer-content p {
    font-size: 15px;
    color: #000000;
    font-weight: 300;
    text-align: justify;
}

.customer-content ul {
    column-count: 2;
}

.customer-content li {
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    background: #d6d6d6;
    padding: 8px 15px;
    margin-bottom: 0.8rem;
    border-radius: 5px;
}

.award-area,
.certificate-area {
    background: #f1f1f3;
}

.award-detail img {
    width: 100%;
}

.award-detail.heading h5 {
    color: #fe0000;
}

.award-detail.heading h3 {
    color: #282828;
}

.award-detail.heading p {
    color: #282828;
    font-weight: 300;
}

.client-detail img {
    width: 100%;
    border-radius: 10px;
}

.client-detail p {
    color: #000000;
    font-size: 15px;
    font-weight: 300;
}

.client-detail p b {
    font-weight: bold;
}

.award-table tr th:first-of-type {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.award-table th {
    padding-left: 1.5rem;
    background: #282828;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    border: none;
    box-shadow: none;
}

.award-table tr th:last-of-type {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.award-table tr td {
    color: #000000;
    font-size: 15px;
    font-weight: 300;
    padding-left: 1.5rem;
    border-color: #dedede;
    box-shadow: none;
    background: #f1f1f3;
}

.award-table tr:last-of-type td {
    border-color: transparent;
}

.certificate-area .heading h3 {
    color: #282828;
}

.certificate-area .heading p {
    font-weight: 300;
    font-size: 15px;
    text-align: justify;
}

.certificate-item img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
}

.certificate-item h3 {
    color: #282828;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 0;
}

.certificate-item p {
    color: #282828;
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 0;
}

.technology-area {
    background: #f1f1f3;
}

.technology-area .heading h5 {
    color: #fe0000;
}

.technology-area .heading h3 {
    color: #282828;
}

.technology-detail p {
    font-weight: 300;
    color: #000000;
    font-size: 15px;
}

.technology-detail p b,
.technology-detail p strong {
    font-weight: bold;
}

.partner-logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.partner-logo a {
    background: #ffffff;
    border-radius: 10px;
    width: 100%;
    min-height: 120px;
    display: flex;
    align-items: center;
    padding: 10px;
    justify-content: center;
}

.partner-logo img {
    width: auto;
    height: auto;
    padding: 10px;
    border-radius: 0;
}

.talk-area {
    background: #ffc130;
}

.talk-content h3 {
    color: #000000;
    font-size: 30px;
    font-weight: bold;
}

.talk-content p {
    color: #000000;
    font-size: 15px;
    font-weight: 300;
}

/*======= Product Menu page =============*/

.product-menu-area {
    background: #f1f1f3;
}

.product-details h5 {
    color: #fe0000;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 0;
}

.product-details h2 {
    font-size: 60px;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 1.1;
}

.product-details p {
    font-size: 16px;
    color: #2b2b2b;
    font-weight: 300;
}

.product-details img {
    width: 100%;
    border-radius: 15px;
}

.application-area {
    background: #111212;
}

.application-area .heading h5 {
    color: #ffcc00;
}

.application-content p {
    color: #ffffff;
    font-weight: 300;
    font-size: 15px;
}

.application-content p b {
    font-weight: bold;
}

.sub-title h3 {
    text-align: center;
    color: #ffcc00;
    font-weight: bold;
    font-size: 32px;
}

.feature-item {
    padding: 15px 20px;
    border-radius: 15px;
    border: 3px solid #ff0000;
}

.feature-item h4 {
    color: #ffffff;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 0;
}

.feature-item p {
    color: #ffffff;
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 0;
}

.product-area {
    background: #f1f1f3;
}

.product-area .heading h5 {
    color: #fe0000;
}

.product-area .heading h2 {
    color: #111212;
}

.product-area .heading p {
    color: #111212;
}

/*======= Project Case Study page =============*/

.study-area,
.landing-area {
    background: #f1f1f3;
}

.study-heading+hr {
    border-bottom: 1px solid #d5d5d5;
    opacity: 1;
    margin: 20px 0 35px;
}

.separator hr {
    border-bottom: 1px solid #d5d5d5;
    opacity: 1;
    margin: 20px 0 5px;
}

.study-heading h5 {
    color: #fe0000;
}

.study-heading h3 {
    color: #000000;
}

.study-details img {
    width: 100%;
    border-radius: 20px;
    padding-bottom: 10px;
}

.study-details p {
    color: #2b2b2b;
    font-size: 16px;
    font-weight: 300;
    text-align: justify;
    margin-bottom: 20px;
}

.product-gallery .heading h3 {
    color: #111212;
}

.solution-area {
    background: #fe0000;
}

.solution-area .heading h3 {
    color: #ffffff;
}

.solution-item p {
    background: #282828;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
    text-align: center;
    padding: 6px 10px;
    border-radius: 10px;
}

.landing-area .heading h5 {
    color: #fe0000;
}

.landing-area .heading h3 {
    color: #000000;
}

.landing-area .heading p {
    color: #000000;
    text-align: justify;
    font-weight: 300;
}

.case-item {
    margin-bottom: 1rem;
}

.case-item img {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 15px;
}

.case-excerpt h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
}

.case-excerpt a {
    color: #000000;
}

.case-excerpt a:hover {
    color: #fe0000;
}

.pagination-area .page-item {
    padding: 0 5px;
}

.pagination-area .page-link {
    color: #1c1f20;
    border: none;
    background: #d6d6d6;
    font-size: 15px;
    font-weight: normal;
    border-radius: 5px;
}

.pagination-area .page-item.active .page-link {
    background-color: #fe0000;
    border-color: #fe0000;
    border-radius: 5px;
    color: #ffffff;
}

.pagination-area .page-link:hover,
.pagination-area .page-link:focus {
    color: #ffffff;
    background: #fe0000;
    border-color: #fe0000;
    box-shadow: none;
}

.pagination-area li.active .page-link:hover,
.pagination-area li.active .page-link:focus {
    color: #ffffff;
    background: #fe0000;
    border-color: #fe0000;
    border-radius: 5px;
    box-shadow: none;
}

.pagination-area .page-item:last-child {
    padding: 0;
}

.pagination-area .page-item:last-child .page-link {
    color: #1c1f20;
    background: transparent;
}

/*======= Regional Presence page =============*/

.regional-area {
    background: #f1f1f3;
}

.regional-area .heading h5 {
    color: #fe0000;
}

.regional-area .heading h3 {
    color: #282828;
}

.regional-area .heading h4 {
    color: #282828;
    font-weight: 300;
    font-size: 18px;
}

.regional-area .heading h4 b {
    color: #282828;
    font-size: 24px;
    font-weight: bold;
}

.regional-area .heading h4 span {
    color: #fe0000;
    text-decoration: underline;
}

.regional-content img {
    width: 100%;
}

.regional-content img.map-mobile {
    display: none;
}

.locate-area {
    background: #ffcc00;
}

.locate-area .heading h5 {
    color: #282828;
}

.locate-area .heading h2 {
    color: #ffffff;
    font-size: 48px;
}

.office-item img,
.office-item iframe {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
}

.office-item h5 {
    color: #fe0000;
    font-weight: 300;
    font-size: 15px;
    text-transform: uppercase;
}

.office-item h4 {
    color: #282828;
    font-weight: bold;
    font-size: 20px;
}

.office-item p {
    color: #282828;
    font-size: 15px;
    font-weight: 300;
}

.office-item p a {
    color: #282828;
}

.office-item p i {
    color: #282828;
    padding-right: 5px;
}

.office-item p a:hover {
    color: #fe0000;
}

.office-item p:last-of-type {
    margin-bottom: 0;
}

/*======= Contact Us page =============*/

.touch-area {
    background: #f1f1f3;
}

.touch-area .heading h3 {
    color: #282828;
}

.touch-area .heading h4 {
    color: #282828;
}

.contact-address img,
.contact-address iframe {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 15px;
}

.contact-address h5 {
    color: #fe0000;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
}

.contact-address h3 {
    color: #282828;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.contact-address p {
    color: #282828;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
}

.contact-info h4 {
    color: #282828;
    font-size: 18px;
    font-weight: bold;
}

.contact-info p {
    color: #282828;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 0;
}

.contact-info p i {
    color: #fe0000;
    padding-right: 5px;
}

.contact-action {
    background: #ffcc00;
}

.action-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.action-icon {
    min-width: 56px;
}

.action-icon img {
    max-width: 100%;
    max-height: 48px;
}

.action-excerpt {
    padding-left: 15px;
}

.action-excerpt p b {
    font-weight: bold;
    font-size: 22px;
}

.action-excerpt p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
}

.enquiry-area {
    background: #282828;
}

.enquiry-area .heading h5 {
    color: #fecf2c;
}

.enquiry-area .heading p {
    color: #f1f1f3;
}

.contact-form h4 {
    color: #ffcc00;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 0;
}

.contact-form hr {
    margin: 15px 0;
    border-bottom: 1px solid #515151;
    opacity: 1;
}

.contact-form h5 {
    color: #f1f1f3;
    font-size: 20px;
    font-weight: bold;
    padding-top: 15px;
}

.contact-form h6 {
    color: #f1f1f3;
    font-size: 18px;
    font-weight: bold;
    padding-top: 10px;
}

.contact-form p {
    color: #f1f1f3;
    font-size: 15px;
    font-weight: 300;
}

.contact-form label {
    color: #f1f1f3;
    font-size: 16px;
    font-weight: 300;
}

.contact-form label span.required {
    color: #9d274d;
}

.contact-form .form-control,
.contact-form .form-select {
    color: #282828;
    font-size: 15px;
    font-weight: 300;
    border-radius: 5px;
    background-color: #f1f1f3;
    border: none;
    height: auto;
    padding: 8px 15px;
}

.contact-form .form-check-input {
    box-shadow: none;
    border-radius: 0;
}

.contact-form .form-check-input:checked {
    background-color: #fc0;
    border-color: #fc0;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus,
.contact-form .form-check-input:focus {
    outline: none;
    box-shadow: none;
}

.recaptcha-area {
    justify-content: start;
    display: flex;
}

.contact-form button[type="submit"],
.contact-form input[type="submit"] {
    border: none;
    color: #ffffff;
    height: auto;
    padding: 8px 30px;
    font-size: 16px;
    font-weight: bold;
    box-shadow: none;
    text-transform: capitalize;
    background: #fe0000;
    border-radius: 5px;
}

.contact-form button[type="submit"] i {
    color: #ffffff;
}

.contact-form button[type="submit"]:hover,
.contact-form input[type="submit"]:hover {
    background: #fc0;
    color: #ffffff;
    outline: none;
    box-shadow: none;
}

.recaptcha-area {
    justify-content: end;
    display: flex;
    padding-top: 2rem;
}

/*==== Start scrollUp area ====*/

.scrollUp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    z-index: 1000;
}

.scrollUp li {
    display: block;
    padding: 5px 0;
}

.scrollUp li a {
    width: 60px;
    height: 60px;
    background: #161342;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.scrollUp li a i {
    font-size: 18px;
    color: #ffffff;
}

.scrollUp li a.phone-icon {
    background: #e92227;
}

.scrollUp li a.whatsapp-icon {
    background: #60c414;
}

.scrollUp.show {
    opacity: 1;
    visibility: visible;
}

/* Custom CSS */
.list-default {
    list-style: decimal !important;
    /* For <ol> */
    padding-left: 2rem !important;
    /* Ensure room for the bullets */
    margin-bottom: 1rem;
}

/* TARGET THE LIST ITEMS DIRECTLY TO FORCE THE BULLETS */
.list-default li {
    list-style-type: inherit !important;
}

ul.list-default {
    list-style: disc !important;
    /* For <ul> */
    font-size: 16px;
    line-height: 25px;
    color: #2b2b2b;
    font-weight: 300;
}

/* Double-check to force disc on the ul's items */
ul.list-default li {
    list-style-type: disc !important;
}