@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap);

.inner-header .multi-level-nav ul li ul.dropdown-menu ul {
    top: -2px
}

.inner-header .multi-level-nav ul li ul.dropdown-menu ul li a {
    padding: 15.6px 15px
}

.inner-header .multi-level-nav ul li {
    text-transform: uppercase
}

.inner-header ul li a.nav-link {
    font-weight: 400;
    color: #212529;
    font-family: 'Inter';
    font-size: 16px;
    letter-spacing: .6px
}

.inner-header .multi-level-nav ul li a.dropdown-item {
    padding: 10px 15px;
    background-color: #fff;
    color: #000
}

.dropdown-menu-one {
    width: 22rem !important
}

.dropdown-menu-one li a {
    position: relative
}

.dropdown-menu-one li a span {
    position: absolute;
    right: 15px;
    top: 13px;
}

.inner-header .multi-level-nav ul li a.dropdown-item span {
    margin: 0 0 0 16px
}

.inner-header .multi-level-nav ul li ul li {
    border-bottom: 1px solid #f3f3f3
}

.inner-header .multi-level-nav ul li ul li:last-child {
    border-bottom: none
}

.inner-header .multi-level-nav ul li ul li ul li a {
    font-size: 14px
}

.inner-header ul li a.nav-link {
    position: relative
}

@media all and (min-width:992px) {
    .dropdown-menu li {
        position: relative
    }

    .dropdown-menu .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px
    }

    .dropdown-menu .submenu-left {
        right: 100%;
        left: auto
    }

    .dropdown-menu>li:hover {
        background-color: #f1f1f1
    }

    .dropdown-menu>li:hover>.submenu {
        display: block
    }
}

@media only screen and (max-width:991px) {
    .inner-header ul li a.nav-link::after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 8px;
        height: 5px;
        margin: auto 0
    }

    .dropdown-menu .dropdown-menu {
        margin-left: .7rem;
        margin-right: .7rem;
        margin-bottom: .5rem
    }

    .inner-header ul li a.nav-link {
        font-size: 15px
    }

    .inner-header .multi-level-nav ul li {
        border-bottom: 1px solid #ededed
    }

    .inner-header .multi-level-nav ul li:last-child {
        border-bottom: none
    }
}

.hero-sec-inner-page h1 {
    font-size: 52px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    margin-bottom: 16px;
    position: relative
}

.hero-sec-inner-page p {
    font-size: 18px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    position: relative
}

.hero-sec-inner-page {
    text-align: center
}

.hero-sec-inner-page {
    text-align: center;
    background-image: url("<?php echo get_template_directory_uri() ?>/images/tercel-services-page-bg-img.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 177px 0;
    position: relative
}

.hero-sec-inner-page::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .6
}

.inner-web-btn a {
    display: inline-block;
    color: #fff !important;
    text-decoration: none !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    position: relative
}

.inner-web-btn a::before {
    content: "";
    position: absolute;
    background-color: #fff0;
    border: 1px solid #fc8e26;
    height: 60px;
    width: 60px;
    border-radius: 50px;
    left: -16px;
    transition: .6s
}

.inner-web-btn a:hover::before {
    transition: .6s;
    width: 110% !important
}

.inner-web-btn a span {
    display: inline-block;
    margin-left: 7px
}

.inner-web-btn {
    margin-top: 22px
}

.header-nav {
    background-color: #0D031E;
    margin: 112px 0 0
}

.header-nav #navbarNav {
    justify-content: center
}

.header-nav ul.navbar-nav li a {
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 15px;
    padding: 5px 30px !important
}

.header-nav {
    position: sticky;
    top: 112px;
    z-index: 99
}

.header-action-btns ul li a {
    text-decoration: none;
    background-color: #FC8E26;
    color: #fff;
    height: 45px;
    display: inline-block;
    line-height: 45px;
    font-family: "Inter", sans-serif;
    padding: 0 20px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #FC8E26
}

.header-action-btns ul button.schedule-demo-btn {
    text-decoration: none !important;
    background-color: #FC8E26 !important;
    color: #fff !important;
    height: 45px !important;
    display: inline-block !important;
    line-height: 45px !important;
    font-family: "Inter", sans-serif !important;
    padding: 0 20px !important;
    border-radius: 50px !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    border: 1px solid #FC8E26 !important
}

.down-arrow span {
    display: inline-block;
    width: 22px;
    height: 40px;
    line-height: 35px;
    border: 1px solid #ffffff52;
    border-radius: 50px
}

.down-arrow span img {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate
}

.down-arrow span img {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(5px)
    }

    100% {
        transform: translateY(-5px)
    }
}

@keyframes mover {
    0% {
        transform: translateY(5px)
    }

    100% {
        transform: translateY(-5px)
    }
}

.down-arrow {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 23px
}

.fs-service-content h3 {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif
}

.fs-service-content p {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif
}

.fs-service-box {
    padding: 18px 18px;
    border: 1px solid #fff;
    border-radius: 12px;
    transition: .6s
}

.fs-service-box:hover {
    border: 1px solid #ffefdf;
    background-color: #ffefdf;
    transition: .6s
}

.fs-service-icon {
    display: inline-block;
    background-color: #FFEFDF;
    border-radius: 9px;
    padding: 10px 10px;
    margin-bottom: 21px
}

.fs-service-warp {
    display: flex !important;
    align-items: center !important;
    gap: 25px !important;
    width: 100% !important
}

.fs-service-warp img {
    width: 22% !important
}

.fs-service-warp h3 {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif
}

.four-inner-services {
    margin: 80px 0 60px;
    overflow: hidden
}

.key-solution-title h3 {
    font-size: 23px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    margin: 15px 0 0
}

.key-solution-title h3 br {
    display: none
}

.key-solution-title {
    display: block;
    vertical-align: middle
}

.key-solution-content ul {
    padding: 0 0 0 20px
}

.inner-page-title h2 {
    font-size: 34px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif
}

.key-solution-box .slider-solution-content {
    display: block !important
}

.inner-page-title span {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    color: #fc8e26;
    display: inline-block
}

.inner-page-title {
    text-align: center;
    margin-bottom: 65px
}

.key-solution-content ul li {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    line-height: 32px
}

.key-solution-icon {
    display: inline-block;
    background-color: #FFEFDF;
    border-radius: 9px;
    padding: 10px 10px
}

.key-solution-content ul li::marker {
    font-size: 18px;
    color: #fc8e26
}

.key-solution {
    background-color: #f9f9f9;
    padding: 60px 0
}

.key-solution-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 15px
}

.key-solution {
    background-color: #f9f9f9;
    padding: 60px 0;
    background-image: url("<?php echo get_template_directory_uri() ?>/images/wave-shape.png");
    background-position: center;
    background-repeat: no-repeat
}

.wua-fna-content p {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    line-height: 26px;
    margin: 0
}

.wua-fna-content h3 {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 8px
}

.why-us-as-fna-box {
    display: flex;
    align-items: center;
    gap: 0 21px
}

.why-us-as-fna-box {
    display: flex;
    align-items: center;
    gap: 0 21px;
    background-color: #fff;
    box-shadow: 0 0 20px #00000017;
    margin-bottom: 0;
    padding: 20px;
    border-radius: 8px;
    position: relative;
    overflow: hidden
}

.why-us-as-fna {
    margin: 80px 0
}

.wua-fna-icon,
.wua-fna-content {
    position: relative
}

.why-us-as-fna-box::before {
    content: "";
    position: absolute;
    background-color: #ffefdf;
    height: 100px;
    width: 100px;
    border-radius: 50px;
    left: -50px;
    transition: .6s
}

.why-us-as-fna-box:hover::before {
    width: 105%;
    transition: .6s
}

#Key_solution .owl-dots span {
    background: #d5d5d5;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50px
}

#Key_solution .owl-dots {
    text-align: center;
    margin: 25px 0 0
}

#Key_solution .owl-dots button {
    margin: 0 5px
}

#Key_solution .owl-dots button.active span {
    background: #fc8e26
}

.key-solution-box .d-flex {
    margin-bottom: 21px
}

.fs-service-box a {
    display: block;
    text-decoration: none;
    color: #000 !important;
}

.fs-service-box.box-active {
    background-color: #ffefdf
}

.key-solution-box:hover .key-solution-icon img {
    transform: rotateY(180deg);
    transition: .6s
}

.key-solution-box:hover .key-solution-icon img {
    transform: rotateY(180deg);
    transition: .6s
}

.why-us-as-fna-boxes .why-us-as-fna-box::before {
    background-color: #F7F7F7
}

.marquee-slider {
    padding: 35px 0 0
}

.marquee-slider .html-marquee p {
    font-size: 68px;
    font-weight: 700;
    line-height: 46px;
    color: #1F2A3E;
    font-family: "Outfit", sans-serif;
    margin: 0;
    padding: 25px 0
}

.dot-circule {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #212C40;
    border-radius: 50px;
    margin: 15px 25px 0;
    vertical-align: top
}

.book-keeping {
    margin: 60px 0 0
}

.book-keeping .sub-text {
    margin: 35px 0 0
}

.book-keeping .sub-text p {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    line-height: 24.51px;
    font-weight: 400;
    color: #000
}

.book-keeping .text-c-black {
    color: #000
}

.bg-box-img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.book-keeping-list ul {
    padding: 0 0 0 20px
}

.book-keeping-list-title h3 {
    font-size: 30px;
    line-height: 40.85px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    margin: 0 0 10px
}

.book-keeping-list ul li {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 32px
}

.book-keeping-list ul li::marker {
    color: #FC8E26;
    font-size: 18px
}

.book-keeping .inner-web-btn a {
    margin: 0 0 0 16px
}

.inner-book-keeping-content {
    overflow: hidden
}

.accounting-platform {
    padding: 80px 0 70px;
    background-color: #212c40;
    position: relative;
    overflow: hidden
}

.circul-one {
    display: inline-block;
    background-color: #242e42;
    width: 280px;
    height: 280px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2
}

.circul-two {
    display: inline-block;
    background-color: #3e4552;
    width: 500px;
    height: 500px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1
}

.circul-three {
    display: inline-block;
    background-color: #353d4c;
    width: 700px;
    height: 700px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 0
}

.inner-accounting-platform {
    position: relative;
    z-index: 9
}

.accounting-platform-left-content h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    margin: 0
}

.accounting-platform-left-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    margin: 16px 0 0
}

.content-btn {
    text-align: end
}

.content-btn a {
    background: linear-gradient(90deg, rgb(33 44 64) 0%, rgb(252 142 38) 100%);
    color: #fff;
    text-decoration: none;
    padding: 0 60px;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    line-height: 65px;
    height: 65px;
    display: inline-block
}

.social-icon a {
    display: block;
    padding: 30px 0;
    color: #0D031E;
    font-size: 18px;
    text-decoration: none
}

.sb-right {
    border-right: 1px solid #D9D9D9
}

.sb-right:last-child {
    border-right: none
}

.social-icon a span {
    font-weight: 500;
    margin: 0 0 0 5px
}

.inner-header .multi-level-nav ul li a.dropdown-item img {
    width: 10%;
    margin: 0 8px 0 0
}

.inner-web-btn .view-btn::before {
    content: none !important
}

.inner-web-btn .view-btn {
    border: 1px solid #fc8e26;
    border-radius: 50px;
    color: #000 !important;
    text-align: center;
    transition: 0.3s;
    display: inline-block;
    height: 50px;
    line-height: 50px
}

.fs-service-box:hover .inner-web-btn .view-btn {
    border: 1px solid #fc8e26;
    background-color: #fc8e26;
    color: #fff !important;
    transition: 0.3s
}

.fs-service-box .inner-web-btn .view-btn img {
    transition: 0.3s
}

.fs-service-box:hover .inner-web-btn .view-btn img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(120deg) brightness(103%) contrast(101%);
    transition: 0.3s
}

@media only screen and (max-width:991px) {
    .content-btn {
        text-align: center
    }

    .header-nav {
        display: none
    }
}

@media only screen and (max-width:767px) {
    .content-btn a {
        padding: 0 40px;
        font-size: 16px;
        line-height: 55px;
        height: 55px
    }

    .accounting-platform-left-content h3 {
        font-size: 22px;
        line-height: 32px
    }

    .accounting-platform {
        padding: 40px 0 40px
    }
}

.get-touch-popup-form .modal-content {
    box-shadow: 0 0 10px 0 #FC8E26
}

.getintouch-inner {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    padding: 20px;
    position: relative
}

.getintouch-inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: .6
}

.getintouch-inner .popup-content h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    padding: 0;
    margin: 0;
    color: #fff;
    position: relative
}

.popup-content {
    display: flex;
    align-items: end;
    height: 100%
}

.contact-form {
    padding: 20px
}

.getintouch-form .form-group input,
.getintouch-form .form-group textarea {
    width: 100%;
    border: none;
    padding: 5px 10px;
    border-bottom: 1px solid #9a999c;
    border-radius: 0;
    font-size: 16px;
    outline: none;
    height: 40px
}

.getintouch-form .form-group textarea {
    height: 60px
}

.email-icon,
.telephont-icon {
    margin: 0 8px 0 0
}

.conatact-form-btn-container button {
    background-image: linear-gradient(-270deg, rgb(242 165 92) 0%, rgb(252 142 38) 100%);
    padding: 0 35px;
    line-height: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    border: none;
    margin: 10px 0 0
}

.conatact-form-btn-container button span {
    margin: 0 0 0 9px
}

.getintouch-form .form-group {
    margin: 0 0 10px
}

#Getintouch button.btn-close {
    background-image: linear-gradient(-270deg, rgb(242 165 92) 0%, rgb(252 142 38) 100%) !important;
    background-size: 100%;
    opacity: 1;
    border-radius: 20px;
    height: 25px;
    width: 25px;
    line-height: 25px;
    position: absolute;
    top: -15px;
    right: -15px;
    box-shadow: none;
    color: #fff;
    z-index: 999
}

.foot-content-warp {
    gap: 30px
}

.foot-contact-warp ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.foot-contact-warp ul li a {
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    text-decoration: none;
    transition: 0.3s
}

.foot-contact-warp ul li a:hover {
    color: #FC8E26;
    transition: 0.3s
}

.contact-address img {
    border-radius: 4px;
    width: 65px;
    height: auto;
    margin: 0 0 10px
}

@media only screen and (max-width:991px) {
    .foot-address {
        margin: 30px 0 0
    }
}

@media only screen and (max-width:767px) {
    .contact-address .c-address {
        font-size: 15px
    }
}