@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');

* {
    font-family: 'Poppins', sans-serif;
    list-style-type: none;
}

a {
    text-decoration: none;
}

.bg-grad {
    background: linear-gradient(#094F92 0%, #021B66 100%);
}

h2 {
    font-size: 2em;
    color: #113073;
    margin-bottom: 1.6rem;
    font-weight: 600;
    line-height: 62px;
}

p {
    font-size: 1em;
    color: #262626;
    line-height: 35px;
    font-weight: 400;
    text-align: justify;
}

a.link {
    color: #F2994C;
    text-decoration: none;
    transition: all ease-in-out 0.6s;
    display: inline-block;
}

a.link:hover {
    transform: translateX(15px);
    cursor: pointer;
    display: inline-block;
}

.banner_bg {
    background: url(../img/banner_bg.svg) no-repeat;
    background-size: 100%;
    background-position: bottom left;
}

h1 {
    font-weight: 700;
    font-size: 2.8em;
    line-height: 65px;
    letter-spacing: 1px;
}

h5 {
    font-size: 1.6em;
}

.collapse .nav-link.active {
    position: relative;
}

.collapse .nav-link.active::after {
    content: '';
    position: absolute;
    left: 0;
    top: 37px;
    height: 4px;
    width: 20px;
    border-radius: 10px;
    background: #ff8721;
    animation-duration: 6s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: move-line;
    margin: 0 auto;
    display: block;
}

@keyframes move-line {
    0% {
        transform: translateX(70%);
    }

    35% {
        transform: translateX(140%);
    }

    70% {
        transform: translateX(40%);
    }

    100% {
        transform: translateX(70%);
    }
}

.dropdown-toggle::after {
    border-top: 0em solid;
}

.stat_tile {
    border-radius: 15px;
    width: 100px;
    height: 100px;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 1.8rem;
}

.gradie_1 {
    background: linear-gradient(#FFD201, #CCA806);
}

.gradie_2 {
    background: linear-gradient(#42B4D4, #0385AA);
}

.gradie_3 {
    background: linear-gradient(#FF5B1D, #C13D0B);
}

.gradie_4 {
    background: linear-gradient(#1DFFC9, #01A17B);
}

.sec2 {
    background: #F7F8FA;
}

.sec2 .card {
    padding: 1.5rem;
    border-radius: 30px;
    box-shadow: inset 0 0 0px 0px #2e3a6410, 0px 0px 0px #2e3a6420;
    transition: box-shadow 0.7s !important;
    background: #ffffff00;
    min-height: 420px;
    margin-bottom: 0.5rem;
}

.sec2 .card:hover {
    box-shadow: inset 0px 0px 15px 16px #2e3a6410, 0px 0px 0px #2e3a6420;
    background: #ffffff96;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #113073;
}

.nav-pills .nav-link {
    background-color: #E1E1E1;
    border-radius: 3rem;
    color: #262626;
}

.ot_date {
    color: #113073;
    font-size: 1.125em;
    font-weight: 400;
}

.ot_time {
    color: #F2994C;
    font-size: 1.125em;
    font-weight: 400;
}

.card {
    padding: 2rem;
    border-radius: 60px;
    box-shadow: -2px 8px 17px #2e3a6420;
    border: none;
}

.btn-primary {
    background: #F2994C;
    border: #F2994C;
    padding: 0.7rem 2.3rem;
    transition: all ease-in-out 0.7s;
    box-shadow: 0px 6px 8px #2e3a6440;
}

.btn-primary:hover {
    background: #f18f39;
    border: #f18f39;
    box-shadow: 0px 0px 0px #2e3a6400;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    background: #f18f39;
    border: #f18f39;
    box-shadow: 0px 0px 0px #2e3a6400;
}

.btn-secondary {
    background: #ffffff;
    border: #ffffff;
    color: #f18f39;
    padding: 0.7rem 2.3rem;
    transition: all ease-in-out 0.7s;
    box-shadow: 0px 6px 8px #2e3a6440;
}

.btn-secondary:hover {
    background: #f18f39;
    border: #f18f39;
    box-shadow: 0px 0px 0px #2e3a6400;
}

.ab_land_bg {
    background: url(../img/about_us_bg.svg) no-repeat;
    background-size: 100%;
}

.ab_land_bg .card {
    border-radius: 30px;
    /* min-height: 330px; */
}

.ab_land_bg .card p {
    min-height: 133px;
    margin-bottom: 0;
}

.proceed_next_btn {
    border-radius: 40px;
    width: 50px;
    height: 50px;
    background: #CCEDFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.light_bg_1 {
    background: #CCEDFF;
    color: #0098E8;
}

.light_bg_2 {
    background: #FDE3C0;
    color: #FFA01B;
}

.light_bg_3 {
    background: #C8F7FC;
    color: #10A1B0;
}

.light_bg_4 {
    background: #FFD4FA;
    color: #AC169C;
}

.join_with_bg {
    background: url(../img/join_with_bg.svg) no-repeat;
    background-size: 80%;
    background-position: right center;
    height: 700px;
}

.footer_bg {
    background: linear-gradient(#0B3C98, #000C2F);
    color: #fff;
}

h5 {
    color: #F2994C;
}

.footer_bg a {
    color: #fff;
    line-height: 40px;
    transition: all ease-in-out 0.7s;
    display: inline-block;
    /* margin-left: -18px; */
    padding-left: 10px;
}

.footer_bg a::before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    content: "\f101";
    margin-right: 0.3rem;
    visibility: hidden;
    transition: all ease-in-out 0.7s;
    color: #ffffff70;
    position: absolute;
    top: 13px;
    left: -16px;
}

.footer_bg a:hover {
    transform: translateX(18px);
    cursor: pointer;
    color: #ffffff70;
}

.footer_bg a:hover::before {
    visibility: visible;
    color: #ffffff70;
}

.copyr_text {
    color: #ffffff70;
}

.flex-list li {
    margin: .5em 0;
    padding: 0 0.4em;
    text-align: center;
    border-right: 1px solid #ccc;
    display: flex;
    align-items: center;
}

.flex-list li:last-child {
    border-right: 0px solid #ccc;
}

.switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 28px;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(255, 255, 255);
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 3px;
    background-color: #113073;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #000;
}

input:checked+.slider:before {
    -webkit-transform: translateX(21px);
    -ms-transform: translateX(21px);
    transform: translateX(21px);
    background-color: #ffffff;

}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.flex-list .nav-link {
    padding: 0 .2rem !important;
}

.common_header_bg {
    background: url(../img/common_header_bg.svg) no-repeat;
    background-size: 66%;
    background-position: left top;
}

#aboutus ul#pills-tab {
    background: #ffedde;
    border: 2px solid #f1994c;
    box-shadow: 0px 5px 10px #cccccc90;
    border-radius: 15px;
    padding: 15px 22px;
    display: flex;
    justify-content: space-between;
    font-size: 1em;
    color: #B5B5B5;
}

#aboutus ul#pills-tab .nav-item .nav-link {
    background: none !important;
}

#aboutus ul#pills-tab .nav-item .nav-link.active {
    color: #F2994C;
    position: relative;
}

#aboutus ul#pills-tab .nav-item .nav-link.active::after {
    content: "";
    border-bottom: 6px solid #F2994C !important;
    width: 80px;
    border-radius: 50px;
    margin: 0 auto;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -7px;
}

.table>thead {
    vertical-align: top;
    background: #2F5BB1;
    color: #fff;
}

th {
    font-weight: 400 !important;
    padding: 0.7rem 1rem !important;
    font-size: 0.9rem !important;

}

td {
    font-size: 14px !important;
    padding: 0.4rem 1rem !important;
}

table.dataTable {
    margin-top: 20px !important;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin-top: 20px;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 1.85em;
    font-size: 0.7em;
}

.list-style-0 {
    list-style: none !important;
}

.page-item.disabled .page-link {
    color: #113073;
    pointer-events: none;
    background-color: #fff;
    border-color: #113073;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #113073;
    border-color: #113073;
}

.page-link,
.page-link:hover {
    color: #113073;
    border-color: #113073;
}

table tbody tr:nth-of-type(odd) {
    box-shadow: inset 0 0 0 9999px #e7f1ff10 !important;
}

.table>:not(caption)>*>* {
    border-bottom-width: 0px;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    border-radius: 6px;
    padding: 0rem 0;
    box-shadow: 0px 10px 14px #4d586e4a;
    border: 0px;
}

.dropdown-item {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #042870;
    background-color: #e3eef8;
}

.dropdown-menu {
    border-radius: 0.3rem !important;
    /* position: relative; */
}

.dropdown-menu::before {
    position: absolute;
    top: -9px;
    left: 36px;
    display: inline-block;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgb(255, 255, 255);
    border-left: 10px solid transparent;
    content: '';
}

.submenu.dropdown-menu::before {
    display: none !important;
}

.roww {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
}

.roww img {
    margin-bottom: 1rem;
    vertical-align: middle;
    width: 100%;
}

.gall_thumbnail {
    min-width: 50px;
    height: 50px;
    border-radius: 50px;
}

#gallery h6 {
    font-size: 0.9em;
    font-weight: 400;
    text-align: left;
    margin-left: 1rem;
}

.tender_cate {
    padding: 4px 30px;
    border-radius: 0px 20px 20px 0px;
    background: #042870;
    display: inline-block;
    width: auto;
}

.new_news {
    position: relative;
}

.new_news::after {
    content: 'New';
    position: absolute;
    top: 0;
    left: 0;
    background: red;
    border-radius: 0px 0px 50px 0px;
    padding: 0.1rem 0.6rem 0.1rem 0.3rem;
    color: #fff;
    font-size: 11px;
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

#pills-tabContent {
    overflow: hidden;
}


a.orientaion {
    background: #fff;
    position: fixed;
    z-index: 98;
    bottom: 100px;
    right: 30px;
    padding: 6px;
    border-radius: 50%;
    animation: floatblinker 3s linear infinite;
}

@keyframes floatblinker {
    0% {
        border: 4px dashed #ffd82c;
    }

    25% {
        border: 4px dashed #35d3ff;
    }

    50% {
        border: 4px dashed #ff921d;
    }

    75% {
        border: 4px dashed #54ec68;
    }

    90% {
        border: 4px dashed #6f4ffd;
    }

    100% {
        border: 4px dashed #ffd82c;

    }
}

.dropdown-menu li {
    position: relative;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
}

.dropdown-menu.submenu {
    display: none !important;
    position: absolute;
    right: 100%;
    top: 0px;
}

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

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

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

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

ul.head {
    color: #102f73;
    font-weight: 500;
    line-height: 40px;
}

ul.text-inherit li {
    text-align: inherit !important;
}

ul.head li {
    color: #262626;
    font-weight: 400;
    line-height: 35px;
    text-align: justify;
    margin-bottom: 1rem;
}

ul.head li::before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    content: "\f140";
    margin-right: 1rem;
    transition: all ease-in-out 0.7s;
    color: #102f73;
}

.user_tie li::before {
    content: "\f508" !important;

}

ul.pagination li::before {
    display: none;
}

ul.head_ico_none {
    color: #102f73;
    font-weight: 500;
    line-height: 40px;
}

ul.head_ico_none li {
    color: #262626;
    font-weight: 400;
    line-height: 38px;
    text-align: justify;
    list-style: upper-roman;
    list-style-position: inside;
    margin-left: 1rem;
}

ul.lowercase li::before {
    display: none;
}

ul.lowercase li {
    list-style-position: inside;
    list-style-type: lower-alpha !important;
    color: #F2994C;
    font-weight: 500;
    font-size: 1.25rem;
}

ul.lowercase li ul li {
    list-style-position: inside;
    list-style-type: upper-roman !important;
    color: #F2994C;
    font-weight: 500;
    font-size: 1.25rem;
}

ul.lowercase li ul li.list-style-0 {
    list-style-type: none !important;

}

ul.lowercase li ul p {
    font-size: 0.8em !important;
}

li.mb-0.fs-7 {
    font-size: 0.9rem !important;
}

.decimal_parent li {
    font-size: 1rem !important;
}

ol.decimal li {
    list-style-type: decimal !important;
}

td ul.lowercase li {
    font-size: 0.9rem !important;
    text-align: center;
    margin-bottom: 0;
}

.fw-4 {
    font-weight: 400;
}

table.inner td {
    font-weight: 400 !important;
    padding: 0.3rem 0.3rem !important;
    font-size: 0.75em !important;
    border: 1px solid #000;
}

table.inner th {
    font-size: 0.75em !important;
    padding: 0.3rem 0.3rem !important;
    border: 1px solid #000;
    background: #2F5BB1;
    color: #fff;
}

#rate_contract td,
#rate_contract th {
    font-size: 0.875em !important;
    padding: 0.4rem 0.3rem !important;
    border: 0.5px solid #062a70;
    text-align: center;
}

table.dataTable td,
table.dataTable th {
    border: 0.5px solid #062a70;
}

table.dataTable th {
    border-bottom: 0px;
}

#rate_contract table.dataTable thead>tr>th.sorting:before,
#rate_contract table.dataTable thead>tr>th.sorting:after {
    display: none;
}


table.inner tr:nth-of-type(odd) {
    background: #e4edff;
}

table.inner tr:nth-of-type(even) {
    background: #ffffff;
}

.page-link:focus {
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}

td .visible_val {
    width: 250px !important;
    overflow: hidden;
}

.table-responsive thead th {
    white-space: nowrap;
    text-align: center !important;

}

.table-responsive {
    padding: 0 !important;
}



/*********** Custom Select Dropdowns *********/
.select {
    position: relative;
    margin-bottom: 15px;
    width: 100%;
    border: #03144a 2px solid;
    border-radius: 30px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.select .selectBtn {
    background: var(--bg1);
    padding: 10px 20px;
    box-sizing: border-box;
    font-size: 0.875em;
    width: 100%;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.select .selectBtn:after {
    content: "";
    position: absolute;
    top: 45%;
    right: 15px;
    width: 6px;
    height: 6px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    transition: 0.2s ease;
}

.select .selectBtn.toggle {
    border-radius: 3px 3px 0 0;
}

.select .selectBtn.toggle:after {
    -webkit-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate(-135deg);
}

.select .selectDropdown {
    position: absolute;
    top: 120%;
    width: 100%;
    border-radius: 13px;
    overflow: hidden;
    background: var(--bg1);
    border-top: 1px solid #eee;
    z-index: 1;
    background: #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    visibility: hidden;
    transition: 0.2s ease;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.select .selectDropdown .option {
    padding: 12px 20px;
    font-size: 0.875em;
    box-sizing: border-box;
    cursor: pointer;
}

.select .selectDropdown .option:hover {
    background: #ffe4cc;
}

.select .selectDropdown.toggle {
    visibility: visible;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

/*********** Custom Select Dropdowns *********/
.select_btn,
.select_btn:focus {
    background: #04144a;
    border: #04144a;
    padding: 0.6rem 2.6rem;
    box-shadow: 0px 6px 8px #2e3a6440;
    border-radius: 30px;
}

.select_btn:hover {
    background: #2f5bb1;
    box-shadow: 0px 6px 8px #2e3a6400;
}

.btn-primary:focus {
    box-shadow: 0 0 0 0.25rem rgb(49 132 253 / 0%);
}

a.text-primary {
    color: #102f73 !important;
}

.text-secondary {
    color: #F2994C !important;
}

.span_table thead th {
    vertical-align: middle;
}

#contact td {
    font-size: 0.95em !important;
    padding: 0.8rem 0.1rem !important;
    /* white-space: nowrap; */
}

.text-primary {
    color: #102f73 !important;
}

table a,
.ext_links a {
    color: #102f73 !important;
}

.accordion-item {
    margin-bottom: 0.3rem;
}

.rounded {
    border-radius: 1.2rem !important;
}

.ext_links .co_tile {
    transition: all ease-in-out .4s;
}

.ext_links .co_tile:hover {
    transform: scale(1.04);
}

.grayscale-100 {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
}

#scroll {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
}

#scroll span {
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 15px;
    height: 15px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(-45deg);
    margin: auto;
}

.bg-primary {
    background: #F2994C !important;
}

.v_count li {
    padding: 2px 8px;
    color: #ffffff70;
}

.v_count h4 {
    color: #ffffff40 !important;
}

.v_count span {
    margin-left: 10px;
    background: #ffffff20;
    border-radius: 20px;
    padding: 0px 5px;
}

.cust_title {
    position: relative;
}

.cust_title::after {
    position: absolute;
    left: 50%;
    margin-left: -125.5px;
    bottom: -20px;
    background: url(../img/divider.svg) no-repeat center center;
    content: "";
    width: 251px;
    height: 12px;
}




.wrapper {
    margin: 1em auto;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}

.home_offline_tenders {
    height: 380px;
    margin: 2em auto;
    position: relative;
    background-color: #FFF;
    border-radius: 2px;
}

.slider_anime {
    position: absolute;
    list-style-type: none;
    text-align: center;
    animation: slider_anime linear infinite;
}

.slider_anime li {
    line-height: 50px;
}

@keyframes slider_anime {
    0% {
        transform: translateY(100vh)
    }

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

.slider_anime:hover {
    animation-play-state: paused;
}

.blinking_btn {
    background: #F2994C;
    color: #fff;
    animation: blinkbtn 1s linear infinite;
}

@keyframes blinkbtn {
    50% {
        background: #e4302d;

    }
}

.gallery_height {
    height: 165px;
    overflow: hidden;
    border: 4px solid #d2d2d2;
    border-radius: 0px;
    position: relative;
}

.gallery_height img {
    transition: all ease-in-out 0.5s;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.gallery_height img:hover {
    transform: scale(1.1);
    opacity: 0.5;
}

/* .gallery_height a {
    max-height: 150px;
    overflow: hidden;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    display: block;
} */

#casesection-menu.freeze {
    right: -94px;
}

#casesection-menu {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 9999;
    text-transform: capitalize;
    -webkit-transition: all ease 0.1s;
    transition: all ease 0.1s;
}

#casesection-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#casesection-menu li {
    border-bottom: 0px solid rgb(216, 31, 31);
}

#casesection-menu a.active {
    background: #ff8721;
    font-weight: normal;
}

#casesection-menu.freeze a {
    float: none;
    width: 128px;
}

#casesection-menu a {
    float: right;
    clear: both;
    display: block;
    line-height: 2em;
    text-decoration: none;
    padding: 5px 8px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    white-space: nowrap;
    -webkit-transition: all ease 0.1s;
    transition: all ease 0.1s;
    border-bottom: 1px solid #FFF;
}

#casesection-menu a.active span {
    display: inline-block;
}

#casesection-menu a span {
    display: none;
    font-weight: 700;
    position: relative;
    width: 32px;
    left: -8px;
    text-align: center;
}

.text_highlight {
    color: #102f73;
    font-weight: 600;
}

.accordion-button:not(.collapsed),
.accordion-button.collapsed {
    color: #102f73;
    line-height: 1.9em;
}

.accordion-button {
    display: block !important;
}

#contact .accordion-button {
    display: flex !important;
}

#contact .accordion-body tr {
    vertical-align: bottom !important;
}

.nav-pills li::before {
    display: none !important;
}

.th-center th {
    text-align: center !important;
}

td .btn-primary {
    box-shadow: none;
    padding-top: 0.15rem !important;
    padding-bottom: 0.15rem !important;
    font-size: 0.8rem !important;
}

.table>:not(:last-child)>:last-child>* {
    border-bottom-color: #2f5bb1;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background: #ffebd9;
}

table.dataTable.table-striped>tbody>tr.odd>* {
    box-shadow: none;
}

table.dataTable.table-striped>tbody>tr>td:nth-child(1) {
    text-align: center;
}

table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
    text-align: center;
}

.site_map a {
    color: #113073;
}

.site_map a {
    color: #113073;
}

.site_map li {
    margin-bottom: 1rem;
}

.site_map ul li {
    margin-top: 1rem;
}

.site_map li::before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    content: "\f064";
    margin-right: 1rem;
    transition: all ease-in-out 0.7s;
    color: #102f73;
}

.site_map ul li::before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    content: "\f101";
    margin-right: 1rem;
    transition: all ease-in-out 0.7s;
    color: #102f73;
}

.fetched_text {
    background: #ff9436;
    border-radius: 0px 0px 50px 0px;
    padding: 0.1rem 0.6rem 0.1rem 0.3rem;
    color: #113073;
    animation: blinker 1.5s linear infinite;
    display: inline-block;
    padding: 0 2rem 0 1rem;
}

@keyframes blinker {
    50% {
        /* opacity: 0.5; */
        background: #ff943680;

    }
}



.dataTable.bg-none tbody td {
    background: #ffffff;
}

.offcanvas-end {
    width: 980px;
    border-radius: 30px 0px 0px 30px;
    background: #e6f6f2;
}

.main-title {
    line-height: 45px;
    /* letter-spacing: 3.5px; */
    margin-bottom: 25px;
    font-weight: 900;
    color: #ff9436;
    text-transform: uppercase;
    position: relative;
}

.main-title:before {
    position: absolute;
    left: 0;
    top: 39px;
    height: 1px;
    width: 80px;
    background-color: #202020;
    content: "";
}

.title-box .main-title:after {
    width: 60px;
    top: 80px;
}

.main-title:after {
    position: absolute;
    left: 0;
    top: 43px;
    height: 1px;
    width: 60px;
    background-color: #202020;
    content: "";
}

.offcanvas-body th {
    font-weight: 600 !important;
    color: #062a70;
}

.offcanvas-body table {
    width: 100%;
}

.offcanvas-body td,
.offcanvas-body th {
    border: 1px solid #ccc;
}

.offcanvas-body td:nth-child(2) {
    overflow-wrap: anywhere;
    text-align: left !important;
}

.gallery_height_2 {
    height: 217px;
}

.offcanvas-body thead tr th {
    padding: 0.3rem 1rem !important;
}


.gallery_height_2 img {
    height: 100%;
    width: 100%;
}

.right_banner_index {
    position: relative;
    height: 500px;
}

.banner_img_1 {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 5rem;
    z-index: 5;
}

.banner_img_2 {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 5rem;
    z-index: 4;
}

#rti_section td {
    line-height: 26px !important;
}

#rti_section #v-pills-tab {
    font-size: 0.9em !important;

    /* position: fixed; */
    /* overflow-y: scroll; */
    /* overflow-x: hidden; */
}

#rti_section #v-pills-tab button {
    text-align: left;
    margin-bottom: 1rem;
    width: 100%;
}

.offcanvas-body {
    overflow-y: inherit !important;
}

.span_table thead tr th {
    line-height: 18px;
    padding: 0.3rem 1rem !important;
}

.span_table_1 thead tr th {
    padding: 0rem 1rem !important;
}

.col_1_left>tbody>tr>td:nth-child(1) {
    text-align: left !important;
}

.col_l_center>tbody>tr>td:nth-child(3) {
    text-align: center !important;
}

ul.lowercase li ul.pagination li {
    list-style: none !important;
    font-size: .7em !important;
}

.page-link {
    padding: 0.1rem 0.75rem;
}

#casesection-menu.freeze {
    right: -99px;
}

#casesection-menu {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 9999;
    text-transform: capitalize;
    -webkit-transition: all ease 0.1s;
    transition: all ease 0.1s;
}

#casesection-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#casesection-menu li {
    border-bottom: 0px solid rgb(216, 31, 31);
}

#casesection-menu.freeze a {
    float: none;
    width: 142px;
}

#casesection-menu a {
    float: right;
    clear: both;
    display: block;
    /* height: 2em; */
    line-height: 2em;
    text-decoration: none;
    padding: 5px 8px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    white-space: nowrap;
    -webkit-transition: all ease 0.1s;
    transition: all ease 0.1s;
    border-bottom: 1px solid #FFF;
    width: 30px;
}

#casesection-menu.freeze a span {
    display: inline-block;
}

#casesection-menu a span {
    display: none;
    font-weight: 700;
    position: relative;
    width: 32px;
    left: 0px;
    text-align: center;
    /* background: rgba(0, 0, 0, 0.1); */
}

b,
strong {
    font-weight: 900;
}

table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc,
table.dataTable thead>tr>th.sorting_asc_disabled,
table.dataTable thead>tr>th.sorting_desc_disabled,
table.dataTable thead>tr>td.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>td.sorting_asc_disabled,
table.dataTable thead>tr>td.sorting_desc_disabled {
    padding-right: 26px !important;
}


.pattern_1 {
    background: url(../img/pattern_1.svg)center center;
    background-size: 100%;
    min-height: 100vh;
}

.pattern_2 {
    background: url(../img/pattern_2.png) center center;
    background-size: 100%;
    min-height: 100vh;
}

.small,
small {
    white-space: nowrap;
    font-size: .775em;
}

#tamfont .nav-link {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
    font-size: 0.9em;
}
#tamfont .top_gigw a, #tamfont .top_gigw p {
    font-size: 1.1em!important;
}

#tamfont .collapse .nav-link.active::after {
    width: 13px;
}
.border_cust {
    border-radius: 50px;
    border: 2px solid #cccccc;
    background: #cccccc;
    width: 25px;
    height: 25px;
    margin: 0 2px;
    color: #000!important;
}