a,
a:focus,
a:hover {
    text-decoration: none;
    outline: 0
}

.btn-chardonnay,
.btn-outline-chardonnay {
    border: 1px solid var(--chardonnayColor)
}

ol.common-order-list li,
ul.common-list li {
    line-height: 25px;
    text-overflow: ellipsis;
    margin-bottom: 0;
    font-weight: 500
}

header nav>ul>li>a,
ol.common-order-list li,
ul.common-list li {
    font-size: 16px;
    position: relative
}

header nav>ul>li>ul>li,
header nav>ul>li>ul>li>ul>li {
    list-style-type: none;
    font-size: .85rem
}

header .row {
    display: flex;
    align-items: center;
}

header .header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}

header .header-center p {
    padding: 0px;
    margin: 0px;
    font-size: 1.5rem;
}

.desktop-view {
    display: inline-block;
}

.mobile-view {
    display: none;
}

#top_line,
header nav>ul>li:hover>.bigSubmenu,
header nav>ul>li:hover>ul,
header nav>ul>li>.bigSubmenu>ul>li:hover>ul,
header nav>ul>li>ul>li:hover ul {
    visibility: visible;
    opacity: 1
}

:root {
    --navyBlue: #2e276b;
    --skyBlue: #1a98d5;
    --whiteColor: #ffffff;
    --greyColor: #d9d9d9
}

html {
    scroll-behavior: smooth
}

body {
    font-family: MyriadPro-Regular
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: BebasNeue-Bold
}

@font-face {
    font-family: MyriadPro-Regular;
    src: url("../fonts/MyriadPro-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: BebasNeue-Bold;
    src: url("../fonts/BebasNeue-Bold.ttf") format("truetype");
    font-weight: 400;
    font-style: normal
}

footer ul,
header nav>ul>li>.bigSubmenu>ul>li>ul>li>.bigSubmenuContent ul,
table p,
ul.common-list,
ul.common-list-none {
    margin: 0;
    padding: 0
}

.heading-2,
.heading-4,
footer h3 {
    margin-bottom: 20px
}

h1,
h2 {
    font-weight: 500
}

a {
    color: var(--skyBlue);
    -webkit-transition: .2s;
    transition: .2s
}

a:focus,
a:hover {
    color: #111
}

.top-banner-section .top-audit-info .audit-info h1 span,
.whiteColor {
    color: var(--whiteColor)
}

.our-services-section .service-wrapper a:hover h3,
.services-section .services-row .services-head span,
.text-skyBlue,
.top-banner-section .top-audit-info .audit-info h1,
header nav>ul>li>.bigSubmenu>ul>li>ul>li>.bigSubmenuContent ul li a:hover,
header nav>ul>li>.bigSubmenu>ul>li>ul>li>a:hover {
    color: var(--skyBlue)
}

.copy-section ul li a,
.text-darkGray,
footer,
footer p,
footer ul li,
footer ul li a,
ol li,
p,
ul li {
    color: var(--darkGrayColor)
}

.custom-select {
    font-size: .875rem !important
}

.text-red {
    color: var(--redColor)
}

/* .btn-success {
    background: var(--blueColor);
    padding: .375rem 1.75rem
} */

#top_line,
.btn-chardonnay,
.btn-outline-chardonnay {
    background: var(--chardonnayColor)
}

/* .btn-success:hover {
    background: var(--blueColor);
    opacity: .8
} */

.btn {
    padding: 10px 20px
}

.btn-sm {
    padding: .25rem .5rem
}

.btn-outline-chardonnay {
    border-radius: 50px
}

.btn-secondary {
    background: var(--darkGrayColor);
    border: 1px solid var(--darkGrayColor);
    border-radius: 50px
}

.btn-small {
    padding: .25rem 1.5rem
}

.btn {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 20px 0px;
}

.btn-success {
    border-radius: 15px;
}

.btn-primary {
    border-radius: 15px;
    background: var(--skyBlue);
    border: 1px solid var(--skyBlue);
    transition: .45s;
}

.btn-primary:hover {
    background: var(--navyBlue);
    border: 1px solid var(--navyBlue)
}

.badge-primary {
    background: var(--blueColor);
    border: 1px solid var(--blueColor)
}

.btn-outline-primary {
    border-radius: 15px;
    border: 2px solid var(--skyBlue);
    color: var(--skyBlue) !important;
    transition: .45s;
    padding: 8px 40px
}

.btn-outline-primary:hover {
    border: 2px solid var(--skyBlue);
    color: var(--whiteColor) !important;
    background: var(--skyBlue) !important
}

ol li,
p,
ul li {
    font-size: 1rem;
    line-height: 24px
}

p {
    text-align: justify
}

.overlay {
    position: relative;
    z-index: 2
}

.overlay:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: var(--blueColor);
    opacity: .8;
    z-index: -1
}

.copy-section ul li,
.social-icon-box ul.social-icons li,
header nav>ul>li>.bigSubmenu>ul>li>ul>li>.bigSubmenuContent ul li,
ul.common-list-none li {
    list-style: none
}

ul.common-list li {
    overflow: hidden;
    padding-left: 20px;
    margin-bottom: 15px;
}

ul.common-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 10px;
    height: 10px;
    background: var(--darkGrayColor)
}

ol.common-order-list {
    margin: 0;
    padding: 0 0 0 15px
}

ol.common-order-list li {
    white-space: nowrap
}

.bg-primary {
    background: var(--blueColor) !important
}

.heading-2 {
    font-size: 3.4rem;
    font-family: BebasNeue-Bold
}

.footer-slide .marquee-span,
.heading-4 {
    font-family: BebasNeue-Bold;
    font-size: 2rem
}

.container {
    max-width: 1250px
}

header {
    width: 100%;
    z-index: 999;
    position: relative;
    top: 0;
    position: sticky;
    background: #fff;
}

header.active {
    background: #fff;
    box-shadow: #ccc 1px 2px 50px
}

header.sticky #top_line {
    height: 0;
    overflow: hidden;
    padding: 0;
    opacity: 0;
    visibility: visible
}

#top_line {
    transition: .2s ease-in-out;
    -moz-transition: .1s ease-in-out;
    -webkit-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    padding: 6px 0;
    font-size: 12px
}

header.sticky {
    -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, .41);
    -moz-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, .41);
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, .41);
    background-color: #fff;
    padding-bottom: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999
}

.sticky nav {
    margin-top: 10px
}

#tag_line {
    font-size: 13px;
    color: #666
}

ul.top_links {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
    font-weight: 500
}

ul.top_links li {
    display: inline-block;
    border-left: 1px solid rgba(0, 0, 0, .1);
    margin-right: 5px;
    padding-left: 8px
}

.our-services-section .service-wrapper:last-child,
header nav>ul>li>.bigSubmenu>ul>li:last-child,
ul.top_links li:first-child {
    border: 0
}

ul.top_links li i {
    font-weight: 700;
    font-size: 15px
}

header .logo img {
    width: 250px
}

.menu-icon,
.services-sub-head .service-arrow,
header nav ul li .submenu-icon1,
header nav ul li .submenu-icon2 {
    display: none
}

header nav>ul {
    display: flex;
    gap: 50px;
    justify-content: end;
    align-items: center;
    height: 100%
}

header nav>ul>li>ul,
header nav>ul>li>ul>li>ul {
    flex-direction: column;
    background: #fff;
    width: 240px;
    visibility: hidden;
    opacity: 0;
    box-shadow: 2px 4px 10px #dcdcdc;
    transition: .3s;
    margin: 0
}

header nav>ul>li {
    list-style: none;
    position: relative
}

header nav>ul>li>a {
    color: var(--navyBlue);
    padding: 20px 0;
    font-weight: 700;
    text-transform: uppercase
}

header nav>ul>li>a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 2px;
    background: var(--skyBlue);
    transition: .45s;
    width: 0;
    transform: translateX(-50%);
    transform-origin: center
}

.inner-banner-section,
.inner-banner-section img,
.inner-header-section img,
.listing-page-details img,
header nav>ul>li>a:hover::after {
    width: 100%
}

header nav>ul>li:last-child>a:hover::after {
    width: 0
}

header nav>ul>li>ul {
    position: absolute;
    top: 200%;
    left: 0;
    display: flex;
    padding: 0
}

header nav>ul>li>ul>li {
    position: relative
}

header nav>ul>li>ul>li>a {
    padding: 12px 20px;
    display: block;
    color: #000
}

header nav>ul>li>ul>li>a:hover {
    background: var(--skyBlue);
    color: #fff
}

header nav>ul>li>ul>li>ul {
    position: absolute;
    top: 0;
    left: 100%;
    display: flex;
    padding: 0
}

header nav>ul>li>ul>li>ul>li>a {
    padding: 10px 20px;
    display: block;
    color: #000;
    font-size: 90%
}

header nav>ul>li>ul>li>ul>li>a:hover {
    background: var(--darkPinkColor);
    color: #fff
}

header nav>ul>li>.bigSubmenu {
    position: absolute;
    top: 100%;
    left: 0;
    display: flex;
    flex-direction: column;
    background: #f1f1f1;
    margin: 0;
    padding: 40px 20px;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px
}

header nav>ul>li>.bigSubmenu>ul {
    margin: 0;
    padding: 0;
    width: 250px
}

header nav>ul>li>.bigSubmenu>ul>li {
    list-style: none;
    border-bottom: 1px solid var(--skyBlue);
    padding: 20px 0;
    font-size: 1.1rem;
    position: relative
}

header nav>ul>li>.bigSubmenu>ul>li>a,
header nav>ul>li>.bigSubmenu>ul>li>ul>li a,
header nav>ul>li>.bigSubmenu>ul>li>ul>li>.bigSubmenuContent ul li a {
    color: var(--navyBlue)
}

header nav>ul>li>.bigSubmenu>ul>li:hover>a {
    color: var(--skyBlue);
    font-size: 1.2rem
}

header nav>ul>li>.bigSubmenu>ul>li:hover>a::after {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 14px solid var(--skyBlue);
    border-bottom: 7px solid transparent;
    content: "";
    position: absolute;
    top: 25px;
    right: 0
}

header nav>ul>li>.bigSubmenu>ul>li>ul {
    margin: 0;
    padding: 0;
    width: 260px;
    position: absolute;
    top: 0;
    left: 220px;
    opacity: 0;
    visibility: hidden
}

header nav>ul>li>.bigSubmenu>ul>li:hover>ul {
    padding-left: 50px
}

header nav>ul>li>.bigSubmenu>ul>li>ul>li {
    list-style: none;
    padding: 2px 0;
    font-size: .9rem;
    text-transform: uppercase;
    position: relative
}

header nav>ul>li>.bigSubmenu>ul>li>ul>li:hover>a::after {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 12px solid var(--skyBlue);
    border-bottom: 6px solid transparent;
    content: "";
    position: absolute;
    top: 5px;
    right: 0
}

header nav>ul>li>.bigSubmenu>ul>li>ul>li>.bigSubmenuContent {
    margin: 0;
    width: 650px;
    position: absolute;
    top: 0;
    left: 200px;
    opacity: 0;
    visibility: hidden;
    list-style: none;
    padding: 2px 0;
    font-size: .9rem;
    text-transform: uppercase
}

header nav>ul>li>.bigSubmenu>ul>li>ul>li:hover>.bigSubmenuContent {
    visibility: visible;
    opacity: 1;
    padding-left: 40px
}

footer {
    padding: 30px 0 10px
}

footer h3 {
    font-size: 1.2rem;
    position: relative
}

footer ul li {
    list-style: none;
    font-size: .75rem;
    margin-bottom: 2px
}

footer .btn-primary {
    background-color: var(--darkBlueColor);
    border-color: #0062cc
}

.copy-section ul li a,
footer ul li a {
    transition: .45s
}

footer ul li a:hover {
    color: var(--darkPinkColor);
    margin-left: 20px
}

footer .contact-info-section ul li {
    display: flex;
    gap: 15px
}

.social-icon-box ul.social-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 0;
    padding: 0
}

.social-icon-box ul.social-icons li a {
    width: 60px;
    height: 60px;
    background: 0 0;
    border: 2px solid #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--darkGrayColor)
}

.footer-2 .row,
.top-btn {
    align-items: center
}

.social-icon-box ul.social-icons li a i {
    font-size: 35px
}

.social-icon-box ul.social-icons li a:hover {
    background: #000;
    color: #fff !important
}

.footer-2 {
    padding: 40px 0;
    color: #fff
}

.footer-2 img {
    width: 165px
}

.footer-2 p {
    margin-bottom: 0;
    color: #fff
}

.copy-section {
    background-color: #fcf7ee;
    padding: 20px 0;
    text-align: center;
    color: var(--darkGrayColor);
    font-size: .9rem
}

.copy-section p {
    text-align: left;
    margin-bottom: 0
}

.copy-section ul {
    display: flex;
    justify-content: flex-end;
    gap: 25px;
    margin-bottom: 0
}

.copy-section ul li a:hover {
    color: var(--darkPinkColor)
}

.listing-page-details {
    padding: 30px 0
}

.listing-page-details h1 {
    font-size: 30px
}

.contact-section i {
    font-size: 18px;
    margin-right: 10px
}

.map iframe {
    width: 100%;
    height: 400px
}

.contact-info span:first-of-type {
    width: 40px
}

.whatsapp-panel-btn {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 60px;
    height: 60
}

.inner-header-section {
    background: linear-gradient(45deg, #8b7948, transparent);
    color: #fff;
    position: relative;
    padding: 50px 0
}

.footer-slide {
    background: #fcfcfc;
    padding-top: 10px;
    padding-bottom: 0;
    margin: 50px 0
}

.footer-slide #runSlide .item h4 {
    font-size: 21px
}

.footer-slide .marquee-span {
    padding: 0 20px
}

.footer-slide img {
    filter: grayscale(100%)
}

footer img.footer-logo {
    width: 180px;
    margin-bottom: 100px
}

.client-testimonials-box h6,
footer .contact-info-section .contact-info a {
    color: #000
}

footer .contact-info-section .contact-info form input {
    background: #ccc;
    padding: 15px 12px
}

footer .contact-info-section .contact-info form .sub-btn {
    border-radius: 0;
    padding: 5px 10px;
    background: var(--skyBlue);
    color: #fff;
    margin-left: 5px
}

.simplify-section {
    padding: 60px 0;
    background: #1a98d5
}

.simplify-section .simplify-flex {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.top-btn .btn-left,
.top-btn .btn-right {
    padding: 10px;
    display: inline-block
}

.simplify-section .simplify-flex .contact-btns .contact-btn {
    border: 1px solid #fff;
    background: var(--whiteColor);
    color: var(--skyBlue);
    border-radius: 5px;
    text-transform: uppercase
}

.client-testimonials-box .client-testimonials-box-content p,
.our-services-section .service-wrapper a h3,
.simplify-section .simplify-flex h2 {
    color: #fff
}

.simplify-section .freezone-main .freezone-head {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px
}

.simplify-section .freezone-main .col-md-2 {
    padding-left: 10px !important;
    padding-right: 10px !important
}

.fix-nav ul,
.simplify-section .freezone-main .freezone-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.simplify-section .freezone-main .freezone-list li a {
    color: #fff;
    font-size: 12px
}

.simplify-section .freezone-main .freezone-list.audit-list {
    margin-top: 35px
}

.simplify-section .freezone-main .freezone-list.border-style {
    border-right: 1px solid #fff;
    min-height: 245px
}

.top-btn {
    padding: 0;
    display: flex;
    overflow: hidden
}

.top-btn .btn-left {
    background-color: var(--skyBlue);
    color: #fff;
    width: 50px
}

.top-banner-section {
    background: url(../images/top-banner.webp) top center/cover;
    padding: 80px 0;
    position: relative;
}

.top-banner-section::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.4;
    z-index: 0;
}

.top-banner-section .heading-2 {
    font-size: 3.5rem;
}

.top-banner-section .top-audit-info .audit-info p {
    color: var(--whiteColor);
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 25px;
    text-align: left;
    line-height: normal;
}

.top-banner-section .top-audit-info .audit-info p span {
    font-size: 30px;
    margin-right: 10px;
    color: var(--whiteColor);
    font-weight: 700;
    color: #0062cc;
}

.top-banner-section .cirlce-icon {
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.top-banner-section .cirlce-icon i {
    color: #555;
    font-size: 1rem;
}

.top-banner-section .top-audit-info .audit-info .contact-btn {
    color: var(--whiteColor);
    background: var(--skyBlue);
    padding: 8px 22px;
    border-radius: 20px;
    text-align: center;
}

.top-banner-section .top-audit-info .audit-form {
    padding: 42px;
    border-radius: 20px;
    background: #5e5e5eab;
}

.audit-form input,
.audit-form select,
.audit-form textarea {
    background: 0 0;
    outline: 0;
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    color: #fff;
}

.audit-form select option {
    background: #fff;
    color: #000
}

.audit-form textarea {
    background: 0 0;
    border: 1px solid #000;
    border-radius: 20px;
    color: #fff;
    margin-top: 35px;
    padding: 11px
}

.form-control:focus {
    box-shadow: 0 0 0 .2rem rgb(0 123 255 / 0%)
}

.form-control::placeholder {
    color: #fff;
}

.top-banner-section .top-audit-info .audit-form h2 {
    text-align: center;
    color: var(--whiteColor);
    font-size: 2.5rem;
    margin-bottom: 50px
}

.about-section {
    margin-bottom: -100px
}

.about-section .about-bg {
    position: relative
}

.about-section .about-bg img {
    width: 78%;
    top: -100px;
    position: relative;
    transform: translateX(-15px)
}

.about-section .about-content {
    padding: 70px 140px 0 0
}

.about-section .about-content p {
    text-align: left !important
}

.about-section .about-content h2 {
    text-align: center;
    color: var(--skyBlue)
}

.about-section .about-content .learn-more {
    background: var(--skyBlue);
    color: var(--whiteColor);
    font-weight: 600;
    text-transform: uppercase
}

.services-section .learn-more {
    background: var(--skyBlue);
    color: var(--whiteColor);
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center
}

.services-section {
    background: url(../images/services-bg.jpg) top center/cover;
    padding: 75px 0 150px
}

.services-section .services-row .border-line {
    width: 100%;
    height: 2px;
    background: var(--whiteColor)
}

.services-section .services-row .services-head {
    color: var(--whiteColor);
    margin-bottom: 0;
    text-align: center
}

.services-section .services-info {
    width: 90%;
    margin: 100px auto auto
}

.services-section .services-info .service-box {
    padding: 30px;
    background: rgb(0 0 0 / 55%)
}

.services-section .services-info .service-box h3 {
    color: var(--skyBlue);
    margin-bottom: 25px
}

.services-section .services-info .service-box p {
    color: var(--greyColor);
    font-size: 15px;
    min-height: 270px;
    margin-bottom: 0
}

.success-section {
    padding: 10px 0
}

.thank-you-container {
    background-color: #fff;
    border-left: 6px solid #4caf50;
    border-right: 6px solid #4caf50;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
    border-radius: 8px;
    padding: 40px 30px;
    text-align: center
}

.thank-you-container .icon {
    font-size: 48px;
    color: #4caf50;
    margin-bottom: 15px
}

.thank-you-container h1 {
    font-size: 28px;
    margin: 0 0 20px;
    color: #333
}

.thank-you-container p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin: 10px 0;
    text-align: center
}

.thank-you-container p:last-child {
    font-weight: 700;
    color: #4caf50
}

.fix-nav {
    position: fixed;
    left: 0;
    top: 300px;
    background: #1a98d5;
    border-radius: 0 7px 7px 0;
    box-shadow: rgb(100 100 111 / 58%) 0 7px 29px 0;
    z-index: 100
}

#chat-toggle,
.chatbot {
    position: fixed;
    right: 25px;
    z-index: 1000
}

#chat-toggle img {
    width: 25px;
}

.fix-nav ul li a {
    display: block;
    padding: 12px;
    color: #fff;
    transition: .45s
}

.fix-nav ul li a:hover {
    background: #056fa2
}

.fix-nav ul li:first-child a:hover {
    border-radius: 0 7px 0 0
}

.fix-nav ul li:nth-child(2) a:hover {
    border-radius: 0 0 7px
}

#chat-toggle {
    bottom: 25px;
    background: #0084ff;
    color: #fff;
    padding: 15px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
    font-size: 20px
}

.chatbot {
    bottom: 90px;
    width: 350px;
    background: rgba(0, 0, 0, .7);
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    display: none;
    flex-direction: column;
    overflow: hidden;
}

.chatbot .chat-header {
    background: var(--skyBlue);
    color: #fff;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.audit-form-wrapper {
    padding: 25px
}

.chatbot #close-chat {
    background: 0 0;
    border: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer
}

.our-services-section {
    background: url(//excellenceauditing.org/wpdev/wp-content/themes/excellenceauditing/assets/css/../images/our-services-1.jpg) top center/cover;
    color: #fff;
    position: relative;
    padding: 30px 0 1px
}

.our-services-section .service-wrapper {
    border-bottom: 1px solid var(--skyBlue);
    margin-bottom: 22px;
    padding-bottom: 15px
}

.our-services-section .service-wrapper .service-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 230px
}

.our-services-section h2.heading-2 {
    padding-top: 20px;
    color: #fff
}

.our-services-section .service-wrapper .absolute-box {
    top: 0;
    right: 0;
    width: 100%;
    padding: 70px 0 40px;
    z-index: 1;
    transition: .5s ease-in-out;
    background-size: cover;
    background-position-x: right;
    display: none
}

.our-services-section .service-wrapper .main-services-para {
    margin-bottom: 0
}

.our-services-section .service-wrapper.active>.absolute-box {
    display: block
}

.our-services-section .service-wrapper h3 {
    cursor: pointer;
    min-width: 300px
}

.our-services-section .service-wrapper .absolute-box .audit-head {
    padding: 5px 30px;
    background: #fff;
    color: var(--skyBlue);
    margin-bottom: 40px
}

.our-services-section .service-wrapper .absolute-box .main-btns .btn-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.our-services-section .service-wrapper .absolute-box .main-btns .btn-list li {
    width: 32.3%;
    position: relative;
    z-index: 1;
    margin-bottom: 28px;
    list-style: none;
    background-image: url(//excellenceauditing.org/wpdev/wp-content/themes/excellenceauditing/assets/css/../images/services-btn-bg.png)
}

.our-services-section .service-wrapper .absolute-box .main-btns .btn-list li a {
    width: 85%;
    background-image: url(//excellenceauditing.org/wpdev/wp-content/themes/excellenceauditing/assets/css/../images/services-btn-bg.png);
    color: #fff !important;
    border-radius: 5px;
    min-height: 40px;
    line-height: 20px;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: contain
}

.custom-modal .modal-header {
    border-bottom: 0;
    padding-bottom: 0
}

.custom-modal .modal-content {
    background: 0 0;
    background: rgb(0, 0, 0, .7);
    color: #ccc;
    text-align: justify;
    padding: 20px
}

.custom-modal .close {
    color: #fff;
    opacity: .8
}

.testimonials-section {
    padding: 32px 0;
    background: url(//excellenceauditing.org/wpdev/wp-content/themes/excellenceauditing/assets/css/../images/testimonials.jpg) top center
}

.testimonials-section .owl-theme .owl-dots .owl-dot span {
    width: 36px;
    height: 5px;
    border-radius: 0;
    transition: .45s;
    background-color: #fff;
    margin-top: 50px
}

.testimonials-section .owl-theme .owl-dots .owl-dot.active span,
.testimonials-section .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--skyBlue)
}

.testimonials-section h2 {
    margin-bottom: 50px;
    color: var(--skyBlue)
}

.testimonials-section p {
    color: #777;
    font-size: 80%;
    line-height: 18px;
    text-align: justify
}

.testimonials-section .testimonials-box {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    display: block;
    color: #000;
    display: flex;
    position: relative
}

.testimonials-section .testimonials-box .testimonial-footer {
    position: absolute;
    bottom: -10px;
    left: 15px
}

.testimonials-section .testimonials-box img {
    margin-bottom: 20px;
    height: 260px;
    width: 260px
}

.testimonials-section .testimonials-box h6 {
    font-weight: 700
}

.testimonial-box {
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 20px
}

.testimonial-box .quote span i {
    font-size: 1.5625rem;
    margin-right: .625rem;
    color: var(--blueColor)
}

.testimonial-box img {
    width: 100%;
    border: 5px solid #ccc
}

.testimonial-box blockquote,
.testimonial-box i {
    font-size: 90%
}

.client-testimonials-box {
    padding-top: 30px
}

.client-testimonials-box .client-testimonials-box-content {
    min-height: 275px;
    background: var(--skyBlue);
    border-radius: 10px;
    padding: 25px;
    width: 98%;
    margin: auto
}

.client-testimonials-box .client-testi-star {
    width: 225px !important;
    margin: -65px auto 20px;
    padding: 10px
}

.testimonials-section .client-testimonials-box .testimonial-footer {
    position: absolute;
    bottom: 20px;
    left: 30px
}

.testimonials-section .client-testimonials-owl-carousel {
    margin-top: 100px
}

.enquire-section {
    padding: 65px 0;
    background: #f7f1f1;
}

.enquire-section p {
    text-align: center;
    font-size: 2rem;
    line-height: 2.5rem;
}

.why-choose-us-section {
    padding: 50px 0px;
}

.why-choose-us-section ul.common-list li {
    font-size: 18px;
    margin-bottom: 10px;
}

ul.common-list {
    margin: 0px;
    padding: 0px;
}

ul.common-list li {
    position: relative;
    padding-left: 40px;
}

ul.common-list li::before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free', 'FontAwesome';
    font-weight: 900;
    font-size: 16px;
    color: white;
    background: #cfcece;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0px;
    transform: translateY(0%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

ul.common-list-white li::before {
    color: #555;
    background: #fff;
}

.sign-bg {
    background: url(../images/bg.webp) no-repeat bottom left;
}

.choose-business-section {
    padding: 20px 0px;
    padding-bottom: 50px;
    margin-top: 20px;
}

.choose-business-section h2 {
    margin-bottom: 10px;
}

.choose-business-section .btn {
    width: 200px;
}

.choose-business-section .box-wrapper {
    background: #fff;
    box-shadow: 2px 4px 20px #ccc;
    padding: 25px;
    height: 150px;
    border-bottom: 5px solid var(--skyBlue);
    margin-bottom: 30px;
}


.choose-business-section .box-wrapper h2 {
    color: var(--skyBlue);
}


.why-company-liquidation-section {
    background: var(--lightChardonnayColor);
    position: relative;
}

.why-company-liquidation-section p {
    margin-top: 50px;
    text-align: justify;
}

.why-company-liquidation-section .container {
    color: #fff;
    position: absolute;
    top: 12%;
    left: 10%;
    width: 80%;
}

.why-company-liquidation-section {
    background: url(../images/welcome.webp) no-repeat top center;
    background-size: cover;
    min-height: 750px;
}

.half-overlay {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
}

.faq-section {
    background: url(../images/csr-box4.webp);
    padding: 50px 0;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: top
}

.faq-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(14 55 106 / 60%);
    z-index: -1
}

.faq-section .faq-head {
    text-align: center
}

.faq-section .faq-head h2,
.faq-section .faq-head p {
    color: #fff
}

.faq-section .faq-main {
    display: flex;
    gap: 100px
}

.faq-section .faq-main .faq-info .faq-list {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%
}

.faq-section .faq-main {
    padding-top: 40px
}

.faq-section .faq-main .faq-info {
    width: 50%
}

.faq-section .faq-main .faq-info .faq-list li a {
    text-decoration: none;
    color: #fff;
    font-size: 17px;
    border-bottom: 2px solid #259ddc;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    justify-content: space-between
}

.faq-section .faq-main .faq-info .faq-list li:last-child a {
    border-bottom: 0 solid
}

.faq-section .faq-main .faq-info .faq-list li a .right-icon i {
    color: #259ddc;
    font-size: 22px
}

.new-faq-section .faq-wrapp-side .card {
    margin-bottom: 12px;
    background: 0 0;
    border: 0 solid
}

.new-faq-section .faq-wrapp-side .card .card-header {
    border-bottom: 1px solid var(--skyBlue);
    padding: 15px
}

.new-faq-section .faq-wrapp-side .card .card-header .card-link {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    justify-content: space-between
}

.new-faq-section .faq-wrapp-side .card .card-body p {
    color: #fff
}

.new-faq-section .faq-wrapp-side .card .card-header h3.accordion-title {
    color: #fff;
    font-size: 17px;
    margin: 0;
    font-family: MyriadPro-Regular;
    font-weight: 600
}

.new-faq-section .faq-wrapp-side .card .card-body .main-list li {
    line-height: 30px;
    list-style: none;
    padding-left: 0;
    position: relative;
    left: 0;
    color: #fff
}

.new-faq-section .faq-wrapp-side .card .card-body .main-list li::before {
    content: '';
    position: absolute;
    top: 8px;
    left: -21px;
    width: 7px;
    height: 7px;
    border-radius: 50px;
    background: #fff
}

.loader-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 10000;
    position: fixed;
    display: none;
}

.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid var(--skyBlue);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

table tr td:nth-child(odd){
    font-weight: bold;
}