@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');

* {
    font-family: 'Poppins', sans-serif;
    list-style-type: none;
    font-size: 14px !important;
    outline: none !important;
}

a {
    text-decoration: none;
}

.bg-primary {
    background-color: var(--pri) !important;
}

.bg-third {
    background-color: var(--thi) !important;
}

.btn-secondary {
    background-color: var(--sec) !important;
}

.btn-primary {
    background-color: var(--pri);
}

.btn-primary:hover {
    background-color: var(--sec);
    color: var(--pri);
}

.btn-primary-outline {
    border: var(--pri) 1px solid;
    margin: 0px 5px;
    color: var(--pri);
}

.btn-primary-outline:hover {
    border: var(--pri) 1px solid;
    background: var(--pri);
    margin: 0px 5px;
    color: var(--white);
}

.collapse .nav-link {
    padding: 1rem 0.5rem;
}

.collapse .nav-link.active {
    background: var(--sec);
    color: var(--pri);
}

.navbar {
    --bs-navbar-padding-y: 0rem;
}

h1 {
    font-weight: 700;
    font-size: 2.3em !important;
    line-height: 50px;
    letter-spacing: 1px;
}

.sec-title {
    text-align: center;

}

.sec-title h2 {
    font-size: 2em !important;
    position: relative;
    display: inline;
}

.sec-title h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    right: 0;
    left: 0;
    margin: auto;
    width: 40%;
    height: 4px;
    background-color: var(--sec);
    border-radius: 10px;
}

h3 {
    font-size: 1.5em !important;
}

h4 {
    font-size: 1.4em !important;
}

.sec_boxes {
    padding: 2rem 1rem;
    border-radius: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: all ease-in-out 1s;
}

.sec_boxes:hover {
    box-shadow: inset 0px 0px 15px 16px #2e3a6425, 0px 0px 0px #2e3a6425;
}

.bg_boxes1 {
    background-color: #E0D3FF;
}

.bg_boxes2 {
    background-color: #CDFDFF;
}

.bg_boxes3 {
    background-color: #FEE2F1;
}

.bg_boxes4 {
    background-color: #FFF8CE;
}

.ql_section {
    background: #f7f7f7;
    background-size: cover;
    background-position: top center;
    /* min-height: 400px; */
}

.text-secondary {
    color: var(--sec) !important;
}

.footer_title {
    color: var(--sec);
    font-size: 1.3em !important;
}

.no_move a:hover {
    transform: translateX(0px) !important;
}

.grayscale-100 {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
}

.themebox {
    height: 20px;
    width: 20px;
    color: #fff;
    border-radius: 50px;
    cursor: pointer;
}

.collapse .nav-link.active {
    position: relative;
}

.dropdown-toggle::after {
    display: none;
}

.nav-link.active img {
    filter: brightness(0) saturate(100%) invert(14%) sepia(60%) saturate(1460%) hue-rotate(189deg) brightness(94%) contrast(98%);
}

.ot_date {
    color: #113073;
    font-size: 1.125em;
    font-weight: 400;
}

.ot_time {
    color: #169700;
    font-size: 1.125em;
    font-weight: 400;
}

.footer_bg a {
    color: #fff;
    line-height: 40px;
    transition: all ease-in-out 0.7s;
    display: inline-block;
    margin-left: 0px;
}

.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 .4rem !important;
}

.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;
}

.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;
}

.banner .carousel-item {
    height: 450px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    background-color: #00000080;
    border-radius: 50px;
    background-size: 70%;
    background-position: center;
}

.cust_height {
    height: 330px;
    overflow: auto;
    padding: 0rem 2rem 2rem 2rem;
}

#pills-tab {
    padding: 2rem;
}

.sec_boxes_theme_parent {
    transition: all ease-in-out 1s;
    display: inline-block;
}

.sec_boxes_theme_parent:hover .sec_boxes_theme {
    transform: rotateY(360deg) !important;
    box-shadow: none !important;
    cursor: pointer;
    box-shadow: 0px 3px 4px #1f2530dc;
}

.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;
}


.home_offline_tenders {
    height: 450px;
    margin: 2em auto;
    position: relative;
    background-color: #FFF;
    border-radius: 2px;
}

.wrapper {
    margin: 1em auto;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}

.marquee {
    top: 6em;
    position: relative;
    box-sizing: border-box;
    animation: marquee 10s linear infinite;
}

.marquee:hover {
    animation-play-state: paused;
}

.svg-primary {
    filter: brightness(0) saturate(100%) invert(11%) sepia(30%) saturate(5280%) hue-rotate(206deg) brightness(97%) contrast(92%);
}

.text-justify {
    text-align: justify;
}

.grad_line {
    position: relative;
    display: inline-block;
    text-align: center;
}

.grad_line::after {
    content: '';
    position: absolute;
    bottom: -16px;
    right: 0;
    left: 0;
    margin: auto;
    background: url(../img/gradline.svg) no-repeat;
    background-size: contain;
    background-position: center;
    height: 10px;
}

.ltheme {
    border-left: 6px solid;
    border-radius: 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.contactbordertheme {
    border-top: 6px solid;
    border-radius: 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.ltheme1 {
    border-color: #297DDD;
}

.ltheme2 {
    border-color: #F9A31C;
}

.ltheme3 {
    border-color: #F25462;
}

.ltheme4 {
    border-color: #18C270;
}

.ltheme5 {
    border-color: #0C2481;
}

.ltheme6 {
    border-color: #851092;
}

.ltheme7 {
    border-color: #F36C01;
}

.ltheme8 {
    border-color: #0364B8;
}

.ltheme9 {
    border-color: #2B3338;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #FFC404;
    color: #000000 !important;
}

#pills-tab .nav-link {
    color: #000000;
    border: #FFC404 2px solid;
}

.list-icon li {
    background: url(../img/listico.svg) no-repeat 0px 7px / 12px;
    padding-left: 25px;
    margin-bottom: 10px;
}

.contact_name {
    background: url(../img/contact_name_ico.svg) no-repeat 0px 7px / 12px;
    padding-left: 25px;
    margin-bottom: 10px;
}

.contact_address {
    background: url(../img/contact_address_ico.svg) no-repeat 0px 7px / 12px;
    padding-left: 25px;
    margin-bottom: 10px;
}

.contact_phone {
    background: url(../img/contact_phone_ico.svg) no-repeat 0px 7px / 12px;
    padding-left: 25px;
    margin-bottom: 10px;
}


.inner-nav-pills {
    background-color: #F2F6FF;
    padding: 1rem !important;
    margin-top: 2rem;
}

.inner-nav-pills .nav-link.active,
.inner-nav-pills .show>.nav-link {
    background-color: #cbdbff !important;
    color: #000000 !important;
    border: 0 !important;
}

.inner-nav-pills .nav-link {
    border: 0 !important;
}

table.dataTable {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.table>thead {
    vertical-align: top;
    background: #081d40;
    color: #fff !important;
}

.table>:not(:last-child)>:last-child>* {
    border-bottom-color: #081d40;
}

.table>thead th {
    background: none;
    color: #fff !important;
}

.active>.page-link,
.page-link.active {
    z-index: 3;
    color: #000000;
    background-color: #FFC404;
    border-color: #FFC404;
}

.table>tbody td:nth-child(1) {
    border-left: 1px solid #000000;
}

.table>tbody td {
    border-right: 1px solid #000000;
}

.table>tbody tr {
    border-bottom: 1px solid #000000;
}

.small_nav_pills .nav-link {
    border: 0px !important;
}

.small_nav_pills .nav-link.active,
.small_nav_pills .show>.nav-link {
    background-color: #00000000 !important;
    color: #0E2B5C !important;
    font-weight: 500;
    position: relative;
    display: inline-block;
    text-align: center;

}

.small_nav_pills .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0;
    left: 0;
    width: 80%;
    margin: auto;
    border-bottom: 2px solid #081d40;
}

.single-portfolio-box img {
    object-fit: cover;
    height: 100%;
    border-radius: 10px;
}

@keyframes marquee {
    0% {
        top: 30em
    }

    100% {
        top: -41em
    }
}

/*********************************************************************************** Adaptive Media Queries *****************************/

@media screen and (max-width: 576px) {}

@media screen and (max-width: 768px) {
    .dropdown-menu::before {
        display: none;
    }

    .banner .carousel-item {
        height: auto;
    }
}

@media screen and (max-width: 992px) {}

@media screen and (max-width: 1199px) {}

.border-custom {
    border: 2px dashed #e9e9e9;
    border-radius: 14px;
}

.list-decimal li {
    list-style-type: decimal;
}

.list-circle li {
    list-style-type: circle;
}

.list-unstyled li {
    list-style: none !important;
}

.offcanvas,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xxl {
    --bs-offcanvas-zindex: 1045;
    --bs-offcanvas-width: 60% !important;
}

.offcanvas-header {
    box-shadow: #00000020 0px 10px 7px;
}

.offcanvas-title {
    color: #631111;
    font-size: 18px !important;
    font-weight: 600;
}

.offcanvas-body h4 {
    color: #042870;
}

.offcanvas-body li {
    list-style-type: auto !important;
}

body iframe#\:1\.container {
    display: none;
}

body>.skiptranslate {
    display: none;
}

.skiptranslate {
    height: 27px;
    overflow: hidden;
}

.skiptranslate span {
    display: none;
}

body {
    top: 0 !important;
}

.goog-te-combo option{
    display: none;
}
.goog-te-combo option[value="en"]{
    display: block;
}
.goog-te-combo option[value="ta"]{
    display: block;
}

.btn-round {
    width: 150px; /* Fixed width for circle */
    height: 150px; /* Fixed height for circle */
    border-radius: 50%; /* Makes it a perfect circle */
    border: 2px solid var(--pri); /* Match the border with your primary color variable */
    display: flex; /* Center text inside */
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 16px; /* Adjust font size */
    font-weight: 500; /* Medium weight */
    color: #000; /* Black text color */
    background-color: transparent; /* Transparent background */
    transition: all 0.3s ease-in-out; /* Smooth transition for hover effects */
    cursor: pointer; /* Add pointer for buttons */
}

.btn-round.active {
    background-color: var(--sec); /* Use secondary color for active button */
    color: #fff; /* White text for active button */
}

.btn-round:hover {
    background-color: var(--pri); /* Change background color on hover */
    color: #fff; /* White text on hover */
}

.nav-pills {
    gap: 20px; /* Space between buttons */
    justify-content: center;
}



