/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


body {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, 
                 "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, 
                 "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
h3{
    color: #000!important;
}
.text-left{
    text-align: left;
}
.bg-blue{
    background-color: #ff6a09;
}
.bg-org{
    background-color: #ff6a09;
    color: #fff;
}
.text-orange{
    color: #ff6a09!important;
}
.text-black{
    color: #000000;
}
.inner-bg{
    padding: 70px 0;
    position: relative;
    text-align: center;
    border-bottom: 1px solid #cfdbe8;
    overflow: hidden;
    background: #eef5fc;
}

.companies-image-top-left {
    position: absolute;
    left: 0;
    top: -15px;
    display: flex;
    height: 204px;
}

.companies-image-bottom-right {
    position: absolute;
    right: 0;
    bottom: -10px;
    display: flex
;
    height: 211px;
}

.companies-image-center {
    position: absolute;
    left: 10%;
    bottom: 18%;
}

.home-companies-list-text{
    color: #000;
    font-size: 15px;
    line-height: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.home-companies-list-text:hover{
    color: #ff6a09!important;
}
#searchBtn {
    position: relative;
    padding-right: 25px;
}

#loadingSpinner {
    margin-left: 8px;
}

.cmicon{
    font-size: 24px;
}
.mr-7{
    margin-right: 7px;
}
.cat-sepc{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cat-sepc h5 i{
    margin-right: 7px;
}

.cat-sepc a{
    font-size: 12px;
}

.pagination-wrapper {
    text-align: center;
}

.pagination-wrapper .page-numbers {
    display: inline-block;
    padding: 8px 14px;
    margin: 0 4px;
   
    background: #f4f4f4;
    color: #333;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid #ddd;
}

.pagination-wrapper .page-numbers:hover {
    background: #ff6600;
    color: #fff;
    border-color: #ff6600;
}

.pagination-wrapper .current {
    background: #ff6600; /* active background */
    color: #fff;
    border-color: #ff6600;
}

.btn-outline-primary:hover {
    background-color: #0d6efd;
    color: white;
}
.btn-outline-secondary {
    border-radius: 50px;
}
.com-name:hover{
    color: #ff6600!important;
}

.breadcrumb a {
    background-color: transparent;
    color: #ff6600!important;
    text-decoration: none;
}
.carousel-inddicators{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    position: relative!important;
}

.carousel-indicators [data-bs-target] {
    /* box-sizing: content-box; */
    flex: 0 1 auto;
    width: 0px!important;
    height: px!important;
     border-radius: 50px!important;
    padding: 3px!important;
    margin: 2px!important;
    /* opacity: .5; */
    transition: opacity .6s ease;
    border:1px solid #000 !important;
}

.carousel-indicators [data-bs-target].active {
    /* box-sizing: content-box; */
   background-color: #ff6600!important;
}
.faq_links_section a{
    font-size: 18px;
}
.table-content table tbody tr td:nth-child(2) {
    color: #ff6a09 !important;
    font-size: 1.5rem !important;
}  