:root {
    --primary: #18BDB3;
    --secondary: #213242;
    --default: #f5f5f5;
    --font-family: 'Yekan';
    --font-size: 15px;
}

@font-face {
    font-family: Yekan;
    font-style: normal;
    font-weight: 100;
    src: url('../font/yekanbakh/woff/YekanBakhFaNum-thin.woff') format('woff'), url('../font/yekanbakh/woff2/YekanBakhFaNum-thin.woff2') format('woff2');
}

@font-face {
    font-family: Yekan;
    font-style: normal;
    font-weight: 300;
    src: url('../font/yekanbakh/woff/YekanBakhFaNum-Light.woff') format('woff'), url('../font/yekanbakh/woff2/YekanBakhFaNum-Light.woff2') format('woff2');
}

@font-face {
    font-family: Yekan;
    font-style: normal;
    font-weight: normal;
    src: url('../font/yekanbakh/woff/YekanBakhFaNum-Regular.woff') format('woff'), url('../font/yekanbakh/woff2/YekanBakhFaNum-Regular.woff2') format('woff2');
}

@font-face {
    font-family: Yekan;
    font-style: normal;
    font-weight: 600;
    src: url('../font/yekanbakh/woff/YekanBakhFaNum-SemiBold.woff') format('woff'), url('../font/yekanbakh/woff2/YekanBakhFaNum-SemiBold.woff2') format('woff2');
}

@font-face {
    font-family: Yekan;
    font-style: normal;
    font-weight: bold;
    src: url('../font/yekanbakh/woff/YekanBakhFaNum-Bold.woff') format('woff'), url('../font/yekanbakh/woff2/YekanBakhFaNum-Bold.woff2') format('woff2');
}

@font-face {
    font-family: Yekan;
    font-style: normal;
    font-weight: 800;
    src: url('../font/yekanbakh/woff/Yekan Bakh FaNum-ExtraBold.woff') format('woff'), url('../font/yekanbakh/woff2/Yekan Bakh FaNum-ExtraBold.woff2') format('woff2');
}

@font-face {
    font-family: Yekan;
    font-style: normal;
    font-weight: 900;
    src: url('../font/yekanbakh/woff/Yekan Bakh FaNum-Black.woff') format('woff'), url('../font/yekanbakh/woff2/Yekan Bakh FaNum-Black.woff2') format('woff2');
}

@font-face {
    font-family: Yekan;
    font-style: normal;
    font-weight: 950;
    src: url('../font/yekanbakh/woff/Yekan Bakh FaNum-ExtraBlack.woff') format('woff'), url('../font/yekanbakh/woff2/Yekan Bakh FaNum-ExtraBlack.woff2') format('woff2');
}

body > #app {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-size: var(--font-size);
    direction: rtl;
    font-family: var(--font-family)
}

body * {
    font-size: inherit
}

ul {
    list-style: none
}

a, a:hover, a:focus {
    text-decoration: none;
    color: inherit
}




.navbar-toggler:focus, .btn:focus {
    box-shadow: unset
}

.central {
    display: flex;
    justify-content: center;
    align-items: center
}

header {
    font-size: var(--font-size);
    border-bottom: 1px solid #3333;
}
header .navbar-brand img {
    width: 100%;
    height: auto;
    max-width: 90px;
}

    header .navbar-toggler svg path {
        fill: #000
    }


    header .navbar-collapse {
        position: absolute;
        right: 0px;
        background: #dcdcdc;
        top: 75px;
        width: 100%;
        padding: 0 10px;
        z-index: 10000;
        border-radius: 5px;
        border: 3px double #000;
    }

    header .nav-link {
        color: #000;
        padding: 10px 9px !important;
    }

.search-btn svg path {
    stroke: #000
}

.search-login {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.login-btn {
    display: flex;
    min-width: 130px;
    align-items: center;
    justify-content: center;
    font-size: 100%;
    color: white;
    background: var(--primary);
    border-radius: 5px;
    padding: 7px
}


.main-slider {
    position: relative
}

.swiper-pagination-bullet-active {
    background: var(--primary) !important;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    width: 15px;
    border-radius: 20px;
    height: 5px;
    transition: 0.2s
}

.main-slider .swiper-button-next, .main-slider .swiper-rtl .swiper-button-prev {
    color: #fff;
}

.slider-info {
    position: absolute;
    right: 10px;
    top: 36%;
    color: var(--primary);
}

    /*.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    font-size: 85%;
}*/

    .slider-info .slider-title {
        font-weight: bold
    }

.main-slider img {
    min-width: 100%;
    width: 100%;
    min-height: 200px;
    max-height: 200px;
    background: #a0a0a0;
    border-radius: 10px
}

.search-box .dropdown-menu {
    width: 260px;
    padding: 0;
    border-radius: 10px;
}

.search-box input {
    border-radius: 10px
}

.about-title {
    background: var(--primary);
    color: var(--secondary);
    padding: 5px;
    font-weight: bold;
    border-radius: 5px;
    display: block;
    width: max-content;
    margin-bottom: 10px
}

.about-text {
    font-size: 70%;
    text-align: justify
}

.home-about img {
    width: 100%;
    border-radius: 10px
}

.home-contact {
    padding-top: 15px
}

    .home-contact .row {
        min-height: 100px;
        background: var(--secondary);
        border-radius: 15px;
    }

.contact-title {
    color: var(--primary)
}

.contact-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: white;
    height: 100%;
    justify-content: space-between
}

    .contact-info svg {
        margin-left: 10px
    }

footer {
    font-size: 80%;
    margin-top: auto
}



.share svg {
    width: 40px;
    height: 40px
}

.share {
    display: flex;
    justify-content: center;
}

    .share a {
        display: flex;
        width: 60px;
        height: 60px;
        align-items: center;
        justify-content: center;
        transition: 0.2s
    }

        .share a:hover {
            transform: scale(1.1)
        }


footer .row {
    color: var(--default);
    margin: 0;
    border-radius: 15px;
    padding: 15px;
}


.contact-item svg path {
    stroke: #fff !important
}

.contact-us .contact-item svg path {
    stroke: #212529 !important;
}

.footer-contact-title {
    color: #FFF;
    font-weight: bold;
    font-size: 130%;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

    .footer-contact-title .share a {
        margin-right: 10px
    }

    .footer-contact-title .share svg {
        width: 30px;
        height: 30px;
    }

.contact-item {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

    .contact-item svg {
        min-width: 25px;
        height: 25px;
        margin-left: 10px
    }

.signiture {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    color: #fff;
    border-top: 1px solid #fff;
}

footer {
    position: relative;
    background: var(--secondary)
}

.share-parrent {
    min-height: 60px;
    padding: 15px 0;
    padding-bottom: 0;
}

.footer-title {
    font-size: 130%;
    color: #FFF;
    font-weight: bold;
    padding-bottom: 5px;
}


.footer-about {
    text-align: justify
}

.down2top {
    background: var(--primary);
    border-radius: 5px;
    padding: 5px;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10%;
    top: 0
}


.products-item-image {
    border-radius: 5px;
    border: 0;
    overflow: hidden;
    height: 150px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    outline: 1px solid transparent;
    outline-offset: 0px;
    transition: 0.2s;
    filter: brightness(0.8)
}

.products-item:hover .products-item-image {
    outline: 1px solid #F5B740;
    outline-offset: -10px;
    filter: brightness(1)
}




.products-item-title {
    background: #fff;
    box-shadow: unset;
    border-radius: 0;
    margin: 0;
    min-height: 30px;
    font-size: 80%;
    padding: 10px;
    display: flex;
    flex-direction: column;
}

.page-title {
    border-bottom: 2px solid var(--default);
    padding: 15px 5px;
}

    .page-title .title-text {
        font-size: 120%;
        margin: 0;
    }

.title {
    font-size: 120%;
    color: #000;
    padding: 10px 0;
}

.blog .page-title {
    margin-bottom: 10px
}

.blog-item {
    display: flex;
    font-size: 70%;
    color: #333;
    border: 1px solid var(--default);
    border-radius: 5px;
    margin: 10px 0;
    position: relative;
    padding: 5px;
    border: 1px solid #3333;
    font-size: 80%;
    background: linear-gradient(-90deg,#FF5C35 7px,#EAF0F6 7px);
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-bottom: 1px solid #3333;
}

    .blog-item a::after {
        content: " ";
        height: 100%;
        width: 100%;
        position: absolute;
        z-index: 100;
        top: 0;
        right: 0
    }

    .blog-item h3 {
        font-size: 120%;
        font-weight: bold;
        color: black
    }

.blog-item-image {
    width: 100px;
    min-width: 100px;
    overflow: hidden;
    height: 100px;
    border-radius: 10px
}

    .blog-item-image img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

.blog-item-main {
    padding: 5px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

    .blog-item-main svg {
        width: 15px;
        height: 15px
    }

        .blog-item-main svg path {
            fill: #a0a0a0
        }

.blog-item-bottom {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: auto;
    padding-top: 11px;
}

.blog-text {
    margin-top: 15px
}

.blog-item-link {
    /* color: #E61677; */
    position: absolute;
    left: 8px;
    bottom: 45px;
}

.blog-item-link svg {
    width: 45px;
    height:45px
}

.blog-item-link svg path{
    fill: transparent
}

.blog-slider .swiper-slide .blog-item {
    flex-direction: column;
    color: #fff;
    background: #1f1e1e;
    min-height: 415px;
}

    .blog-slider .swiper-slide .blog-item h3 {
        color: #fff
    }

    .blog-slider .swiper-slide .blog-item .blog-item-main {
        flex: 1 1 auto !important;
    }

.blog-slider .swiper-slide .blog-item-image {
    width: 100% !important;
    height: 265px !important
}

header .search-box {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #e3e3e3;
    z-index: 10000;
    padding: 10px;
    transition: .5s;
}

header .search-off {
    height: 0%;
    padding: 0;
    overflow: hidden;
}

header .search-box .close {
    position: absolute;
    left: 10px;
    top: 15px;
}

.search-result {
    background: #fff;
    border-radius: 5px;
    padding: 5px;
    border: 1px solid #3333;
    margin-top: 3px;
    font-size: 13px;
}

    .search-result li {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

.about-us, .contact-us {
    padding: 30px 0;
    font-size: 80%
}

.about-image img {
    width: 100%;
    height: auto
}

.about-image {
    overflow: hidden;
    border-radius: 15px
}

.about-us .title h1, .contact-us .title h1, .blog-inner .title h1 {
    font-size: 110%;
    font-weight: bold;
    color: #333
}

.maps_box {
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #3333;
    margin-bottom: 15px;
}

.blog-inner {
    font-size: 80%
}

.blog-img img {
    width: 100%;
    height: auto;
    min-height: 150px;
    max-height: 300px;
    object-fit: cover;
    border-radius: 15px
}

.blog-summary {
    background: var(--default);
    border-radius: 15px;
    margin: 10px 0;
    border: 1px solid #3333;
    padding: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blog-text img {
    width: 100%;
    max-width: 600px;
    height: auto;
    border-radius: 15px;
}


.fancybox__container, .fancybox__container * {
    direction: ltr
}

.product-tiny-images {
    display: flex;
    justify-content: space-around
}

    .product-tiny-images img {
        width: 80px;
        height: 60px;
        border-radius: 5px;
        margin: 0 5px
    }

.product-big-images {
    margin-bottom: 10px
}

    .product-big-images img {
        width: 100%;
        border-radius: 10px;
    }

.product-images {
    background: var(--default);
    padding: 15px;
    border-radius: 15px;
    border: 1px solid #3333
}

    .product-images img {
        border-radius: 10px
    }

.product-inner {
    padding: 20px 0;
    font-size: 80%
}

    .product-inner .title h1 {
        font-size: inherit
    }

.custom-item {
    background: #f7f7f7;
    border-bottom: 1px solid #3333;
    display: flex;
    padding: 10px;
}

.custom-box {
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #3333
}

    .custom-box > div:last-child {
        border-bottom: unset
    }

.product-detail {
    background: var(--default);
    padding: 15px;
    border-radius: 15px;
    border: 1px solid #3333;
}

@media(min-width: 991px) {

    .nav-item {
        position: relative;
    }

    .nav-item::after {
	content: " ";
	position: absolute;
	top: 10px;
	right: 0;
	width: 1px;
	background: #3333335c;
	height: 18px;
}

    .dropdown-menu .dropdown-menu {
        position: absolute;
        top: 0;
        right: 100%;
        min-height: 10px;
        z-index: 100;
    }

    header .search-box {
        position: fixed;
        bottom: 0;
        right: 0;
        width: 50%;
        padding: 15px;
        height: 100% !important;
        background-color: #e3e3e3;
        z-index: 10000;
        transition: .5s;
        overflow: hidden;
        top: 0 !important;
        box-sizing: border-box;
        box-shadow: 0 0 10px
    }

    .search-btn{
        display: none
    }

    header .search-off {
        width: 100%;
        padding: 0 !important;
        position: relative;
        box-shadow: unset;
        border: 0;
        background: unset;
        overflow: visible;
    }

    header .search-off input{
        background: var(--default)
    }

    header .navbar li:first-child::after{
        display: none
    }

    header .search-off .title {
        display: none
    }

        header .search-off .close{
            display: none
        }

        .navbar-expand-lg .navbar-nav {
            flex-direction: row;
            font-size: 85%;
        }

    .main-slider {
        min-height: 400px;
    }

    header .navbar-collapse {
        position: static;
        right: unset;
        background: unset;
        top: unset;
        width: 100%;
        padding: 10px;
        z-index: 10000;
        border-radius: unset;
        border: 0
    }



    /*    header .search-box {
        position: relative;
        overflow: visible;
        border-radius: 5px;
        padding: 0;
        margin-top: -37px;
        display: none
    }*/

    /*.search-btn {
        position: relative;
        z-index: 100000;
        background: #fff;
        padding: 5px;
        margin-left: 10px;
        padding-right: 20px
    }*/

    .search-btn svg {
        margin-right: 5px
    }

    header nav {
        padding-left: 10px;
    }



    .search-box input {
        padding-left: 40px;
        border-radius: 5px;
    }

    .search-parent {
        position: relative
    }

    .search-box input::placeholder {
        color: var(--secondary);
        font-size: 80%
    }

    .main-slider img {
        min-height: 400px;
        max-height: 500px;
        height: 500px;
        object-fit: cover;
    }

    .slider-info {
        right: 50px;
        font-size: 215%;
    }

    .search-result {
        border-radius: 10px;
        position: absolute;
        right: 0;
        width: 100%;
    }

    .main-slider .swiper-pagination {
        bottom: 10px;
        left: calc(50% - 150px);
        width: 300px;
    }



    .contact-info {
        justify-content: space-around;
        flex-direction: row;
    }

    .about-text {
        font-size: 100%;
        text-align: justify;
    }

    .about-text {
        font-size: 100%;
    }

    .home-contact .row {
        padding-right: 15px
    }

    .home-contact .row {
        min-height: 60px;
    }


    .blog-item {
        font-size: 80%;
        background: linear-gradient(-90deg,#FF5C35 7px,#EAF0F6 7px);
        border: 0;
        border-bottom: 1px solid #3333;
    }
    footer .container {
        position: relative;
    }

    footer .down2top {
        right: unset;
        top: -10px;
        left: 26px;
        border-radius: 10px;
        box-shadow: 2px 2px 9px -3px #333;
    }

    .products-item-image {
        height: 190px;
    }

    .products-item-title {
        font-size: 96%;
    }

    .title {
        font-size: 150%;
    }

    .blog-item-image {
        height: 165px;
    }

    .blog-slider .blog-item-image {
        width: 100%;
        height: 180px;
    }

    .blog-slider .blog-item-image {
        width: 120px;
        height: 120px;
    }

    .blog-item-main {
        padding: 10px;
        min-height: 120px;
    }

    .edu .blog-item-main {
        padding: 10px;
        min-height: 50px;
    }

    .blog-item h3 {
        font-size: 110%;
    }

    .about-us-text {
        background: whitesmoke;
        padding: 15px 30px;
        border-radius: 15px;
    }

    .about-us .title {
        margin-right: 30px;
    }



    header nav {
        padding: 15px 20px !important
    }

    header .collapse {
        padding: 0
    }

    .main-slider .swiper-pagination-bullet-active {
        width: 35px;
        border-radius: 15px;
    }

    .contact-us-main {
        background: whitesmoke;
        padding: 15px;
        border-radius: 5px;
        border: 1px solid #3333;
    }

    .search-result {
        z-index: 100;
    }

    .product-info {
        font-size: 110%;
        line-height: 25px;
    }
}

.map-contaner {
    height: 220px !important
}

.contact-banner img {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 25px;
    height: auto;
}

@media(min-width: 1500px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1440px;
    }
}

@media(max-width:991px) {
    .share strong {
        display: none
    }
    .share {
        justify-content: space-around;
    }
    header .navbar-nav li + li {
        border-top: 1px dotted #000
    }
    .search-btn {
        background: #eaf0f6;
        width: 150px;
        flex-direction: row-reverse;
        display: flex;
        justify-content: flex-end;
        border: 1px solid #3333;
    }
    .login-btn {
        min-width: max-content;
        margin-left: 0px;
        margin-right: 0;
        /*position: absolute;
        right: 42px;
        top: 48px;*/
    }
    .search-login {
        flex-direction: row-reverse;
        justify-content: space-between;
        position: absolute;
        bottom: 5px;
        right: 41px;
        width: 53%;
    }
    .navbar-toggler {
        padding: 5px
    }
}


.gallery-item img {
    width: 100%;
    height: auto;
}

.gallery-item {
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 5px
}

@media(min-width: 991px) {
    .gallery-box {
        display: grid;
        grid-template-rows: 200px 200px 200px;
        grid-template-columns: auto auto auto;
        grid-gap: 10px;
    }

    .gallery-item {
        height: 100%;
        overflow: hidden;
        border-radius: 5px;
    }

        .gallery-item img {
            width: 100%;
            height: 100%;
            object-fit: cover
        }

    .gallery-box > div:nth-child(1) {
        grid-row-start: 1;
        grid-row-end: 2;
    }

    .gallery-box > div:nth-child(2) {
        grid-row-start: 1;
        grid-row-end: 3;
    }

    .gallery-box > div:nth-child(3) {
        grid-row-start: 1;
        grid-row-end: 2;
    }

    .gallery-box > div:nth-child(4) {
        grid-row-start: 2;
        grid-row-end: 4;
    }

    .gallery-box > div:nth-child(5) {
        grid-row-end: 4;
        grid-row-start: 3;
    }

    .gallery-box > div:nth-child(6) {
        grid-row-start: 2;
        grid-row-end: 4;
    }


    header .nav-item.dropdown:hover > .dropdown-menu {
        display: block;
    }



    
    .blog-inner {
        font-size: 80%;
        padding-top: 20px;
    }
}

header .nav-item.dropdown .dropdown-menu {
    background: #fff;
    padding: 0;
}

.dropdown li {
    position: relative
}

    .dropdown li:hover > ul {
        display: block
    }

header .nav-item.dropdown .dropdown-menu a {
    color: #000;
    padding: 10px;
    font-size: 90%
}


.have-procat svg {
    width: 15px;
    height: 15px
}

.have-procat {
    color: #000;
    padding: 10px;
    font-size: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.more-btn .light-side {
    position: relative;
}

    .more-btn .light-side span {
        border: 1px solid #050505;
        font-size: 70%;
        border-radius: 0 3px 3px 0;
        height: 25px;
        width: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-left: 0;
        z-index: 100;
        position: relative;
    }

    .more-btn .light-side::after {
        content: " ";
        position: absolute;
        left: -11px;
        top: 0;
        width: 25px;
        height: 100%;
        border: 1px solid #000;
        transform: skewX(-30deg);
        border-radius: 5px 0 0 5px;
        border-right: 0;
    }

.more-btn .dark-side {
    height: 25px;
    position: relative;
    background: #000;
    width: 25px;
    border-radius: 5px 0 0 5px;
}

    .more-btn .dark-side svg {
        position: relative;
        z-index: 1;
        height: 13px;
        width: 13px;
    }

.more-btn {
    display: flex;
    justify-content: space-between;
    width: 86px;
    padding: 0;
    margin-right: auto;
    margin-top: 10px
}

    .more-btn .dark-side::after {
        content: " ";
        position: absolute;
        right: -10px;
        top: 0;
        width: 25px;
        height: 100%;
        border: 1px solid #000;
        transform: skewX(-30deg);
        border-radius: 0 5px 5px 0;
        border-right: 0;
        background: #000
    }

.product-most-slider {
    background: #f1f1f1;
    padding-bottom: 30px;
    margin-top: 26px;
}

.blog-slider {
    min-height: 500px
}

.gallery img {
    filter: brightness(0.6);
    transition: 0.2s
}

.gallery .gallery-item:hover img {
    filter: brightness(1)
}

.timer {
    background: gainsboro;
    padding-bottom: 55px
}

    .timer img {
        width: 100%;
        height: 300px;
        border-radius: 5px;
        position: relative;
        z-index: 100;
    }

.flip-clock-dot {
    display: block;
    background: #323434;
    width: 5px;
    height: 5px;
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    left: -1px;
}


.clock {
    height: 100px;
    overflow: hidden;
}

.flip-clock-dot.top {
    top: 40px;
}

.flip-clock-dot.bottom {
    bottom: 40px;
}

.flip-clock-divider {
    float: left;
    display: inline-block;
    position: relative;
    width: 3px;
    height: 100px;
}

.flip-clock-wrapper ul {
    position: relative;
    float: left;
    margin: 5px;
    width: 40px;
    height: 90px;
    font-size: 80px;
    font-weight: bold;
    line-height: 87px;
    border-radius: 6px;
    background: #000;
}

.banner-info {
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 5px;
    padding: 15px;
    height: 100%;
    z-index: 100;
    position: relative
}

.bg-black {
    background: #000;
    padding: 5px 10px;
    border-radius: 5px
}

.timer .row::after {
    content: " ";
    width: 80%;
    bottom: -30px;
    right: 10%;
    position: absolute;
    height: 50px;
    border: 1px solid #000;
    border-top: 0;
    z-index: 0;
}



.complaint_form {
    background: #f1f1f1;
    padding: 15px;
    margin-bottom: 35px;
    border-radius: 5px;
    box-shadow: inset 0 0 10px -5px;
}

.complaint {
    background: #e7e7e7;
}

.gallery-search img, .gallery-inner img {
    width: 100%;
    height: 200px;
    border-radius: 5px;
    object-fit: cover
}

.products-item-image img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.products-item {
    position: relative
}

    .products-item h3 a::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 100;
    }

.member-box img {
    width: 100px;
    height: 100px;
    border-radius: 5px;
    object-fit: contain
}

.member-parent {
    margin-bottom: 20px;
    border: 1px solid #3333;
    border-radius: 5px;
}

.member-box {
    min-height: 100px;
    background: #f1f1f1;
    padding: 5px;
    display: flex;
}
.member-info {
    padding-right: 10px;
    font-size: 85%
}

    .member-info strong {
        display: block;
        border-bottom: 1px solid #3333;
        padding-bottom: 5px;
        margin-bottom: 5px
    }

.call-btn {
    background: #d6d6d6;
    border: 0;
    width: 100%;
    color: #000;
    font-size: 82%;
    padding: 5px;
}

.certificates-box {
    border: 1px solid #3333;
    background: #f1f1f1;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 15px;
    padding: 10px;
    text-align: center
}

    .certificates-box img {
        width: 100%;
        border-radius: 5px;
        height: 200px;
        object-fit: cover;
        margin-bottom: 10px
    }

.feed_btn {
    background: #13BDBA;
    color: #2139AD;
}

.inbput_feed_box {
    display: flex;
}

.feed_form {
    display: flex;
    background: #fff;
    justify-content: space-between;
    border-radius: 5px;
}

#feed_input{
    border: unset !important
}

.main-slider {
    padding: 30px 0;
    background: linear-gradient(#40566A,white);
}

.banner-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #F6F6F6;
    padding: 15px;
    height: 164px;
    border-radius: 0 0 5px 5px;
    border-top: 5px solid #18bdb3;
    border-bottom: 1px solid #3333;
}

.product-slider {
    padding-bottom: 30px;
    margin-top: -135px
}

.home_about_text {
    background: #F5C26B;
    padding: 15px;
    border-radius: 5px;
    text-align: justify;
    height: 100%;
}

.bp-item img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.home_about_img img{
    width:100%;
    height: auto
}


.b-partner {
    padding: 30px 0;
}

.mid-banner {
    background: var(--primary);
    color:#fff;
    padding: 30px 0
}

.mid-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 0;
    padding: 30px;
}

.mid-item img{
	width: 100px;
	height: 100px;
}

.blog-slider {
    background: url("../images/back.png");
    background-position: bottom;
    background-repeat: no-repeat;
    margin-bottom: -3px;
    padding: 30px 0;
    background-size: cover;
}

    .blog-slider .row {
        background: linear-gradient(#F4F8FB,#fff);
        border-radius: 15px;
        min-height: 300px;
        padding: 15px !important;
    }


.blog-item-text{
    width: 50%
}

.contactus-form .form-control {
    background: #f5f5f5
}

.btn-primary{
    background: var(--primary);
    border-color: var(--primary)
}


.btn-primary:hover {
    background: var(--secondary);
    border-color: var(--secondary)
}

.edu .blog-item {
    flex-direction: column;
    background: #e3e3e3;
}


.edu .blog-item .blog-item-link {
    display: none
}

.edu .blog-item .blog-item-text {
    width: 100%;
}

.edu .blog-item .blog-item-image {
    width: 100%;
    min-width: 100px;
    overflow: hidden;
    height: 200px;
    border-radius: 10px;
}


.b-partner .row {
    outline: 3px solid #fff;
    outline-offset: -1px;
}

.b-partner .central {
    border: 1px solid #33333321;
}

.mid-banner .col-lg-4 {
    border: 1px solid #ffffff75;
}

.mid-banner .row {
    outline: 3px solid var(--primary);
    outline-offset: -1px;
}

.blog-slider .col-lg-6 > div:nth-child(3) {
    background: linear-gradient(-90deg,#F9D40F 7px,#EAF0F6 7px);
}

.blog-slider .col-lg-6 > div:nth-child(4) {
    background: linear-gradient(-90deg,#0D29C6 7px,#EAF0F6 7px);
}

.footer-about li {
    margin-bottom: 10px
}

.call-now svg{
    display:none
}

@media(max-width:991px) {
    .edu .blog-item {
        min-height: 260px
    }
    .call-now span {
        display: none
    }
    .call-now svg {
        display: block
    }

    .blog-item-link svg {
        width: 28px;
        height: 28px;
    }
    .blog-item-link {
        /* color: #E61677; */
        position: absolute;
        left: 8px;
        bottom: 35px;
    }
    footer .share{
        border-bottom: 1px solid #fff;
    }

    footer > .container .col-lg-4:nth-child(2) {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        padding: 20px 0;
        margin: 20px 0;
    }

    .product-slider {
        margin-top: -70px;
    }

    .b-partner .row {
        margin: 0
    }

    .mid-banner .row {
        margin: 0;
    }

    .product-slider .swiper-horizontal > .swiper-pagination-bullets,
    .product-slider .swiper-pagination-bullets.swiper-pagination-horizontal,
    .product-slider .swiper-pagination-custom,
    .product-slider .swiper-pagination-fraction {
        bottom: 0;
    }

    .product-slider .swiper {
        padding-bottom: 30px
    }

    .product-slider .swiper-button-next, .product-slider .swiper-button-prev {
        top: 93%;
    }

    .product-slider .swiper-pagination-bullet-active {
        background: red !important
    }

    .b-partner {
        padding-top: 0;
    }

    .product-slider .swiper-pagination-clickable .swiper-pagination-bullet {
        background: #e3e3e3;
    }
}

@media(min-width: 1200px){
    .about-image {
        position: sticky;
        top: 10px;
    }

 
}
