@font-face {
    font-family: 'bakh';
    src: url('../webfonts/YekanB.eot');
    src: url('../webfonts/YekanB.eot?#iefix') format('embedded-opentype'), /* FF39+,Chrome36+, Opera24+*/ url('../webfonts/YekanB.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../webfonts/YekanB.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'bakh';
    src: url('../webfonts/YekanBBold.eot');
    src: url('../webfonts/YekanBBold.eot?#iefix') format('embedded-opentype'), /* FF39+,Chrome36+, Opera24+*/ url('../webfonts/YekanBBold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../webfonts/YekanBBold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'NeciaBlack';
    src: url('../webfonts/NeciaBold.eot');
    src: url('../webfonts/NeciaBold.eot?#iefix') format('embedded-opentype'), /* FF39+,Chrome36+, Opera24+*/ url('../webfonts/NeciaBold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../webfonts/NeciaBold.ttf') format('truetype');
    font-weight: bold;
}

body {
    background: #F7F7F7;
    font-family: 'bakh', arial, sans-serif;
    font-size: 14px;
    color: #1E1E1E;

}

.main-navbar {
    border-bottom: 1px solid #FCBB6D;
}

.main-navbar .nav-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #1A1C29 !important;
}

.header-login-link {
    border: 1px solid #EBEEEF;
    border-radius: 8px;
    padding: 10px 18px;
    text-decoration: none;
    color: #1A1C29;
}

.mr-auto {
    margin-right: 0 !important;
    margin-left: auto !important;
}

.header-phone {
    border: 1px solid #EBEEEF;
    border-radius: 8px;
    padding: 10px 18px;
    text-decoration: none;
    color: #1A1C29;
}

.header-phone a {
    text-decoration: none;
    color: #1A1C29;
}

.header-login-link:hover {
    border: 1px solid #e3e3e3;
    background-color: #e3e3e3;
    text-decoration: none;
}

.header-login-link span {
    color: #1A1C29;
    text-decoration: none;
    letter-spacing: 1px;
}

.header-login-link a:hover {
    text-decoration: none;
}


.slider {
    margin-top: 20px;
}

.slider-hero-main-text {
    font-size: 26px;
    text-align: center;
    font-weight: bold;
    margin-top: 100px;
}

.slider-hero-sub-text {
    font-size: 19px;
    text-align: justify;
    font-weight: 500;
    margin-top: 5px;
    line-height: 38px;
}

.slider-hero-section {
    margin-top: 50px;
    width: 80%;
}

.btn-slider {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    background-color: #4CB84B;
    border-radius: 100px;
    padding: 10px 41px;
}

.portal-section {
    margin-top: 200px;
}

.portal-box {
    height: 230px;
    border-radius: 65px;
    background-color: #fff;
    border-color: #F0F0F0;
    padding: 30px;
    position: relative;
    margin-bottom:50px;
}

.portal-box:hover {
    background-color: #FCBB6D;
}

.portal-box-icon {
    border-radius: 999px;
    padding: 10px;
    border: 1px solid #FCBB6D;
    background-color: #fff;
    position: absolute;
    top: -52px;
    right: 42%;
}

.portal-box-content {
    text-align: center;
}

.portal-box-title {
    color: #1E1E1E;
    font-weight: bold;
    font-size: 16px;
}

.portal-box-description {
    color: #1E1E1E;
    margin-top: 5px;
    font-size: 16px;
    padding: 0 20px;
}

.portal-box-btn {
    border-radius: 16px;
    border: 1px solid #5DBEA3;
    margin-top: 20px;
}

.service-section {
    margin-top: 100px;
}

.services {
    margin-top: 10px;

    height: 100%;

}

.services-title {
    margin-top: 20px;
    font-weight: bold;
    font-size: 28px;
    color: #1E1E1E;
    margin-bottom: 30px;
}

.services-list {
    list-style: none;
    font-size: 16px;

}

.services-list li {
    position: relative;
    font-size: 18px;
    padding: 5px 18px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #e1ddd8;
}

.services-list li:before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    top: .7rem;
    width: .48rem;
    height: .48rem;
    background: #ff8a00;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(255, 138, 0, .12);

}

.section-title {
    font-weight: bold;
    font-size: 24px;
    color: #1E1E1E;
    text-align: center;
    margin: 50px 0;
}

.box-news {
    background-color: #fff;
    border-radius: 25px;
    padding: 15px;
}

.box-news-image {
    text-align: center;
}

.box-news-image img {
    border-radius: 25px;
}

.box-news-title {
    font-weight: bold;
    font-size: 16px;
    margin-top: 10px;
    border-bottom: 1px dashed #e3e3e3;
    padding-bottom: 10px;
}

.box-news-description {
    font-size: 14px;
    margin-top: 10px;
}

.box-news-info {
    text-align: left;
}

.partner-list {
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
    overflow: auto;
}

.partner-list div {
    background-color: #fff;
    border-radius: 100px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    width: 150px;
    height: 150px;
}

.partner-list div:hover {
    background-color: #efeeee;
}

.footer {
    margin-top: 50px;
    background-color: #343434;
    position: relative;
    color: #fff;
}

.footer-content {
    padding-top: 50px;
}

.footer-widget-title {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

.footer-widget-content ul {
    list-style: none;
    padding: 0;
}

.footer-widget-content ul li {
    margin-bottom: 10px;
}

.footer-widget-content ul li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.footer-phone a {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;

}

.footer-address {
    color: #fff;
    font-size: 16px;
    margin-top: 8px;
}

.footer-text {
    text-align: center;
    font-size: 15px;
    margin: 20px;
}

.inner-page {
    margin-top: 30px;
}

.inner-page-title {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding: 5px 16px;
}
.inner-page-title:before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    top: .7rem;
    width: .48rem;
    height: .48rem;
    background: #ff8a00;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(255, 138, 0, .12);
}
.contact-list {
    list-style: none;
    margin-top:20px;

}
.contact-list li {
    font-size:16px;
    font-weight:bold;
    padding-bottom:15px;
}
@media (max-width: 768px) {
    .slider-hero-section {
        margin-top: 10px;
        padding: 10px;
        width: 100%;
    }
.slider-hero-main-text {
    margin-top:0;
}
}
