@import "https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,600,700";


body {
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    background: #000000;
    color: white;
}

::selection {
    color: #f2f3f5;
    background-color: #137adb;
    padding: 100px;
}
.bg-base {
    background-color: #000000;
}
.bg-dark-blue {
    background-color: #070716;
}

p {
    font-family: 'Ubuntu', sans-serif;
    /* font-size: 1.1em; */
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

a:hover {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
    font-weight: bolder;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.navbar {
    padding: 15px 10px;
    background: #000000;
    border: none;
    border-radius: 0;
    margin-bottom: 10px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.navbar-btn:hover {
    font-weight: bold;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: white !important;
    color: #060721 !important;
    font-weight: bold;
}

.card-img-top-c {
    width: auto !important;
    border-radius: 0.75rem;
}

.dashboard-bg {
    background-color: #043892;
}

.dashboard-card-min-height-100 {
    min-height: 150px;
}

/*Front End*/
body {
    background-color: #000000;
    /* background-color: #292121; Dark Black */
    margin: 0px;
    padding: 0px;
    font-family: "Ubuntu", sans-serif;
    font-size: 14px;
    line-height: 26px;
}

::selection {
    background-color: #137adb;
    color: #FFF;
}

.text-justify {
    text-align: justify;
    text-justify: inter-word;
}
a {
    color: #FFF;
}

a:hover {
    color: #eae60b !important;
    font-weight: 700;
    transition: 0.3s;
}

.header-background {
    width: 100%;
    height: 480px;
    background: linear-gradient(rgba(102, 195, 55, 1), rgba(255, 229, 0, 1));
    opacity: 1;
    position: relative;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

.menu-font {
    font-size: 14px;
}

.nav-link-2 {
    display: block;
    padding: .5rem 1rem;
    color: #ffffff;
    text-decoration: none;
    opacity: 1;
}

.nav-link-2:hover {
    color: #eae60b;
    font-weight: 700;
}

.nav-link-2:active {
    color: #eae60b;
    font-weight: 700;
}

.active {
    color: #eae60b !important;
    font-weight: 700;

}
p{
    color: white;
}

.bg-black {
    background-color: black;
}

a:hover {
    color: #eae60b;
}

.cart:hover {
    font-weight: 600;
    font-size: 19px;
}

p.mh-120 {
    min-height: 120px;
}

.title {
    color: #08329c;
}

.bg-orange {
    background-color: #137adb;
}
.bg-orange-dark {
    background-color: #0a60b0;
}

.title::selection {
    background-color: #eae60b;
    color: #000;
}

.shadow-red {
    box-shadow: 1px 1px 10px 0px #137adb, -1px -1px 10px 0px #0f6bc2;
}

.gtl-gallery-grid {
    margin-top: 1rem;
}
.gtl-gallery-card {
    background: rgba(15, 18, 27, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.gtl-gallery-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
}
.gtl-gallery-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}
.gtl-gallery-card h6 {
    color: #f8f9fa;
}
.gtl-gallery-card p {
    color: #ced4da;
    font-size: 0.95rem;
    margin-bottom: 0;
}

.text-justify {
    text-align: justify;
    text-justify: inter-word;
}
a {
    color: #FFF;
}

a:hover {
    font-weight: 700;
    transition: 0.3s;
}

.header-background {
    width: 100%;
    height: 480px;
    background: linear-gradient(rgba(102, 195, 55, 1), rgba(255, 229, 0, 1));
    opacity: 1;
    position: relative;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

.menu-font {
    font-size: 14px;
}

.nav-link-2 {
    display: block;
    padding: .5rem 1rem;
    color: #ffffff;
    text-decoration: none;
    opacity: 1;
}

.nav-link-2:hover {
    color: #eae60b;
    font-weight: 700;
}

.nav-link-2:active {
    color: #eae60b;
    font-weight: 700;
}

.active {
    color: #eae60b !important;
    font-weight: 700;

}

.bg-black {
    background-color: black;
}

a:hover {
    color: #eae60b;
}

.cart:hover {
    font-weight: 600;
    font-size: 19px;
}

p.mh-120 {
    min-height: 120px;
}

.title {
    color: #137adb;
}

.title::selection {
    background-color: #eae60b;
    color: #000;
}

.shadow-red {
    box-shadow: 1px 1px 10px 0px #ff7b00, -1px -1px 10px 0px #ff1900;
}


/* Blog Page */

marquee {
    background-color: #137adb;
    color: #FFF;
    padding-left: 2px;
    padding-right: 2px;
    border-radius: 5px;
}

/*  About  */

#about-head {
    display: flex;
    align-items: center;
}

#about-head img {
    width: 50%;
    height: auto;
}

#about-head div {
    padding-left: 40px;
}

#about-head p {
    color: white;
}

#about-head h2 {
    color: white;
}

#about-head abbr {
    color: yellow;
}

.table-black {
    --bs-table-color: #fff;
    --bs-table-bg: #000000;
    --bs-table-border-color: #4d5154;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #181818;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #1b1c1e;
    --bs-table-hover-color: #fff;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}
.btn-bg{
    background-color: #137adb;
    color: white;
}
.progress{
    height: 1rem !important;
}
.project-border{
    border-radius: 3%;
}
.text-black{
    color: black;
}
.bg-card{
    background-color: #1f1f1f;
    padding: 15px !important;
}
@media screen and (min-width: 768px) {
    .mob-view{
        float: right !important;
    }
    .mob-view-q{
        float: left !important;
    }
    .mob-view-awards{
        text-align: right !important;
    }
}
@media screen and (min-width: 100px) {
    @media screen and (max-width: 767px) {
        .mh-35 {
            max-height: 115px;
            text-align: center;
        }
        .mob-view{
            float: none !important;
        }
        .mob-view-q{
            float: none !important;
        }
        .mob-view-awards{
            text-align: center !important;
        }
        .awards-image{
            justify-content: center !important;
            display: flex !important;
        }
    }
}