﻿@font-face {
    font-family: 'kalimati';
    src: url('../../../fonts/kalimati regular.otf') format('opentype');
}
body {
    font-family: 'kalimati';
}
:root {
    --main_blue: #2361b9;
    --main_red: #E80F0F;
}
/*navbar*/
.navbar-light .navbar-nav .nav-link1:focus, .navbar-light .navbar-nav .nav-link1:hover {
    color: var(--main_red) !important;
}

/*header-titel*/
.header-title {
    color: var(--main_blue);
}

/* slide */

.holderCircle {
    width: 500px;
    height: 500px;
    border-radius: 100%;
    /* margin: 60px auto; */
    position: relative;
}

.dotCircle {
    width: 100%;
    height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    z-index: 20;
}

    .dotCircle .itemDot {
        display: block;
        width: 80px;
        height: 80px;
        position: absolute;
        background: #ffffff;
        color: var(--main_blue);
        border-radius: 20px;
        text-align: center;
        line-height: 80px;
        font-size: 30px;
        z-index: 3;
        cursor: pointer;
        border: 2px solid #e6e6e6;
    }

        .dotCircle .itemDot .forActive {
            width: 56px;
            height: 56px;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            display: none;
        }

            .dotCircle .itemDot .forActive::after {
                content: '';
                width: 5px;
                height: 5px;
                border: 3px solid var(--main_red);
                bottom: -31px;
                left: -14px;
                filter: blur(1px);
                position: absolute;
                border-radius: 100%;
            }

            .dotCircle .itemDot .forActive::before {
                content: '';
                width: 6px;
                height: 6px;
                filter: blur(5px);
                top: -15px;
                position: absolute;
                transform: rotate(-45deg);
                border: 6px solid var(--main_red);
                right: -39px;
            }

        .dotCircle .itemDot.active .forActive {
            display: block;
        }

.round {
    position: absolute;
    left: 40px;
    top: 45px;
    width: 410px;
    height: 410px;
    border: 2px dotted var(--main_blue);
    border-radius: 100%;
    -webkit-animation: rotation 100s infinite linear;
}

.dotCircle .itemDot:hover,
.dotCircle .itemDot.active {
    color: #ffffff;
    transition: 0.5s;
    background: var(--main_red);
    border: 2px solid #ffffff;
    -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13);
    -moz-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13);
    box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13);
}

.dotCircle .itemDot {
    font-size: 40px;
}

.contentCircle {
    width: 250px;
    border-radius: 100%;
    color: #222222;
    position: relative;
    top: 150px;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .contentCircle .CirItem {
        border-radius: 100%;
        color: #222222;
        position: absolute;
        text-align: center;
        bottom: 0;
        left: 0;
        opacity: 0;
        transform: scale(0);
        transition: 0.5s;
        font-size: 15px;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        margin: auto;
        line-height: 250px;
    }

.CirItem.active {
    z-index: 1;
    opacity: 1;
    transform: scale(1);
    transition: 0.5s;
}

.contentCircle .CirItem svg {
    font-size: 180px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -90px;
    color: #000000;
    opacity: 0.1;
}

@media only screen and (min-width:300px) and (max-width:599px) {
    .holderCircle {
        /* width: 300px; height: 300px;*/
        margin: 110px auto;
    }

        .holderCircle::after {
            width: 100%;
            height: 100%;
        }

    .dotCircle {
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        display: none
    }

        .dotCircle .itemDot {
            font-size: 32px
        }

        .dotCircle .itemDot {
            width: 60px;
            height: 60px
        }

    .round {
        left: 0px;
        top: 0px;
        width: 370px;
        height: 370px;
    }

    .contentCircle .CirItem svg {
        font-size: 180px;
    }

    .dotCircle {
        top: -100px;
        left: -80px;
    }

    .svg-inline--fa {
        vertical-align: 0.3em;
    }

    .contentCircle {
        top: 100px;
        left: 50%;
    }

    .holderCircle {
        width: 350px
    }
}

@media only screen and (min-width:600px) and (max-width:767px) {
}

@media only screen and (min-width:768px) and (max-width:991px) {
}

@media only screen and (min-width:992px) and (max-width:1199px) {
}

@media only screen and (min-width:1200px) and (max-width:1499px) {
}

.title-box .title {
    font-weight: 600;
    letter-spacing: 2px;
    position: relative;
    z-index: -1;
}

.title-box span {
    text-shadow: 0 10px 10px rgba(0, 0, 0, .15);
    font-weight: 800;
    color: var(--main_red);
}

.title-box p {
    font-size: 17px;
    line-height: 2em;
}


/* end of slider */
@charset "UTF-8";

#accordion .card-header {
    margin-bottom: 8px;
}

#accordion .accordion-title {
    position: relative;
    display: block;
    padding: 8px 0 8px 50px;
    background: var(--main_blue);
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    text-align: left;
    transition: all 0.4s ease-in-out;
}

    #accordion .accordion-title i {
        position: absolute;
        width: 40px;
        height: 100%;
        left: 0;
        top: 0;
        color: #fff;
        background: var(--main_red);
        text-align: center;
        border-right: 1px solid transparent;
    }

    #accordion .accordion-title:hover {
        padding-left: 60px;
        background: #213744;
        color: #fff;
    }

        #accordion .accordion-title:hover i {
            border-right: 1px solid #fff;
        }

#accordion [aria-expanded=true] {
    background: var(--main_blue);
    color: #fff;
}

    #accordion [aria-expanded=true] i {
        color: #fff;
        background: var(--main_red);
    }

        #accordion [aria-expanded=true] i:before {
            content: "";
        }

#accordion .accordion-body {
    padding: 4px 5px;
}

/*form aside bar*/

#sidebar {
    min-width: 220px;
    max-width: 270px;
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    z-index: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
}

    #sidebar .h6 {
        color: #fff;
    }

    #sidebar.active {
        margin-left: -270px;
    }

    #sidebar ul.components {
        padding: 0;
    }

    #sidebar ul li {
        font-size: 14px;
    }

        #sidebar ul li > ul {
            margin-left: 10px;
        }

            #sidebar ul li > ul li {
                font-size: 13px;
            }

                #sidebar ul li > ul li a {
                    border-bottom: 1px solid transparent;
                }

                    #sidebar ul li > ul li a span {
                        color: #000;
                        font-size: x-small;
                    }

        #sidebar ul li a {
            padding: 10px 0;
            display: block;
            color: var(--main_blue);
            border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        }

            #sidebar ul li a span {
                color: #fff;
            }

        #sidebar ul li.active > a {
            background: transparent;
            color: #fc7fb2;
        }

@media (max-width: 767.98px) {
    #sidebar {
        min-width: 100%;
        max-width: 180px;
        border-left: none;
    }
}

#sidebar .custom-menu {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 0;
    margin-right: -20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (prefers-reduced-motion: reduce) {
    #sidebar .custom-menu {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

#sidebar .custom-menu .btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: relative;
}

    #sidebar .custom-menu .btn i {
        margin-right: -40px;
        font-size: 14px;
    }

    #sidebar .custom-menu .btn.btn-primary {
        background: transparent;
        border-color: transparent;
    }

        #sidebar .custom-menu .btn.btn-primary:after {
            z-index: -1;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            content: '';
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            background: #fc7fb2;
            border-radius: 10px;
        }

        #sidebar .custom-menu .btn.btn-primary:hover, #sidebar .custom-menu .btn.btn-primary:focus {
            background: transparent !important;
            border-color: transparent !important;
        }

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#content {
    width: 100%;
    padding: 0;
    min-height: 100vh;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn.btn-primary {
    background: #fc7fb2;
    border-color: #fc7fb2;
}

    .btn.btn-primary:hover, .btn.btn-primary:focus {
        background: #fc7fb2 !important;
        border-color: #fc7fb2 !important;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

#sidebar ul li a:hover {
    color: var(--main_red);
}
