
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
.themefont{
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}
.primarycolor{
    color: #0b56a6;
}
.secondarycolor{
    color: #b0cb1f;
}
.primary-bg{
    background-color: #0b56a6;
}
.secondary-bg{
    background-color: #b0cb1f;
}
.theme-bg{
    background-image: url("../images/about_bg.webp");
    height: 100%;
    background-size: cover;
}
.btn:hover{
    background-color: #b0cb1f;
    color: #000;
}
.white_logo{
    width: 70px;
}
.theme-bg h2 {
    color: #fff;
    position: relative;
    z-index: 2;
    margin-bottom: 0px;
}
.header-title {
    color: #fff;
    position: relative;
    z-index: 2;
    line-height: 80px;
    margin-bottom: 0px;
    font-size: 30px;
    text-align: center;
}
.square {
    position: absolute;
    width: 0;
    height: 0;
    top: 14px;
    right: 46%;
}
.square img{
    width: 70px;
}
.profile-pic {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
}
.profile-pic img{
    width: 50px;
    height: 50px;
    object-fit: cover;
}
.main-content{
    padding: 50px 0;
}
.card-img-top {
    padding: 0px;
    width: 70px;
    height: 70px;
    object-fit: contain;
    border-radius: 40px;
    border: 1px solid #ccc;
    margin-left: 15px;
}
p.card-text {
    color: #5f5f5f;
    text-align: justify;
}

.lg-dropdown{
    position: absolute;
    bottom: 21px;
    left: 34px;
    z-index: 9;
}
a {
    text-decoration: none;
    color: #b0cb1f;
    cursor: pointer;
    outline: none;
}
footer {
    text-align: center;
    display: block;
    position: relative;
    width: 100%;
    background: #0b56a6;
    font-size: 15px;
}


footer .copyright_block {
    text-align: left;
    display: inline-block;
    font-size: 13px;
    color: #fff;
    padding: 25px 0px;
}
footer .copyright_block a {
    color: #fff;
}
footer .footer_links {
    display: inline-block;
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #fff;
}
footer .footer_links li {
    display: inline-block;
    margin: 0px 10px;
    font-size: 13px;
}
footer .footer_links li a {
    color: #fff;
}
footer .social_block {
    display: block;
    font-size: 18px;
    padding: 15px 0px;
    text-align: center;
}
footer .social_block a {
    background: #fff;
    margin: 0px 10px 0px 0px;
    color: #0b56a6;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    text-align: center;
    padding: 5px;
    display: inline-block;
    transition: all 0.2s linear;
}
footer a.view_btn {
    color: #fff;
    margin-top: 10px;
    display: block;
}
footer .iso_block .border_award {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    margin-left: 0px;
    padding-left: 30px;
    width: 150px;
    position: relative;
    top: 15px;
    color: #fff;
    display: inline-block;
}
footer .iso_block .border_award a {
    display: inline-block;
    width: auto;
    margin-right: 0px;
    color: #fff;
}

.py-8 {
    padding-bottom: 4.5rem !important;
    padding-top: 4.5rem !important
}

.project-card{
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    transition: all .4s ease-in-out;
    position: relative;
    height: 100%;
}

.logout-text{
    font-weight: 300;
    color: #ffffff;
}

.user-text {
    font-weight: bold;
    color: #ffffff;
}

@media(min-width:576px) {
    .py-sm-8 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important
    }
     .white_logo{
        width: 70px;
    }
    footer{
        text-align: center;
    }
    
}

@media(min-width:768px) {
    .py-md-8 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important
    }
    
    footer .social_block {
        text-align: center;
    }
    footer{
        text-align: center;
    }
}

@media(min-width:992px) {
    .py-lg-8 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important
    }
    .white_logo{
        width: 70px;
    }
    footer{
        text-align: left;
    }
    footer .social_block {
        text-align: right;
    }
}

@media(min-width:1200px) {
    .py-xl-8 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important
    }
    footer{
        text-align: left;
    }
}

@media(min-width:1400px) {
    .py-xxl-8 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important
    }
}

.bsb-btn-xl {
    --bs-btn-padding-y: 0.625rem;
    --bs-btn-padding-x: 1.25rem;
    --bs-btn-font-size: calc(1.26rem + 0.12vw);
    --bs-btn-border-radius: var(--bs-border-radius-lg)
}

@media(min-width:1200px) {
    .bsb-btn-xl {
        --bs-btn-font-size: 1.35rem
    }
}

.bsb-btn-2xl {
    --bs-btn-padding-y: 0.75rem;
    --bs-btn-padding-x: 1.5rem;
    --bs-btn-font-size: calc(1.27rem + 0.24vw);
    --bs-btn-border-radius: var(--bs-border-radius-lg)
}

@media(min-width:1200px) {
    .bsb-btn-2xl {
        --bs-btn-font-size: 1.45rem
    }
}

.bsb-btn-3xl {
    --bs-btn-padding-y: 0.875rem;
    --bs-btn-padding-x: 1.75rem;
    --bs-btn-font-size: calc(1.28rem + 0.36vw);
    --bs-btn-border-radius: var(--bs-border-radius-lg)
}

@media(min-width:1200px) {
    .bsb-btn-3xl {
        --bs-btn-font-size: 1.55rem
    }
}

.bsb-btn-4xl {
    --bs-btn-padding-y: 1rem;
    --bs-btn-padding-x: 2rem;
    --bs-btn-font-size: calc(1.29rem + 0.48vw);
    --bs-btn-border-radius: var(--bs-border-radius-lg)
}

@media(min-width:1200px) {
    .bsb-btn-4xl {
        --bs-btn-font-size: 1.65rem
    }
}

.bsb-btn-5xl {
    --bs-btn-padding-y: 1.125rem;
    --bs-btn-padding-x: 2.25rem;
    --bs-btn-font-size: calc(1.3rem + 0.6vw);
    --bs-btn-border-radius: var(--bs-border-radius-lg)
}

@media(min-width:1200px) {
    .bsb-btn-5xl {
        --bs-btn-font-size: 1.75rem
    }
}
@media (min-width: 1650px) {
    .container {
        max-width: 1600px;
    }
}

.bsb-btn-circle {
    align-items: center;
    backface-visibility: hidden;
    border-radius: 50% !important;
    display: inline-flex;
    height: 2.5rem;
    justify-content: center;
    line-height: 1;
    padding: 0;
    width: 2.5rem
}

.bsb-btn-circle.bsb-btn-circle-sm {
    height: 2rem;
    width: 2rem
}

.bsb-btn-circle.bsb-btn-circle-lg {
    height: 3rem;
    width: 3rem
}

.bsb-btn-circle.bsb-btn-circle-xl {
    height: 3.5rem;
    width: 3.5rem
}

.bsb-btn-circle.bsb-btn-circle-2xl {
    height: 4rem;
    width: 4rem
}

.bsb-btn-circle.bsb-btn-circle-3xl {
    height: 4.5rem;
    width: 4.5rem
}

.bsb-btn-circle.bsb-btn-circle-4xl {
    height: 5rem;
    width: 5rem
}

.bsb-btn-circle.bsb-btn-circle-5xl {
    height: 5.5rem;
    width: 5.5rem
}

.bsb-btn-circle.bsb-btn-circle-6xl {
    height: 6rem;
    width: 6rem
}

.bsb-btn-circle.bsb-btn-circle-7xl {
    height: 6.5rem;
    width: 6.5rem
}

.bsb-btn-circle.bsb-btn-circle-8xl {
    height: 7rem;
    width: 7rem
}

.bsb-btn-circle.bsb-btn-circle-9xl {
    height: 7.5rem;
    width: 7.5rem
}

.bsb-btn-circle.bsb-btn-circle-10xl {
    height: 8rem;
    width: 8rem
}