
@import url("bootstrap.min.css");
@import url("thim-ekits-icons.min.css");
@import url("toastr.min.css");

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 400;
    src: url('fonts/IRANSansWeb(FaNum).eot');
    src: url('fonts/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'), url('fonts/IRANSansWeb(FaNum).woff') format('woff'), url('fonts/IRANSansWeb(FaNum).ttf') format('truetype')
}

@font-face {
    font-family: IRANYekan;
    font-style: normal;
    font-weight: 400;
    src: url('fonts/IRANYekanX-Regular.woff');
    src: url('fonts/IRANYekanX-Regular.woff') format('woff'), url('fonts/IRANYekanX-Regular.woff2') format('truetype')
}

body {
    color: #080a3c;
    background-color: #ffffff;
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-family: IRANSans;
    direction: rtl;
    text-align: center;
    /*overflow-x: hidden;*/
}

a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #080a3c;
    text-decoration: none;
    outline: 0 !important;
}

    a:hover {
        text-decoration: none;
        color: #f89b33;
    }

button, input {
    outline: 0 !important;
}

img {
    max-width: 100%;
    height: auto;
}


.mb-100 {
    margin-bottom: 100px
}

.ptb-100 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.pt-100 {
    padding-top: 30px;
}

.pb-100 {
    padding-bottom: 30px;
}

.pt-70 {
    padding-top: 20px;
}

.pb-70 {
    padding-bottom: 20px;
}

.overflow-x-hide {
    overflow-x: hidden;
}

.tx-center {
    text-align: center;
}

.mwidth-1000 {
    max-width: 1000px !important;
}

.max-width-1290 {
    max-width: 1290px;
}

.blt-radius-0 {
    border-radius: 0px 30px 30px 30px !important;
}

p {
    color: #3c474f;
    margin-bottom: 12px;
    line-height: 23px;
    font-size: 14px;
}

    p:last-child {
        margin-bottom: 0;
    }

.border-radius-0 {
    border-radius: 0 !important;
}


/* Section title */
.section-pretitle {
    text-align: center;
    max-width: 400px;
    text-transform: capitalize;
    margin-left: auto;
    margin-bottom: 10px;
    margin-right: auto;
    font-family: IRANYekan;
    font-weight: 600;
}

.section-title {
    text-align: center;
    max-width: 610px;
    text-transform: capitalize;
    margin-left: auto;
    margin-bottom: 20px;
    margin-right: auto;
}

    .section-title h2 {
        margin-bottom: 0;
        font-size: 30px;
        font-weight: 600;
    }

        .section-title h2 span {
            display: inline-block;
            color: #ff612f;
        }


    .section-title.text-left {
        max-width: 576px;
        margin-left: 0;
        margin-right: 0;
    }

        .section-title.text-left .sub-title {
            font-weight: 600;
            color: #ff612f;
            display: block;
            margin-bottom: 10px;
        }

.section-body {
    min-height: 200px;
}

.section-desc {
    color: #313133;
    max-width: 800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 15px;
    font-size: 15px;
    line-height: 32px;
    text-align: justify;
}

.section-btn {
    width: 100%;
    text-align: center;
}

.nav-bg {
    position: absolute;
    z-index: -1;
    right: 0;
    width: 100%;
}

/* default-btn & optional-btn */
.default-btn {
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    color: #ffffff;
    background-color: #540da5;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 30px;
    padding-top: 9px;
    padding-bottom: 9px;
    -webkit-box-shadow: 0 20px 20px 0 rgba(84, 13, 165, 0.2);
    box-shadow: 0 10px 20px 0 rgba(84, 13, 165, 0.2);
}

    .default-btn i {
        position: absolute;
        right: 4px;
        top: 48%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 18px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        color: #ececf3;
    }

    .default-btn span {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-radius: 50%;
        background-color: #f89b33;
        -webkit-transition: width 0.6s ease-in-out, height 0.5s ease-in-out;
        transition: width 0.6s ease-in-out, height 0.5s ease-in-out;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: -1;
        border-radius: 5px;
    }

    .default-btn:hover, .default-btn:focus {
        color: #ffffff;
        -webkit-box-shadow: 0px 5px 28.5px 7px rgb(113, 19, 196, 0.30) !important;
        box-shadow: 0px 5px 28.5px 7px rgba(113, 19, 196, 0.30) !important;
    }

        .default-btn:hover span, .default-btn:focus span {
            width: 288%;
            height: 562.5px;
        }

.optional-btn {
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    color: #080a3c;
    background-color: #3cb371;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 30px;
    padding-top: 9px;
    padding-bottom: 9px;
}

    .optional-btn i {
        position: absolute;
        right: 5px;
        top: 48%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 19px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        color: #080a3c;
    }

    .optional-btn::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 5px;
        /*border: 1px solid #080a3c;*/
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    .optional-btn span {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-radius: 50%;
        background-color: #ff612f;
        -webkit-transition: width 0.6s ease-in-out, height 0.5s ease-in-out;
        transition: width 0.6s ease-in-out, height 0.5s ease-in-out;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: -1;
        border-radius: 5px;
    }

    .optional-btn:hover, .optional-btn:focus {
        color: #ffffff;
        -webkit-box-shadow: 0px 5px 28.5px 5px rgb(113, 19, 196, 0.30) !important;
        box-shadow: 0px 5px 28.5px 5px rgba(113, 19, 196, 0.30) !important;
    }

        .optional-btn:hover::before, .optional-btn:focus::before {
            border-color: #ff612f;
        }

        .optional-btn:hover span, .optional-btn:focus span {
            width: 225%;
            height: 562.5px;
        }

/*================================================
Preloader Area CSS
=================================================*/
.preloader-area {
    position: fixed;
    top: 0;
    background-color: #9f16cf;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    text-align: center;
}

    .preloader-area .loadingtext {
        position: absolute;
        left: 0;
        right: 0;
        top: 52%;
        color: #fff;
    }

    .preloader-area .spinner {
        width: 4em;
        height: 4em;
        -webkit-transform: perspective(20em) rotateX(-24deg) rotateY(20deg) rotateZ(30deg);
        transform: perspective(20em) rotateX(-24deg) rotateY(20deg) rotateZ(30deg);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        position: absolute;
        left: 0;
        right: 0;
        top: 45%;
        -webkit-transform: translateY(-45%);
        transform: translateY(-45%);
        margin-left: auto;
        margin-right: auto;
    }

        .preloader-area .spinner .disc {
            position: absolute;
            width: 100%;
            height: 100%;
            border-radius: 100%;
            border: 0.3em dotted #ffffff;
        }

            .preloader-area .spinner .disc:nth-child(1) {
                -webkit-animation: rotate 12s linear infinite;
                animation: rotate 12s linear infinite;
            }

            .preloader-area .spinner .disc:nth-child(2) {
                -webkit-animation: rotateDisc2 12s linear infinite;
                animation: rotateDisc2 12s linear infinite;
            }

            .preloader-area .spinner .disc:nth-child(3) {
                -webkit-animation: rotateDisc3 12s linear infinite;
                animation: rotateDisc3 12s linear infinite;
            }

        .preloader-area .spinner .inner {
            width: 100%;
            height: 100%;
            -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
            -webkit-animation: sphereSpin 6s linear infinite;
            animation: sphereSpin 6s linear infinite;
        }

        .preloader-area .spinner::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            border-radius: 50%;
            right: 0;
            bottom: 0;
            border: 2px dotted #ffffff;
            margin: -15px;
        }

@-webkit-keyframes sphereSpin {
    0% {
        -webkit-transform: rotateX(360deg) rotateY(0deg);
        transform: rotateX(360deg) rotateY(0deg);
    }

    100% {
        -webkit-transform: rotateX(0deg) rotateY(360deg);
        transform: rotateX(0deg) rotateY(360deg);
    }
}

@keyframes sphereSpin {
    0% {
        -webkit-transform: rotateX(360deg) rotateY(0deg);
        transform: rotateX(360deg) rotateY(0deg);
    }

    100% {
        -webkit-transform: rotateX(0deg) rotateY(360deg);
        transform: rotateX(0deg) rotateY(360deg);
    }
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotateDisc2 {
    from {
        -webkit-transform: rotateX(90deg) rotateZ(0deg);
        transform: rotateX(90deg) rotateZ(0deg);
    }

    to {
        -webkit-transform: rotateX(90deg) rotateZ(360deg);
        transform: rotateX(90deg) rotateZ(360deg);
    }
}

@keyframes rotateDisc2 {
    from {
        -webkit-transform: rotateX(90deg) rotateZ(0deg);
        transform: rotateX(90deg) rotateZ(0deg);
    }

    to {
        -webkit-transform: rotateX(90deg) rotateZ(360deg);
        transform: rotateX(90deg) rotateZ(360deg);
    }
}

@-webkit-keyframes rotateDisc3 {
    from {
        -webkit-transform: rotateY(90deg) rotateZ(0deg);
        transform: rotateY(90deg) rotateZ(0deg);
    }

    to {
        -webkit-transform: rotateY(90deg) rotateZ(360deg);
        transform: rotateY(90deg) rotateZ(360deg);
    }
}

@keyframes rotateDisc3 {
    from {
        -webkit-transform: rotateY(90deg) rotateZ(0deg);
        transform: rotateY(90deg) rotateZ(0deg);
    }

    to {
        -webkit-transform: rotateY(90deg) rotateZ(360deg);
        transform: rotateY(90deg) rotateZ(360deg);
    }
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/*================================================
Navbar Area CSS
=================================================*/
.navbar-section {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 150px;
    display: block;
}

.navbar-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    height: auto;
    z-index: 1040;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .navbar-area .container {
        max-width: 1290px;
    }

    .navbar-area.is-sticky {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
        box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
        background-color: #ffffff !important;
        -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
        animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
        padding-top: 0;
        padding-bottom: 0;
    }

        .navbar-area.is-sticky .spacle-nav .others-options .optional-btn {
            color: #080a3c;
        }

            .navbar-area.is-sticky .spacle-nav .others-options .optional-btn i {
                color: #080a3c;
            }

            .navbar-area.is-sticky .spacle-nav .others-options .optional-btn::before {
                border-color: #080a3c;
            }

            .navbar-area.is-sticky .spacle-nav .others-options .optional-btn:hover, .navbar-area.is-sticky .spacle-nav .others-options .optional-btn:focus {
                color: #ffffff;
            }

                .navbar-area.is-sticky .spacle-nav .others-options .optional-btn:hover i, .navbar-area.is-sticky .spacle-nav .others-options .optional-btn:focus i {
                    color: #ffffff;
                }

    .navbar-area.navbar-style-two {
        position: relative;
        background-color: #ffffff;
    }

.navbar-area.navbar-style-two.is-sticky {
position: fixed;
}

.navbar-area.navbar-style-two .spacle-nav .navbar .navbar-nav {
margin-left: auto;
}

.navbar-area.navbar-style-two .spacle-nav .others-options {
margin-left: 25px;
}

.navbar-area.navbar-style-two .spacle-nav .others-options .optional-btn {
color: #080a3c;
}

.navbar-area.navbar-style-two .spacle-nav .others-options .optional-btn i {
color: #ff612f;
}

.navbar-area.navbar-style-two .spacle-nav .others-options .optional-btn::before {
border-color: #080a3c;
}

.navbar-area.navbar-style-two .spacle-nav .others-options .optional-btn:hover, .navbar-area.navbar-style-two .spacle-nav .others-options .optional-btn:focus {
color: #ffffff;
}

.navbar-area.navbar-style-two .spacle-nav .others-options .optional-btn:hover i, .navbar-area.navbar-style-two .spacle-nav .others-options .optional-btn:focus i {
    color: #ffffff;
}

.navbar-area.navbar-style-two .container {
    max-width: 1140px;
}

.spacle-nav {
    background-color: transparent;
}

    .spacle-nav .navbar {
        background-color: transparent;
        padding-right: 0;
        padding-top: 0;
        padding-left: 0;
        padding-bottom: 0;
        display:inline-flex;
    }

        .spacle-nav .navbar .navbar-brand {
            padding: 0;
            font-weight: bold;
            font-size: 27px;
        }

            .spacle-nav .navbar .navbar-brand img {
                width: 150px;
            }

        .spacle-nav .navbar ul {
            padding-left: 0;
            list-style-type: none;
            margin-bottom: 0;
        }

        .spacle-nav .navbar .navbar-nav {
            margin-left: 30px;
        }

            .spacle-nav .navbar .navbar-nav .nav-item {
                position: relative;
                padding: 0;
                /* Mega dropdown menu */
            }

                .spacle-nav .navbar .navbar-nav .nav-item a {
                    font-size: 13px;
                    font-weight: 500;
                    color: #0a0a0a;
                    padding-left: 0;
                    padding-right: 0;
                    padding-top: 30px;
                    padding-bottom: 30px;
                    margin-left: 13px;
                    margin-right: 13px;
                    font-family: IRANYekan;
                    font-weight: 600;
                }

                    .spacle-nav .navbar .navbar-nav .nav-item a:hover, .spacle-nav .navbar .navbar-nav .nav-item a:focus, .spacle-nav .navbar .navbar-nav .nav-item a.active {
                        color: #f89b33;
                    }

                    .spacle-nav .navbar .navbar-nav .nav-item a i {
                        font-size: 11px;
                        position: relative;
                        top: 1px;
                        display: inline-block;
                        margin-left: -3px;
                        margin-right: 0px;
                    }

                .spacle-nav .navbar .navbar-nav .nav-item:last-child a {
                    margin-right: 0;
                }

                .spacle-nav .navbar .navbar-nav .nav-item:first-child a {
                    margin-left: 0;
                }

                .spacle-nav .navbar .navbar-nav .nav-item:hover a, .spacle-nav .navbar .navbar-nav .nav-item.active a {
                    color: #f89b33;
                }

                .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu {
                    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
                    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
                    background: #ffffff;
                    position: absolute;
                    border: none;
                    top: 40px;
                    right: 0;
                    width: 200px;
                    z-index: 99;
                    display: block;
                    opacity: 0;
                    visibility: hidden;
                    border-radius: 0;
                    -webkit-transition: all 0.3s ease-in-out;
                    transition: all 0.3s ease-in-out;
                    margin-top: 20px;
                    padding: 10px 0 10px 0;
                    text-align: right;
                    border-radius:5px;
                }

                    .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
                        padding:5px 0;
                    }

                        .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
                            padding: 13px 20px 11px;
                            margin: 0;
                            position: relative;
                            color: #1b1b1b;
                            border-bottom: 1px dashed #e5e5e5;
                            font-size: 13px;
                            font-weight: 500;
                        }

                            .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
                                color: #f89b33;
                            }

                        .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child a {
                            border-bottom: none;
                        }

                        .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
                            left: -250px;
                            top: 15px;
                            opacity: 0;
                            visibility: hidden;
                        }

                            .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
                                color: #4a6f8a;
                            }

                                .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
                                    color: #f89b33;
                                }

                            .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
                                left: 220px;
                                top: 15px;
                                opacity: 0;
                                visibility: hidden;
                            }

                                .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
                                    color: #4a6f8a;
                                }

                                    .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                                        color: #f89b33;
                                    }

                                .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
                                    left: -250px;
                                    top: 15px;
                                    opacity: 0;
                                    visibility: hidden;
                                }

                                    .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
                                        color: #4a6f8a;
                                    }

                                        .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                                            color: #f89b33;
                                        }

                                    .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
                                        left: -250px;
                                        top: 15px;
                                        opacity: 0;
                                        visibility: hidden;
                                    }

                                        .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
                                            color: #4a6f8a;
                                        }

                                            .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                                                color: #f89b33;
                                            }

                                        .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
                                            left: -250px;
                                            top: 15px;
                                            opacity: 0;
                                            visibility: hidden;
                                        }

                                            .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
                                                color: #080a3c;
                                            }

                                                .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                                                    color: #ffffff;
                                                    background-color: #f89b33;
                                                }

                                            .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
                                                left: -250px;
                                                top: 15px;
                                                opacity: 0;
                                                visibility: hidden;
                                            }

                                                .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
                                                    color: #080a3c;
                                                }

                                                    .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                                                        color: #ffffff;
                                                        background-color: #f89b33;
                                                    }

                                            .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
                                                color: #ffffff;
                                                background-color: #f89b33;
                                            }

                                            .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
                                                opacity: 1;
                                                visibility: visible;
                                                top: 0;
                                            }

                                        .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
                                            color: #f89b33;
                                        }

                                        .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
                                            opacity: 1;
                                            visibility: visible;
                                            top: 0;
                                        }

                                    .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
                                        color: #f89b33;
                                    }

                                    .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
                                        opacity: 1;
                                        visibility: visible;
                                        top: 0;
                                    }

                                .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
                                    color: #f89b33;
                                }

                                .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
                                    opacity: 1;
                                    visibility: visible;
                                    top: 0;
                                }

                            .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
                                color: #f89b33;
                            }

                            .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
                                opacity: 1;
                                visibility: visible;
                                top: 0;
                            }

                        .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
                            color: #f89b33;
                        }

                        .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
                            opacity: 1;
                            visibility: visible;
                            top: 0;
                        }

                .spacle-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
                    opacity: 1;
                    visibility: visible;
                    top: 100%;
                    margin-top: 0;
                }

                .spacle-nav .navbar .navbar-nav .nav-item .mega-dropdown-menu {
                    width: 500px;
                    padding: 0 10px 5px;
                }

                    .spacle-nav .navbar .navbar-nav .nav-item .mega-dropdown-menu h3 {
                        font-size: 17px;
                        margin-top: 20px;
                        border-bottom: 1px dashed #e5e5e5;
                        margin-bottom: 0;
                        padding-bottom: 10px;
                        position: relative;
                    }

                        .spacle-nav .navbar .navbar-nav .nav-item .mega-dropdown-menu h3::before {
                            content: '';
                            position: absolute;
                            bottom: -1px;
                            left: 0;
                            background: #f89b33;
                            width: 30px;
                            height: 1px;
                        }

                    .spacle-nav .navbar .navbar-nav .nav-item .mega-dropdown-menu .nav-item {
                        width: 50%;
                        float: left;
                        padding: 0 10px;
                    }

                        .spacle-nav .navbar .navbar-nav .nav-item .mega-dropdown-menu .nav-item a {
                            padding-left: 0;
                            padding-right: 0;
                            border-bottom: 1px dashed #e5e5e5 !important;
                        }

                            .spacle-nav .navbar .navbar-nav .nav-item .mega-dropdown-menu .nav-item a:last-child {
                                border-bottom: none !important;
                            }

        .spacle-nav .others-options {
            margin-left: auto;
            display:inline-flex;
        }

            .spacle-nav .others-options .default-btn {
                color: #ffffff;
                background-color: #fab33f;
                margin-left: 5px;
            }

                .spacle-nav .others-options .default-btn i {
                    color: #ffffff;
                }

                .spacle-nav .others-options .default-btn span {
                    background-color: #080a3c;
                }

            .spacle-nav .others-options .optional-btn {
                margin-left: 10px;
                color: #ffffff;
            }

                .spacle-nav .others-options .optional-btn i {
                    color: #ffffff;
                }

                .spacle-nav .others-options .optional-btn::before {
                    border-color: #ffffff;
                }

                .spacle-nav .others-options .optional-btn span {
                    background-color: #080a3c;
                }

                .spacle-nav .others-options .optional-btn:hover::before, .spacle-nav .others-options .optional-btn:focus::before {
                    border-color: #080a3c;
                }









/*================================================
Blog Area CSS
=================================================*/
.single-blog-post {
    border-radius: 2px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    background-color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

    .single-blog-post .post-image {
        overflow: hidden;
        position: relative;
    }

        .single-blog-post .post-image a {
            display: block;
        }

            .single-blog-post .post-image a img {
                -webkit-transition: 0.5s;
                transition: 0.5s;
            }

        .single-blog-post .post-image .date {
            position: absolute;
            left: 0;
            bottom: 0;
            background-color: #ffffff;
            border-radius: 0 5px 0 0;
            padding: 10px 25px 0;
            z-index: 1;
            color: #080a3c;
            font-size: 15px;
            font-weight: 300;
        }

            .single-blog-post .post-image .date i {
                color: #ff612f;
                margin-right: 1px;
                font-size: 16px;
                position: relative;
                top: 1px;
            }

    .single-blog-post .post-content {
        padding: 25px;
    }

        .single-blog-post .post-content h3 {
            line-height: 1.4;
            font-size: 22px;
            font-weight: 500;
        }

            .single-blog-post .post-content h3 a {
                display: inline-block;
            }

        .single-blog-post .post-content .post-info {
            -ms-flex-align: center !important;
            -webkit-box-align: center !important;
            align-items: center !important;
            display: -ms-flexbox;
            display: -webkit-box;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin-top: 15px;
        }

            .single-blog-post .post-content .post-info .post-by {
                -ms-flex: 0 0 50%;
                -webkit-box-flex: 0;
                flex: 0 0 50%;
                position: relative;
                max-width: 50%;
                padding-left: 52px;
            }

                .single-blog-post .post-content .post-info .post-by img {
                    width: 43px;
                    height: 43px;
                    border-radius: 50%;
                    border: 1px solid #dde4ff;
                    position: absolute;
                    left: 0;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
                }

                .single-blog-post .post-content .post-info .post-by h6 {
                    margin-bottom: 0;
                    color: #8891b5;
                    font-size: 15px;
                    font-weight: 500;
                }

            .single-blog-post .post-content .post-info .details-btn {
                -ms-flex: 0 0 50%;
                -webkit-box-flex: 0;
                flex: 0 0 50%;
                text-align: right;
                max-width: 50%;
            }

                .single-blog-post .post-content .post-info .details-btn a {
                    display: inline-block;
                    width: 43px;
                    height: 43px;
                    position: relative;
                    border-radius: 50%;
                    background-color: #ebefff;
                    color: #080a3c;
                    text-align: center;
                    font-size: 25px;
                }

                    .single-blog-post .post-content .post-info .details-btn a i {
                        position: absolute;
                        left: 0;
                        right: 0;
                        top: 50%;
                        -webkit-transform: translateY(-50%);
                        transform: translateY(-50%);
                        margin-left: auto;
                        margin-right: auto;
                    }

                    .single-blog-post .post-content .post-info .details-btn a:hover {
                        color: #ffffff;
                        background-color: #080a3c;
                    }

    .single-blog-post:hover .post-image a img {
        -webkit-transform: scale(1.2) rotate(5deg);
        transform: scale(1.2) rotate(5deg);
    }

.blog-notes {
    margin-top: 10px;
    text-align: center;
}

    .blog-notes p {
        line-height: initial;
    }

        .blog-notes p a {
            display: inline-block;
            color: #ff612f;
        }

            .blog-notes p a:hover {
                color: #f89b33;
            }






.single-blog-post-item {
    margin-bottom: 30px;
    position: relative;
    background-color: #fffaf3;
}

    .single-blog-post-item .post-image {
        border-radius: 5px 5px 0 0;
    }

        .single-blog-post-item .post-image a {
            border-radius: 5px 5px 0 0;
            overflow: hidden;
        }

            .single-blog-post-item .post-image a img {
                border-radius: 5px 5px 0 0;
                -webkit-transition: 0.5s;
                transition: 0.5s;
                width: 100%;
            }

    .single-blog-post-item .post-content {
        padding: 20px;
    }

        .single-blog-post-item .post-content .category {
            display: inline-block;
            margin-bottom: 10px;
            color: #4a6f8a;
            text-transform: uppercase;
            font-weight: 500;
            font-size: 14px;
        }

            .single-blog-post-item .post-content .category:hover {
                color: #ff612f;
            }

        .single-blog-post-item .post-content h3 {
            margin-bottom: 12px;
            line-height: 1.4;
            font-size: 22px;
            font-weight: 600;
        }

            .single-blog-post-item .post-content h3 a {
                display: inline-block;
            }

        .single-blog-post-item .post-content .post-content-footer {
            list-style-type: none;
            padding-left: 0;
            margin-bottom: 0;
            margin-left: -7px;
            margin-right: -7px;
            margin-top: 18px;
        }

            .single-blog-post-item .post-content .post-content-footer li {
                color: #4a6f8a;
                font-size: 15px;
                position: relative;
                padding-left: 28px;
                padding-right: 7px;
            }

                .single-blog-post-item .post-content .post-content-footer li .post-author img {
                    width: 35px;
                    height: 35px;
                    margin-right: 10px;
                }

                .single-blog-post-item .post-content .post-content-footer li .post-author span {
                    color: #ff612f;
                }

                .single-blog-post-item .post-content .post-content-footer li i {
                    color: #f89b33;
                    position: absolute;
                    left: 7px;
                    top: 3px;
                }

                .single-blog-post-item .post-content .post-content-footer li:first-child {
                    padding-left: 7px;
                }

    .single-blog-post-item:hover .post-image a img {
        -webkit-transform: scale(1.07);
        transform: scale(1.07);
    }

.blog-slides.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: -105px;
}

    .blog-slides.owl-theme .owl-nav [class*=owl-] {
        color: #ff612f;
        font-size: 35px;
        margin: 0;
        width: 45px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        padding: 3px 0 0 0 !important;
        background: #fcf8f4;
        border-radius: 50%;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

        .blog-slides.owl-theme .owl-nav [class*=owl-].owl-next {
            margin-left: 10px;
        }

        .blog-slides.owl-theme .owl-nav [class*=owl-]:hover {
            background-color: #ff612f;
            color: #ffffff;
        }

/*================================================
Blog Details Area CSS
=================================================*/
.blog-details-desc .article-content {
    margin-top: 30px;
}

    .blog-details-desc .article-content .entry-meta {
        margin-bottom: -8px;
    }

        .blog-details-desc .article-content .entry-meta ul {
            padding-left: 0;
            margin-bottom: 0;
            list-style-type: none;
        }

            .blog-details-desc .article-content .entry-meta ul li {
                position: relative;
                display: inline-block;
                color: #080a3c;
                margin-right: 20px;
            }

                .blog-details-desc .article-content .entry-meta ul li a {
                    display: inline-block;
                    color: #4a6f8a;
                }

                    .blog-details-desc .article-content .entry-meta ul li a:hover {
                        color: #f89b33;
                    }

                .blog-details-desc .article-content .entry-meta ul li i {
                    color: #ff612f;
                    margin-right: 2px;
                    position: relative;
                    top: 1px;
                }

                .blog-details-desc .article-content .entry-meta ul li::before {
                    content: '';
                    position: absolute;
                    top: 12px;
                    right: -15px;
                    width: 6px;
                    height: 1px;
                    background: #f89b33;
                }

                .blog-details-desc .article-content .entry-meta ul li:last-child {
                    margin-right: 0;
                }

                    .blog-details-desc .article-content .entry-meta ul li:last-child::before {
                        display: none;
                    }

    .blog-details-desc .article-content h3 {
        margin-bottom: 15px;
        margin-top: 25px;
        font-size: 22px;
        font-weight: 500;
    }

    .blog-details-desc .article-content .wp-block-gallery.columns-3 {
        padding-left: 0;
        list-style-type: none;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -10px;
        margin-left: -10px;
        margin-bottom: 30px;
        margin-top: 30px;
    }

        .blog-details-desc .article-content .wp-block-gallery.columns-3 li {
            -ms-flex: 0 0 33.3333%;
            -webkit-box-flex: 0;
            flex: 0 0 33.3333%;
            max-width: 33.3333%;
            padding-right: 10px;
            padding-left: 10px;
        }

            .blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
                margin-bottom: 0;
            }

    .blog-details-desc .article-content .features-list {
        padding-left: 0;
        list-style-type: none;
        margin-top: 25px;
        margin-bottom: 30px;
    }

        .blog-details-desc .article-content .features-list li {
            margin-bottom: 15px;
            position: relative;
            padding-left: 28px;
            color: #4a6f8a;
        }

            .blog-details-desc .article-content .features-list li i {
                color: #f89b33;
                display: inline-block;
                font-size: 20px;
                position: absolute;
                left: 0;
                top: 0;
            }

            .blog-details-desc .article-content .features-list li:last-child {
                margin-bottom: 0;
            }

.blog-details-desc .article-footer {
    margin-top: 30px;
}

    .blog-details-desc .article-footer .article-tags a {
        display: inline-block;
        color: #ffffff;
        background-color: #ff612f;
        padding: 4px 12px;
        border-radius: 5px;
        margin-right: 3px;
        font-size: 14px;
    }

        .blog-details-desc .article-footer .article-tags a:hover {
            color: #ffffff;
            background-color: #f89b33;
        }

.comments-area {
    margin-top: 25px;
}

    .comments-area .comments-title {
        margin-bottom: 30px;
        line-height: initial;
        font-size: 22px;
        font-weight: 500;
    }

    .comments-area ol, .comments-area ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

    .comments-area .comment-list {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

    .comments-area .children {
        margin-left: 20px;
    }

    .comments-area .comment-body {
        border-bottom: 1px solid #eeeeee;
        padding-left: 65px;
        color: #080a3c;
        font-size: 14px;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

        .comments-area .comment-body .reply {
            margin-top: 15px;
        }

            .comments-area .comment-body .reply a {
                border: 1px solid #ded9d9;
                color: #080a3c;
                display: inline-block;
                padding: 6px 20px;
                border-radius: 30px;
                text-transform: uppercase;
                position: relative;
                z-index: 1;
                font-size: 13px;
                font-weight: 600;
            }

                .comments-area .comment-body .reply a:hover {
                    color: #ffffff;
                    background-color: #f89b33;
                    border-color: #f89b33;
                }

    .comments-area .comment-author {
        font-size: 16px;
        margin-bottom: 0.2em;
        position: relative;
        z-index: 2;
    }

        .comments-area .comment-author .avatar {
            height: 50px;
            left: -65px;
            position: absolute;
            width: 50px;
        }

        .comments-area .comment-author .fn {
            font-weight: 500;
        }

        .comments-area .comment-author .says {
            display: none;
        }

    .comments-area .comment-metadata {
        margin-bottom: .8em;
        color: #4a6f8a;
        letter-spacing: 0.01em;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 400;
    }

        .comments-area .comment-metadata a {
            color: #4a6f8a;
        }

            .comments-area .comment-metadata a:hover {
                color: #f89b33;
            }

    .comments-area .comment-respond {
        margin-top: 30px;
    }

        .comments-area .comment-respond .comment-reply-title {
            margin-bottom: 0;
            font-size: 22px;
            font-weight: 500;
        }

            .comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
                display: inline-block;
            }

        .comments-area .comment-respond .comment-form {
            overflow: hidden;
        }

        .comments-area .comment-respond .comment-notes {
            margin-bottom: 0;
            margin-top: 10px;
        }

            .comments-area .comment-respond .comment-notes .required {
                color: red;
            }

        .comments-area .comment-respond .comment-form-comment {
            margin-top: 15px;
            float: left;
            width: 100%;
        }

        .comments-area .comment-respond label {
            display: block;
            font-weight: 500;
            color: #080a3c;
            margin-bottom: 5px;
        }

        .comments-area .comment-respond input[type="date"], .comments-area .comment-respond input[type="time"], .comments-area .comment-respond input[type="datetime-local"], .comments-area .comment-respond input[type="week"], .comments-area .comment-respond input[type="month"], .comments-area .comment-respond input[type="text"], .comments-area .comment-respond input[type="email"], .comments-area .comment-respond input[type="url"], .comments-area .comment-respond input[type="password"], .comments-area .comment-respond input[type="search"], .comments-area .comment-respond input[type="tel"], .comments-area .comment-respond input[type="number"], .comments-area .comment-respond textarea {
            display: block;
            width: 100%;
            background-color: #ffffff;
            border: 1px solid #eeeeee;
            padding: 0.625em 0.7375em;
            outline: 0;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

            .comments-area .comment-respond input[type="date"]:focus, .comments-area .comment-respond input[type="time"]:focus, .comments-area .comment-respond input[type="datetime-local"]:focus, .comments-area .comment-respond input[type="week"]:focus, .comments-area .comment-respond input[type="month"]:focus, .comments-area .comment-respond input[type="text"]:focus, .comments-area .comment-respond input[type="email"]:focus, .comments-area .comment-respond input[type="url"]:focus, .comments-area .comment-respond input[type="password"]:focus, .comments-area .comment-respond input[type="search"]:focus, .comments-area .comment-respond input[type="tel"]:focus, .comments-area .comment-respond input[type="number"]:focus, .comments-area .comment-respond textarea:focus {
                border-color: #f89b33;
            }

        .comments-area .comment-respond .comment-form-author {
            float: left;
            width: 50%;
            padding-right: 10px;
            margin-bottom: 20px;
        }

        .comments-area .comment-respond .comment-form-email {
            float: left;
            width: 50%;
            padding-left: 12px;
            margin-bottom: 20px;
        }

        .comments-area .comment-respond .comment-form-url {
            float: left;
            width: 100%;
            margin-bottom: 20px;
        }

        .comments-area .comment-respond .comment-form-cookies-consent {
            width: 100%;
            float: left;
            position: relative;
            padding-left: 20px;
            margin-bottom: 20px;
        }

            .comments-area .comment-respond .comment-form-cookies-consent input {
                position: absolute;
                left: 0;
                top: 5px;
            }

            .comments-area .comment-respond .comment-form-cookies-consent label {
                display: inline-block;
                margin: 0;
                color: #4a6f8a;
                font-weight: normal;
                position: relative;
                top: -2px;
            }

        .comments-area .comment-respond .form-submit {
            float: left;
            width: 100%;
        }

            .comments-area .comment-respond .form-submit input {
                background: #f89b33;
                border: none;
                color: #ffffff;
                padding: 11px 25px;
                display: inline-block;
                cursor: pointer;
                outline: 0;
                -webkit-transition: 0.5s;
                transition: 0.5s;
                border-radius: 5px;
                font-weight: 500;
                font-size: 15px;
            }

                .comments-area .comment-respond .form-submit input:hover, .comments-area .comment-respond .form-submit input:focus {
                    color: #ffffff;
                    background-color: #ff612f;
                }

.spacle-post-navigation {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.prev-link-wrapper {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
}

    .prev-link-wrapper a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .prev-link-wrapper a:hover .image-prev::after {
            opacity: 1;
            visibility: visible;
        }

        .prev-link-wrapper a:hover .image-prev .post-nav-title {
            opacity: 1;
            visibility: visible;
        }

        .prev-link-wrapper a:hover .prev-link-info-wrapper {
            color: #f89b33;
        }

    .prev-link-wrapper .image-prev {
        display: inline-block;
        min-width: 100px;
        width: 100px;
        border-radius: 5px;
        overflow: hidden;
        vertical-align: top;
        margin-right: 20px;
        position: relative;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

        .prev-link-wrapper .image-prev img {
            border-radius: 5px;
        }

        .prev-link-wrapper .image-prev::after {
            display: block;
            content: '';
            height: 100%;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 5px;
            opacity: 0;
            background-color: #f89b33;
            visibility: hidden;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

        .prev-link-wrapper .image-prev .post-nav-title {
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            right: 0;
            margin: 0 auto;
            text-align: center;
            text-transform: uppercase;
            z-index: 2;
            color: #ffffff;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            font-size: 16px;
            font-weight: 500;
        }

    .prev-link-wrapper .prev-link-info-wrapper {
        color: #080a3c;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    .prev-link-wrapper .prev-title {
        display: inline-block;
        font-weight: 500;
        font-size: 17px;
    }

    .prev-link-wrapper .meta-wrapper {
        display: block;
        color: #4a6f8a;
        text-transform: capitalize;
        margin-top: 5px;
        font-weight: 400;
        font-size: 14px;
    }

.next-link-wrapper {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: right;
    padding-left: 15px;
}

    .next-link-wrapper a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .next-link-wrapper a:hover .image-next::after {
            opacity: 1;
            visibility: visible;
        }

        .next-link-wrapper a:hover .image-next .post-nav-title {
            opacity: 1;
            visibility: visible;
        }

        .next-link-wrapper a:hover .next-link-info-wrapper {
            color: #f89b33;
        }

    .next-link-wrapper .image-next {
        display: inline-block;
        min-width: 100px;
        width: 100px;
        border-radius: 5px;
        overflow: hidden;
        vertical-align: top;
        margin-left: 20px;
        position: relative;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

        .next-link-wrapper .image-next img {
            border-radius: 5px;
        }

        .next-link-wrapper .image-next::after {
            display: block;
            content: '';
            height: 100%;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 5px;
            opacity: 0;
            background-color: #f89b33;
            visibility: hidden;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

        .next-link-wrapper .image-next .post-nav-title {
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            right: 0;
            margin: 0 auto;
            text-align: center;
            text-transform: uppercase;
            z-index: 2;
            color: #ffffff;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            font-size: 16px;
            font-weight: 500;
        }

    .next-link-wrapper .next-link-info-wrapper {
        -webkit-transition: 0.5s;
        transition: 0.5s;
        color: #080a3c;
    }

    .next-link-wrapper .next-title {
        display: inline-block;
        font-weight: 500;
        font-size: 17px;
    }

    .next-link-wrapper .meta-wrapper {
        display: block;
        color: #4a6f8a;
        text-transform: capitalize;
        margin-top: 5px;
        font-weight: 400;
        font-size: 14px;
    }

blockquote, .blockquote {
    overflow: hidden;
    background-color: #fafafa;
    padding: 50px !important;
    position: relative;
    text-align: center;
    z-index: 1;
    margin-bottom: 20px;
    margin-top: 20px;
}

    blockquote p, .blockquote p {
        color: #080a3c;
        line-height: 1.6;
        margin-bottom: 0;
        font-style: italic;
        font-weight: 500;
        font-size: 22px !important;
    }

    blockquote cite, .blockquote cite {
        display: none;
    }

    blockquote::before, .blockquote::before {
        color: #efefef;
        position: absolute;
        left: 50px;
        top: -50px;
        z-index: -1;
        content: "\ed67";
        font-family: "boxicons" !important;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        font-size: 135px;
    }

    blockquote::after, .blockquote::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 3px;
        background-color: #f89b33;
        margin-top: 20px;
        margin-bottom: 20px;
    }



/*================================================
404 Error Area CSS
=================================================*/
.error-area {
    height: 100vh;
}

.error-content {
    text-align: center;
    margin: 0 auto;
    max-width: 700px;
}

    .error-content h3 {
        font-size: 40px;
        font-weight: 500;
        margin-top: 45px;
        margin-bottom: 15px;
    }

    .error-content p {
        max-width: 520px;
        margin: 0 auto 25px;
    }

/*================================================
Contact Area CSS
=================================================*/
.contact-inner {
    background-color: #ffffff;
    -webkit-box-shadow: 0 10px 35px 5px rgba(137, 173, 255, 0.15);
    box-shadow: 0 10px 35px 5px rgba(137, 173, 255, 0.15);
    padding: 50px 30px;
    text-align: right;
}

.contact-features-list {
    padding-right: 15px;
    border-right: 1px solid #eeeeee;
}

    .contact-features-list h3 {
        margin-bottom: 12px;
        font-size: 18px;
        font-weight: 500;
    }

    .contact-features-list p {
        margin-bottom: 10px;
    }

        .contact-features-list p:last-child {
            margin-bottom: 0;
        }

    .contact-features-list ul {
        padding-left: 0;
        list-style-type: none;
        margin-top: 25px;
        margin-bottom: 0;
    }

        .contact-features-list ul li {
            color: #4a6f8a;
            margin-bottom: 12px;
            position: relative;
            padding-left: 20px;
            line-height: 14px;
            font-size: 13px;
        }

            .contact-features-list ul li i {
                color: #f89b33;
                position: absolute;
                left: 0;
                top: 4px;
            }

            .contact-features-list ul li:last-child {
                margin-bottom: 0;
            }

.contact-form h3 {
    margin-bottom: 25px;
    font-size: 15px;
    font-weight: 500;
}

.contact-form form .row {
    margin-left: -7px;
    margin-right: -7px;
}

    .contact-form form .row .col-lg-6, .contact-form form .row .col-lg-12 {
        padding-left: 7px;
        padding-right: 7px;
    }

.contact-form form .form-group {
    margin-bottom: 15px;
}

.contact-form form .form-control {
    height: 48px;
    padding: 0 15px;
    line-height: initial;
    color: #080a3c;
    background-color: transparent;
    border: 1px solid #cecfdf;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    font-size: 14px;
    font-weight: 400;
}

    .contact-form form .form-control:focus {
        border-color: #f89b33;
    }

    .contact-form form .form-control::-webkit-input-placeholder {
        color: #999999;
    }

    .contact-form form .form-control:-ms-input-placeholder {
        color: #999999;
    }

    .contact-form form .form-control::-ms-input-placeholder {
        color: #999999;
    }

    .contact-form form .form-control::placeholder {
        color: #999999;
    }

.contact-form form textarea.form-control {
    height: auto !important;
    padding-top: 15px;
}

.contact-form form .default-btn {
    -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(255, 97, 47, 0.3) !important;
    box-shadow: 0px 5px 28.5px 1.5px rgba(255, 97, 47, 0.3) !important;
}

    .contact-form form .default-btn:hover, .contact-form form .default-btn:focus {
        -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(19, 196, 161, 0.3) !important;
        box-shadow: 0px 5px 28.5px 1.5px rgba(19, 196, 161, 0.3) !important;
    }

.contact-form .with-errors ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 5px;
    margin-bottom: 0;
}

    .contact-form .with-errors ul li {
        color: red;
    }

.contact-form #msgSubmit {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 500;
}

    .contact-form #msgSubmit.text-danger {
        margin-top: 5px;
    }

.contact-info {
    text-align: center;
    margin-top: 50px;
}

    .contact-info .contact-info-content h3 {
        margin-bottom: 15px;
        font-size: 22px;
        font-weight: 500;
    }

    .contact-info .contact-info-content h2 {
        margin-bottom: 0;
        font-size: 40px;
        font-weight: 500;
    }

        .contact-info .contact-info-content h2 a {
            display: inline-block;
            color: #f89b33;
        }

            .contact-info .contact-info-content h2 a:hover {
                color: #ff612f;
            }

            .contact-info .contact-info-content h2 a:not(:first-child) {
                color: #ff612f;
            }

                .contact-info .contact-info-content h2 a:not(:first-child):hover {
                    color: #f89b33;
                }

        .contact-info .contact-info-content h2 span {
            display: block;
            color: #4a6f8a;
            margin-top: 5px;
            margin-bottom: 2px;
            font-size: 15px;
            font-weight: 500;
        }

    .contact-info .contact-info-content .social {
        padding-left: 0;
        list-style-type: none;
        margin-bottom: 0;
        margin-top: 25px;
    }

        .contact-info .contact-info-content .social li {
            display: inline-block;
            margin: 0 2px;
        }

            .contact-info .contact-info-content .social li a {
                width: 40px;
                display: block;
                height: 40px;
                border: 1px solid #dadada;
                border-radius: 50%;
                color: #aba5a5;
                font-size: 20px;
                position: relative;
            }

                .contact-info .contact-info-content .social li a i {
                    position: absolute;
                    left: 0;
                    right: 0;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
                    margin-left: auto;
                    margin-right: auto;
                    color: #fff;
                }

                .contact-info .contact-info-content .social li a:hover {
                    color: #ffffff;
                    border-color: #f89b33;
                    background-color: #f89b33;
                }

/*================================================
Footer Area CSS
=================================================*/
.footer-area {
    background-color: #540da5;
    position: relative;
    z-index: 1;
    padding-top: 80px;
    text-align: right;
    font-size: 14px;
    margin-top: 100px;
}

    .footer-area::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        -webkit-animation: imageChange 1s linear 1s infinite;
        animation: imageChange 1s linear 1s infinite;
        background-image: url(../images/footer-shape1.png);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .footer-area::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        -webkit-animation: imageChangeTwo 1s linear 1s infinite;
        animation: imageChangeTwo 1s linear 1s infinite;
        /* background-image: url(../images/footer-shape2.png);*/
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }

.divider {
    width: 100%;
    position: absolute;
    height: 100px;
    pointer-events: none;
    -webkit-mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");
    -webkit-mask-size: 100% 101%;
    mask-size: 100% 101%;
    background: #540da5;
    top: -100px;
    left: 0;
    z-index: -1;
}

.single-footer-widget {
    margin-bottom: 30px;
}

    .single-footer-widget h3 {
        color: #ffffff;
        margin-bottom: 29px;
        font-weight: 500;
        font-size: 18px;
    }

    .single-footer-widget .logo {
        margin-bottom: 10px;
    }

        .single-footer-widget .logo a {
            display: inline-block;
        }

    .single-footer-widget p {
        color: #f0e1ff;
    }

    .single-footer-widget .services-list {
        padding-right: 0;
        margin-bottom: 0;
        list-style-type: none;
    }

        .single-footer-widget .services-list li {
            color: #f0e1ff;
            margin-bottom: 10px;
        }

            .single-footer-widget .services-list li:last-child {
                margin-bottom: 0;
            }

            .single-footer-widget .services-list li a {
                display: inline-block;
                color: #f0e1ff;
            }

                .single-footer-widget .services-list li a:hover {
                    color: #f89b33;
                    padding-right: 5px;
                }

    .single-footer-widget .support-list {
        padding-right: 0;
        margin-bottom: 0;
        list-style-type: none;
    }

        .single-footer-widget .support-list li {
            color: #f0e1ff;
            margin-bottom: 10px;
        }

            .single-footer-widget .support-list li:last-child {
                margin-bottom: 0;
            }

            .single-footer-widget .support-list li a {
                display: inline-block;
                color: #f0e1ff;
            }

                .single-footer-widget .support-list li a:hover {
                    color: #f89b33;
                    padding-right: 5px;
                }

    .single-footer-widget .footer-contact-info {
        padding-right: 0;
        margin-bottom: 0;
        list-style-type: none;
    }

        .single-footer-widget .footer-contact-info li {
            color: #ffffff;
            margin-bottom: 15px;
        }

            .single-footer-widget .footer-contact-info li:last-child {
                margin-bottom: 0;
            }

            .single-footer-widget .footer-contact-info li a {
                display: inline-block;
                color: #f0e1ff;
            }

                .single-footer-widget .footer-contact-info li a:hover {
                    color: #f89b33;
                }

    .single-footer-widget .social {
        padding-right: 0;
        list-style-type: none;
        margin-bottom: 0;
        margin-top: 20px;
    }

        .single-footer-widget .social li {
            display: inline-block;
            margin-right: 5px;
        }

            .single-footer-widget .social li a {
                display: block;
                width: 40px;
                height: 40px;
                line-height: 43px;
                background-color: #6c40bb;
                text-align: center;
                font-size: 17px;
                border-radius: 50%;
                color: #f0e1ff;
            }

                .single-footer-widget .social li a:hover {
                    color: #080a3c;
                    background-color: #ffffff;
                }

.copyright-area {
    border-top: 1px solid #1c2250;
    text-align: center;
    margin-top: 50px;
    padding-top: 25px;
    padding-bottom: 25px;
}

    .copyright-area p {
        line-height: initial;
        color: #f0e1ff;
    }

        .copyright-area p a {
            display: inline-block;
            color: #ff612f;
        }

            .copyright-area p a:hover {
                color: #f89b33;
            }

@-webkit-keyframes imageChange {
    0% {
        opacity: 0;
    }

    75% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes imageChange {
    0% {
        opacity: 0;
    }

    75% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes imageChangeTwo {
    0% {
        opacity: 1;
    }

    75% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes imageChangeTwo {
    0% {
        opacity: 1;
    }

    75% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
    position: fixed;
    cursor: pointer;
    bottom: -100px;
    right: 15px;
    color: #080a3c;
    background-color: #ffffff;
    z-index: 4;
    width: 45px;
    text-align: center;
    height: 45px;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    font-size: 40px;
    -webkit-transition: .9s;
    transition: .9s;
    overflow: hidden;
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

    .go-top.active {
        opacity: 1;
        visibility: visible;
        bottom: 100px;
    }

    .go-top i {
        position: absolute;
        right: 0;
        left: 0;
        top: 58%;
        -webkit-transform: translateY(-70%);
        transform: translateY(-70%);
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        font-size: 17px;
    }

    .go-top:hover {
        background-color: #ff612f;
        color: #ffffff;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

.namad {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: right;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: center;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 5px;
}

    .namad img {
        height: 60px;
        background-color: #fff;
        width: 60px;
        -o-object-fit: contain;
        object-fit: contain;
        padding: 5px;
        border-radius: 100px;
    }

.copy-right {
    font-size: 13px;
    text-align: right;
    color: #efefef;
    margin: 10px 0 10px 0;
}

.footer-pic1 {
    position: absolute;
    left: 0;
    bottom: 0;
}
/*================================================
    Request Form
=================================================*/
.request-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .request-form input, .request-form textarea, .request-form select {
        background: #ffffff;
        border: 1px solid #c1c1c1;
        border-radius: 5px;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #595b62;
        padding: 8px 16px;
        font-size: 13px;
        width: 100%;
    }

    .request-form select {
        min-width: 190px;
    }

    .request-form .input-request::-webkit-input-placeholder {
        color: #595b62;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    .request-form .input-request:-ms-input-placeholder {
        color: #595b62;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }


    .request-form .input-request::placeholder {
        color: #595b62;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }


    .request-form button {
        background-color: #f89b33;
        color: #ffffff;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        border: none;
        border-radius: 5px;
        padding: 10px 11px;
        display: block;
        width: 100%;
        font-size: 14px;
    }

        .request-form button i {
            margin-right: 2px;
            color: #ffffff;
            font-size: 18px;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            position: relative;
            top: 2px;
        }

        .request-form button:hover, .request-form button:focus {
            background-color: #080a3c;
        }

            .request-form button:hover i, .request-form button:focus i {
                color: #ff612f;
            }


#main {
    min-width: 400px;
    min-height: 270px;
    overflow: hidden;
    cursor: pointer;
    text-align: right;
}

    #main .lp {
        position: absolute;
        z-index: 1000;
    }

.scene {
    position: absolute;
    top: 0;
    right: 0;
    width: 75%;
    height: 96%;
    padding: 24px 0 0 0;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    margin: 5px 50px 0 0;
    background: url(/images/11111.jpg);
    background-size: cover;
    z-index: -1;
}


.title {
    flex-basis: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-right: 5px;
}

    .title h1 {
        font-size: 17px;
        font-weight: bold;
        line-height: 24px;
        color:#fffa00;

    }

    .title p {
        font-size: 13px;
    }

.wrapper {
    overflow: hidden;
}

    .wrapper > * {
        transform: translateY(160%);
        transition: transform 0.2s ease-out;
    }

.photo {
    margin: 0;
    flex-basis: 100%;
}

    .photo img {
        height: auto;
        max-width: 140px;
        transition: all 1s ease-out;
    }

.first {
    transform: translateX(calc(-100% - 40%));
}

.two {
    transform: translateX(calc(-100% * -2));
}

.three {
    transform: translateX(calc(-100% - 42%));
}
.four {
    transform: translateX(calc(-100% * -2));
}


.scene[data-active] {
    z-index: 999;
}

    .scene[data-active] img {
        transition: transform 0.8s ease-in;
        transform-origin: left;
        transition-delay: 0s;
    }

    .scene[data-active] .first {
        transform: translateX(5%);
    }

    .scene[data-active] .two {
        transform: translateX(-10%);
    }

    .scene[data-active] .three {
        transform: translateX(1%);
    }

    .scene[data-active] .wrapper > * {
        transform: none;
        transition: transform 0.5s ease-in;
        transition-delay: 0.3s;
    }
    .scene[data-active] .four {
        transform: translateX(-10%);
    }

.ripple {
    width: 10px;
    height: 10px;
    background-color: transparent;
    position: fixed;
    border-radius: 50%;
    border: 1px solid #484948;
    animation: ripple-effect 0.3s linear;
}

@keyframes ripple-effect {
    to {
        transform: scale(8);
        opacity: 0.05;
    }
}

.particles-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    pointer-events: none;
}

.particle {
    position: absolute;
    background: #8821fe;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
}

/* Floating background elements */
.floating-shape {
    position: fixed;
    background: rgb(236, 214, 246, 0.35);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.shape1 {
    top: 10%;
    left: 10%;
    width: 180px;
    height: 180px;
    animation: floatAnimation 20s infinite alternate ease-in-out;
}

.shape2 {
    top: 70%;
    left: 20%;
    width: 120px;
    height: 120px;
    animation: floatAnimation 15s infinite alternate-reverse ease-in-out;
}

.shape3 {
    top: 30%;
    right: 15%;
    width: 150px;
    height: 150px;
    animation: floatAnimation 25s infinite alternate ease-in-out;
    animation-delay: 5s;
}

.shape4 {
    bottom: 15%;
    right: 10%;
    width: 200px;
    height: 200px;
    animation: floatAnimation 18s infinite alternate-reverse ease-in-out;
    animation-delay: 2s;
}

@keyframes floatAnimation {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    25% {
        transform: translate(20px, 35px) rotate(5deg);
    }

    50% {
        transform: translate(-15px, 25px) rotate(-5deg);
    }

    75% {
        transform: translate(35px, -30px) rotate(3deg);
    }

    100% {
        transform: translate(-25px, -25px) rotate(-3deg);
    }
}

.section-timeline {
    position: relative;
    padding: 50px 0 0 0;
    overflow: visible;
    min-width: 700px;
    width: 100%;
}

    .section-timeline .container {
        max-width: 1100px;
        padding-left: 15px;
        padding-right: 15px;
        margin: 0 auto;
        min-height: 960px;
        display: flex;
        justify-content: center;
        position: relative;
    }

    .section-timeline .timeline {
        list-style: none;
        position: relative;
        margin: 30px 0 0 0;
    }

        .section-timeline .timeline li {
            height: 150px;
            width: 80px;
            position: absolute;
            border-color: #333;
        }

            .section-timeline .timeline li:nth-child(odd) {
                border-style: dashed;
                border-width: 2px 2px 2px 0;
                left: -40px;
                transform: translateX(50%);
                border-radius: 0 80px 80px 0;
                box-shadow: 13px 0 15px -20px rgba(0, 0, 0, .3);
            }

            .section-timeline .timeline li:nth-child(even) {
                left: -40px;
                border-style: dashed;
                border-width: 2px 0 2px 2px;
                transform: translateX(-50%);
                border-radius: 80px 0 0 80px;
                box-shadow: -15px 0 15px -25px rgba(0, 0, 0, .5);
            }

            /* Style li */
            .section-timeline .timeline li:nth-child(2) {
                top: 148px;
            }

            .section-timeline .timeline li:nth-child(3) {
                top: 296px;
            }

            .section-timeline .timeline li:nth-child(4) {
                top: 445px;
            }

            .section-timeline .timeline li:nth-child(5) {
                top: 593px;
            }

            .section-timeline .timeline li:nth-child(6) {
                top: 742px;
            }

            /* Style pseudo Element */
            .section-timeline .timeline li:before {
                content: '';
                position: absolute;
                height: 30px;
                width: 30px;
                border: 2px solid #f1b105;
                border-radius: 50%;
                top: 50%;
                transform: translateY(-50%);
                background-color: #f79e4f;
                text-align: center;
                line-height: 30px;
                font-weight: bold;
                font-size: 13px;
                color: #FFF;
            }

            .section-timeline .timeline li:nth-child(odd):before {
                right: 0;
                transform: translateY(-50%) translateX(50%);
            }

            .section-timeline .timeline li:nth-child(even):before {
                left: 0;
                transform: translateY(-50%) translateX(-50%);
            }

            .section-timeline .timeline li:nth-child(1):after,
            .section-timeline .timeline li:last-child:after {
                content: '';
                position: absolute;
                height: 10px;
                width: 10px;
                border-radius: 50%;
                background-color: #f79e4f;
            }

            .section-timeline .timeline li:nth-child(1):after {
                top: 0;
                transform: translate(-50%, -50%);
                left: 0;
            }

            .section-timeline .timeline li:last-child:after {
                bottom: 0;
                right: 0;
                transform: translate(50%, 50%)
            }

            .section-timeline .timeline li:nth-child(1):before {
                content: '1'
            }

            .section-timeline .timeline li:nth-child(2):before {
                content: '2'
            }

            .section-timeline .timeline li:nth-child(3):before {
                content: '3'
            }

            .section-timeline .timeline li:nth-child(4):before {
                content: '4'
            }

            .section-timeline .timeline li:nth-child(5):before {
                content: '5'
            }

            .section-timeline .timeline li:nth-child(6):before {
                content: '6'
            }

        /* Style content */
        .section-timeline .timeline .content {
            /*border: 1px solid #F2F2F2;*/
            position: absolute;
            min-width: 240px;
            /*border-radius: 10px;
            overflow: hidden;*/
            top: 50%;
            transform: translateY(-55%);
            min-height: 210px;
            /*  box-shadow: 0 15px 25px -20px rgba(0, 0, 0, .2);*/
        }

            .section-timeline .timeline .content img {
                width: 150px;
            }

        .section-timeline .timeline li:nth-child(odd) .content {
            left: calc(100% + 30px);
        }

        .section-timeline .timeline li:nth-child(even) .content {
            right: calc(100% + 30px);
        }

        /*  .section-timeline .timeline .content > * {
            padding: .5rem;
        }*/

        .section-timeline .timeline .content h1 {
            text-align: center;
            margin: 0;
            /*box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .4);*/
            font-size: 13px;
            font-weight: 600;
            padding: 10px 0 5px 0;
        }

        .section-timeline .timeline li:nth-child(1) h3 {
            background-color: #e74c3c;
        }

        .section-timeline .timeline li:nth-child(2) h3 {
            background-color: #2ecc71;
        }

        .section-timeline .timeline li:nth-child(3) h3 {
            background-color: #e67e22;
        }

        .section-timeline .timeline li:nth-child(4) h3 {
            background-color: #1abc9c;
        }

        .section-timeline .timeline li:nth-child(5) h3 {
            background-color: #9b59b6;
        }

        .section-timeline .timeline li:nth-child(6) h3 {
            background-color: #fff00f;
        }

        .section-timeline .timeline .content p {
            font-size: 13px;
            line-height: 1.6;
            text-align: center;
            padding: 5px 0 5px 0;
        }


.description, .slider {
    display: inline-block;
    position: relative;
    vertical-align: top;
    overflow: hidden;
}

section.solution {
    margin-top: 50px;
}

    section.solution .section-title {
        font-size: 18px;
        font-weight: 600;
    }

.text-specific {
    text-align: center;
    width: 100%;
    color: #ff8010;
    font-weight: 600;
    font-size: 24px;
    font-family: 'IRANYekan';
    text-shadow: 0px 0px 60px #ed8f46;
}


.container-arrow {
    display: flex;
    justify-content: center;
    align-items: normal;
    width: 100%;
    height: 70px;
}

.chevron {
    position: absolute;
    width: 2.1rem;
    height: 0.48rem;
    opacity: 0;
    transform: scale(0.3);
    -webkit-animation: move-chevron 3s ease-out infinite;
    animation: move-chevron 3s ease-out infinite;
}

    .chevron:first-child {
        -webkit-animation: move-chevron 3s ease-out 1s infinite;
        animation: move-chevron 3s ease-out 1s infinite;
    }

    .chevron:nth-child(2) {
        -webkit-animation: move-chevron 3s ease-out 2s infinite;
        animation: move-chevron 3s ease-out 2s infinite;
    }

    .chevron:before,
    .chevron:after {
        content: '';
        position: absolute;
        top: 0;
        height: 100%;
        width: 50%;
        background: #ba92e5;
    }

    .chevron:before {
        left: 0;
        transform: skewY(30deg);
    }

    .chevron:after {
        right: 0;
        width: 50%;
        transform: skewY(-30deg);
    }

@keyframes move-chevron {

    25% {
        opacity: 1;
    }

    33.3% {
        opacity: 1;
        transform: translateY(2.28rem);
    }

    66.6% {
        opacity: 1;
        transform: translateY(3.12rem);
    }

    100% {
        opacity: 0;
        transform: translateY(4.8rem) scale(0.5);
    }
}

.services-area {
    margin-top: 60px;
}

    .services-area .section-title {
        text-align: right;
        max-width: 100%;
        font-weight: 600;
        font-size: 20px;
    }

    .services-area .services-desc {
        max-width: 50%;
        padding-left: 15px;
        padding-right: 15px;
        text-align: justify;
        line-height: 1.8;
        font-size: 16px;
    }

    .services-area .services-image {
        max-width: 50%;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
        text-align: -webkit-center;
    }

.services-image .image {
    margin-top: -30px;
    width: 80%;
}

.services-contact {
    margin-top: 50px;
}

    .services-contact .container {
        box-shadow: 0 0px 15px 0 rgba(84, 13, 165, 0.2);
        text-align: center;
        border-radius: 10px;
        padding-top: 20px;
        padding-bottom: 8px;
    }

    .services-article .item {
    padding: 15px;
}

.services-article .articles {
    border: 1px solid rgba(84, 84, 84, 0.2);
    border-radius: 20px;
    padding: 30px;
    max-height: 480px;
    min-height: 480px;
}

    .services-article .articles figure img {
        width: 100%;
        height: auto;
        border-radius: 5px;
        max-height: 160px;
    }

    .services-article .articles .title {
        color: #5400cf;
        font-size: 16px;
        font-weight: 600;
        display: block;
        margin: 15px 0;
    }

    .services-article .articles .text {
        font-size: 15px;
        text-align: justify;
        color: #3d3d3d;
    }

.services-article .text-end {
    text-align: left !important;
    position: absolute;
    left: 25px;
    bottom: 25px;
}

.services-article .articles .more {
    color: #f3901a;
    display: inline-flex;
    align-items: center;
    font-weight: 800;
    font-size: 15px;
}

    .services-article .articles .more span.tk {
        font-size: 9px;
    }

.services-article .section-title {
    max-width: 100%;
    text-align: right;
    font-size: 18px;
    font-weight: 600;
    margin-top: 50px;
    position: relative;
}

    .services-article .section-title::before {
        content: "";
        width: 50px;
        height: 2px;
        background-color: #ff612f;
        position: absolute;
        bottom: -5px;
        right: 0;
    }

.box-content {
    background-color: #fff;
    padding: 1.35rem;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin-bottom: 12px;
    overflow: auto;
}

.box-shadow {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 7px 0 #eaeff4;
    -moz-box-shadow: 0 0 7px 0 #eaeff4;
    -webkit-box-shadow: 0 0 7px 0 #eaeff4;
    position: relative;
    border: 1px solid #ecf0f4;
    background-color: #fff;
}

    .box-shadow h1 {
        font-size: 25px;
        text-align: right;
        font-family: 'IRANYekan';
    }
    .box-shadow h2 {
        font-size: 21px;
        text-align: right;
        font-family: 'IRANYekan';
        font-weight:600;
    }
        .box-shadow h1:before {
            content: "";
            width: 100px;
            height: 2px;
            background-color: #f78f39;
            position: absolute;
            bottom: -10px;
            right: 0;
            margin-right: 10px;
        }

.form * {
    font-size: 14px;
}

.custom-captcha-image img {
    max-width: 150px;
}
/*================================================
FAQ Area CSS
=================================================*/
.faq-accordion {
    margin-left: auto;
}

.faq-accordion h2 {
    margin-bottom: 40px;
    font-size: 25px;
    font-weight: 600;
}

    .faq-accordion h2 span {
        display: inline-block;
        color: #ff612f;
    }

.faq-accordion .accordion {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item {
    display: block;
    border-bottom: solid 1px #f5f5f5;
    margin-bottom: 10px;
    text-align: right;
}

    .faq-accordion .accordion .accordion-item:last-child {
        margin-bottom: 0;
    }

.faq-accordion .accordion .accordion-title {
    padding: 12px 40px 10px 20px;
    color: #080a3c;
    position: relative;
    display: block;
    font-size: 15px;
    font-weight: 500;
    -webkit-transition: 0.5s;
}

    .faq-accordion .accordion .accordion-title i {
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #080a3c;
        font-size: 15px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    .faq-accordion .accordion .accordion-title.active i::before {
        content: "\eaf8";
        -webkit-transition: 0.5s;
        color: #ff612f;
    }

.faq-accordion .accordion .accordion-content {
    display: none;
    position: relative;
    padding: 15px 20px;
    font-size: 14px;
    color: #4a6f8a;
    -webkit-transition: 0.5s;
}
.faq-accordion .accordion .accordion-content.show {
        display: block;
        -webkit-transition: 0.5s;
}
.faq-image {
    text-align: center;
}
.bg-color-f4f5fe {
    background-color: #f4f5fe;
}
.bg-color-f4f5fe .faq-accordion .accordion .accordion-item {
    background: #ffffff;
}
.flex {
    display: flex;
}

.small-text {
    font-weight: 400;
    font-size: 13px;
    line-height: 32px;
    color:#595b62;
    text-align:justify;
}
.text-center {
    text-align: center !important;
}


/*================================================
Pricing Area CSS
=================================================*/
.single-pricing-table {
    margin-bottom: 30px;
    text-align: center;
    background-color: #ffffff;
    padding-bottom: 30px;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: 1px solid #efe8e8;
}

    .single-pricing-table .pricing-header {
        padding-top: 25px;
        padding-bottom: 20px;
    }

        .single-pricing-table .pricing-header h3 {
            margin-bottom: 0;
            font-size: 18px;
            font-weight: 600;
        }

    .single-pricing-table .price {
        -webkit-transition: 0.5s;
        transition: 0.5s;
        padding-top: 8px;
        padding-bottom: 5px;
        border-top: 2px dashed #f4f5fe;
        border-bottom: 2px dashed #f4f5fe;
        font-weight: 600;
        font-size: 40px;
    }

        .single-pricing-table .price sup {
            top: -18px;
            font-size: 18px;
            font-weight: 500;
        }

        .single-pricing-table .price sub {
            bottom: 2px;
            color: #4a6f8a;
            padding-right: 5px;
            font-size: 14px;
            font-weight: 500;
        }

    .single-pricing-table .pricing-features {
        padding-left: 0;
        text-align: right;
        list-style-type: none;
        margin-top: 30px;
        margin-bottom: 0;
        margin-left: 50px;
        margin-right: 50px;
    }

        .single-pricing-table .pricing-features li {
            margin-bottom: 10px;
            position: relative;
            color: #444683;
            padding-right: 21px;
        }

            .single-pricing-table .pricing-features li:last-child {
                margin-bottom: 0;
            }

            .single-pricing-table .pricing-features li i {
                color: #55bd09;
                position: absolute;
                right: -5px;
                top: 3px;
            }
                .single-pricing-table .pricing-features li i.red {
                    color: #f93434 !important;
                    background-color: transparent;
                }
            .single-pricing-table .pricing-features li span {
                display: inline-block;
                color: #b7bad2;
                font-size: 20px;
                position: absolute;
                top: 1px;
                margin-right: 3px;
            }

    .single-pricing-table .btn-box {
        margin-top: 30px;
    }

    .single-pricing-table:hover {
        -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    .single-pricing-table.right-align {
        text-align: right;
    }

        .single-pricing-table.right-align .pricing-header, .single-pricing-table.right-align .price {
            padding-left: 40px;
            padding-right: 20px;
            text-align: center;
        }

        .single-pricing-table.right-align .pricing-features {
            margin-right: 40px;
            margin-left: 0;
        }

        .single-pricing-table.right-align .btn-box {
            padding-right: 40px;
        }

    .single-pricing-table.center-align {
        text-align: center;
    }

        .single-pricing-table.center-align .pricing-features li {
            padding-left: 0;
            padding-right: 21px;
        }

            .single-pricing-table.center-align .pricing-features li i {
                left: auto;
                right: 0;
            }

.pricing-list-tab .tabs {
    text-align: center;
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 40px;
}

    .pricing-list-tab .tabs li {
        display: inline-block;
    }

        .pricing-list-tab .tabs li a {
            display: block;
            background-color: #ffffff;
            color: #8d8fb4;
            padding: 10px 30px 10px 53px;
            position: relative;
            border-radius: 5px;
            margin-left: -1px;
            margin-right: -1px;
            font-size: 16px;
            font-weight: 500;
        }

            .pricing-list-tab .tabs li a i {
                color: #ff612f;
                margin-right: 2px;
                position: absolute;
                font-size: 18px;
                top: 48%;
                -webkit-transform: translateY(-48%);
                transform: translateY(-48%);
                left: 30px;
            }

        .pricing-list-tab .tabs li.current a {
            color: #ffffff;
            background-color: #080a3c;
        }

        .pricing-list-tab .tabs li:nth-child(1) a {
            border-radius: 30px 0 0 30px;
        }

        .pricing-list-tab .tabs li:nth-child(2) a {
            border-radius: 0 30px 30px 0;
        }

.tab .tabs_item {
    display: none;
}

    .tab .tabs_item:first-child {
        display: block;
    }

.col-lg-4:nth-child(1) .single-pricing-table .btn-box .default-btn {
    background-color: #080a3c;
}

    .col-lg-4:nth-child(1) .single-pricing-table .btn-box .default-btn i {
        color: #ff612f;
    }

.col-lg-4:nth-child(3) .single-pricing-table .btn-box .default-btn {
    background-color: #f89b33;
}

    .col-lg-4:nth-child(3) .single-pricing-table .btn-box .default-btn i {
        color: #ff612f;
    }

    .col-lg-4:nth-child(3) .single-pricing-table .btn-box .default-btn span {
        background-color: #ff612f;
    }

    .col-lg-4:nth-child(3) .single-pricing-table .btn-box .default-btn:hover i, .col-lg-4:nth-child(3) .single-pricing-table .btn-box .default-btn:focus i {
        color: #080a3c;
    }

.videobox {
    width: 40%;
    display:inline-block;
    min-width:200px;
}
    .videobox p{
        font-weight:600;
        font-size:14px;
    }
    .videocover {
        max-width: 100%;
        margin: 15px;
        background: #b1c5f5;
        padding: 5px;
        border-radius: 5px;
    }

p.listitem {
    text-align: right;
    border-bottom: 1px solid #e3e3e3;
    padding: 10px;
}

.listitem{
    margin:50px 0 50px 0;
}
.listtitle {
    font-weight: 600;
    font-size: 14px;
    text-align: right;
}
.listbody {
    text-align: right;
}

.client-form {
    width: 680px;
    margin: 0 auto;
    padding: 70px 40px 0px;
}

    .client-form > .inner {
        width: 100%;
        position: relative;
    }

        .client-form > .inner:before {
            width: 100%;
            height: 100%;
            position: absolute;
            background-color: #fff;
            z-index: 1;
            border-radius: 15px;
            -moz-border-radius: 15px;
            -webkit-border-radius: 15px;
            box-shadow: 0 0 15px #d7dee9;
            left: -5px;
            top: -10px;
            transform: rotate(-8deg);
            -moz-transform: rotate(-8deg);
            -webkit-transform: rotate(-8deg);
            content: '';
        }

        .client-form > .inner form {
            width: 100%;
            position: relative;
            background-color: #fff;
            border-radius: 15px;
            -moz-border-radius: 15px;
            -webkit-border-radius: 15px;
            box-shadow: 0 0 15px #d7dee9;
            -moz-box-shadow: 0 0 15px #d7dee9;
            -webkit-box-shadow: 0 0 15px #d7dee9;
            padding: 25px 35px 35px;
            z-index: 2;
            min-height: 400px;
        }

            .client-form > .inner form > img {
                display: block;
                margin: 0 auto 40px;
            }

            .client-form > .inner form .input-element {
                width: 100%;
                position: relative;
                margin-bottom: 18px;
            }

.height-auto {
    height: auto !important;
}


.client-form > .inner form .input-element i {
    position: absolute;
    right: 17px;
    top: 13px;
    font-size: 19px;
    color: #d4dee3;
}

.client-form > .inner form .input-element #eye {
    position: absolute;
    top: 33%;
    right: 92%;
    cursor: pointer;
    color: #918c8c;
    font-size: 16px;
}

.client-form > .inner form .input-element input, .client-form > .inner form .select-element select {
    width: 100%;
    line-height: 45px;
    height: 45px;
    padding: 0 45px 0 15px;
    font-size: 13px;
    color: #1e2f38;
    border: 1px solid #edf1f4;
    background-color: #fff;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

.button-st.orange {
    background-color: #ff9900;
}

.button-st {
    border: 0;
    line-height: 40px !important;
    height: 40px;
    text-align: center !important;
    padding: 0 20px !important;
    color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: transparent;
    font-size: 14px !important;
}

    .button-st:hover, .button-st:focus {
        background-color: #0eb582;
        color: #ffffff
    }

.client-form > .inner form button {
    margin: 20px 0 10px 0;
}

    .client-form > .inner form button:hover {
        opacity: 0.9;
    }


.client-form > .inner form .other-link {
    width: 100%;
    position: relative;
    padding-bottom: 5px;
}

    .client-form > .inner form .other-link a {
        width: 100%;
        display: block;
        font-size: 13px;
        line-height: 25px;
        color: #00b3e9;
        margin-bottom: 5px;
    }

        .client-form > .inner form .other-link a:hover {
            color: #1e2f38
        }


.terms-condition {
    font-size: 13px;
}

.client-form > .inner form .checkbox-remember {
    width: 100%;
    margin: 12px 0 15px;
    position: relative;
}

    .client-form > .inner form .checkbox-remember input {
        position: absolute;
        right: 0;
        top: 0;
        visibility: hidden;
    }

    .client-form > .inner form .checkbox-remember label {
        display: block;
        line-height: 35px;
        width: 100%;
        font-size: 13px;
        padding-right: 28px;
        position: relative;
        color: #686e71;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .client-form > .inner form .checkbox-remember label:before {
            width: 19px;
            height: 19px;
            line-height: 17px;
            text-align: center;
            position: absolute;
            right: 0;
            top: 8px;
            content: '\f00c';
            font-family: 'thim-ekits';
            font-size: 14px;
            color: #6fc341;
            border: 1px solid #d8e1e8;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
        }

        .client-form > .inner form .checkbox-remember label:hover {
            cursor: pointer;
        }

    .client-form > .inner form .checkbox-remember input:checked + label:before {
        content: '\f00c';
    }

.captcha-desc {
    font-size: 12px !important;
    color: #540008 !important;
    margin-bottom: 5px !important;
    margin-top: 5px !important;
}
.mud-card-header .mud-card-header-content .mud-typography {
    margin-bottom: 0;
    font-family: IRANSans;
}
.mud-nav-link .mud-nav-link-text {
    font-size: 14px;
}
.mud-typography, .mud-typography-body1 {
    font-family: IRANSans;
    color:#fff;
    font-size:14px;
}
.mud-list-item-text .mud-typography, .mud-list-item-text .mud-typography-body1 {
    font-family: IRANSans;
    color: #262626;
    font-size: 14px;
}


.filter-items-layer {
    padding: 20px;
    position: relative;
    margin-bottom: 10px;
}

    .filter-items-layer .search-form {
        min-width: 33%;
        float: right;
    }

.filter-items-layer .search-form .form {
width: 100%;
position: relative;
}

.filter-items-layer .search-form .form input {
    width: 100%;
    height: 48px;
    line-height: 48px;
    padding: 0 15px;
    font-size: 14px;
    border: 1px solid #edf1f4;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

    .filter-items-layer .search-form .form input[type=checkbox] {
        width: 20px !important;
        height: 20px !important;
    }

.filter-items-layer .search-form .form button {
    width: 55px;
    height: 48px;
    background-color: transparent;
    border: 0;
    line-height: 56px;
    font-size: 23px;
    position: absolute;
    left: 0;
    top: 0;
    color: #8294a1;
    text-align: center;
}

    .filter-items-layer .search-form .form button:hover {
        color: #eeab34;
    }

    .filter-items-layer:after, .filter-items-layer .order-layer:after {
        display: block;
        clear: both;
        content: '';
        visibility: hidden;
        height: 0;
        line-height: 0;
    }

.media-list .post-holder {
    border-bottom: 1px solid #d7d7d7;
    padding: 15px;
    display: flex;
}
.media-list figure {
    margin: 0 5px 0 10px;
    display: inline-block;
    vertical-align: middle;
}
.post-img {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    height: 100px;
    width: 100px;
}
.post-details {
    display: inline-block;
    vertical-align: middle;
    width: 89%;
}
.media-list .post-title {
    margin: 0 0 6px;
    font-size: 13pt;
}
.inside__container .contents__container h2 {
    color: #ffa200;
    font-weight: bold;
    font-size: 18px;
}
.post-title a {
    color: #222;
}
.post-details p {
    text-align: right;
}
.post-meta {
    text-align: left;
}
.post-meta ul {
    padding: 0;
}
.post-meta ul li {
    display: inline-block;
    margin-left: 2px;
    background-color: #d5d5d5;
    border: 1px solid #d5d5d5;
    padding: 0 10px;
    text-align: center;
    border-radius: 4px;
}
.post-meta ul li:nth-child(1) {
    background-color: #f4f3f7;
    border-color: #dacffc;
    color: #6754a5;
}
.post-meta ul li:nth-child(2) {
    background-color: #d8edd8;
    border-color: #c3ebc3;
    color: #7bc67b;
}
.post-meta ul li:nth-child(3) {
    background-color: #f3f3f3;
    border-color: #f3dbd9;
    color: #bb7b7a;
}

/*course detail */
.course__detail {
    position: relative;
    text-align:right;
}

    .course__detail .course-image img {
        max-width: 100%;
        width: 100%;
        height: auto;
        max-height: 400px;
        border: 1px solid #e5e5e5;
        border-radius: 5px;
    }

    .course__detail .course-image {
        overflow: hidden;
        margin-bottom: 15px;
        background: #fff;
        border-radius: 5px;
        border: 1px solid #e5e5e5;
        padding: 10px;
    }


.course__title {
    font-weight: bold;
    font-size: 20px;
}

.course__desc {
    font-weight: bold;
    font-size: 16px;
}

.course__info__content button {
    float: left;
}

.course__info__content span {
    font-size: 15px;
    min-width: 100%;
    display: inline-block;
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 10px;
}

.courseInfo {
    width: 100%;
}

    .courseInfo .course-image {
        display: inline-block;
        min-height: 313px;
        width: 40%;
        vertical-align: top;
    }

    .courseInfo .box-content {
        display: inline-block;
        min-height: 313px;
        width: 59%;
        vertical-align: top;
    }

        .courseInfo .box-content i, .course-image i {
            color: #26A69A;
            margin-left: 3px;
            font-size: 18px;
        }

        .courseInfo .box-content button > i {
            color: inherit;
            margin-left: 10px;
        }

.course-image i {
    font-size: 19px;
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0;
    }

    100% {
        background-position: 0 0;
    }
}

.comments-layer {
    padding: 20px 25px;
    margin-bottom: 30px;
    position: relative;
}

.heading {
    margin-bottom: 25px !important;
}

.comments-layer > .heading .bullet {
    width: 42px;
    height: 37px;
    position: relative;
    background: url(../images/bullet-3.svg) no-repeat 0 0;
    background-size: 42px 37px;
    /* top: -1px; */
    margin-left: 12px;
    float: right;
    display: table;
    text-align: left;
}

    .comments-layer > .heading .bullet i {
        font-size: 16px;
        color: #b0b9be;
        position: relative;
        left: 4px;
        top: 3px;
    }

#commentTitle {
    font-size: 14px;
    font-weight: normal;
    margin-top: 10px;
}

.comments-layer > .heading h3 {
    width: auto;
    display: table;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #1e2f38;
    float: right;
}

.comments-layer form {
    margin: 10px 0 25px;
}

    .comments-layer form textarea {
        width: 100%;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        padding: 10px 15px;
        font-size: 13px;
        line-height: 26px;
        text-align: justify;
        border: 1px solid #edf1f4;
        height: 150px;
        resize: none;
        margin-bottom: 15px;
    }

.multi-checkbox-in-row .checkbox-option input, .checkbox-layer .checkbox-option input {
    position: absolute;
    right: 0;
    top: 0;
    visibility: hidden;
}

.multi-checkbox-in-row {
    margin: 7px 0;
    position: relative;
}

    .multi-checkbox-in-row .checkbox-option {
        width: auto;
        float: right;
        display: table;
        margin: 5px 0 5px 25px;
        position: relative;
    }

.comments-layer form input {
    width: 100%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px 15px;
    font-size: 13px;
    line-height: 26px;
    text-align: justify;
    border: 1px solid #edf1f4;
    margin-bottom: 15px;
}

.multi-checkbox-in-row .checkbox-option label, .checkbox-layer .checkbox-option label {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    padding-right: 27px;
}

    .multi-checkbox-in-row .checkbox-option label:before, .checkbox-layer .checkbox-option label:before {
        width: 17px;
        height: 17px;
        line-height: 15px;
        text-align: center;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border: 1px solid #d1dce2;
        position: absolute;
        right: 0;
        top: 2px;
        content: '\f107';
        font-family: 'thim-ekits';
        color: #fff;
        font-size: 12px;
    }

.multi-checkbox-in-row .checkbox-option input:checked + label:before,
.checkbox-layer .checkbox-option input:checked + label:before {
    content: '\f00c';
    color: #7ec857;
    font-weight: bold;
    border-color: #8ac81f;
}

.multi-checkbox-in-row .checkbox-option:hover label:before,
.checkbox-layer .checkbox-option:hover label:before {
    content: '\f00c';
    color: #7fbb00;
    font-weight: bold;
    border-color: #7fbb00;
}

.comments-list-layer {
    padding: 25px 0 0
}

    .comments-list-layer .comment-item {
        padding-right: 100px;
        position: relative;
        margin-bottom: 20px
    }

        .comments-list-layer .comment-item .right-col {
            width: 85px;
            position: absolute;
            right: 0;
            top: 0
        }

            .comments-list-layer .comment-item .right-col img {
                width: 85px;
                height: 85px;
                border: 3px solid #e8ebf2;
                border-radius: 100%;
                -moz-border-radius: 100%;
                -webkit-border-radius: 100%;
                box-shadow: 0 0 6px 0 #e7ebf2;
                -moz-box-shadow: 0 0 6px 0 #e7ebf2;
                -webkit-box-shadow: 0 0 6px 0 #e7ebf2
            }

            .comments-list-layer .comment-item .right-col button {
                font-size: 13px;
                line-height: 28px;
                height: 28px;
                padding: 0 10px;
                text-align: center;
                margin: 15px auto;
                display: block;
            }

        .comments-list-layer .comment-item .left-col {
            width: 100%;
            border: 1px solid #edf1f4;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            padding: 10px 20px
        }

            .comments-list-layer .comment-item .left-col .heading {
                padding: 10px 0
            }

                .comments-list-layer .comment-item .left-col .heading h4 {
                    width: auto;
                    white-space: normal;
                    display: inline-table;
                    font-size: 14px;
                    line-height: 15px;
                    border-left: 1px solid #e3e9ed;
                    padding-left: 15px;
                    margin-left: 15px
                }

                .comments-list-layer .comment-item .left-col .heading span {
                    width: auto;
                    white-space: normal;
                    display: inline-table;
                    font-size: 13px;
                    line-height: 15px;
                    color: #686e71
                }

            .comments-list-layer .comment-item .left-col .cm-text p {
                margin: 5px 0;
                line-height: 26px;
                font-size: 13px;
                text-align: justify;
            }

        .comments-list-layer .comment-item > .comment-item {
            padding-right: 0;
            margin: 20px 0
        }

            .comments-list-layer .comment-item > .comment-item .left-col {
                padding-right: 105px
            }

            .comments-list-layer .comment-item > .comment-item .right-col {
                top: 15px;
                right: 15px
            }

                .comments-list-layer .comment-item > .comment-item .right-col img {
                    width: 75px;
                    height: 75px;
                    border: 3px solid #e8ebf2;
                }

.comments-layer form button {
    width: 100%;
}

/* menu */
.hamb {
    cursor: pointer;
    position: absolute;
    top: 0;
    padding: 25px 5px 0 0;
    z-index: 0;
}

.hamb-line {
    background: #181818;
    display: block;
    height: 2px;
    position: relative;
    width: 28px;
}

    .hamb-line::before,
    .hamb-line::after {
        background: #181818;
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        transition: all .2s ease-out;
        width: 100%;
    }

    .hamb-line::before {
        top: 6px;
    }

    .hamb-line::after {
        top: -6px;
    }

.side-menu, .hamb {
    display: none;
}

.side-menu:checked ~ .hamb .hamb-line {
    background: transparent;
}

.side-menu:checked ~ .hamb .hamb-line::before {
    transform: rotate(-45deg);
    top: 0;
}

.side-menu:checked ~ .hamb .hamb-line::after {
    transform: rotate(45deg);
    top: 0;
}

 
 @media screen and (max-width :600px) {
        /*Mobile Phone*/

    .flex {
        display: block;
    }
        .flex p {
            text-align: justify;
        }
    .box-shadow h1 {
        font-size: 21px;
    }
        .services-area .section-title {
        font-size: 18px;
        padding-right: 10px;
    }
        .copy-right {
        padding: 0 5px 100px 5px;
    }

    .services-area .services-desc, .services-area .services-image {
        max-width: 100%;
    }

    .section-timeline .container {
        display: block;
        min-height: 1650px;
    }
    .section-timeline {
        min-width: auto;
    }
        .section-timeline .timeline li:nth-child(even) .content {
        left: calc(100% + 30px);
        right: auto;
    }
    .section-timeline .timeline li:nth-child(even) {
        left: 0;
        transform: translateX(0%);
        border-radius: 0 80px 80px 0;
        box-shadow: 13px 0 15px -20px rgba(0, 0, 0, .3);
        border-width: 2px 2px 2px 0;
    }
        .section-timeline .timeline li:nth-child(even):before {
            right: 0;
            transform: translateY(-50%) translateX(50%);
        }
        .section-timeline .timeline li:nth-child(2) {
            top: 280px;
        }
        .section-timeline .timeline li:nth-child(3) {
            top: 556px;
        }
        .section-timeline .timeline li:nth-child(4) {
            top: 822px;
        }
        .section-timeline .timeline li:nth-child(5) {
            top: 1110px;
        }
        .section-timeline .timeline li:nth-child(6) {
            top: 1410px;
        }
        .section-timeline .timeline li:last-child:after {
            bottom: -1px;
            left: -5px;
        }
            .go-top.active {
        opacity: 0;
        visibility: hidden;
    }
        #main {
            min-width: 350px;
        }
            .spacle-nav .others-options {
             width: 100%; 
            margin-top: 20px;
        }
        .scene {
            position: absolute;
            width: 75%;
            height: 79%;
            padding: 21px 0px 0px;
            margin: 5px 44px 0px 0px;
        }
        .section-title h2 {
            font-size: 20px;
        }
        .section-desc {
            font-size: 14px;
            padding: 0 10px 15px 10px;
        }
        .text-specific {
            font-size: 23px;
        }
            .spacle-nav .others-options .default-btn, .spacle-nav .others-options .optional-btn {
            display: inline-block;
            width: 49%;
            margin: 0;
            font-size: 12px;
        }
            .spacle-nav .others-options .optional-btn i, .spacle-nav .others-options .default-btn i {
                font-size: 16px;
            }
    .spacle-nav .navbar, .spacle-nav .others-options {
        display: block;
    }
        .spacle-nav .navbar .navbar-brand img {
            width: 125px;
        }
    .spacle-nav .navbar .navbar-brand {
        width: 100%;
        text-align: center;
    }
        .hamb {
            display: block;
        }

        .mean-menu {
            display: none !important;
            position: absolute;
            right: 0;
            right: 0;
            transition: all .2s ease-out;
            background-color: rgba(176, 195, 255, 0.9);
            top: 40px;
            border-radius: 5px;
        }

            .mean-menu li {
                display: block !important;
                transition: 0.3s ease;
                text-align: right;
                margin-top: 5px;
            }

        .mean-menu li i {
            display: none;
        }

        .mean-menu > li.has-child:hover > ul {
            display: block !important;
            position: relative !important;
        }
        .spacle-nav .navbar .navbar-nav .nav-item a {
            padding-top: 10px;
            padding-bottom: 5px;
        }
    .side-menu:checked ~ .mean-menu {
        display: block !important;
        z-index: 100;
    }
    .spacle-nav .navbar .navbar-nav .nav-item:last-child a {
        margin-right: 13px;
    }
        .courseInfo .course-image {
            display: block;
            min-height: 200px;
            width: 100%;
        }

        .courseInfo .box-content {
            display: block;
            min-height: 200px;
            width: 100%;
        }

        .course__content img {
            width: 100%;
            height: auto;
            border-radius: 5px;
        }

        .course__title {
            font-size: 15px;
        }

        .inside__container .titles__container h1 {
            font-size: 18px;
        }
    }


    @media only screen and (max-width: 1500px) {
        .footer-pic1 {
            width: 160px;
        }
    }
