﻿


@font-face {
    font-family: "kfont";
    /*src: url('/font/Vazir.woff');*/
    src: url('/font/IRANSansXFaNum-Regular.woff2');
}

@font-face {
    font-family: "nfont";
    src: url('/font/IranNastaliq.woff');
}

@font-face {
    font-family: "numfont";
    src: url('/font/IRANSansXFaNum-Regular.woff2');
}

body {
    background-color: #e9e9e9;
    /*background-image: url(/img/unnamed.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;*/
    font-family: kfont;
    font-size: 14px;
    cursor: default;
    min-height: 100vh;
}

.main-navbar {
    padding: 5px 20px;
    margin: auto;
    font-size: 14px;
    border-radius: 0;
    height: fit-content;
    max-width: 1270px;
}

.main-navbar-container {
    margin: 0px;
    background-color: white;
    /*box-shadow: 0 0 4px 8px #00000024;*/
    border-radius: 0;
    height: fit-content;
    z-index: 2;
}

.secoundary-nav {
    margin: auto;
    border-radius: 0;
    height: fit-content;
    z-index: 1;
    padding: 10px;
    background-color: white;
}

    .secoundary-nav li {
        list-style: none;
        width: 100%;
    }

.nav-project-buttons {
    max-width: 1270px;
    background-color: #ffffff;
    margin: auto
}

.nav-project-button {
    max-width: 700px;
}

    .nav-project-button .navdropdown {
        background-color: #818181ff;
        text-align: center;
        border-radius: 5px;
        padding: 5px 0;
        font-size: 13px;
    }

.dropdown-smenu {
    background-color: #acacacff;
    border-radius: 0 0 5px 5px;
    padding: 5px 0;
    font-size: 13px;
    display: none;
    position: absolute;
    z-index: 4;
    width: 100%;
    font-size: 13px;
    line-height: 2.5;
    border-top: 0.5px solid #cacaca
}

.nav-project-button .navdropdown:hover {
    background-color: #acacacff;
}

.nav-project-button .navdropdown a {
    text-decoration: none;
    color: white;
}

/*    .nav-project-button a {
        background-color: white;
        text-decoration: none;
        color: white;
        text-align: center;
        border-radius: 5px;
        padding: 5px 0;
        font-size: 13px;
    }*/
.main-navbar .navbar-collapse .navbar-nav {
    margin: auto;
}

.nav-form-container {
    display: flex;
}

.snav-item {
    padding: 2.5px 5%;
    margin: 7px 0;
}

    .snav-item:hover {
        border-bottom: 2px solid #c8c8c8ff;
    }

.nav-form-container a {
    height: 32px;
    background-color: #F0B800;
    border-radius: 10px;
    font-size: 14px;
    color: #000000;
    box-shadow: 3px 3px 2px #cacaca;
}

    .nav-form-container a:hover {
        background-color: #16107a;
        color: white;
    }

#navlogo {
    height: 60px;
    width: 100px;
}

#navbtn {
    border: none;
}

#menuitem {
    font-size: 14px;
    font-weight: bold;
    color: #757575;
}

    #menuitem:hover {
        font-weight: bold;
        color: #16107A;
    }

#navbarDropdown {
    background-color: #f3f3f3;
    font-size: 14px;
    font-weight: bold;
    border-radius: 0%;
    border: #f3f3f3;
    border: 0.5px solid #49494911;
}

#menuitemd:hover {
    background-color: #f3f3f3;
    border-right: solid 5px #FFCF33;
    font-weight: bold;
}

.searchbtn {
    height: 32px;
    background-color: #F0B800;
    border-radius: 10px;
    font-size: 14px;
    color: #000000;
    box-shadow: 3px 3px 2px #cacaca;
}

#searchicon {
    size: 20px;
}

.searchbtn:hover {
    background-color: #16107A;
    color: white;
}

.searchinput {
    background-color: #f8f8f8;
    border-radius: 10px;
    font-size: 13px;
    text-align: center;
}

#searchinput:hover {
    box-shadow: inset 0 0 4px 0.5px #dddddd;
}

#slider {
    border-radius: 10px;
    max-width: 100%;
    box-shadow: 3px 3px 9px 3px #c2c2c2;
}

#about {
    justify-content: center;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 50px;
    margin-top: 60px;
    box-shadow: 5px 6px 2px #b4b4b4;
}
.aboutus {
    justify-content: center;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 30px;
    margin-top: 30px;
    box-shadow:0 0 10px #b4b4b44e;
    line-height:2
}
hr {
    margin-top: 30px;
}

h5 {
    font-size: 17px;
    font-weight: bold;
    color: #16107A;
}

h6 {
    font-weight: bold;
    color: #000000;
}

.card0 {
    justify-content: center;
    display: grid;
    margin: 0 auto 50px auto
}

.card3 .card {
    background-color: #f7f7f7;
    margin: 0px;
    padding: 5px;
    font-size: 14px;
    box-shadow: 0px 0px 9px 5px #c8c8c854;
    overflow: hidden;
    border: none;
    transition-duration: 900ms
}

    .card3 .card:hover {
        background-color: #16107A;
        color: white;
        transition-duration: 900ms
    }

.card3 img {
    background-color: #ebebeb;
    border-radius: 15px
}

.card3 .card:hover img {
    background-color: #F0B800;
    transition-duration: 900ms
}


.card3 .card-title {
    word-wrap: normal;
    flex-wrap: nowrap;
    overflow: hidden;
}

.card3 a {
    text-decoration: none;
}

.card3 .card:hover a {
    text-decoration: none;
    display: block
}

.card3 .card-text {
    color: black;
    text-align: right;
    font-size: 13px;
    line-height: 1.5;
    background-color: #214a9d09;
    padding: 5px 10px;
    margin: 5px auto;
    border-radius: 10px;
    font-family: "numfont";
}

.card3 .card:hover .card-text {
    color: #ffffff;
    background-color: #c3cad41e;
    transition-duration: 900ms
}

.card3 .card:hover .clubs {
    color: white;
    transition-duration: 900ms
}

    .card3 .card:hover .clubs:before {
        background-color: transparent;
        color: white;
        transition-duration: 900ms
    }

.cardnews0 {
    height: 300px;
    width: 300px;
    margin: 0 2% 0 2%;
}

#cardnews {
    background-color: #ffffff;
    font-size: 14px;
    padding: 5px;
    cursor: grab;
    border-radius: 3px;
    border: none;
    box-shadow: 2px 2px 8px 1px #cacaca;
    flex-wrap: nowrap;
}

#cardnewsp {
    background-color: #ffffff;
    font-size: 14px;
    padding: 5px;
    border-radius: 10px;
    border: none;
    box-shadow: 2px 2px 8px 1px #cacaca;
}

.card-footer {
    border: none;
    background-color: white;
}

#swiperslide {
    padding: 20px 100px 20px 100px;
    max-width: 90%;
    justify-content: center;
    display: block;
    position: relative;
    overflow: hidden;
    overflow: hidden;
}

.swiper {
    width: 600px;
    height: 300px;
}

#btnnews {
    background-color: #16107A;
    border-radius: 3px;
    font-size: 13px;
    bottom: 20px;
    color: white;
    width: 100%;
    height: 30px;
    box-shadow: 3px 3px 2px #cacaca;
    overflow: hidden;
}

#btnnewsp {
    background-color: #271de6;
    border-radius: 10px;
    font-size: 13px;
    bottom: 10px;
    color: white;
    width: 100%;
    height: 30px;
    box-shadow: 3px 3px 2px #cacaca;
    overflow: hidden;
}

#btnnews:hover {
    background-color: #F0B800;
    color: white;
}

#btnnewsp:hover {
    background-color: #F0B800;
    color: white;
}

#newscategory {
    background-color: #16107A;
    border: none;
}

#lg:hover {
    background-color: #ffffff;
    font-weight: bold;
}

#imgnews {
    width: -webkit-fill-available;
    border-radius: 10px;
    margin: 20px;
}

#date {
    float: left;
    font-size: 13px;
}

#lastnews {
    width: 100%;
    height: 300px;
    margin: 50px;
}

#form {
    border: none;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 3px 4px 2px #b4b4b4;
}

#formtitle {
    text-align: center;
    margin: 5px 0 15px 0;
    font-weight: bold;
    font-size: 14.5px;
}

.form-control {
    background-color: #f8f8f8;
    box-shadow: inset 1px 3px 2px 1px #dfdfdf;
    border: none;
    border-radius: 10px;
}

    .form-control:hover {
        box-shadow: inset 0 0 4px 0.5px #dddddd;
    }

.control-label {
    font-size: 13px;
    margin: 18px 0 3px 0;
}

.form-control {
    height: 35px;
}

#resumebtn {
    background-color: #3dd13d;
    border: none;
    border-radius: 10px;
    color: white;
    font-size: 14px;
    padding: 5px 15px 5px 15px;
    margin-left: 5px;
    box-shadow: 3px 3px 2px #cacaca;
    height: 32px;
    width: 100px;
}

#submitbtn {
    background-color: #F0B800;
    border: none;
    border-radius: 10px;
    color: white;
    font-size: 14px;
    padding: 5px 15px 5px 15px;
    box-shadow: 3px 3px 2px #cacaca;
    height: 32px;
    width: 100px;
}

    #submitbtn:hover {
        background-color: #f0b800cc;
    }

#resumebtn:hover {
    background-color: #3dd13dcc;
}

#forms {
    margin-right: 3px;
    font-size: 7px;
    color: rgb(202, 0, 61);
}

.googlecard {
    border: none;
    border-radius: 10px;
    box-shadow: 3px 4px 2px #b4b4b4;
    width: -webkit-fill-available;
    padding: 0.1px;
    overflow: hidden;
}

    .googlecard iframe {
        height: -webkit-fill-available;
    }

.callus {
    color: #474750;
    font-size: 13.5px;
    border: none;
    border-radius: 10px;
    box-shadow: 3px 4px 2px #b4b4b4;
    line-height: 28px;
}

#cicon {
    font-size: 19px;
    color: #16107A;
    margin-left: 8px;
}

#linkedin {
    text-decoration: none;
    color: #474750;
}

    #linkedin:hover {
        text-decoration: none;
        color: #474750;
    }

#cardaboutus {
    border: none;
    border-radius: 10px;
    box-shadow: 3px 4px 2px #b4b4b4;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    overflow: auto;
}

#cardlg0 {
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    box-shadow: 3px 3px 9px 3px #c2c2c2;
}

.login-form-container .part1-login img {
    width: 100%;
    height: 100%
}

.login-form-container .part2-login .portfolio-info {
    height: 100%;
}

    .login-form-container .part2-login .portfolio-info .card {
        height: 100%;
        border: none;
    }

.login-form-container .btn-container {
    padding: 0;
    margin-top: 15px;
}

.login-form-container button {
    width: 100%;
    border-radius: 10px;
    padding: 4px 0;
}

.cardlogin {
    max-height: 100%;
    border: none;
    font-size: 13px;
    font-weight: bold;
    color: #696969;
}

#btnlg {
    background-color: #3dd13d;
    border: none;
    border-radius: 10px;
    color: white;
    font-size: 14px;
    padding: 5px 15px 5px 15px;
    margin-left: 5px;
    box-shadow: 3px 3px 2px #cacaca;
    height: 32px;
    width: 100px;
}

    #btnlg:hover {
        background-color: #3dd13dcc;
    }

footer {
    background-color: #16107A;
    float: right;
    max-width: 100%;
    margin: 20px 0 0 0;
    width: 100%;
}

#footer {
    max-width: 1270px;
    color: white;
    font-size: 13px;
    padding: 25px 5px 25px 5px;
    cursor: default;
    line-height: 25px;
    margin: auto
}

#footerlink {
    color: #dddddd;
}

    #footerlink:hover {
        color: #dddddd;
    }

.phone-numbers-container {
    margin: auto;
    font-weight: bold;
    color: rgb(104, 104, 104);
    display: grid;
    grid-template-columns: 50% 50%;
}

    .phone-numbers-container p {
        margin: 0;
    }

.last-news-container {
    padding-bottom: 35px
}

    .last-news-container .card {
        border-radius: 15px;
        box-shadow: 3px 3px 9px 3px #c2c2c2;
    }

        .last-news-container .card img {
            border-radius: 10px 10px 0 0;
        }

    .last-news-container .card-footer {
        padding: 10px;
        border-radius: 0 0 10px 10px;
    }

        .last-news-container .card-footer .btn {
            border: #16107A 0.5px solid;
            width: 100%;
            border-radius: 10px;
            color: #16107A;
            padding: 3px 0px;
        }



.lnewscon {
    max-width: 1270px;
    margin: auto;
    text-align: center
}

.see-all-news-btn {
    color: #16107A;
    text-align: center;
    font-size: 15px;
    text-align: center
}

    .see-all-news-btn:hover {
        color: #16107A;
    }

.blog-card .card-body {
    height: 30%;
    padding: 15px;
}

.blog-card .card-footer {
    height: 20%;
    width: 100%;
    border-radius: 0 0 10px 10px;
    text-align: center;
    margin-bottom: 4px;
}

.btn-see-more-blog {
    text-decoration: none;
    color: #000000;
    background-color: #F0B800;
    width: 100%;
    border-radius: 10px;
    font-size: 14px;
}

.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

    .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

.blog-category-content {
    background-color: white;
    padding: 15px;
    border-radius: 15px;
    width: 100%;
}

    .blog-category-content h6 {
        text-align: center;
        margin: 0
    }

    .blog-category-content hr {
        margin: 15px 0;
    }

    .blog-category-content li {
        list-style: none;
        width: 100%;
    }

    .blog-category-content button {
        border: none;
        color: #16107A;
        border-radius: 5px;
        border: 0.5px solid #16107A;
        width: 100%;
        padding: 5px 0;
        text-align: center;
        margin: 8px 0;
        background-color: white;
    }

        .blog-category-content button:hover {
            background-color: #16107A;
            color: white;
        }

        .blog-category-content button:active {
            background-color: #16107A;
            color: white;
        }

.blog-mcategory-content {
    line-height: 2.3;
}

    .blog-mcategory-content a {
        color: #16107A;
    }

.blog-caption {
    margin-top: 20px;
    font-family: "kfont";
    font-size: 14px;
}

.blog-img-container {
    height: 175px;
    width: 100%;
    justify-items: center;
    align-content: center
}

    .blog-img-container img {
        height: 100%;
        width: 100%;
        max-width: 600px;
        margin: auto;
        border-radius: 15px;
    }

.pagination {
    display: flex;
    justify-content: space-around;
    width: fit-content;
    margin: auto;
    padding: 50px 0 30px 0;
}

    .pagination .page-link {
        text-decoration: none;
        margin: 0 5px;
        padding: 2.5px 10px;
        border: 2px solid #16107A;
        border-radius: 7px;
        background-color: #16107a;
        color: white;
        align-content: center;
        text-align: center
    }

        .pagination .page-link:hover, .pagination .page-item.active .page-link {
            color: #16107a;
            background: none;
            font-weight: bold;
            outline: none
        }

.nav-container-after-login {
    display: flex;
    align-items: center;
}

    .nav-container-after-login li {
        list-style: none;
        margin: 2px 5px;
    }

        .nav-container-after-login li a {
            text-decoration: none
        }

.nav-name-after-login a {
    background-color: #16107A;
    color: white;
    padding: 3px 8px;
    border: #16107A 0.5px solid;
    width: fit-content;
}

.nav-close-after-login a {
    color: #16107A;
    border: #16107A 0.5px solid;
    padding: 3px 8px;
    background-color: white;
}

.nav-name-after-login a:hover {
    background-color: #16107acf;
}

.nav-close-after-login a:hover {
    color: #16107A;
    border: #16107A 0.5px solid;
    padding: 3px 8px;
    background-color: white;
}

.business-partners {
    height: 100px;
    overflow: hidden;
    width: 96%;
    margin-bottom: 30px
}

.business-partners-card {
    height: 100px;
    width: 100px;
    padding: 10px 20px;
    background-color: white;
    border-radius: 10px;
}

    .business-partners-card img {
        height: 100%;
        width: 100%;
    }

.business-partners-container h5, .Licenses-Achievements-container h5 {
    text-align: center;
    margin: 15px 0 50px 0;
}

.Licenses-Achievements-container {
    width: 100%;
    margin: auto;
}

.Licenses-Achievements {
    height: fit-content;
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: 33% 33% 33%;
}

.Licenses-Achievements-card img {
    height: 70%;
    width: 100%;
}

.Licenses-Achievements-card p {
    height: 30%;
    width: 100%;
    text-align: center;
    margin: 10px 0;
    color: #16107a;
}

.job-container {
    padding: 50px;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0px 0px 10px 2px #6f6f6f1f;
}

.job-description {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px
}

    .job-description img, .job-description p {
        width: 18%;
    }

    .job-description h5 {
        width: 64%;
        text-align: center
    }

.job-content-searchbox {
    margin: 70px 0 30px 0;
    align-items: center;
    display: flex;
    justify-content: space-between;
    border: 0.5px solid #9b9b9b41;
    border-radius: 5px;
    padding: 5px;
    font-size: 14px;
    background-color: white;
}

    .job-content-searchbox p {
        margin: 0;
        width: 35%;
    }

    .job-content-searchbox input {
        border: none;
        border-radius: 8px;
        padding: 3px 0;
        background: none;
        width: 65%;
    }

        .job-content-searchbox input:focus {
            border: none;
            outline: none;
        }

.job-field, .job-location {
    border: 0.5px solid #9b9b9b41;
    border-radius: 5px;
    padding: 5px;
    font-size: 14px;
    background-color: white;
    width: 100%;
    outline: none;
    margin-bottom: 10px
}

.job-card-description {
    margin: 30px 0;
    display: grid;
    line-height: 1.5;
    font-size: 12.5px
}

.send-resume {
    border: #16107a 0.5px solid;
    color: #16107a;
    background-color: white;
    padding: 5px 15px;
    font-size: 13px;
    border-radius: 10px
}

.see-more-jobs-container {
    width: 100%;
    margin: auto;
    text-align: center
}

.see-more-jobs {
    border: none;
    background-color: #16107a;
    color: white;
    padding: 5px 15px;
    font-size: 13px;
    border-radius: 10px;
}

.newslist a {
    text-decoration: none;
    color: #16107a
}

.ceo-container span {
    font-weight: bold
}

.ceo-message p {
    text-align: justify;
    text-justify: inter-word;
}

.card3 .clubs {
    color: black;
    text-align: right;
    width: fit-content;
    font-size: 12px;
    line-height: 1.5;
    padding: 3px 9px;
    border-radius: 10px;
    font-family: "numfont";
    cursor: pointer
}

    .card3 .clubs:before {
        content: '\2756';
        background-color: transparent;
        color: black;
        width: 5px;
        height: 5px;
        margin-left: 5px;
    }



.activityareas {
    width: 100%;
    margin: 40px 0;
}


.card3 a {
    margin-bottom: 3px
}

.activityareas .Description {
    text-align: center;
}

    .activityareas .Description h5 {
        font-weight: bold;
    }

.activityareas-content {
    display: grid;
    align-items: center;
    margin: auto;
    max-width: 1000px
}


.activityareas-btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    justify-content: center;
}

.aa-btn {
    border: none;
    color: white;
    background-color: #15107A;
    font-weight: bold;
    border-radius: 10px;
    width: 100%;
    font-size: clamp(0.60rem, 13px, 1rem);
}


.aa-btn-active {
    color: #15107A;
    background-color: white;
    font-weight: bold;
    box-shadow: 0 0 15px 5px rgba(128, 128, 128, 0.473);
}

.activityareas-slider {
    width: 100%;
    position: relative;
    margin: auto;
    overflow: hidden;
    box-shadow: 0 0 15px 5px rgba(128, 128, 128, 0.473);
    border-radius: 10px;
}

.activityareas-slide {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    transition-duration: 2s;
    background-color: #ffffff;
    /* box-shadow: 0 0 15px 5px rgba(128, 128, 128, 0.473); */
}


    .activityareas-slide h6 {
        height: fit-content;
    }

    .activityareas-slide .body ul {
        padding: 0;
        margin: 0;
    }

    .activityareas-slide .body p {
        line-height: 2;
        text-align: justify;
        text-justify: inter-word;
    }

    .activityareas-slide .body .activity-item {
        background-color: white;
        margin-bottom: 10px;
        border-radius: 15px;
        border: 0.5px solid #15107A;
        height: 35px;
        text-decoration: none;
        color: #15107A;
        font-size: 13px;
        font-family: "numfont";
    }

    .activityareas-slide .body .activity-item {
        background-color: white;
        margin-bottom: 10px;
        border-radius: 15px;
        border: 0.5px solid #15107A;
        height: 35px;
        text-decoration: none;
        color: #15107A;
        font-size: 13px;
    }

.collapse-content {
    display: flex;
    width: fit-content;
}

.activityareas-slide .body .activity-item:hover, .activityareas-slide .body .activity-item.active {
    background-color: #15107A;
    color: white;
}

.clubcollapse {
    /* display: none; */
}

.activityareas-slide .body .activity-items, .activityareas-slide .body .activity-itemss {
    background-color: #15107a;
    color: white;
    padding: 7px 14px;
    margin-bottom: 10px;
    border-radius: 15px;
    border: 0.5px solid #15107a;
    height: 35px;
    display: block;
    text-decoration: none;
    text-align: right;
    font-size: 13px;
    font-family: "numfont";
}


.gallery-container {
    overflow: hidden;
    margin: 50px auto;
}

    .gallery-container .column {
        float: left;
        padding: 10px;
    }

        .gallery-container .column img {
            opacity: 0.8;
            cursor: pointer;
            height: 125px;
            border-radius: 10px
        }

            .gallery-container .column img:hover {
                opacity: 1;
            }

    .gallery-container .row:after {
        content: "";
        display: table;
        clear: both;
    }

    .gallery-container .container {
        position: relative;
        display: none;
    }

    .gallery-container #imgtext {
        position: absolute;
        bottom: 0;
        right: 12px;
        left: 12px;
        color: white;
        font-size: clamp(1vmin, 16px, 3vmin);
        background-color: #00000088;
        padding: 20px;
        border-radius: 0 0 10px 10px;
    }

    .gallery-container .closebtn {
        position: absolute;
        top: 7px;
        right: 28px;
        color: white;
        font-size: 25px;
        cursor: pointer;
    }

    .gallery-container .expandedImg {
        border-radius: 10px;
        width: 100%;
        padding: 0;
        margin: auto;
    }

.hrp {
    width: 250px;
    margin: auto;
}


.projectpg-container {
    padding-top: 70px
}

.slidercontainer {
    z-index: 1;
}

.navdropdown {
    position: relative;
}

.dropdown-menu {
    display: none;
    position: absolute;
    z-index: 3;
}



.navdropdown:hover .dropdown-menu, .navdropdown:hover #navbarDropdownh, .navdropdown:hover .dropdown-smenu {
    display: block;
}

#navbarDropdownh {
    background-color: #f3f3f3;
    font-size: 14px;
    font-weight: bold;
    border-radius: 0%;
    border: #f3f3f3;
    width: 100%;
    max-width: 100%;
    height: 225px;
    left: 0;
    right: 0;
    display: none;
    position: fixed;
    margin-top: 16px;
    align-content: center;
    border-bottom: 0.5px solid #49494911;
}

    #navbarDropdownh .col-lg-12 {
        margin: auto;
    }

.nav-item {
    margin-right:10px
}



.kbc-card {
    max-width: 500px;
    border: none;
    margin: auto;
}


    .kbc-card .kcard-header img {
        width: 100%
    }

    .kbc-card .kcard-body {
        margin: 35px 0 10px 0;
    }

    .kbc-card .kcard-detail {
        width: 100%;
        padding: 0 5%;
    }

    .kbc-card .kcard-body ul {
        padding: 0
    }

        .kbc-card .kcard-body ul li {
            list-style: none;
            display: grid;
            grid-template-columns: 50px auto;
            line-height: 2.5;
            margin: 20px 0;
            align-items: center
        }

        .kbc-card .kcard-body ul p {
            margin: 0;
            font-size: 16px;
            font-weight: bold;
            font-family: 'isans';
        }

        .kbc-card .kcard-body ul li .bi {
            background-color: #25256A;
            padding: 2.5px;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            color: white;
            text-align: center;
            justify-content: center;
            font-size: 16px
        }

    .kbc-card .kcard-footer {
        background-color: #25256A;
        height: 45px
    }

.kcard-title {
    display: grid;
    grid-template-columns: 50px auto;
    grid-gap: 20px
}

.square {
    background-color: #25256A;
    height: 50px;
}

.kcard-title h1 {
    font-weight: bold;
}

.kcard-title p {
    position: relative;
    right: 40%;
    top: -15px;
    width: fit-content;
    font-weight: bold;
}

@font-face {
    font-family: 'isans';
    src: url("/font/IRANSansXFaNum-Regular.woff2");
}

.pslide {
    height: 150px;
    border-radius: 5px;
    overflow: hidden;
}

    .pslide img {
        width: 100%;
        height: 150px;
        border-radius: 5px;
    }


.pclients {
    left: 50%;
    width: 100%;
    height: fit-content;
    overflow: hidden;
}

    .pclients h6 {
        text-align: center;
        margin: 10px 0 40px 0;
    }

.pclosebtn {
    float: left;
    display: block;
    margin: 20px 0 0 0;
    font-size: 30px
}

.pblockimg {
    width: 100%;
    border-radius: 5px;
    /*max-height:800px;*/
}

.ceo-message p {
    text-align: justify;
    text-justify: inter-word;
}

.card3 .clubs {
    color: black;
    text-align: right;
    width: fit-content;
    font-size: 12px;
    line-height: 1.5;
    padding: 3px 9px;
    border-radius: 10px;
    font-family: "numfont";
    cursor: pointer
}

    .card3 .clubs:before {
        content: '\2756';
        background-color: transparent;
        color: black;
        width: 5px;
        height: 5px;
        margin-left: 5px;
    }

.activityareas {
    width: 100%;
    margin: 40px 0;
}

.card3 a {
    margin-bottom: 3px
}

.activityareas .Description {
    text-align: center;
}

    .activityareas .Description h5 {
        font-weight: bold;
    }

.activityareas-content {
    display: grid;
    align-items: center;
    margin: auto;
    max-width: 1000px
}

.activityareas-btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    justify-content: center;
}

.aa-btn {
    border: none;
    color: white;
    background-color: #15107A;
    font-weight: bold;
    border-radius: 10px;
    width: 100%;
    font-size: clamp(0.60rem, 13px, 1rem);
}

.aa-btn-active {
    color: #15107A;
    background-color: white;
    font-weight: bold;
    box-shadow: 0 0 15px 5px rgba(128, 128, 128, 0.473);
}

.activityareas-slider {
    width: 100%;
    position: relative;
    margin: auto;
    overflow: hidden;
    box-shadow: 0 0 15px 5px rgba(128, 128, 128, 0.473);
    border-radius: 10px;
}

.activityareas-slide {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    transition-duration: 2s;
    background-color: #ffffff;
    /* box-shadow: 0 0 15px 5px rgba(128, 128, 128, 0.473); */
}

    .activityareas-slide h6 {
        height: fit-content;
    }

    .activityareas-slide .body ul {
        padding: 0;
        margin: 0;
    }

    .activityareas-slide .body p {
        line-height: 2;
        text-align: justify;
        text-justify: inter-word;
    }

    .activityareas-slide .body .activity-item {
        background-color: white;
        margin-bottom: 10px;
        border-radius: 15px;
        border: 0.5px solid #15107A;
        height: 35px;
        text-decoration: none;
        color: #15107A;
        font-size: 13px;
        font-family: "numfont";
    }

    .activityareas-slide .body .activity-item {
        background-color: white;
        margin-bottom: 10px;
        border-radius: 15px;
        border: 0.5px solid #15107A;
        height: 35px;
        text-decoration: none;
        color: #15107A;
        font-size: 13px;
    }

.collapse-content {
    display: flex;
    width: fit-content;
}

.activityareas-slide .body .activity-item:hover, .activityareas-slide .body .activity-item.active {
    background-color: #15107A;
    color: white;
}

.clubcollapse {
    /* display: none; */
}

.activityareas-slide .body .activity-items, .activityareas-slide .body .activity-itemss {
    background-color: #15107a;
    color: white;
    padding: 7px 14px;
    margin-bottom: 10px;
    border-radius: 15px;
    border: 0.5px solid #15107a;
    height: 35px;
    display: block;
    text-decoration: none;
    text-align: right;
    font-size: 13px;
    font-family: "numfont";
}

.gallery-container {
    overflow: hidden;
    margin: 50px auto;
}

    .gallery-container .column {
        float: left;
        padding: 10px;
    }

        .gallery-container .column img {
            opacity: 0.8;
            cursor: pointer;
            height: 125px;
            border-radius: 10px
        }

            .gallery-container .column img:hover {
                opacity: 1;
            }

    .gallery-container .row:after {
        content: "";
        display: table;
        clear: both;
    }

    .gallery-container .container {
        position: relative;
        display: none;
    }

    .gallery-container #imgtext {
        position: absolute;
        bottom: 0;
        right: 12px;
        left: 12px;
        color: white;
        font-size: clamp(1vmin, 16px, 3vmin);
        background-color: #00000088;
        padding: 20px;
        border-radius: 0 0 10px 10px;
    }

    .gallery-container .closebtn {
        position: absolute;
        top: 7px;
        right: 28px;
        color: white;
        font-size: 25px;
        cursor: pointer;
    }

    .gallery-container .expandedImg {
        border-radius: 10px;
        width: 100%;
        padding: 0;
        margin: auto;
    }

.hrp {
    width: 250px;
    margin: auto;
}

.projectpg-container {
    padding-top: 70px
}

.slidercontainer {
    z-index: 1;
}

.navdropdown {
    position: relative;
}

.dropdown-menu {
    display: none;
    position: absolute;
    z-index: 3;
}

.navdropdown:hover .dropdown-menu, .navdropdown:hover #navbarDropdownh, .navdropdown:hover .dropdown-smenu {
    display: block;
}

#navbarDropdownh {
    background-color: #f3f3f3;
    font-size: 14px;
    font-weight: bold;
    border-radius: 0%;
    border: #f3f3f3;
    width: 100%;
    max-width: 100%;
    height: 225px;
    left: 0;
    right: 0;
    display: none;
    position: fixed;
    margin-top: 16px;
    align-content: center;
    border-bottom: 0.5px solid #49494911;
}

    #navbarDropdownh .col-lg-12 {
        margin: auto;
    }

.nav-item {
    margin-right: 7.5px
}

.kbc-card {
    max-width: 500px;
    border: none;
    margin: auto;
}

    .kbc-card .kcard-header img {
        width: 100%;
    }

    .kbc-card .kcard-body {
        margin: 35px 0 10px 0;
    }

    .kbc-card .kcard-detail {
        width: 100%;
        padding: 0 5%;
    }

    .kbc-card .kcard-body ul {
        padding: 0;
    }

        .kbc-card .kcard-body ul li {
            list-style: none;
            display: grid;
            grid-template-columns: 50px auto;
            line-height: 2.5;
            margin: 20px 0;
            align-items: center;
        }

        .kbc-card .kcard-body ul p {
            margin: 0;
            font-size: 16px;
            font-weight: bold;
            font-family: 'isans';
        }

        .kbc-card .kcard-body ul li .bi {
            background-color: #25256A;
            padding: 2.5px;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            color: white;
            text-align: center;
            justify-content: center;
            font-size: 16px;
        }

    .kbc-card .kcard-footer {
        background-color: #25256A;
        height: 45px;
    }

.kcard-title {
    display: grid;
    grid-template-columns: 50px auto;
    grid-gap: 20px;
}

.square {
    background-color: #25256A;
    height: 50px;
}

.kcard-title h1 {
    font-weight: bold;
}

.kcard-title p {
    position: relative;
    right: 40%;
    top: -15px;
    width: fit-content;
    font-weight: bold;
}

@font-face {
    font-family: 'isans';
    src: url("/font/IRANSansXFaNum-Regular.woff2");
}

.feedback-container {
    margin: 50px 0;
    background-color: white;
    border-radius: 15px;
    padding: 35px;
}

    .feedback-container input,
    .feedback-container select,
    .feedback-container textarea {
        background: none;
        border: 0.5px solid #00000027;
        border-radius: 10px;
        padding: 5px;
        text-align: right;
        width: 100%;
        margin-bottom: 15px;
        outline: none;
    }

        .feedback-container input::placeholder,
        .feedback-container select::placeholder,
        .feedback-container textarea::placeholder,
        .feedback-container textarea::selection {
            color: #000000c7;
        }

.fb-title {
    display: flex;
}

    .fb-title .bi {
        margin-left: 10px;
        color: #16107a;
    }

.fb-header p {
    margin: 10px 0 30px 0;
    line-height: 2.5;
}

.fb-body {
    max-width: 900px;
    margin: auto;
}

.fb-grid {
    display: grid;
    grid-gap: 10px;
}

.fb-head {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
}

    .fb-head label {
        margin-bottom: 10px;
        height: 40px;
        padding: 7.5px 0;
        align-content: center;
    }

    .fb-head input {
        border: none;
    }

.feedback-container input {
    height: 40px;
}

.feedback-container select {
    height: 40px;
}

.fb-button {
    color: white;
    border-radius: 10px;
    border: 0.5px solid #16107A;
    padding: 5px 0;
    text-align: center;
    background-color: #16107A;
}

    .fb-button:hover {
        color: #16107A;
        background-color: white;
    }

.confirmation-message {
    position: absolute;
    top: 250px;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    width:80%;
    max-width:300px;
    padding: 10px;
    text-align:center;
    font-size: 14px;
    border-radius: 10px;
    box-shadow: 0 0 15px 5px rgb(78, 78, 78, 0.06);
    /* opacity: 0;
    visibility: hidden;
    transition: opacity 1.25s ease, visibility 1.25s ease;*/
}

    .confirmation-message.error {
        background-color: #a41329;
    }

    .confirmation-message.success {
        background-color: #22b061d1;
    }

.newsview .card-body p, .newsview .card-body span, .newsdec, .MsoNormal {
    font-family: "numfont" !important;
    font-size: 13.5px !important;
    line-height: 2.5;
    text-align: justify;
    text-justify: inter-word;
}
    .confirmation-message.success {
        background-color: #22b061d1;
    }