.imgcontent{
    position: relative;
}
.imgcontent:before {
    background: #f07c00;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    border-top-left-radius: 200px;
    border-bottom-left-radius: 200px;
    z-index: -1;
}
div#mainslider h2 {
    line-height: 50px;
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 900;
}


.emaillist button {
    padding: 0 10px;
    font-size: 14px;
    background: #000;
    color: #fff;
    width: 100%;
    height: 40px;
    border: 0;
}
.emaillist {
    border-radius: 30px;
    overflow: hidden;
    margin-top: 10px;
}

.emaillist input {
    height: 40px;
    font-size: 13px;
    width: 100%;
    border: 0;
    padding: 0 10px;
}
div#mainslider .slide-img {
    position: relative;
    margin-top: -50%;
}
.swiper-slide.slide-box {
    padding-top: 12%;
}
#mainabout small {
    margin-top: 10px;
    display: block;
    font-size: 18px;
}
#mainabout h3 {
    font-size: 40px;
    color: #000;
    font-weight: 900;
}
#mainabout h3 strong {
    color: #f07c00;
    font-size: 50px;
}
#mainabout ul li {
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
}

.state-counter .container {
    background: #f5f7fa;
    padding: 30px;
    border-radius: 22px;
}
.state-counter  .counter-box{
    background: #fff!important;
}
.state-counter .counter-box a {
    color: #8f8888;
    font-size: 12px;
}
.employee-image {
    position: relative;
}
.employee-image img {
    border: 16px solid #1a1a18;
    border-radius: 30px;
}
.employee-image a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 40px;
    width: 40px;
    background: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #f07c00;
}
.employee-image:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #f07c00;
    position: absolute;
    border-radius: 30px;
    z-index: -1;
    top: 15px;
    left: 15px;
}
#ourbranch h2 {
    font-weight: 400;
}
#ourbranch h2 strong{
    background: #f07c00;
    color: #fff;
    padding:5px 10px;
}
.bannercontent {
    position: relative;
}
.bannercontent.bannerleft strong {
    position: absolute;
    right: 20%;
    max-width: 20%;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
    color: #000;
}
.bannercontent.bannerright .content {
    position: absolute;
    left: 10%;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
    width: 30%;
    text-align: right;
    color: #000;

}
.bannercontent img {
    width: 100%;
}
.footer-logo img {
    filter: brightness(0) invert(1);
}
.section-title h1, .section-title h2 {
    font-size: 50px;
    letter-spacing: -0.03em;
    font-weight: 900;
    margin-bottom: 20px;
}
.main-menu .nav-menu-wrapper {
    flex: 1;
    text-align: right;
}


.top-box {
    text-align: right;
    padding: 15px 0;
}
.top-box ul li span {
    color: #f07c00;
    margin-right: 10px;
}
.top-box ul {
    margin: 0;
    list-style: none;
    text-align: right;
}
.top-box ul li {
    display: inline-block;
    margin-left: 20px;

    position: relative;
}
.top-box ul li a {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

.top-box ul li.last a {
    color: #000;
    font-size: 20px;
    font-weight: 900;
}
.top-box ul li.last:before {
    content: '';
    height: 53%;
    width: 2px;
    background: #000;
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -10px;
    border-radius: 2px;
}

.slideicocontent {
    position: absolute;
    top: -29%;
    left: 0;
    width: 100%;
    height: 100%;
}
.slideicocontent img.slide-ico {
    position: absolute;
}

.slideicocontent img.slide-ico.ico1 {
    animation: upDown 3s infinite;
    right: 90%;
    height: 50px;
    top: -40px;
}
.slideicocontent img.slide-ico.ico2 {
    animation: leftRight 4s infinite;
    right: 20%;
    height: 30px;
    top: 10%;
}
.slideicocontent img.slide-ico.ico3 {
    animation: upDown 4s infinite;
    top: -40px;
    left: 60%;
    height: 30px;
}
.slideicocontent img.slide-ico.ico4 {
    animation: leftRight 5s infinite;
    right: 90%;
    height: 50px;
    top: 40px;
}


@keyframes upDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes leftRight {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(20px);
    }
    100% {
        transform: translateX(0);
    }
}
#cbtable a{
    color:#000;
    text-decoration:none;
}

/* General table styling */
table.dataTable {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ddd;
    font-family: 'Arial', sans-serif;
    font-size: 14px;
}
/* General table styling */
table.dataTable {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ddd;
    font-family: 'Arial', sans-serif;
    font-size: 14px;
}

/* Table header styling */
table.dataTable thead {
    background-color: #f2f2f2;
}

table.dataTable thead th {
    padding: 12px;
    border-bottom: 2px solid #ddd;
    text-align: left;
    font-weight: bold;
}

/* Table body styling */
table.dataTable tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
}

table.dataTable tbody tr:nth-child(even) {
    background-color: #ffffff;
}

table.dataTable tbody td {
    padding: 12px;
    border-bottom: 1px solid #ddd;
}

/* Table row hover effect */
table.dataTable tbody tr:hover {
    background-color: #e0e0e0;
}

/* Pagination controls styling */
.dataTables_wrapper .dataTables_paginate {
    text-align: right;
    margin-top: 10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    display: inline-block;
    padding: 8px 12px;
    margin: 2px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #f2f2f2;
    color: #333;
    text-decoration: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background-color: #e0e0e0;
}

/* Disabled pagination button styling */
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    cursor: default;
    background-color: #e9e9e9;
    color: #999;
}

/* Search input styling */
.dataTables_wrapper .dataTables_filter input {
    width: 200px;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-left: 10px;
}

/* Length menu styling */
.dataTables_wrapper .dataTables_length select {
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-left: 10px;
}

/* Pagination Controls Styling */
.dataTables_wrapper .dataTables_paginate {
    text-align: right;
    margin-top: 10px;
}

/* Pagination Buttons */
.dataTables_wrapper .dataTables_paginate .paginate_button {
    display: inline-block;
    padding: 8px 12px;
    margin: 2px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #f2f2f2;
    color: #333;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

/* Hover Effect for Pagination Buttons */
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background-color: #e0e0e0;
}

/* Active Pagination Button */
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background-color: #007bff;
    color: #fff;
    border: 1px solid #007bff;
}

/* Disabled Pagination Button */
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    cursor: default;
    background-color: #e9e9e9;
    color: #999;
    border: 1px solid #ddd;
}

/* Previous and Next Button Styling */
.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.next {
    font-weight: bold;
    padding: 8px 16px;
    border-radius: 4px;
}

div#cbtable_filter {
    margin-bottom: 20px;
}
table#cbtable {
    border-radius: 12px;
    overflow: hidden;
    border: 0;
    box-shadow: none;
}
#tablecontent a.paginate_button {
    border: 0 !important;
    background: #f9f7f7 !important;
    color: #000 !important;
    border-radius: 50% !important;
}
#tablecontent a.paginate_button.current {
    border: 0 !important;
    background: #f07c00 !important;
    color: #fff !important;
    border-radius: 50% !important;
}
.branch-item img {
    background: #000;
    border-radius: 12px;
    padding: 0 5px;
    margin-bottom: 10px;
    display: block;
}
.branch-item iframe {
    height: 300px;
    border-radius: 40px;
}

.contact-form.gray-form .form-control {
    background-color: #f5f7fa!important;
}
.ourbrands img {
    height: 250px;
    object-fit: contain;
    padding: 20px;
}

li.cbmenu-item .hover-content {
    display: none;
    position: absolute;
    z-index: 9999;
    text-align: left;
    transition: all ease-in 500ms;
}
li.cbmenu-item ul {
    background: #fff;
    -webkit-box-shadow: 0px 10px 12px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 10px 12px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 10px 12px 1px rgba(0, 0, 0, 0.25);
    border-radius:12px;
    width: 200px;
    text-align: left;
    padding: 0!important;
    overflow: hidden;
}

li.cbmenu-item ul li {
    padding: 10px 15px;
    width: 100%;
    margin: 0!important;
}
li.cbmenu-item ul li:hover {
    background: #eee;
}
li.cbmenu-item:hover .hover-content{
    display: block;
}
.header-table {
    background-color: #eee;
    cursor: pointer;
}
.hidden-row {
    display: none;
}
tr.header-table i {
    background: #f07c00;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 5px;
    margin-right: 10px;
}
tr.header-table.open i:before {
    content: "\f068";
}
@media(max-width: 960px){
    div#mainslider .slide-img{
        margin-top: 30px;
    }
    .slideicocontent {
        top: 80px;
    }
    .imgcontent {
        position: relative;
        padding: 50px 0 0;
    }
    div#mainslider h2 {
        font-size: 30px;
    }
    div#mainabout .section-title-content {
        text-align: left;
    }
    .bannercontent.bannerleft {
        margin-bottom: 20px;
    }
    #ourbranch h2 strong {
        background: #f07c00;
        color: #fff;
        padding: 5px 10px;
        line-height: 45px;
    }
    .imgcontent:before {
        background: #f07c00;
        content: '';
        width: 110%;
        height: 100%;
        position: absolute;
        bottom: 0;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        z-index: -1;
        left: -15px;
        right: -15px;
    }
}