@import "https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&amp;display=swap";

body {
    font-family: sarabun,serif;
    font-size: 17px;
    color: #696582;
}

img {
    max-width: 100%;
    height: auto;
}

h1, h2, h3, h4, h5, h6 {
    color: #29234d;
    font-weight: 800;
}

a {
    -webkit-transition: all .5s;
    transition: all .5s;
}

    a:hover {
        text-decoration: none;
    }

button:focus {
    outline: 0;
}

p {
    margin-bottom: 10px;
    line-height: 1.5;
    color: #696582;
}

    p:last-child {
        margin-bottom: 0;
    }

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-70 {
    padding-bottom: 70px;
}

.d-table {
    width: 100%;
    height: 100%;
}

    .d-table .d-table-cell {
        vertical-align: middle;
    }

.default-btn {
    background-color: #6557e8;
    color: #fff;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 30px;
    font-size: 16px;
}

    .default-btn:hover {
        background-color: #f47514;
        color: #fff;
    }

.default-btn-two {
    background-color: #f47514;
    color: #fff;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 30px;
    font-size: 16px;
}

    .default-btn-two:hover {
        background-color: #6557e8;
        color: #fff;
    }

.section-title {
    text-align: center;
    max-width: 690px;
    margin: 0 auto 50px;
}

    .section-title span {
        color: #f47514;
        font-size: 18px;
        display: inline-block;
        margin-bottom: 5px;
    }

    .section-title h2 {
        font-size: 46px;
        margin-bottom: 20px;
    }

    .section-title p {
        max-width: 490px;
        margin: auto;
    }

.bg-f6f4ff {
    background-color: #f6f4ff;
}

.navbar-area {
    background-color: #fff;
    width: 100%;
    height: auto;
    z-index: 999;
}

    .navbar-area.banner-three {
        background-color: #fff;
    }

    .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,.09);
        box-shadow: 0 2px 28px 0 rgba(0,0,0,.09);
        background-color: #fff !important;
        -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
        animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    }

    .navbar-area.navbar-color-white.is-sticky {
        background-color: #29234d !important;
    }

.eoda-responsive-nav {
    display: none;
}

.eoda-nav {
    padding: 10px 0;
    border-bottom: 1px solid #f3f2f4;
}

    .eoda-nav .navbar {
        position: inherit;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

        .eoda-nav .navbar .navbar-brand {
            font-size: inherit;
            line-height: 1;
            padding-top: 0;
            padding-bottom: 0;
            padding-left: 0;
            padding-right: 0;
        }

        .eoda-nav .navbar ul {
            padding-left: 0;
            list-style-type: none;
            margin-bottom: 0;
        }

        .eoda-nav .navbar .navbar-nav.ml-50 {
            margin-left: 50px;
        }

        .eoda-nav .navbar .navbar-nav .nav-item {
            position: relative;
            margin-left: 15px;
            margin-right: 20px;
        }

            .eoda-nav .navbar .navbar-nav .nav-item a {
                color: #29234d;
                font-size: 16px;
                padding-left: 0;
                padding-right: 0;
                padding-top: 20px;
                padding-bottom: 20px;
            }

                .eoda-nav .navbar .navbar-nav .nav-item a i {
                    font-size: 15px;
                    line-height: 0;
                    position: relative;
                    top: 1px;
                }

                .eoda-nav .navbar .navbar-nav .nav-item a:hover, .eoda-nav .navbar .navbar-nav .nav-item a:focus, .eoda-nav .navbar .navbar-nav .nav-item a.active {
                    color: #6557e8;
                }

                .eoda-nav .navbar .navbar-nav .nav-item a .la-search {
                    background-color: #6557e8;
                    height: 25px;
                    width: 25px;
                    display: inline-block;
                    line-height: 25px;
                    color: #fff;
                    text-align: center;
                    border-radius: 50%;
                }

                    .eoda-nav .navbar .navbar-nav .nav-item a .la-search:hover {
                        background-color: #f47514;
                        color: #fff;
                    }

            .eoda-nav .navbar .navbar-nav .nav-item:last-child {
                margin-right: 0;
            }

            .eoda-nav .navbar .navbar-nav .nav-item:first-child {
                margin-left: 0;
            }

            .eoda-nav .navbar .navbar-nav .nav-item:hover a, .eoda-nav .navbar .navbar-nav .nav-item.active a {
                color: #6557e8;
            }

            .eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu {
                border: none;
                top: 65px;
                left: 0;
                z-index: 99;
                opacity: 0;
                width: 250px;
                display: block;
                border-radius: 0;
                padding: 10px 0;
                margin-top: 15px;
                position: absolute;
                visibility: hidden;
                background: #fff;
                -webkit-transition: all .2s ease-in-out;
                transition: all .2s ease-in-out;
                -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
                box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
            }

                .eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
                    margin: 0;
                }

                    .eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
                        padding: 6px 20px;
                        position: relative;
                        display: block;
                        color: #29234d;
                        font-size: 16px;
                    }

                        .eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li a i {
                            margin: 0;
                            position: absolute;
                            top: 50%;
                            font-size: 15px;
                            -webkit-transform: translateY(-50%);
                            transform: translateY(-50%);
                            right: 15px;
                        }

                        .eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
                            color: #6557e8;
                        }

                    .eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
                        top: 0;
                        opacity: 0;
                        left: 100%;
                        margin-top: 15px;
                        visibility: hidden;
                    }

                    .eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu-2 {
                        height: 250px;
                        overflow-y: auto;
                    }

#style-2::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f47514;
}

#style-2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #29234d;
}

    .eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
        color: #6557e8;
    }

.eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: 250px;
    visibility: hidden;
    float: left;
}
.eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu3 {
    top: 45px;
    opacity: 0;
    left: 10px;
    visibility: hidden;
    float: left;
}

    .eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
        color: #29234d;
    }

        .eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
            color: #6557e8;
        }

    .eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
        top: 0;
        opacity: 0;
        left: 100%;
        visibility: hidden;
    }

        .eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
            color: #29234d;
        }

            .eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                color: #6557e8;
            }

        .eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
            top: 0;
            opacity: 0;
            left: 250px;
            visibility: hidden;
        }

            .eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
                color: #29234d;
            }

                .eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                    color: #6557e8;
                }

            .eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
                top: 0;
                opacity: 0;
                left: 100%;
                visibility: hidden;
            }

                .eoda-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: #29234d;
                }

                    .eoda-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, .eoda-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, .eoda-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: #6557e8;
                    }

                .eoda-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 {
                    top: 0;
                    opacity: 0;
                    left: 250px;
                    visibility: hidden;
                }

                    .eoda-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: #29234d;
                    }

                        .eoda-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, .eoda-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, .eoda-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: #6557e8;
                        }

                .eoda-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: #6557e8;
                }

                .eoda-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;
                }

            .eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
                color: #6557e8;
            }

            .eoda-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;
            }

        .eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
            color: #6557e8;
        }

        .eoda-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;
        }

    .eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
        color: #6557e8;
    }

    .eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
    }

.eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
    color: #6557e8;
}

.eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
    color: #6557e8;
}

.eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.eoda-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.eoda-nav .navbar .navbar-nav .nav-btn {
    margin-left: 20px;
}

    .eoda-nav .navbar .navbar-nav .nav-btn a {
        padding: 10px 30px;
    }

    .eoda-nav .navbar .navbar-nav .nav-btn .default-btn-two {
        background-color: #f47514;
        color: #fff;
    }

        .eoda-nav .navbar .navbar-nav .nav-btn .default-btn-two:hover {
            background-color: #29234d;
            color: #fff;
        }

.eoda-nav .navbar .others-option {
    background-color: #7d7d7d;
    border-radius: 30px;
    padding: 10px 18px 3px;
    margin-left: auto;
}

    .eoda-nav .navbar .others-option .option-item {
        margin-left: 15px;
        padding-left: 15px;
        position: relative;
    }

        .eoda-nav .navbar .others-option .option-item::before {
            content: '';
            position: absolute;
            left: -2px;
            top: -4px;
            background-color: #fa6a45;
            height: 25px;
            width: 1.5px;
        }

        .eoda-nav .navbar .others-option .option-item:first-child {
            margin-left: 0;
            padding-left: 0;
        }

            .eoda-nav .navbar .others-option .option-item:first-child::before {
                display: none;
            }

    .eoda-nav .navbar .others-option .side-menu-btn i {
        cursor: pointer;
        font-size: 35px;
        position: relative;
        top: 4px;
        line-height: 0;
        -webkit-transition: all .5s;
        transition: all .5s;
        color: #fff;
    }

        .eoda-nav .navbar .others-option .side-menu-btn i:hover {
            color: #fff;
        }

    .eoda-nav .navbar .others-option .search-box i {
        cursor: pointer;
        font-size: 22px;
        color: #fff;
        position: relative;
        top: -2px;
        line-height: 1;
        -webkit-transition: all .5s;
        transition: all .5s;
    }

        .eoda-nav .navbar .others-option .search-box i:hover {
            color: #fff;
        }

    .eoda-nav .navbar .others-option .cart-btn a {
        display: inline-block;
        position: relative;
        font-size: 25px;
        color: #fff;
        line-height: 1;
        padding-right: 10px;
    }

        .eoda-nav .navbar .others-option .cart-btn a span {
            position: absolute;
            right: 0;
            top: -3px;
            width: 18px;
            height: 18px;
            text-align: center;
            line-height: 20px;
            border-radius: 50%;
            background-color: #29234d;
            font-size: 14px;
            font-weight: 600;
        }

@media only screen and (max-width:1199px) {
    .navbar-area {
        background-color: #fff;
        padding-top: 15px;
        padding-bottom: 15px;
    }

        .navbar-area.is-sticky {
            padding-top: 15px;
            padding-bottom: 15px;
        }

    .eoda-responsive-nav {
        display: block;
    }

        .eoda-responsive-nav .eoda-responsive-menu {
            position: relative;
        }

            .eoda-responsive-nav .eoda-responsive-menu.mean-container .mean-nav {
                margin-top: 50px;
            }

                .eoda-responsive-nav .eoda-responsive-menu.mean-container .mean-nav ul {
                    font-size: 15px;
                }

                    .eoda-responsive-nav .eoda-responsive-menu.mean-container .mean-nav ul li a.active {
                        color: #6557e8;
                    }

                    .eoda-responsive-nav .eoda-responsive-menu.mean-container .mean-nav ul li li a {
                        font-size: 13px;
                    }

            .eoda-responsive-nav .eoda-responsive-menu.mean-container .navbar-nav {
                overflow-y: scroll;
                height: 357px;
                -webkit-box-shadow: 0 7px 13px 0 rgba(0,0,0,.1);
                box-shadow: 0 7px 13px 0 rgba(0,0,0,.1);
            }

        .eoda-responsive-nav .mean-container a.meanmenu-reveal {
            color: #6557e8;
            padding-top: 13px;
            font-size: 30px !important;
        }

            .eoda-responsive-nav .mean-container a.meanmenu-reveal span {
                background: #6557e8;
            }

        .eoda-responsive-nav .others-option {
            display: none !important;
            background-color: #6557e8;
            border-radius: 30px;
            padding: 10px 18px 3px;
        }

            .eoda-responsive-nav .others-option .option-item {
                margin-left: 15px;
                padding-left: 15px;
                position: relative;
            }

                .eoda-responsive-nav .others-option .option-item::before {
                    content: '';
                    position: absolute;
                    left: -2px;
                    top: -4px;
                    background-color: #fa6a45;
                    height: 25px;
                    width: 1.5px;
                }

                .eoda-responsive-nav .others-option .option-item:first-child {
                    margin-left: 0;
                    padding-left: 0;
                }

                    .eoda-responsive-nav .others-option .option-item:first-child::before {
                        display: none;
                    }

            .eoda-responsive-nav .others-option .side-menu-btn i {
                cursor: pointer;
                font-size: 35px;
                position: relative;
                top: 4px;
                line-height: 0;
                -webkit-transition: all .5s;
                transition: all .5s;
                color: #fff;
            }

                .eoda-responsive-nav .others-option .side-menu-btn i:hover {
                    color: #fff;
                }

            .eoda-responsive-nav .others-option .search-box i {
                cursor: pointer;
                font-size: 22px;
                color: #fff;
                position: relative;
                top: -2px;
                line-height: 1;
                -webkit-transition: all .5s;
                transition: all .5s;
            }

                .eoda-responsive-nav .others-option .search-box i:hover {
                    color: #fff;
                }

            .eoda-responsive-nav .others-option .cart-btn a {
                display: inline-block;
                position: relative;
                font-size: 25px;
                color: #fff;
                line-height: 1;
                padding-right: 10px;
            }

                .eoda-responsive-nav .others-option .cart-btn a span {
                    position: absolute;
                    right: 0;
                    top: -3px;
                    width: 18px;
                    height: 18px;
                    text-align: center;
                    line-height: 20px;
                    border-radius: 50%;
                    background-color: #29234d;
                    font-size: 14px;
                    font-weight: 600;
                }

        .eoda-responsive-nav .logo {
            position: relative;
            width: 60%;
            z-index: 1000;
        }

    .eoda-nav {
        display: none;
    }

    .navbar-color-white .eoda-responsive-nav .mean-container a.meanmenu-reveal {
        color: #fff;
    }

        .navbar-color-white .eoda-responsive-nav .mean-container a.meanmenu-reveal span {
            background: #fff;
        }

    .navbar-color-white .others-option-for-responsive .dot-menu .inner .circle {
        background-color: #fff;
    }

    .others-option-for-responsive {
        display: block;
    }

    .mean-container .mean-nav ul li a {
        font-size: 14px;
    }

    .mean-container .mean-nav ul li.nav-btn {
        border-top: 1px solid #dbeefd;
        width: 90%;
    }

        .mean-container .mean-nav ul li.nav-btn .default-btn-two {
            background-color: #f47514;
            color: #fff;
            text-align: center;
            border-radius: 30px;
            width: auto;
            padding: 10px 25px;
        }

            .mean-container .mean-nav ul li.nav-btn .default-btn-two:hover {
                background-color: #29234d;
                color: #fff;
            }
}

.search-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    overflow: hidden;
}

    .search-overlay .search-overlay-layer {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

        .search-overlay .search-overlay-layer:nth-child(1) {
            left: 0;
            background-color: rgba(0,0,0,.5);
            -webkit-transition: all .3s ease-in-out 0s;
            transition: all .3s ease-in-out 0s;
        }

        .search-overlay .search-overlay-layer:nth-child(2) {
            left: 0;
            background-color: rgba(0,0,0,.4);
            -webkit-transition: all .3s ease-in-out .3s;
            transition: all .3s ease-in-out .3s;
        }

        .search-overlay .search-overlay-layer:nth-child(3) {
            left: 0;
            background-color: rgba(0,0,0,.7);
            -webkit-transition: all .9s ease-in-out .6s;
            transition: all .9s ease-in-out .6s;
        }

    .search-overlay .search-overlay-close {
        position: absolute;
        top: 40px;
        right: 40px;
        width: 50px;
        z-index: 2;
        text-align: center;
        cursor: pointer;
        padding: 10px;
        -webkit-transition: all .9s ease-in-out 1.5s;
        transition: all .9s ease-in-out 1.5s;
        opacity: 0;
        visibility: hidden;
    }

        .search-overlay .search-overlay-close .search-overlay-close-line {
            width: 100%;
            height: 3px;
            float: left;
            margin-bottom: 5px;
            background-color: #fff;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
        }

            .search-overlay .search-overlay-close .search-overlay-close-line:nth-child(1) {
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            .search-overlay .search-overlay-close .search-overlay-close-line:nth-child(2) {
                margin-top: -7px;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

        .search-overlay .search-overlay-close:hover .search-overlay-close-line {
            background: #6557e8;
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

    .search-overlay .search-overlay-form {
        -webkit-transition: all .9s ease-in-out 1.4s;
        transition: all .9s ease-in-out 1.4s;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
        z-index: 2;
        max-width: 500px;
        width: 100%;
        padding: 0 16px;
    }

        .search-overlay .search-overlay-form form {
            position: relative;
        }

            .search-overlay .search-overlay-form form input {
                outline: 0;
            }

            .search-overlay .search-overlay-form form .input-search {
                display: block;
                width: 100%;
                height: 60px;
                border: none;
                border-radius: 30px;
                color: #29234d;
                padding: 10px 30px;
            }

                .search-overlay .search-overlay-form form .input-search::-webkit-input-placeholder {
                    -webkit-transition: all .5s;
                    transition: all .5s;
                    letter-spacing: .5px;
                    color: #29234d;
                }

                .search-overlay .search-overlay-form form .input-search:-ms-input-placeholder {
                    -webkit-transition: all .5s;
                    transition: all .5s;
                    letter-spacing: .5px;
                    color: #29234d;
                }

                .search-overlay .search-overlay-form form .input-search::-ms-input-placeholder {
                    -webkit-transition: all .5s;
                    transition: all .5s;
                    letter-spacing: .5px;
                    color: #29234d;
                }

                .search-overlay .search-overlay-form form .input-search::placeholder {
                    -webkit-transition: all .5s;
                    transition: all .5s;
                    letter-spacing: .5px;
                    color: #29234d;
                }

                .search-overlay .search-overlay-form form .input-search:focus::-webkit-input-placeholder {
                    color: transparent;
                }

                .search-overlay .search-overlay-form form .input-search:focus:-ms-input-placeholder {
                    color: transparent;
                }

                .search-overlay .search-overlay-form form .input-search:focus::-ms-input-placeholder {
                    color: transparent;
                }

                .search-overlay .search-overlay-form form .input-search:focus::placeholder {
                    color: transparent;
                }

            .search-overlay .search-overlay-form form button {
                position: absolute;
                right: 5px;
                top: 5px;
                width: 50px;
                color: #fff;
                height: 50px;
                border-radius: 50%;
                background-color: #6557e8;
                -webkit-transition: all .5s;
                transition: all .5s;
                border: none;
                font-size: 20px;
                line-height: 45px;
            }

                .search-overlay .search-overlay-form form button:hover {
                    background-color: #29234d;
                    color: #fff;
                }

    .search-overlay.search-overlay-active.search-overlay {
        opacity: 1;
        visibility: visible;
    }

        .search-overlay.search-overlay-active.search-overlay .search-overlay-layer {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }

        .search-overlay.search-overlay-active.search-overlay .search-overlay-close {
            opacity: 1;
            visibility: visible;
        }

        .search-overlay.search-overlay-active.search-overlay .search-overlay-form {
            opacity: 1;
            visibility: visible;
        }

.banner-area {
    height: 960px;
    position: relative;
    padding-top: 180px;
}

    .banner-area .banner-contant {
        position: relative;
    }

        .banner-area .banner-contant .text-contant {
            max-width: 850px;
            margin: 0 auto 100px;
            text-align: center;
        }

            .banner-area .banner-contant .text-contant span {
                color: #6557e8;
                background-color: #f6f4ff;
                padding: 10px 25px;
                font-size: 15px;
                border-radius: 25px;
                display: inline-block;
                margin-bottom: 15px;
            }

            .banner-area .banner-contant .text-contant h1 {
                font-size: 70px;
                margin-bottom: 30px;
            }

            .banner-area .banner-contant .text-contant p {
                max-width: 635px;
                margin: auto;
                font-size: 20px;
            }

            .banner-area .banner-contant .text-contant .banner-btn {
                margin-top: 30px;
            }

        .banner-area .banner-contant .img-contant {
            position: relative;
        }

            .banner-area .banner-contant .img-contant img {
                border-radius: 30px;
                z-index: 5;
            }

            .banner-area .banner-contant .img-contant .video-contant {
                position: absolute;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                text-align: center;
            }

    .banner-area .shape-1 {
        position: absolute;
        top: 0;
        right: 0;
        max-width: 265px;
        z-index: -1;
    }

    .banner-area .shape-2 {
        position: absolute;
        left: 0;
        bottom: 50px;
        max-width: 330px;
        z-index: -1;
    }

    .banner-area .shape-3 {
        position: absolute;
        top: 150px;
        right: 140px;
        max-width: 40px;
        -webkit-animation-name: rotateme;
        animation-name: rotateme;
        -webkit-animation-duration: 10s;
        animation-duration: 10s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    .banner-area .shape-4 {
        position: absolute;
        z-index: -1;
        top: 160px;
        right: 155px;
        max-width: 25px;
        -webkit-animation-name: rotateme;
        animation-name: rotateme;
        -webkit-animation-duration: 20s;
        animation-duration: 20s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    .banner-area .shape-5 {
        position: absolute;
        z-index: -1;
        top: 160px;
        left: 350px;
        -webkit-animation: animationFramesOne 15s infinite linear;
        animation: animationFramesOne 15s infinite linear;
    }

    .banner-area .shape-6 {
        position: absolute;
        z-index: -1;
        top: 160px;
        right: 325px;
        -webkit-animation: animationFramesOne 25s infinite linear;
        animation: animationFramesOne 25s infinite linear;
    }

    .banner-area .shape-7 {
        position: absolute;
        z-index: -1;
        top: 160px;
        left: 50px;
        -webkit-animation: animationFramesOne 20s infinite linear;
        animation: animationFramesOne 20s infinite linear;
    }

    .banner-area .shape-8 {
        position: absolute;
        z-index: -1;
        left: 185px;
        top: 350px;
        max-width: 50px;
        -webkit-animation-name: rotateme;
        animation-name: rotateme;
        -webkit-animation-duration: 20s;
        animation-duration: 20s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    .banner-area .shape-9 {
        position: absolute;
        z-index: -1;
        bottom: 380px;
        right: 250px;
        -webkit-animation-name: rotateme;
        animation-name: rotateme;
        -webkit-animation-duration: 20s;
        animation-duration: 20s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    .banner-area .shape-10 {
        position: absolute;
        bottom: 240px;
        left: 50px;
        -webkit-animation: animationFramesOne 25s infinite linear;
        animation: animationFramesOne 25s infinite linear;
    }

    .banner-area .shape-11 {
        position: absolute;
        bottom: 257px;
        right: 220px;
        -webkit-animation: moveLeftBounce 3s linear infinite;
        animation: moveLeftBounce 3s linear infinite;
    }

.video-box {
    text-align: center;
}

    .video-box .video-btn {
        position: absolute;
        left: 0;
        right: 0;
        display: inline-block;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 80px;
        height: 80px;
        background-color: #6557e8;
        border-radius: 50%;
        color: #fff;
        font-size: 60px;
        z-index: 1;
        margin-left: auto;
        margin-right: auto;
    }

        .video-box .video-btn::after, .video-box .video-btn::before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            z-index: -1;
            bottom: 0;
            left: 0;
            border-radius: 50%;
            border: 1px solid #6557e8;
            -webkit-transition: all .5s;
            transition: all .5s;
        }

        .video-box .video-btn i {
            position: absolute;
            left: 0;
            right: 0;
            top: 50%;
            font-size: 35px;
            z-index: 1;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            margin-left: auto;
            margin-right: auto;
        }

        .video-box .video-btn::before {
            -webkit-animation: ripple 2s linear infinite;
            animation: ripple 2s linear infinite;
        }

        .video-box .video-btn::after {
            -webkit-animation: ripple 2s linear 1s infinite;
            animation: ripple 2s linear 1s infinite;
        }

        .video-box .video-btn:hover, .video-box .video-btn:focus {
            background-color: #6557e8;
            color: #fff;
        }

            .video-box .video-btn:hover::after, .video-box .video-btn:hover::before, .video-box .video-btn:focus::after, .video-box .video-btn:focus::before {
                border-color: #6557e8;
            }

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

.features-area {
    padding-top: 410px;
}

.features-card {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s;
    margin-bottom: 30px;
}

    .features-card i {
        background-color: #f47514;
        color: #fff;
        font-size: 30px;
        width: 75px;
        height: 75px;
        line-height: 75px;
        display: inline-block;
        text-align: center;
        border-radius: 10px;
        -webkit-box-shadow: 0 6px 7px 0 #fac195;
        box-shadow: 0 6px 7px 0 #fac195;
        -webkit-transition: all .5s;
        transition: all .5s;
        margin-bottom: 25px;
    }

    .features-card h3 {
        font-size: 25px;
        margin-bottom: 15px;
        -webkit-transition: all .5s;
        transition: all .5s;
    }

    .features-card p {
        -webkit-transition: all .5s;
        transition: all .5s;
    }

    .features-card:hover {
        background-color: #29234d;
    }

        .features-card:hover i {
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .features-card:hover h3 {
            color: #fff;
        }

        .features-card:hover p {
            color: #c0bdca;
        }

.about-area .about-img {
    position: relative;
    max-width: 485px;
    margin-left: auto;
    margin-right: 0;
}

    .about-area .about-img img {
        border-radius: 10px;
    }

.about-card {
    background-color: #6557e8;
    position: absolute;
    padding: 50px 15px;
    border-radius: 10px;
    text-align: center;
    width: 170px;
    left: -100px;
    bottom: -40px;
    -webkit-animation: moveBounce 4s linear infinite;
    animation: moveBounce 4s linear infinite;
}

    .about-card i {
        background-color: #f47514;
        color: #fff;
        position: absolute;
        width: 45px;
        height: 45px;
        font-size: 30px;
        line-height: 45px;
        border-radius: 10px;
        text-align: center;
        top: -15px;
        right: -15px;
    }

    .about-card h3 {
        color: #fff;
        font-size: 60px;
        line-height: 1;
    }

        .about-card h3 span {
            color: #fff;
            font-size: 20px;
            font-weight: 400;
        }

    .about-card p {
        color: #fff;
        font-size: 20px;
    }

.about-text {
    padding-right: 14px;
}

    .about-text span {
        font-size: 18px;
        color: #f47514;
        display: inline-block;
        margin-bottom: 10px;
    }

    .about-text h2 {
        font-size: 46px;
        margin-bottom: 25px;
    }

    .about-text p {
        margin-bottom: 15px;
    }

    .about-text ul {
        padding: 5px 50px 0 0;
        margin: 0;
    }

        .about-text ul li {
            list-style-type: none;
            margin-bottom: 10px;
            font-size: 18px;
            font-weight: 500;
            padding-left: 25px;
            color: #29234d;
            position: relative;
        }

            .about-text ul li::before {
                content: '';
                position: absolute;
                background-color: #f47514;
                width: 13px;
                height: 13px;
                border-radius: 50%;
                left: 0;
                top: 7px;
            }

    .about-text .about-btn {
        margin-top: 30px;
    }

.service-card {
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 40px 25px;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s;
}

    .service-card i {
        background-color: #6557e8;
        color: #fff;
        font-size: 30px;
        width: 65px;
        height: 65px;
        line-height: 65px;
        text-align: center;
        border-radius: 10px;
        position: absolute;
        -webkit-transition: all .5s;
        transition: all .5s;
        right: 0;
        top: 0;
    }

    .service-card h3 {
        font-size: 25px;
        margin-bottom: 15px;
        -webkit-transition: all .5s;
        transition: all .5s;
    }

    .service-card p {
        -webkit-transition: all .5s;
        transition: all .5s;
        margin: 0;
    }

    .service-card .default-btn {
        background-color: #f6f4ff;
        color: #6557e8;
        margin-top: 25px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .service-card:hover {
        background-color: #29234d;
    }

        .service-card:hover h3 {
            color: #fff;
        }

        .service-card:hover p {
            color: #c0bdca;
        }

        .service-card:hover .default-btn {
            background-color: #6557e8;
            color: #fff;
        }

.choose-area .choose-images {
    position: relative;
}

    .choose-area .choose-images .img-1 {
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
        border-bottom-left-radius: 25px;
    }

    .choose-area .choose-images .choos-img {
        position: absolute;
        left: -60px;
        bottom: 50px;
        max-width: 170px;
    }

        .choose-area .choose-images .choos-img img {
            -webkit-box-shadow: 0 10px 20px #ccc;
            box-shadow: 0 10px 20px #ccc;
            border-radius: 10px;
            -webkit-animation: moveBounce 4s linear infinite;
            animation: moveBounce 4s linear infinite;
        }

.choose-area .choose-text span {
    font-size: 18px;
    color: #f47514;
    display: inline-block;
    margin-bottom: 10px;
}

.choose-area .choose-text h2 {
    font-size: 46px;
    margin-bottom: 25px;
}

.choose-area .choose-text p {
    margin-bottom: 40px;
}

.choose-area .choose-text ul {
    padding: 0;
    margin: 0;
}

    .choose-area .choose-text ul li {
        list-style-type: none;
        padding-left: 70px;
        position: relative;
        margin-bottom: 45px;
        font-size: 18px;
        font-weight: 500;
        color: #29234d;
    }

        .choose-area .choose-text ul li:last-child {
            margin-bottom: 0;
        }

        .choose-area .choose-text ul li i {
            position: absolute;
            background-color: #f6f4ff;
            color: #f47514;
            border-radius: 5px;
            font-size: 30px;
            left: 0;
            top: -9px;
            width: 50px;
            height: 50px;
            line-height: 50px;
            text-align: center;
        }

.choose-area .choose-text .choose-btn {
    margin-top: 55px;
}

.choose-area.choose-three {
    background-color: #f6f4ff;
}

    .choose-area.choose-three .choose-text ul li i {
        background-color: #fff;
    }

.our-pricing-area {
    background-color: #f6f4ff;
}

.pricing-tab .tabs {
    padding: 0;
    margin: 0 0 40px;
    list-style-type: none;
    position: relative;
}

    .pricing-tab .tabs li {
        padding: 0;
        margin: 0 5px;
        cursor: pointer;
        display: inline-block;
        border-radius: 30px;
        padding: 15px 35px;
        -webkit-transition: all .5s;
        transition: all .5s;
        -webkit-box-shadow: 0 10px 20px 1px #e0dddd;
        box-shadow: 0 10px 20px 1px #e0dddd;
        border: 1px solid #f47514;
        color: #f47514;
        position: relative;
        z-index: 2;
    }

        .pricing-tab .tabs li.current {
            background-color: #6557e8;
            border: 1px solid #6557e8;
            color: #fff;
        }

.tab .tabs {
    text-align: center;
}

.tab .tabs-item {
    display: none;
}

    .tab .tabs-item:first-child {
        display: block;
    }

.pricing-card {
    -webkit-box-shadow: 0 0 20px #eee;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    background-color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
    margin-bottom: 30px;
}

    .pricing-card .price-header {
        padding-bottom: 20px;
        background-color: #6557e8;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        padding: 40px 30px;
        -webkit-transition: all .5s;
        transition: all .5s;
    }

        .pricing-card .price-header i {
            background-color: #f47514;
            color: #fff;
            font-size: 30px;
            width: 60px;
            height: 60px;
            line-height: 60px;
            text-align: center;
            border-radius: 10px;
            position: absolute;
            -webkit-transition: all .5s;
            transition: all .5s;
            top: 0;
            right: 15px;
        }

        .pricing-card .price-header p {
            font-size: 22px;
            color: #fff;
            display: inline-block;
            -webkit-transition: all .5s;
            transition: all .5s;
            margin: 0 0 10px;
            line-height: 1;
        }

        .pricing-card .price-header h3 {
            font-size: 36px;
            color: #fff;
            margin: 0;
            -webkit-transition: all .5s;
            transition: all .5s;
        }

            .pricing-card .price-header h3 span {
                color: #fff;
                font-size: 16px;
                font-weight: 400;
            }

    .pricing-card ul {
        padding: 40px 30px;
        margin: -7px 0 0;
        list-style-type: none;
    }

        .pricing-card ul li {
            font-size: 18px;
            font-weight: 500;
            color: #29234d;
            margin-bottom: 5px;
            position: relative;
            padding-left: 30px;
            -webkit-transition: all .5s;
            transition: all .5s;
        }

            .pricing-card ul li:last-child {
                margin-bottom: 0;
            }

            .pricing-card ul li i {
                color: #f47514;
                position: absolute;
                left: 0;
                top: 5px;
                -webkit-transition: all .5s;
                transition: all .5s;
            }

            .pricing-card ul li.not-provide {
                color: #7d7d7d;
                -webkit-transition: all .5s;
                transition: all .5s;
            }

                .pricing-card ul li.not-provide i {
                    color: #7d7d7d;
                    -webkit-transition: all .5s;
                    transition: all .5s;
                }

        .pricing-card ul .price-btn {
            margin-top: 30px;
        }

            .pricing-card ul .price-btn .default-btn {
                border: 1px solid #6557e8;
                background-color: transparent;
                color: #6557e8;
            }

    .pricing-card:hover .price-header {
        background-color: #29234d;
    }

    .pricing-card:hover ul .price-btn .default-btn {
        border: 1px solid #6557e8;
        background-color: #6557e8;
        color: #fff;
    }

.testimonials-slider-area {
    position: relative;
}

    .testimonials-slider-area .testimonials-slider {
        margin-bottom: -15px;
    }

        .testimonials-slider-area .testimonials-slider.owl-theme .owl-nav {
            margin-top: 20px;
        }

            .testimonials-slider-area .testimonials-slider.owl-theme .owl-nav [class*=owl-]:hover {
                background: 0 0;
                color: #29234d;
                text-decoration: none;
            }

            .testimonials-slider-area .testimonials-slider.owl-theme .owl-nav .owl-prev, .testimonials-slider-area .testimonials-slider.owl-theme .owl-nav .owl-next {
                margin: 0 15px;
                font-size: 30px;
            }

.testmonials-item {
    -webkit-box-shadow: 0 0 20px #f0f0f1;
    box-shadow: 0 0 20px #f0f0f1;
    background-color: #fff;
    border: 1px solid #f5f5f5;
    border-radius: 10px;
    z-index: 1;
    position: relative;
}

    .testmonials-item img {
        border-radius: 10px;
    }

    .testmonials-item .testmonials-text {
        padding-right: 50px;
        position: relative;
    }

        .testmonials-item .testmonials-text h3 {
            font-size: 25px;
            margin-bottom: 5px;
        }

        .testmonials-item .testmonials-text span {
            font-size: 14px;
            display: inline-block;
            margin-bottom: 10px;
        }

        .testmonials-item .testmonials-text .quote {
            position: absolute;
            font-size: 70px;
            right: 50px;
            top: 0;
            color: #f0eff2;
        }

        .testmonials-item .testmonials-text .rating {
            margin-bottom: 10px;
        }

            .testmonials-item .testmonials-text .rating i {
                color: #f47514;
            }

        .testmonials-item .testmonials-text p {
            font-weight: 500;
            color: #29234d;
        }

    .testmonials-item .t-shape {
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: -1;
    }

.contact-area {
    margin-bottom: 100px;
    margin-top: 30px;
    position: relative;
}

    .contact-area::before {
        content: '';
        position: absolute;
        background-image: url(../img/contact-bg.jpg);
        background-size: cover;
        background-position: center center;
        width: 800px;
        right: 0;
        bottom: 0;
        height: 615px;
    }

    .contact-area .contact-content {
        background-color: rgba(101,87,232,.8);
        border-radius: 30px;
        padding-top: 90px;
        padding-bottom: 90px;
        position: relative;
    }

        .contact-area .contact-content .contact-text {
            padding: 0 40px;
        }

            .contact-area .contact-content .contact-text h2 {
                font-size: 45px;
                color: #fff;
                margin-bottom: 25px;
            }

            .contact-area .contact-content .contact-text p {
                color: #fff;
            }

.contact-form .form-group {
    position: relative;
    margin-bottom: 15px;
    padding-right: 100px;
}

    .contact-form .form-group .form-control {
        height: 40px;
        font-size: 16px;
        color: #29234d;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        padding: 10px 10px 10px 70px;
        position: relative;
    }

    .contact-form .form-group textarea.form-control {
        height: auto;
        padding-top: 17px;
    }

    .contact-form .form-group i {
        position: absolute;
        background-color: #29234d;
        color: #fff;
        top: 0;
        left: 0;
        width: 50px;
        height: 40px;
        font-size: 20px;
        line-height: 40px;
        text-align: center;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    .contact-form .form-group .list-unstyled {
        margin: 10px 0 0;
    }

        .contact-form .form-group .list-unstyled li {
            color: #ff9292;
        }

.contact-form .default-btn-two {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 5px;
}

.contact-form .text-danger {
    color: #ff9292 !important;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 20px;
}

.blog-area {
    position: relative;
}

    .blog-area::before {
        content: '';
        position: absolute;
        background-color: #f6f4ff;
        top: 0;
        width: 100%;
        height: 535px;
    }

    .blog-area .section-title {
        position: relative;
    }

.blog-card {
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px #f3f2f4;
    box-shadow: 0 0 20px #f3f2f4;
    -webkit-transition: all .5s;
    transition: all .5s;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .blog-card a img {
        border-radius: 5px;
        position: relative;
    }

    .blog-card .date {
        position: absolute;
        background-color: #f47514;
        color: #fff;
        font-size: 15px;
        border-radius: 5px;
        text-align: center;
        width: 70px;
        height: 70px;
        top: 0;
        right: 0;
        padding-top: 14px;
    }

    .blog-card .blog-text {
        padding: 25px 30px 30px;
    }

        .blog-card .blog-text .user {
            margin-bottom: 10px;
        }

            .blog-card .blog-text .user i {
                color: #6557e8;
                font-size: 18px;
                -webkit-transition: all .5s;
                transition: all .5s;
            }

            .blog-card .blog-text .user p {
                display: inline-block;
                margin-bottom: 0;
                color: #6557e8;
                font-size: 15px;
                -webkit-transition: all .5s;
                transition: all .5s;
            }

        .blog-card .blog-text h3 {
            font-size: 24px;
            margin-bottom: 20px;
            -webkit-transition: all .5s;
            transition: all .5s;
            line-height: 1.4;
        }

            .blog-card .blog-text h3 a {
                color: #29234d;
            }

                .blog-card .blog-text h3 a:hover {
                    color: #f47514;
                }

        .blog-card .blog-text .default-btn {
            padding: 10px 40px;
        }

    .blog-card .b-shape {
        position: absolute;
        right: 0;
        bottom: -15px;
        z-index: -1;
    }

.subscribe-area .section-title h2 {
    margin-top: -13px;
}

.subscribe-area .subscribe-form {
    max-width: 530px;
    margin: auto;
    position: relative;
}

    .subscribe-area .subscribe-form .form-control {
        height: 60px;
        padding: 10px 35px;
        -webkit-box-shadow: none;
        box-shadow: none;
        font-size: 16px;
        line-height: 0;
        border-radius: 30px;
        -webkit-box-shadow: 0 20px 20px #f0f0f1;
        box-shadow: 0 20px 20px #f0f0f1;
    }

    .subscribe-area .subscribe-form .default-btn-two {
        border: none;
        position: absolute;
        right: 0;
        height: 60px;
        top: 0;
        padding: 10px 45px;
        font-weight: 500;
    }

    .subscribe-area .subscribe-form .validation-danger {
        color: red;
        margin-top: 10px;
    }

    .subscribe-area .subscribe-form p {
        font-weight: 500;
        text-align: center;
        color: #29234d;
        margin-top: 25px;
    }

        .subscribe-area .subscribe-form p i {
            color: #f47514;
            padding-left: 10px;
        }

.footer-area {
    background: #e1e1e1;
    position: relative;
    overflow-y: hidden;
    overflow-x: hidden;
    z-index: 2;
}

    .footer-area .footer-widget {
        margin-bottom: 30px;
    }

        .footer-area .footer-widget .logo {
            margin-bottom: 10px;
        }

        .footer-area .footer-widget p {
            color: #363131;
        }

        .footer-area .footer-widget h3 {
            font-size: 25px;
            color: #363131;
            padding-bottom: 20px;
        }

        .footer-area .footer-widget .footer-text {
            list-style-type: none;
            padding: 0;
            margin: 0;
        }

            .footer-area .footer-widget .footer-text li {
                color: #363131;
                margin-bottom: 10px;
                -webkit-transition: all .5s;
                transition: all .5s;
            }

                .footer-area .footer-widget .footer-text li:last-child {
                    margin-bottom: 0;
                }

                .footer-area .footer-widget .footer-text li a {
                    color: #363131;
                }

                    .footer-area .footer-widget .footer-text li a:hover {
                        color: #f47514;
                        padding-left: 5px;
                    }

        .footer-area .footer-widget.pl-80 {
            padding-left: 30px;
        }

        .footer-area .footer-widget.mt-20 {
            margin-top: 15px;
        }

        .footer-area .footer-widget .text-list {
            padding: 0;
            margin: 0 0 25px;
        }

            .footer-area .footer-widget .text-list li {
                list-style-type: none;
                margin-bottom: 10px;
                color: #363131;
            }

                .footer-area .footer-widget .text-list li a {
                    color: #363131;
                }

                    .footer-area .footer-widget .text-list li a:hover {
                        color: #f47514;
                    }

                .footer-area .footer-widget .text-list li:last-child {
                    margin-bottom: 0;
                }

        .footer-area .footer-widget .info-list {
            list-style-type: none;
            padding: 0;
            margin: 0;
        }

            .footer-area .footer-widget .info-list li {
                display: inline-block;
                margin-right: 5px;
            }

                .footer-area .footer-widget .info-list li a {
                    color: #fff;
                }

                .footer-area .footer-widget .info-list li i {
                    color: #6557e8;
                    font-size: 16px;
                    background: #fff;
                    width: 25px;
                    height: 25px;
                    line-height: 25px;
                    text-align: center;
                    border-radius: 4px;
                    -webkit-transition: all .5s;
                    transition: all .5s;
                }

                    .footer-area .footer-widget .info-list li i:hover {
                        background: #6557e8;
                        color: #fff;
                    }

                .footer-area .footer-widget .info-list li span {
                    display: block;
                    color: #fff;
                    font-size: 16px;
                    margin-bottom: 5px;
                }

    .footer-area .footer-socials {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        .footer-area .footer-socials li {
            display: inline-block;
            padding: 0 !important;
            margin: 0 10px 0 0;
        }

            .footer-area .footer-socials li:last-child {
                margin: 0;
            }

            .footer-area .footer-socials li a i {
                display: inline-block;
                background: #fff;
                color: #29234d;
                width: 30px;
                height: 30px;
                line-height: 30px;
                text-align: center;
                border-radius: 5px;
                font-size: 20px;
                position: relative;
                margin-top: 10px;
                -webkit-transition: all .5s;
                transition: all .5s;
            }

                .footer-area .footer-socials li a i:hover {
                    background: #6557e8;
                    color: #fff;
                }

    .footer-area.footer-two {
        padding-top: 170px;
    }

    .footer-area .footer-bottom {
        border-top: 1px solid #6a6583;
        margin-top: 70px;
    }

        .footer-area .footer-bottom p {
            text-align: center;
            font-size: 15px;
            padding: 35px 0;
            color: #363131;
            margin: 0;
        }

            .footer-area .footer-bottom p a {
                color: #f47514;
            }

                .footer-area .footer-bottom p a:hover {
                    color: #6557e8;
                }

    .footer-area .footer-shape {
        position: absolute;
        right: 50px;
        top: 0;
        z-index: -1;
        -webkit-animation: moveLeftBounce 2s linear infinite;
        animation: moveLeftBounce 2s linear infinite;
    }

.preloader {
    position: fixed;
    z-index: 999999;
    background-color: #fff;
    width: 100%;
    height: 100%;
    text-align: center;
    left: 0;
    right: 0;
}

    .preloader .lds-spinner {
        color: official;
        display: inline-block;
        position: relative;
        width: 80px;
        height: 80px;
    }

        .preloader .lds-spinner div {
            -webkit-transform-origin: 40px 40px;
            transform-origin: 40px 40px;
            -webkit-animation: lds-spinner 1.2s linear infinite;
            animation: lds-spinner 1.2s linear infinite;
        }

            .preloader .lds-spinner div:after {
                content: " ";
                display: block;
                position: absolute;
                top: 3px;
                left: 37px;
                width: 6px;
                height: 18px;
                border-radius: 20%;
                background: #f47514;
            }

            .preloader .lds-spinner div:nth-child(1) {
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
                -webkit-animation-delay: -1.1s;
                animation-delay: -1.1s;
            }

            .preloader .lds-spinner div:nth-child(2) {
                -webkit-transform: rotate(30deg);
                transform: rotate(30deg);
                -webkit-animation-delay: -1s;
                animation-delay: -1s;
            }

            .preloader .lds-spinner div:nth-child(3) {
                -webkit-transform: rotate(60deg);
                transform: rotate(60deg);
                -webkit-animation-delay: -.9s;
                animation-delay: -.9s;
            }

            .preloader .lds-spinner div:nth-child(4) {
                -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
                -webkit-animation-delay: -.8s;
                animation-delay: -.8s;
            }

            .preloader .lds-spinner div:nth-child(5) {
                -webkit-transform: rotate(120deg);
                transform: rotate(120deg);
                -webkit-animation-delay: -.7s;
                animation-delay: -.7s;
            }

            .preloader .lds-spinner div:nth-child(6) {
                -webkit-transform: rotate(150deg);
                transform: rotate(150deg);
                -webkit-animation-delay: -.6s;
                animation-delay: -.6s;
            }

            .preloader .lds-spinner div:nth-child(7) {
                -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
                -webkit-animation-delay: -.5s;
                animation-delay: -.5s;
            }

            .preloader .lds-spinner div:nth-child(8) {
                -webkit-transform: rotate(210deg);
                transform: rotate(210deg);
                -webkit-animation-delay: -.4s;
                animation-delay: -.4s;
            }

            .preloader .lds-spinner div:nth-child(9) {
                -webkit-transform: rotate(240deg);
                transform: rotate(240deg);
                -webkit-animation-delay: -.3s;
                animation-delay: -.3s;
            }

            .preloader .lds-spinner div:nth-child(10) {
                -webkit-transform: rotate(270deg);
                transform: rotate(270deg);
                -webkit-animation-delay: -.2s;
                animation-delay: -.2s;
            }

            .preloader .lds-spinner div:nth-child(11) {
                -webkit-transform: rotate(300deg);
                transform: rotate(300deg);
                -webkit-animation-delay: -.1s;
                animation-delay: -.1s;
            }

            .preloader .lds-spinner div:nth-child(12) {
                -webkit-transform: rotate(330deg);
                transform: rotate(330deg);
                -webkit-animation-delay: 0s;
                animation-delay: 0s;
            }

@-webkit-keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.go-top {
    position: fixed;
    left: 20px;
    text-align: center;
    cursor: pointer;
    z-index: 9999;
    bottom: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
}

    .go-top.active {
        bottom: 0px;
    }

    .go-top:hover {
        bottom: 0px;
    }

    .go-top i {
        background: #f47514;
        color: #fff;
        width: 40px;
        height: 30px;
        display: inline-block;
        line-height: 32px;
        text-align: center;
        font-size: 20px;
        -webkit-transition: all .5s;
        transition: all .5s;
  border-top-left-radius: 90px;
  border-top-right-radius: 90px;
    }

        .go-top i:hover {
            background: #6557e8;
            color: #fff;
        }

.banner-slider-area {
    padding-top: 85px;
    position: relative;
    overflow-y: hidden;
    overflow-x: hidden;
}

    .banner-slider-area::before {
        content: '';
        position: absolute;
        background-color: #f6f4ff;
        width: 100%;
        bottom: 0;
        left: 0;
    }

    .banner-slider-area .banner-contant {
        position: relative;
    }

        .banner-slider-area .banner-contant h2 {
            max-width: 600px;
            font-size: 33px;
            margin-bottom: 30px;
        }

        .banner-slider-area .banner-contant .banner-slider .slider-item {
            position: relative;
        }

            .banner-slider-area .banner-contant .banner-slider .slider-item .br-30 {
                border-radius: 0px;
            }

            .banner-slider-area .banner-contant .banner-slider .slider-item .caption {
                width: 355px;
                background-color: rgba(101,87,232,.85);
                border-radius: 30px;
                padding: 40px;
                position: absolute;
                right: 0;
                bottom: 0;
            }

                .banner-slider-area .banner-contant .banner-slider .slider-item .caption p {
                    color: #fff;
                    margin-bottom: 25px;
                }

                .banner-slider-area .banner-contant .banner-slider .slider-item .caption .sign {
                    margin-bottom: 10px;
                    width: unset;
                }

                .banner-slider-area .banner-contant .banner-slider .slider-item .caption h3 {
                    color: #fff;
                    font-size: 25px;
                }

                .banner-slider-area .banner-contant .banner-slider .slider-item .caption .span {
                    display: inline-block;
                    color: #fff;
                    font-size: 13px;
                    margin-bottom: 0;
                }

        .banner-slider-area .banner-contant .banner-slider.owl-theme .owl-nav {
            position: absolute;
            bottom: 25px;
            left: 30px;
        }

            .banner-slider-area .banner-contant .banner-slider.owl-theme .owl-nav .owl-prev, .banner-slider-area .banner-contant .banner-slider.owl-theme .owl-nav .owl-next {
                font-size: 20px;
                line-height: 1;
                color: #29234d;
                margin: 0 5px;
                background-color: #fff;
                color: #6557e8;
                width: 30px;
                height: 40px;
            }

                .banner-slider-area .banner-contant .banner-slider.owl-theme .owl-nav .owl-prev:hover, .banner-slider-area .banner-contant .banner-slider.owl-theme .owl-nav .owl-next:hover {
                    background-color: #f47514;
                    color: #fff;
                }

        .banner-slider-area .banner-contant .banner-btn {
            margin-top: 40px;
            position: relative;
        }

            .banner-slider-area .banner-contant .banner-btn span {
                color: #6557e8;
                background-color: #fff;
                padding: 12px 30px;
                font-size: 16px;
                border-radius: 25px;
                display: inline-block;
                position: absolute;
                right: 0;
                top: 0;
                margin-top: 10px;
            }

            .banner-slider-area .banner-contant .banner-btn .default-btn, .banner-slider-area .banner-contant .banner-btn .default-btn-two {
                margin-top: 10px;
            }

    .banner-slider-area .shape1 {
        position: absolute;
        top: 0;
        right: 0;
        max-width: 300px;
    }

    .banner-slider-area .shape2 {
        position: absolute;
        top: 150px;
        right: 148px;
        max-width: 50px;
        z-index: 1;
        -webkit-animation-name: rotateme;
        animation-name: rotateme;
        -webkit-animation-duration: 10s;
        animation-duration: 10s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    .banner-slider-area .shape3 {
        position: absolute;
        top: 165px;
        right: 170px;
        max-width: 30px;
        -webkit-animation-name: rotateme;
        animation-name: rotateme;
        -webkit-animation-duration: 20s;
        animation-duration: 20s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    .banner-slider-area .shape4 {
        position: absolute;
        left: 300px;
        top: 120px;
        -webkit-animation: animationFramesOne 25s infinite linear;
        animation: animationFramesOne 25s infinite linear;
    }

    .banner-slider-area .shape5 {
        position: absolute;
        top: 165px;
        right: 300px;
        -webkit-animation: animationFramesOne 25s infinite linear;
        animation: animationFramesOne 25s infinite linear;
    }

    .banner-slider-area .shape6 {
        position: absolute;
        top: 200px;
        left: 20px;
        -webkit-animation: animationFramesOne 25s infinite linear;
        animation: animationFramesOne 25s infinite linear;
    }

    .banner-slider-area .shape7 {
        position: absolute;
        top: 50%;
        right: 25px;
        -webkit-animation-name: rotateme;
        animation-name: rotateme;
        -webkit-animation-duration: 20s;
        animation-duration: 20s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    .banner-slider-area .shape8 {
        position: absolute;
        bottom: 280px;
        left: 25px;
        max-width: 40px;
        -webkit-animation-name: rotateme;
        animation-name: rotateme;
        -webkit-animation-duration: 20s;
        animation-duration: 20s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    .banner-slider-area .shape9 {
        position: absolute;
        top: 350px;
        right: 450px;
        z-index: 2;
    }

        .banner-slider-area .shape9 img {
            max-width: 100px;
        }

    .banner-slider-area .shape10 {
        position: absolute;
        top: 270px;
        right: 440px;
        z-index: 2;
    }

        .banner-slider-area .shape10 img {
            max-width: 75px;
        }

    .banner-slider-area .shape11 {
        position: absolute;
        position: absolute;
        top: 260px;
        right: 380px;
        z-index: 2;
    }

        .banner-slider-area .shape11 img {
            max-width: 70px;
        }

    .banner-slider-area .shape12 {
        position: absolute;
        top: 330px;
        right: 400px;
        z-index: 2;
    }

        .banner-slider-area .shape12 img {
            max-width: 70px;
        }

.features-two-area {
    position: relative;
    top: -100px;
}

@media (max-width: 550px) {
    .features-two-area {
        top: 10px;
    }
}

.features-tow-card {
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px #f0f0f0;
    box-shadow: 0 0 20px #f0f0f0;
    border-radius: 10px;
    padding: 40px 30px;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 5;
}

    .features-tow-card i {
        background-color: #f47514;
        -webkit-box-shadow: 0 9px 20px #fbcaa5;
        box-shadow: 0 9px 20px #fbcaa5;
        width: 75px;
        height: 75px;
        line-height: 75px;
        text-align: center;
        border-radius: 10px;
        font-size: 30px;
        color: #fff;
        margin-bottom: 25px;
        -webkit-transition: all .5s;
        transition: all .5s;
    }

    .features-tow-card h3 {
        font-size: 25px;
        -webkit-transition: all .5s;
        transition: all .5s;
        margin-bottom: 15px;
    }

    .features-tow-card p {
        margin-bottom: 0;
    }

    .features-tow-card .card-shape1 {
        position: absolute;
        top: 60px;
        right: 95px;
        z-index: -1;
        -webkit-animation-name: rotateme;
        animation-name: rotateme;
        -webkit-animation-duration: 20s;
        animation-duration: 20s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    .features-tow-card .card-shape2 {
        position: absolute;
        top: 75px;
        right: 50px;
        z-index: -1;
        max-width: 60px;
        -webkit-animation: moveBounce 6s linear infinite;
        animation: moveBounce 6s linear infinite;
    }

    .features-tow-card .card-shape3 {
        position: absolute;
        max-width: 40px;
        top: 30px;
        right: 60px;
        z-index: -1;
        -webkit-animation: moveLeftBounce 3s linear infinite;
        animation: moveLeftBounce 3s linear infinite;
    }

    .features-tow-card .card-shape4 {
        position: absolute;
        top: 55px;
        right: 13px;
        z-index: -1;
        max-width: 50px;
        -webkit-animation: moveLeftBounce 3s linear infinite;
        animation: moveLeftBounce 3s linear infinite;
    }

    .features-tow-card .card-shape5 {
        position: absolute;
        top: 25px;
        right: 25px;
        z-index: -1;
        max-width: 40px;
        -webkit-animation: moveBounce 3s linear infinite;
        animation: moveBounce 3s linear infinite;
    }

    .features-tow-card:hover {
        background-color: #234d4c;
        position: relative;
    }

        .features-tow-card:hover i {
            background-color: #fff;
            color: #f47514;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .features-tow-card:hover h3 {
            color: #fff;
        }

        .features-tow-card:hover p {
            color: #bdcaca;
        }

.single-fun-facts {
    padding: 25px;
    margin-bottom: 30px;
    border: 1px solid #ebebeb;
    border-radius: 10px;
}

    .single-fun-facts .fun-fact-card {
        position: relative;
        text-align: center;
    }

        .single-fun-facts .fun-fact-card i {
            color: #6557e8;
            margin-bottom: 12px;
            font-size: 50px;
            border-radius: 5px;
        }

        .single-fun-facts .fun-fact-card h3 {
            font-weight: 600;
            font-size: 30px;
            color: #f47514;
        }

        .single-fun-facts .fun-fact-card p {
            font-weight: 600;
            color: #29234d;
        }

.our-services-area {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.service-card-two {
    background-color: #f6f4ff;
    position: relative;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 30px;
    z-index: 5;
    -webkit-transition: all .5s;
    transition: all .5s;
}

    .service-card-two i {
        background-color: #fff;
        -webkit-box-shadow: 0 9px 20px #d3d0d0;
        box-shadow: 0 9px 20px #d3d0d0;
        color: #f47514;
        width: 75px;
        height: 75px;
        line-height: 75px;
        text-align: center;
        font-size: 40px;
        border-radius: 5px;
        margin-bottom: 25px;
        -webkit-transition: all .5s;
        transition: all .5s;
    }

    .service-card-two h3 {
        font-size: 25px;
        margin-bottom: 15px;
        -webkit-transition: all .5s;
        transition: all .5s;
    }

    .service-card-two p {
        margin-bottom: 0;
        -webkit-transition: all .5s;
        transition: all .5s;
    }

    .service-card-two .card-shape1 {
        position: absolute;
        top: 100px;
        right: 65px;
        z-index: -1;
        -webkit-animation-name: rotateme;
        animation-name: rotateme;
        -webkit-animation-duration: 20s;
        animation-duration: 20s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    .service-card-two .card-shape2 {
        position: absolute;
        top: 75px;
        right: 50px;
        max-width: 60px;
        -webkit-animation: moveBounce 6s linear infinite;
        animation: moveBounce 6s linear infinite;
    }

    .service-card-two .card-shape4 {
        position: absolute;
        max-width: 40px;
        top: 30px;
        right: 60px;
        -webkit-animation: moveLeftBounce 3s linear infinite;
        animation: moveLeftBounce 3s linear infinite;
    }

    .service-card-two .card-shape3 {
        position: absolute;
        top: 55px;
        right: 13px;
        max-width: 50px;
        -webkit-animation: moveLeftBounce 3s linear infinite;
        animation: moveLeftBounce 3s linear infinite;
    }

    .service-card-two .services-btn {
        margin-top: 20px;
    }

        .service-card-two .services-btn .default-btn {
            padding: 10px 30px;
            border-radius: 40px;
        }

    .service-card-two:hover {
        background-color: #29234d;
    }

        .service-card-two:hover i {
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .service-card-two:hover h3 {
            color: #fff;
        }

        .service-card-two:hover p {
            color: #c0bdca;
        }

.case-study-area .section-title {
    max-width: 810px;
}

.case-study-card {
    background-color: #f6f4ff;
    border-radius: 20px;
    padding: 30px;
    -webkit-transition: all .5s;
    transition: all .5s;
    margin-bottom: 30px;
}

    .case-study-card a h3 {
        font-size: 21px;
        margin-bottom: 15px;
        color: #6557e8;
        -webkit-transition: all .5s;
        transition: all .5s;
    }

        .case-study-card a h3:hover {
            color: #f47514;
        }

    .case-study-card p {
        margin-bottom: 25px;
        -webkit-transition: all .5s;
        transition: all .5s;
    }

    .case-study-card img {
        border-radius: 10px;
    }

    .case-study-card:hover {
        background-color: #29234d;
    }

        .case-study-card:hover h3 {
            color: #fff;
        }

        .case-study-card:hover p {
            color: #c0bdca;
        }

.about-area-two {
    background-color: #29234d;
    padding-bottom: 100px;
    padding-top: 100px;
}

    .about-area-two .about-img {
        position: relative;
    }

        .about-area-two .about-img img {
            border-top-right-radius: 25px;
            border-bottom-right-radius: 25px;
            border-bottom-left-radius: 25px;
            position: relative;
            z-index: 5;
        }

        .about-area-two .about-img::before {
            content: '';
            position: absolute;
            background-color: rgba(198,85,75,.82);
            border-top-right-radius: 25px;
            border-bottom-right-radius: 25px;
            border-bottom-left-radius: 25px;
            width: 100%;
            height: 100%;
            top: -20px;
            left: -20px;
            z-index: 0;
        }

    .about-area-two .about-text span {
        color: #fff;
        display: inline-block;
        margin-bottom: 10px;
        font-size: 18px;
    }

    .about-area-two .about-text h2 {
        font-size: 38px;
        color: #fff;
        margin-bottom: 20px;
    }

    .about-area-two .about-text p {
        color: #fff;
        margin-bottom: 20px;
    }

    .about-area-two .about-text ul {
        padding: 0;
        margin: 0;
    }

        .about-area-two .about-text ul li {
            list-style-type: none;
            padding-left: 50px;
            position: relative;
            margin-bottom: 25px;
            font-size: 16px;
            font-weight: 500;
            color: #fff;
        }

            .about-area-two .about-text ul li:last-child {
                margin-bottom: 0;
            }

            .about-area-two .about-text ul li i {
                position: absolute;
                background-color: #f6f4ff;
                color: #f47514;
                border-radius: 5px;
                font-size: 24px;
                left: 0;
                top: -8px;
                width: 40px;
                height: 40px;
                line-height: 40px;
                text-align: center;
            }

.choose-area-two .container-fluid {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}

.choose-area-two .choose-text {
    position: relative;
}

    .choose-area-two .choose-text::before {
        content: '';
        position: absolute;
        background-color: #f6f4ff;
        width: 1050px;
        height: 100%;
    }

    .choose-area-two .choose-text .choose-text-two {
        position: relative;
        max-width: 555px;
        margin-left: auto;
        margin-right: 0;
        padding: 100px 0;
    }

        .choose-area-two .choose-text .choose-text-two span {
            font-size: 18px;
            color: #f47514;
            display: inline-block;
            margin-bottom: 25px;
            line-height: 1;
        }

        .choose-area-two .choose-text .choose-text-two h2 {
            font-size: 46px;
            margin-bottom: 25px;
        }

        .choose-area-two .choose-text .choose-text-two p {
            margin-bottom: 15px;
        }

        .choose-area-two .choose-text .choose-text-two ul {
            padding: 5px 80px 0 0;
            margin: 0;
        }

            .choose-area-two .choose-text .choose-text-two ul li {
                list-style-type: none;
                margin-bottom: 10px;
                font-size: 18px;
                font-weight: 500;
                padding-left: 25px;
                color: #29234d;
                position: relative;
            }

                .choose-area-two .choose-text .choose-text-two ul li::before {
                    content: '';
                    position: absolute;
                    background-color: #f47514;
                    width: 13px;
                    height: 12px;
                    border-radius: 50%;
                    left: 0;
                    top: 8px;
                }

        .choose-area-two .choose-text .choose-text-two .about-btn {
            margin-top: 30px;
        }

.choose-area-two .choose-form {
    background-image: url(../img/choose/choose-4.jpg);
    background-size: cover;
    background-position: center;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    position: relative;
    margin: 0;
}

    .choose-area-two .choose-form::before {
        content: '';
        position: absolute;
        background-color: rgba(101,87,232,.4);
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .choose-area-two .choose-form .form-contant {
        width: 500px;
        padding-left: 50px;
    }

        .choose-area-two .choose-form .form-contant .form-group {
            padding-right: 0;
        }

        .choose-area-two .choose-form .form-contant .default-btn-two {
            position: relative;
        }

        .choose-area-two .choose-form .form-contant .contact-form .form-group .list-unstyled li {
            color: red;
        }

        .choose-area-two .choose-form .form-contant .contact-form .text-danger {
            color: red !important;
        }

.testimonials-two-area {
    position: relative;
}

    .testimonials-two-area.testimonials-two {
        background-image: url(../img/testimonials/testimonials-bg.jpg);
        background-size: cover;
        background-position: center center;
        width: 100%;
        height: 100%;
    }

        .testimonials-two-area.testimonials-two::before {
            display: none;
        }

        .testimonials-two-area.testimonials-two .testimonials-slider-two .slider-two-item .slider-text span {
            color: #f47514;
        }

        .testimonials-two-area.testimonials-two .testimonials-slider-two .slider-two-item .slider-text h2 {
            color: #29234d;
        }

        .testimonials-two-area.testimonials-two .testimonials-slider-two .slider-two-item .slider-text p {
            color: #2a234d;
            font-weight: 500;
        }

        .testimonials-two-area.testimonials-two .testimonials-slider-two .slider-two-item .slider-text h3 {
            color: #29234d;
        }

        .testimonials-two-area.testimonials-two .testimonials-slider-two .slider-two-item .slider-text .single-p {
            color: #5e587a;
        }

        .testimonials-two-area.testimonials-two .testimonials-slider-two.owl-theme .owl-nav .owl-prev, .testimonials-two-area.testimonials-two .testimonials-slider-two.owl-theme .owl-nav .owl-next {
            background-color: #fff;
            -webkit-box-shadow: 0 11px 20px #ddd;
            box-shadow: 0 11px 20px #ddd;
            color: #6557e8;
        }

            .testimonials-two-area.testimonials-two .testimonials-slider-two.owl-theme .owl-nav .owl-prev:hover, .testimonials-two-area.testimonials-two .testimonials-slider-two.owl-theme .owl-nav .owl-next:hover {
                background-color: #6557e8;
                -webkit-box-shadow: none;
                box-shadow: none;
                color: #fff;
            }

    .testimonials-two-area.bg-color {
        background-color: #29234d;
    }

    .testimonials-two-area::before {
        content: '';
        position: absolute;
        background-image: url(../img/testimonials/map.png);
        background-size: cover;
        background-position: center center;
        width: 100%;
        height: 100%;
        opacity: 0.3;
    }

    .testimonials-two-area .testimonials-slider-two .slider-two-item {
        margin-bottom: 100px;
        margin-top: 40px;
    }

        .testimonials-two-area .testimonials-slider-two .slider-two-item .slider-img img {
            border-top-right-radius: 25px;
            border-bottom-right-radius: 25px;
            border-bottom-left-radius: 25px;
        }

        .testimonials-two-area .testimonials-slider-two .slider-two-item .slider-text span {
            font-size: 18px;
            display: inline-block;
            margin-bottom: 5px;
            color: #fff;
        }

        .testimonials-two-area .testimonials-slider-two .slider-two-item .slider-text h2 {
            font-size: 46px;
            margin-bottom: 30px;
            color: #fff;
        }

        .testimonials-two-area .testimonials-slider-two .slider-two-item .slider-text .rating {
            margin-bottom: 15px;
        }

            .testimonials-two-area .testimonials-slider-two .slider-two-item .slider-text .rating i {
                color: #f47514;
            }

        .testimonials-two-area .testimonials-slider-two .slider-two-item .slider-text p {
            font-size: 20px;
            margin-bottom: 30px;
            color: #fff;
        }

        .testimonials-two-area .testimonials-slider-two .slider-two-item .slider-text h3 {
            font-size: 25px;
            color: #fff;
        }

        .testimonials-two-area .testimonials-slider-two .slider-two-item .slider-text .single-p {
            font-size: 13px;
            margin-bottom: 0;
            color: #c0bdca;
        }

    .testimonials-two-area .testimonials-slider-two.owl-theme .owl-nav {
        margin-top: 0;
        position: absolute;
        bottom: 90px;
        right: 0;
    }

        .testimonials-two-area .testimonials-slider-two.owl-theme .owl-nav .owl-prev, .testimonials-two-area .testimonials-slider-two.owl-theme .owl-nav .owl-next {
            font-size: 20px;
            line-height: 1;
            color: #29234d;
            margin: 0 5px;
            background-color: #fff;
            color: #f47514;
            width: 30px;
            height: 40px;
        }

            .testimonials-two-area .testimonials-slider-two.owl-theme .owl-nav .owl-prev:hover, .testimonials-two-area .testimonials-slider-two.owl-theme .owl-nav .owl-next:hover {
                background-color: #f47514;
                color: #fff;
            }

.services-card-three {
    text-align: center;
    -webkit-box-shadow: 0 0 20px #f1f0f0;
    box-shadow: 0 0 20px #f1f0f0;
    background-color: #fff;
    border-radius: 15px;
    padding: 30px 35px;
    -webkit-transition: all .5s;
    transition: all .5s;
    margin-bottom: 30px;
}

    .services-card-three i {
        background-color: #f47514;
        -webkit-box-shadow: 0 11px 20px #d3d0d0;
        box-shadow: 0 11px 20px #d3d0d0;
        width: 75px;
        height: 75px;
        line-height: 75px;
        text-align: center;
        border-radius: 5px;
        font-size: 30px;
        color: #fff;
        margin-bottom: 25px;
        -webkit-transition: all .5s;
        transition: all .5s;
    }

    .services-card-three h3 {
        font-size: 25px;
        margin-bottom: 15px;
        -webkit-transition: all .5s;
        transition: all .5s;
    }

    .services-card-three p {
        -webkit-transition: all .5s;
        transition: all .5s;
    }

    .services-card-three:hover {
        background-color: #6557e8;
    }

        .services-card-three:hover i {
            background-color: #fff;
            color: #f47514;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .services-card-three:hover h3 {
            color: #fff;
        }

        .services-card-three:hover p {
            color: #fff;
        }

.about-eoda-area .section-title {
    max-width: 890px;
    text-align: left;
    margin: 0 auto 30px 0;
}

.about-eoda-area .about-eoda-text .eoda-text {
    margin-bottom: 20px;
}

.about-eoda-area .about-eoda-text ul {
    padding: 0 50px 0 0;
    margin: 0;
}

    .about-eoda-area .about-eoda-text ul li {
        list-style-type: none;
        margin-bottom: 20px;
        font-size: 18px;
        font-weight: 500;
        padding-left: 25px;
        color: #29234d;
        position: relative;
    }

        .about-eoda-area .about-eoda-text ul li::before {
            content: '';
            position: absolute;
            background-color: #f47514;
            width: 13px;
            height: 12px;
            border-radius: 50%;
            left: 0;
            top: 8px;
        }

.about-eoda-area .about-eoda-text .eoda-btn {
    margin-top: 30px;
}

.marketing-area {
    background-color: #f6f4ff;
    position: relative;
    z-index: 1;
}

    .marketing-area .section-title {
        margin: 0 auto -70px;
    }

    .marketing-area .marketing-img {
        position: relative;
    }

        .marketing-area .marketing-img .marketing-1 {
            position: absolute;
            background-color: #fff;
            -webkit-box-shadow: 0 0 20px #d3d0d0;
            box-shadow: 0 0 20px #d3d0d0;
            border-radius: 10px;
            width: 100px;
            height: 100px;
            line-height: 100px;
            text-align: center;
            bottom: 330px;
            left: 420px;
            -webkit-animation: moveBounce 4s linear infinite;
            animation: moveBounce 4s linear infinite;
        }

            .marketing-area .marketing-img .marketing-1 img {
                max-width: 70px;
            }

        .marketing-area .marketing-img .marketing-2 {
            position: absolute;
            bottom: 300px;
            right: 420px;
            background-color: #fff;
            border-radius: 10px;
            -webkit-box-shadow: 0 0 20px #d3d0d0;
            box-shadow: 0 0 20px #d3d0d0;
            width: 90px;
            height: 90px;
            line-height: 90px;
            text-align: center;
            -webkit-animation: moveBounce 3s linear infinite;
            animation: moveBounce 3s linear infinite;
        }

            .marketing-area .marketing-img .marketing-2 img {
                max-width: 60px;
            }

        .marketing-area .marketing-img .marketing-3 {
            position: absolute;
            bottom: 385px;
            left: 545px;
            background-color: #fff;
            -webkit-box-shadow: 0 0 20px #d3d0d0;
            box-shadow: 0 0 20px #d3d0d0;
            width: 70px;
            height: 70px;
            line-height: 70px;
            text-align: center;
            border-radius: 10px;
            -webkit-animation: moveBounce 5s linear infinite;
            animation: moveBounce 5s linear infinite;
        }

            .marketing-area .marketing-img .marketing-3 img {
                max-width: 45px;
            }

        .marketing-area .marketing-img .marketing-4 {
            position: absolute;
            bottom: 70px;
            right: 460px;
            background-color: #fff;
            border-radius: 10px;
            -webkit-box-shadow: 0 0 20px #d3d0d0;
            box-shadow: 0 0 20px #d3d0d0;
            width: 70px;
            height: 70px;
            line-height: 70px;
            text-align: center;
            -webkit-animation: moveBounce 4s linear infinite;
            animation: moveBounce 4s linear infinite;
        }

            .marketing-area .marketing-img .marketing-4 img {
                max-width: 50px;
            }

        .marketing-area .marketing-img .marketing-5 {
            position: absolute;
            bottom: 40px;
            right: 300px;
            background-color: #fff;
            border-radius: 10px;
            -webkit-box-shadow: 0 0 20px #d3d0d0;
            box-shadow: 0 0 20px #d3d0d0;
            width: 120px;
            height: 120px;
            line-height: 120px;
            text-align: center;
            -webkit-animation: moveBounce 3s linear infinite;
            animation: moveBounce 3s linear infinite;
        }

            .marketing-area .marketing-img .marketing-5 img {
                max-width: 70px;
            }

        .marketing-area .marketing-img .marketing-6 {
            position: absolute;
            bottom: 330px;
            right: 310px;
            background-color: #fff;
            border-radius: 10px;
            -webkit-box-shadow: 0 0 20px #d3d0d0;
            box-shadow: 0 0 20px #d3d0d0;
            width: 80px;
            height: 80px;
            line-height: 80px;
            text-align: center;
            -webkit-animation: moveBounce 6s linear infinite;
            animation: moveBounce 6s linear infinite;
        }

            .marketing-area .marketing-img .marketing-6 img {
                max-width: 55px;
            }

        .marketing-area .marketing-img .marketing-7 {
            position: absolute;
            bottom: 200px;
            right: 220px;
            background-color: #fff;
            border-radius: 10px;
            -webkit-box-shadow: 0 0 20px #d3d0d0;
            box-shadow: 0 0 20px #d3d0d0;
            width: 95px;
            height: 95px;
            line-height: 95px;
            text-align: center;
            -webkit-animation: moveBounce 4s linear infinite;
            animation: moveBounce 4s linear infinite;
        }

            .marketing-area .marketing-img .marketing-7 img {
                max-width: 65px;
            }

        .marketing-area .marketing-img .marketing-8 {
            position: absolute;
            bottom: 80px;
            right: 150px;
            background-color: #fff;
            border-radius: 10px;
            -webkit-box-shadow: 0 0 20px #d3d0d0;
            box-shadow: 0 0 20px #d3d0d0;
            width: 80px;
            height: 80px;
            line-height: 80px;
            text-align: center;
            -webkit-animation: moveBounce 6s linear infinite;
            animation: moveBounce 6s linear infinite;
        }

            .marketing-area .marketing-img .marketing-8 img {
                max-width: 55px;
            }

        .marketing-area .marketing-img .marketing-9 {
            position: absolute;
            bottom: 250px;
            right: 80px;
            background-color: #fff;
            border-radius: 10px;
            -webkit-box-shadow: 0 0 20px #d3d0d0;
            box-shadow: 0 0 20px #d3d0d0;
            width: 85px;
            height: 85px;
            line-height: 85px;
            text-align: center;
            -webkit-animation: moveBounce 6s linear infinite;
            animation: moveBounce 6s linear infinite;
        }

            .marketing-area .marketing-img .marketing-9 img {
                max-width: 60px;
            }

        .marketing-area .marketing-img .marketing-10 {
            position: absolute;
            bottom: 120px;
            right: 20px;
            background-color: #fff;
            border-radius: 10px;
            -webkit-box-shadow: 0 0 20px #d3d0d0;
            box-shadow: 0 0 20px #d3d0d0;
            width: 80px;
            height: 80px;
            line-height: 80px;
            text-align: center;
            -webkit-animation: moveBounce 4s linear infinite;
            animation: moveBounce 4s linear infinite;
        }

            .marketing-area .marketing-img .marketing-10 img {
                max-width: 55px;
            }

    .marketing-area .marketing-shape .m-shape1 {
        position: absolute;
        top: 370px;
        right: 580px;
        -webkit-animation: moveLeftBounce 3s linear infinite;
        animation: moveLeftBounce 3s linear infinite;
    }

        .marketing-area .marketing-shape .m-shape1 img {
            max-width: 100px;
        }

    .marketing-area .marketing-shape .m-shape2 {
        position: absolute;
        top: 280px;
        right: 560px;
        -webkit-animation: moveBounce 4s linear infinite;
        animation: moveBounce 4s linear infinite;
    }

        .marketing-area .marketing-shape .m-shape2 img {
            max-width: 80px;
        }

    .marketing-area .marketing-shape .m-shape3 {
        position: absolute;
        right: 490px;
        top: 280px;
        -webkit-animation: moveLeftBounce 3s linear infinite;
        animation: moveLeftBounce 3s linear infinite;
    }

        .marketing-area .marketing-shape .m-shape3 img {
            max-width: 70px;
        }

    .marketing-area .marketing-shape .m-shape4 {
        position: absolute;
        top: 85px;
        right: 490px;
        z-index: 1;
        -webkit-animation-name: rotateme;
        animation-name: rotateme;
        -webkit-animation-duration: 10s;
        animation-duration: 10s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

        .marketing-area .marketing-shape .m-shape4 img {
            max-width: 40px;
        }

    .marketing-area .marketing-shape .m-shape5 {
        position: absolute;
        top: 90px;
        right: 500px;
        z-index: 1;
        -webkit-animation-name: rotateme;
        animation-name: rotateme;
        -webkit-animation-duration: 10s;
        animation-duration: 10s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

        .marketing-area .marketing-shape .m-shape5 img {
            max-width: 60px;
        }

    .marketing-area .marketing-shape .m-shape6 {
        position: absolute;
        top: 340px;
        left: 420px;
        z-index: -1;
        -webkit-animation: moveLeftBounce 3s linear infinite;
        animation: moveLeftBounce 3s linear infinite;
    }

    .marketing-area .marketing-shape .m-shape7 {
        position: absolute;
        top: 350px;
        right: 515px;
        -webkit-animation: moveBounce 4s linear infinite;
        animation: moveBounce 4s linear infinite;
    }

        .marketing-area .marketing-shape .m-shape7 img {
            max-width: 80px;
        }

.banner-area-three {
    background-color: #ebf5f3;
    padding: 180px 0;
    position: relative;
    overflow-y: hidden;
    overflow-x: hidden;
}

    .banner-area-three .text-contant-three span {
        color: #6557e8;
        background-color: #fff;
        padding: 10px 25px;
        font-size: 18px;
        border-radius: 25px;
        display: inline-block;
        margin-bottom: 20px;
    }

    .banner-area-three .text-contant-three h1 {
        font-size: 65px;
        margin-bottom: 30px;
    }

    .banner-area-three .text-contant-three p {
        font-size: 20px;
    }

    .banner-area-three .text-contant-three .banner-btn {
        margin-top: 30px;
    }

    .banner-area-three .form-contant .contact-form {
        background-color: #fff;
        border-radius: 10px;
        padding: 30px 25px 25px;
    }

        .banner-area-three .form-contant .contact-form .form-group {
            padding-right: 0;
            margin-bottom: 15px;
        }

            .banner-area-three .form-contant .contact-form .form-group .form-control {
                background-color: #f7f7f7;
            }

            .banner-area-three .form-contant .contact-form .form-group i {
                background-color: #dad9df;
                color: #6557e8;
            }

        .banner-area-three .form-contant .contact-form .default-btn-two {
            width: 100%;
        }

    .banner-area-three .b-t-shape1 {
        position: absolute;
        top: 95px;
        right: 240px;
        z-index: 1;
    }

        .banner-area-three .b-t-shape1 img {
            max-width: 60px;
            max-width: 60px;
            -webkit-animation-name: rotateme;
            animation-name: rotateme;
            -webkit-animation-duration: 10s;
            animation-duration: 10s;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
        }

    .banner-area-three .b-t-shape2 {
        position: absolute;
        top: 110px;
        right: 260px;
    }

        .banner-area-three .b-t-shape2 img {
            max-width: 40px;
            max-width: 60px;
            -webkit-animation-name: rotateme;
            animation-name: rotateme;
            -webkit-animation-duration: 10s;
            animation-duration: 10s;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
        }

    .banner-area-three .b-t-shape3 {
        position: absolute;
        top: 35px;
        left: 550px;
    }

        .banner-area-three .b-t-shape3 img {
            -webkit-animation: animationFramesOne 20s infinite linear;
            animation: animationFramesOne 20s infinite linear;
        }

    .banner-area-three .b-t-shape4 {
        position: absolute;
        top: 70px;
        right: 450px;
    }

        .banner-area-three .b-t-shape4 img {
            -webkit-animation: animationFramesOne 20s infinite linear;
            animation: animationFramesOne 20s infinite linear;
        }

    .banner-area-three .b-t-shape5 {
        position: absolute;
        bottom: 150px;
        right: 40px;
    }

        .banner-area-three .b-t-shape5 img {
            -webkit-animation-name: rotateme;
            animation-name: rotateme;
            -webkit-animation-duration: 10s;
            animation-duration: 10s;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
        }

    .banner-area-three .b-t-shape6 {
        position: absolute;
        top: 150px;
        right: 40px;
    }

        .banner-area-three .b-t-shape6 img {
            -webkit-animation: animationFramesOne 20s infinite linear;
            animation: animationFramesOne 20s infinite linear;
        }

    .banner-area-three .b-t-shape7 {
        position: absolute;
        bottom: 50px;
        left: 0;
        right: 0;
        text-align: center;
    }

        .banner-area-three .b-t-shape7 img {
            max-width: 60px;
            -webkit-animation-name: rotateme;
            animation-name: rotateme;
            -webkit-animation-duration: 10s;
            animation-duration: 10s;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
        }

        .banner-area-three .b-t-shape7 .b-t-shape9 {
            position: absolute;
            bottom: 20px;
            left: 30px;
            right: 0;
            text-align: center;
        }

            .banner-area-three .b-t-shape7 .b-t-shape9 img {
                max-width: 60px;
                -webkit-animation-name: rotateme;
                animation-name: rotateme;
                -webkit-animation-duration: 10s;
                animation-duration: 10s;
                -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
                -webkit-animation-timing-function: linear;
                animation-timing-function: linear;
            }

    .banner-area-three .b-t-shape8 {
        position: absolute;
        top: 210px;
        left: 90px;
    }

        .banner-area-three .b-t-shape8 img {
            -webkit-animation: animationFramesOne 20s infinite linear;
            animation: animationFramesOne 20s infinite linear;
        }

.page-banner {
    background-size: cover;
    background-position: center center;
    height: 300px;
    text-align: center;
    position: relative;
}
    .page-banner.bg-1 {
        background-image: url('../img/page-title/contact-bg.jpg');
    }

    .page-banner.bg-2 {
        background-image: url(../img/page-banner-2.jpg);
    }

    .page-banner.bg-3 {
        background-image: url(../img/page-banner-3.jpg);
    }

    .page-banner.bg-4 {
        background-image: url(../img/page-banner-4.jpg);
    }

    .page-banner.bg-5 {
        background-image: url(../img/page-banner-5.jpg);
    }

    .page-banner::before {
        content: '';
        position: absolute;
        background-color: rgba(54,42,115,.88);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .page-banner .page-content {
        position: relative;
    }

        .page-banner .page-content h2 {
            color: #fff;
            text-transform: capitalize;
            font-size: 35px;
            margin-bottom: 15px;
        }

        .page-banner .page-content ul {
            padding: 0;
            margin: 0;
            list-style-type: none;
        }

            .page-banner .page-content ul li {
                display: inline-block;
                font-size: 15px;
                text-transform: capitalize;
                color: #fff;
                position: relative;
                padding-right: 25px;
            }

                .page-banner .page-content ul li:last-child {
                    padding-right: 0;
                }

                .page-banner .page-content ul li a {
                    color: #fff;
                }

                    .page-banner .page-content ul li a::before {
                        content: '>';
                        position: absolute;
                        right: 5px;
                    }

                    .page-banner .page-content ul li a:hover {
                        color: #f47514;
                    }

.pagination {
    padding: 0;
    display: block;
    margin: 20px 0 0;
    text-align: center;
}

    .pagination .page-item {
        display: inline-block;
        margin: 0 3px;
    }

        .pagination .page-item .page-link {
            color: #6557e8;
            border: none;
            border-radius: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
            width: 25px;
            height: 35px;
            line-height: 35px;
            padding: 0;
            margin: 0;
            border-radius: 5px;
        }

            .pagination .page-item .page-link span {
                position: relative;
                bottom: 2px;
            }

            .pagination .page-item .page-link:hover {
                background-color: #fff;
                color: #6557e8;
                width: 25px;
                height: 35px;
                line-height: 35px;
                -webkit-box-shadow: 0 7px 20px 0 #9c95e4;
                box-shadow: 0 7px 20px 0 #9c95e4;
            }

        .pagination .page-item.active .page-link {
            background-color: #fff;
            color: #6557e8;
            width: 25px;
            height: 35px;
            line-height: 35px;
            -webkit-box-shadow: 0 7px 20px 0 #9c95e4;
            box-shadow: 0 7px 20px 0 #9c95e4;
        }

.partner-area {
    background-color: #fbfbfb;
}

    .partner-area .partner-slider .partner-slider-item a img {
        max-width: 150px;
        margin: auto;
    }

.team-card {
    background-color: #fff;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 20px #d3d0d0;
    box-shadow: 0 0 20px #d3d0d0;
    border-radius: 10px;
}

    .team-card img {
        border-radius: 5px;
    }

    .team-card .team-card-text {
        text-align: center;
        padding: 30px 40px;
        border-radius: 5px;
    }

        .team-card .team-card-text h3 {
            margin-top: -5px;
            font-size: 20px;
        }

        .team-card .team-card-text p {
            color: #6557e8;
            margin-bottom: 5px;
        }

        .team-card .team-card-text ul {
            padding: 0;
            margin: 20px 0 0;
            list-style-type: none;
        }

            .team-card .team-card-text ul li {
                display: inline-block;
                margin: 3px;
            }

                .team-card .team-card-text ul li i {
                    color: #6557e8;
                    font-size: 20px;
                    background-color: #fff;
                    width: 35px;
                    height: 35px;
                    line-height: 35px;
                    text-align: center;
                    border-radius: 5px;
                    -webkit-box-shadow: 0 5px 20px #ddd;
                    box-shadow: 0 5px 20px #ddd;
                    -webkit-transition: all .5s;
                    transition: all .5s;
                }

                    .team-card .team-card-text ul li i:hover {
                        background-color: #6557e8;
                        color: #fff;
                    }

.testimonials-area .testmonials-item {
    margin-bottom: 30px;
}

.services-area .choose-text::before {
    display: none;
}

.main-contact-area .contact-text-content .title {
    max-width: 715px;
    margin: auto;
    text-align: center;
    font-weight: 800;
    font-size: 45px;
    margin-bottom: 40px;
}

.main-contact-area .contact-text-content .contact-card {
    margin-bottom: 30px;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    padding: 40px 35px 30px;
}

    .main-contact-area .contact-text-content .contact-card i {
        background-color: #f47514;
        color: #fff;
        width: 60px;
        height: 60px;
        line-height: 60px;
        border-radius: 5px;
        text-align: center;
        margin-bottom: 25px;
        font-size: 30px;
        -webkit-transition: all .5s;
        transition: all .5s;
    }

    .main-contact-area .contact-text-content .contact-card h3 {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 5px;
        line-height: 1.4;
    }

        .main-contact-area .contact-text-content .contact-card h3 a {
            color: #29234d;
        }

            .main-contact-area .contact-text-content .contact-card h3 a:hover {
                color: #6557e8;
            }

        .main-contact-area .contact-text-content .contact-card h3.line-hight {
            line-height: 1.5;
        }

.schedule-area .container {
    max-width: 970px;
}

.schedule-area .form-group {
    padding-right: 0;
}

    .schedule-area .form-group .form-control {
        background-color: #d2d2d2;
    }

.schedule-area .default-btn {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 5px;
}

.contact-map .container-fluid {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}

    .contact-map .container-fluid iframe {
        width: 100%;
        height: 500px;
        margin-bottom: -6px;
        border-top: none;
    }

.gallery-area .container-fluid {
    padding: 0;
    overflow: hidden;
    max-width: 1920px;
    width: 100%;
}

.gallery-area .gallery img {
    position: relative;
}

.gallery-area .gallery .caption {
    position: absolute;
    background-color: rgba(101,87,232,.9);
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .6s;
    transition: .6s;
}

    .gallery-area .gallery .caption i {
        font-size: 30px;
        color: #fff;
        margin-bottom: 20px;
        display: inline-block;
    }

    .gallery-area .gallery .caption h3 {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500;
        color: #fff;
    }

    .gallery-area .gallery .caption p {
        font-size: 14px;
        font-style: italic;
        color: #fff;
    }

.gallery-area .gallery:hover .caption {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.sign-in-area .section-title {
    margin: 0 auto 60px;
    text-align: center;
}

    .sign-in-area .section-title p {
        max-width: 550px;
        margin: auto;
    }

.sign-in-area .sign-in-form {
    max-width: 650px;
    padding: 40px 50px;
    border-radius: 5px;
    margin: auto;
    -webkit-box-shadow: 0 0 20px 0 #d8d8d8;
    box-shadow: 0 0 20px 0 #d8d8d8;
}

    .sign-in-area .sign-in-form .form-group {
        margin-bottom: 25px;
    }

    .sign-in-area .sign-in-form .form-control {
        height: 55px;
        padding: 6px 20px;
        background: #fbfbfb;
        border: 1px solid #efefef;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .sign-in-area .sign-in-form .account-decs {
        text-align: center;
        margin-top: 20px;
    }

        .sign-in-area .sign-in-form .account-decs a {
            color: #6557e8;
            margin-left: 5px;
        }

            .sign-in-area .sign-in-form .account-decs a:hover {
                color: #f47514;
            }

.form-check-input {
    margin-top: 6px;
}

.sign-up-area .sign-up-form {
    max-width: 650px;
    padding: 40px 50px;
    border-radius: 5px;
    margin: auto;
    -webkit-box-shadow: 0 0 20px 0 #d8d8d8;
    box-shadow: 0 0 20px 0 #d8d8d8;
}

    .sign-up-area .sign-up-form .form-group {
        margin-bottom: 25px;
    }

    .sign-up-area .sign-up-form .form-control {
        height: 55px;
        padding: 6px 20px;
        background: #fbfbfb;
        border: 1px solid #efefef;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .sign-up-area .sign-up-form .account-decs {
        text-align: center;
        margin-top: 20px;
    }

        .sign-up-area .sign-up-form .account-decs a {
            color: #6557e8;
            margin-left: 5px;
        }

            .sign-up-area .sign-up-form .account-decs a:hover {
                color: #29234d;
            }

    .sign-up-area .sign-up-form .text-center .default-btn {
        border: none;
    }

.faq-area .faq-contant .accordion {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .faq-area .faq-contant .accordion li {
        position: relative;
        border: 1px solid #dcdcdc;
        margin-bottom: 20px;
    }

        .faq-area .faq-contant .accordion li:last-child {
            margin-bottom: 0;
        }

        .faq-area .faq-contant .accordion li .title {
            margin: 0;
            cursor: pointer;
            font-size: 15px;
            padding: 20px 15px 20px 80px;
            text-transform: uppercase;
            position: relative;
        }

            .faq-area .faq-contant .accordion li .title::before {
                content: '';
                background-color: #eee;
                position: absolute;
                left: 0;
                top: 0;
                height: 100%;
                width: 60px;
            }

            .faq-area .faq-contant .accordion li .title:after {
                width: 10px;
                height: 10px;
                border-right: 1px solid #312f2f;
                border-bottom: 1px solid #312f2f;
                position: absolute;
                left: 22px;
                content: " ";
                top: 23px;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
                -webkit-transition: all .2s ease-in-out;
                transition: all .2s ease-in-out;
            }

            .faq-area .faq-contant .accordion li .title.active {
                border-bottom: 1px solid #dcdcdc;
            }

                .faq-area .faq-contant .accordion li .title.active:after {
                    -webkit-transform: rotate(45deg);
                    transform: rotate(45deg);
                    -webkit-transition: all .2s ease-in-out;
                    transition: all .2s ease-in-out;
                }

        .faq-area .faq-contant .accordion li .accordion-content {
            display: none;
            padding: 20px;
        }

.faq-area .faq-contant .faq-img img {
    border-radius: 10px;
    -webkit-box-shadow: -11px -5px 20px #eee;
    box-shadow: -11px -5px 20px #eee;
}

.privacy-policy .privacy-policy-text h2 {
    font-size: 25px;
}

.privacy-policy .privacy-policy-text p {
    padding-right: 30px;
}

.coming-soon-area {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

    .coming-soon-area .coming-soon-contant {
        text-align: center;
        max-width: 750px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        z-index: 2;
        -webkit-box-shadow: 0 0 20px 3px rgba(0,0,0,.05);
        box-shadow: 0 0 20px 3px rgba(0,0,0,.05);
        background-color: #fff;
        padding: 70px 30px;
    }

        .coming-soon-area .coming-soon-contant h1 {
            margin-bottom: 20px;
            font-size: 50px;
            margin-top: 0;
        }

        .coming-soon-area .coming-soon-contant p {
            font-size: 16px;
            max-width: 600px;
            margin: 0 auto 20px;
        }

        .coming-soon-area .coming-soon-contant #timer {
            margin-top: 30px;
            margin-bottom: 30px;
        }

            .coming-soon-area .coming-soon-contant #timer div {
                display: inline-block;
                color: #29234d;
                position: relative;
                margin-left: 35px;
                margin-right: 35px;
                font-size: 45px;
                font-weight: 700;
            }

                .coming-soon-area .coming-soon-contant #timer div span {
                    display: block;
                    text-transform: capitalize;
                    margin-top: 0;
                    font-size: 16px;
                    font-weight: 400;
                }

                .coming-soon-area .coming-soon-contant #timer div:last-child {
                    margin-right: 0;
                }

                    .coming-soon-area .coming-soon-contant #timer div:last-child::before {
                        display: none;
                    }

                .coming-soon-area .coming-soon-contant #timer div:first-child {
                    margin-left: 0;
                }

                .coming-soon-area .coming-soon-contant #timer div::before {
                    content: "";
                    position: absolute;
                    right: -50px;
                    top: -10px;
                    font-size: 70px;
                    color: #fff;
                }

        .coming-soon-area .coming-soon-contant .coming-soon-form {
            position: relative;
        }

            .coming-soon-area .coming-soon-contant .coming-soon-form .form-control {
                height: 55px;
                padding: 10px 20px;
                margin-bottom: 30px;
                -webkit-box-shadow: none;
                box-shadow: none;
                width: 70%;
                margin: 0 auto 30px;
            }

            .coming-soon-area .coming-soon-contant .coming-soon-form .default-btn {
                padding: 15px 30px;
                border: 0;
                border-radius: 5px;
                position: absolute;
                top: 0;
                right: 15%;
            }

.error-area {
    height: 100vh;
}

    .error-area .error {
        text-align: center;
    }

        .error-area .error img {
            margin-bottom: 20px;
            max-width: 580px;
        }

        .error-area .error h2 {
            font-size: 24px;
            font-weight: 500;
            margin-bottom: 10px;
            margin-bottom: 20px;
        }

        .error-area .error .error-btn a {
            display: inline-block;
            -webkit-transition: all .5s;
            transition: all .5s;
            font-size: 45px;
            font-weight: 800;
            color: #29234d;
        }

            .error-area .error .error-btn a:hover {
                color: #6557e8;
            }

.about-area {
    position: relative;
}

.about-img {
    margin-left: 70px;
    margin-bottom: 90px;
    margin-right: 30px;
    position: relative;
}

    .about-img::before {
        content: '';
        position: absolute;
        z-index: -1;
        top: 60px;
        left: -70px;
        border: 2px solid #f47514;
        border-radius: 0 100px 100px 100px;
        width: 100%;
        height: 570px;
        background-color: transparent;
    }

    .about-img .about-img-small {
        position: absolute;
        bottom: -60px;
        left: -40px;
    }

.about-img-before {
    position: relative;
}

    .about-img-before::before {
        border-color: #301d44;
    }

.about-content {
    margin-bottom: 30px;
}

    .about-content span {
        color: #f47514;
    }

    .about-content h2 {
        margin-top: 0px;
        margin-bottom: 15px;
        font-size: 36px;
        color: #301d44;
    }

        .about-content h2 b {
            color: #f47514;
            font-weight: 600;
        }

    .about-content h3 {
        font-size: 18px;
        color: #594a69;
        margin-bottom: 10px;
    }

    .about-content p {
        margin-bottom: 20px;
    }

    .about-content .about-counter {
        position: relative;
        margin-top: 20px;
        margin-bottom: 40px;
    }

        .about-content .about-counter i {
            position: absolute;
            top: 0;
            left: 0;
            width: 45px;
            height: 45px;
            line-height: 45px;
            color: #f47514;
            background-color: #fff8e5;
            border-radius: 3px;
            text-align: center;
            font-size: 26px;
            display: inline-block;
        }

        .about-content .about-counter .content {
            margin-left: 60px;
            display: inline-block;
        }

            .about-content .about-counter .content h3 {
                font-size: 20px;
                color: #301d44;
                line-height: 1;
                margin-bottom: 0;
            }

            .about-content .about-counter .content span {
                font-size: 13px;
                color: #301d44;
            }

    .about-content .about-btn .learn-btn {
        padding: 12px 30px;
        border-radius: 3px;
        background-color: #f47514;
        color: #fff;
        -webkit-transition: .7s;
        transition: .7s;
    }

        .about-content .about-btn .learn-btn:hover {
            background-color: #301d44;
        }

    .about-content .about-btn .get-btn {
        margin-left: 20px;
        padding: 11px 30px;
        border-radius: 3px;
        background-color: transparent;
        border: 1px solid #301d44;
        color: #301d44;
        -webkit-transition: .7s;
        transition: .7s;
    }

        .about-content .about-btn .get-btn:hover {
            background-color: #301d44;
            color: #fff;
        }

.about-img-2 {
    margin-left: 70px;
    margin-bottom: 90px;
    margin-right: 30px;
    position: relative;
}

    .about-img-2 .about-img-small-2 {
        position: absolute;
        bottom: -60px;
        left: -40px;
    }

    .about-img-2 .about-dots {
        position: absolute;
        z-index: -1;
        bottom: -80px;
        right: -100px;
        -webkit-animation: flash 7s infinite linear;
        animation: flash 7s infinite linear;
    }

.about-content-max {
    max-width: 580px;
    margin-right: auto;
    margin-left: 40px;
}

.about-img-3 {
    margin-bottom: 30px;
}

.about-polygon-shape {
    position: absolute;
    bottom: 10%;
    right: 5%;
}

.video-area {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    padding-top: 100px;
    margin-bottom: 100px;
}

    .video-area::before {
        content: '';
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: .7;
    }


.video-bg1 {
    background-image: url(../img/video-bg.jpg);
}

.video-bg2 {
    background-image: url(../img/video-bg2.html);
}

.video-btn {
    margin-top: 50px;
    float: right;
}

    .video-btn .video-play-btn {
        font-size: 20px;
        width: 130px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        display: inline-block;
        border-radius: 3px;
        color: #fff;
        background-color: #f47514;
        position: relative;
        z-index: 1;
    }

        .video-btn .video-play-btn:hover {
            background-color: #301d44;
        }

            .video-btn .video-play-btn:hover::before {
                border-color: #301d44;
            }

        .video-btn .video-play-btn::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            width: 100%;
            height: 100%;
            border: 2px solid #f47514;
            border-radius: 3px;
            -webkit-animation: scale 1.6s linear infinite;
            animation: scale 1.6s linear infinite;
        }

.video-content {
    margin-left: 50px;
}

    .video-content .section-title h2 {
        color: #fff;
        max-width: 500px;
    }

.video-area-two {
    background-image: url(../img/solution-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

    .video-area-two::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: #301d44;
        opacity: .7;
    }

    .video-area-two::after {
        content: '';
        position: absolute;
        top: 0;
        left: 25%;
        width: 75%;
        height: 100%;
        background-image: url(../img/shape/shape3.html);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

.video-btn-two {
    margin-bottom: 30px;
    text-align: center;
}

    .video-btn-two .play-on-btn {
        font-size: 20px;
        width: 130px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        display: inline-block;
        border-radius: 3px;
        color: #fff;
        background-color: #f47514;
        position: relative;
        z-index: 1;
    }

        .video-btn-two .play-on-btn:hover {
            background-color: #301d44;
        }

            .video-btn-two .play-on-btn:hover::before {
                border-color: #301d44;
            }

        .video-btn-two .play-on-btn::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            width: 100%;
            height: 100%;
            border: 2px solid #f47514;
            border-radius: 3px;
            -webkit-animation: scale 1.6s linear infinite;
            animation: scale 1.6s linear infinite;
        }

.video-content-two {
    position: relative;
    text-align: center;
}

    .video-content-two .section-title h2 {
        color: #fff;
        max-width: 610px;
        margin: 0 auto;
    }

.guidelines-area {
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    bottom: -100px;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    overflow: hidden;
}

.guidelines-max {
    max-width: 1240px;
    margin-left: auto;
}

.guidelines-bg {
    position: relative;
}

    .guidelines-bg::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        border-radius: 5px;
        background-image: url(../img/guidelines-profile.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

.guidelines-bg2 {
    position: relative;
}

    .guidelines-bg2::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        border-radius: 5px;
        background-image: url(../img/guidelines-profile-2.html);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

.guidelines-content {
    padding: 70px 0 70px 60px;
    position: relative;
    z-index: 1;
}

    .guidelines-content h2 {
        font-size: 36px;
        margin-bottom: 15px;
    }

    .guidelines-content p {
        margin-bottom: 20px;
    }

    .guidelines-content .signature {
        margin-bottom: 10px;
    }

    .guidelines-content .content h3 {
        font-size: 22px;
        margin-bottom: 5px;
    }

    .guidelines-content .content span {
        color: #301d44;
    }

.guidelines-img {
    margin-right: -200px;
}

.guidelines-content-two {
    padding: 70px 0 70px 60px;
    position: relative;
    z-index: 1;
    max-width: 500px;
}

    .guidelines-content-two h2 {
        font-size: 36px;
        margin-bottom: 15px;
        color: #fff;
    }

    .guidelines-content-two p {
        margin-bottom: 25px;
        color: #a49cad;
    }

    .guidelines-content-two .signature {
        margin-bottom: 15px;
    }

    .guidelines-content-two .content h3 {
        font-size: 22px;
        margin-bottom: 5px;
        color: #fff;
    }

    .guidelines-content-two .content span {
        color: #a49cad;
    }

.guidelines-content-bg {
    background-color: #301d44;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}

    .guidelines-content-bg::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 75%;
        height: 100%;
        border-radius: 5px;
        background-image: url(../img/shape/shape4.html);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

.choose-area {
    background-color: #f9f9f9;
}

    .choose-area .section-title h2 {
        max-width: 540px;
    }

.choose-tab {
    margin-top: 30px;
}

    .choose-tab .tabs {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .choose-tab .tabs li {
            display: inline-block;
            line-height: initial;
            margin-right: 25px;
        }

            .choose-tab .tabs li a {
                display: inline-block;
                position: relative;
                padding: 16px 30px;
                border-radius: 5px;
                font-weight: 600;
                color: #301d44;
                background-color: #fff;
                -webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
                box-shadow: 0 0 15px rgba(0,0,0,.1);
            }

                .choose-tab .tabs li a:focus {
                    color: #fff;
                    background-color: #f47514;
                }

            .choose-tab .tabs li.active a {
                color: #fff;
                background-color: #f47514;
            }

            .choose-tab .tabs li.current a {
                color: #fff;
                background-color: #f47514;
            }

.tab .tabs_item {
    display: none;
}

    .tab .tabs_item:first-child {
        display: block;
    }

.choose-item .choose-item-img {
    margin-bottom: 30px;
}

    .choose-item .choose-item-img img {
        border-radius: 5px;
    }

.choose-item .choose-item-content p {
    margin-bottom: 30px;
}

.choose-item .choose-item-list {
    margin-bottom: 30px;
}

    .choose-item .choose-item-list ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .choose-item .choose-item-list ul li {
            display: block;
            font-weight: 500;
            margin-bottom: 7px;
            -webkit-transition: .7s;
            transition: .7s;
        }

            .choose-item .choose-item-list ul li:hover {
                color: #f47514;
            }

                .choose-item .choose-item-list ul li:hover i {
                    background-color: #301d44;
                    color: #fff;
                }

            .choose-item .choose-item-list ul li:last-child {
                margin-bottom: 0;
            }

            .choose-item .choose-item-list ul li i {
                font-size: 14px;
                color: #301d44;
                width: 24px;
                height: 24px;
                line-height: 22px;
                border-radius: 50px;
                border: 1px solid #301d44;
                text-align: center;
                margin-right: 7px;
                -webkit-transition: .7s;
                transition: .7s;
            }

.choose-img {
    position: relative;
    margin-left: 50px;
    margin-bottom: 80px;
}

    .choose-img img {
        border-radius: 5px;
    }

    .choose-img .images {
        position: absolute;
        bottom: -50px;
        left: -50px;
    }

        .choose-img .images img {
            border-radius: 5px;
        }

.choose-content {
    margin-bottom: 30px;
}

    .choose-content .section-title {
        margin-bottom: 40px;
    }

        .choose-content .section-title p {
            margin-bottom: 30px;
        }

.choose-content-list {
    position: relative;
    margin-top: 30px;
}

    .choose-content-list i {
        position: absolute;
        top: 0;
        left: 0;
        width: 50px;
        height: 50px;
        line-height: 50px;
        color: #f47514;
        font-size: 24px;
        background-color: transparent;
        border-radius: 5px;
        text-align: center;
        border: 1px solid #f47514;
    }

    .choose-content-list .content {
        margin-left: 75px;
    }

        .choose-content-list .content h3 {
            margin-bottom: 10px;
            font-size: 20px;
            font-weight: 500;
        }

        .choose-content-list .content p {
            margin-bottom: 0;
        }

.choose-img-2 {
    margin-bottom: 30px;
    margin-left: 45px;
    position: relative;
    z-index: 1;
}

    .choose-img-2 .choose-dots {
        position: absolute;
        bottom: -45px;
        right: -70px;
        z-index: -1;
    }

.choose-content-bg {
    background-color: #301d44;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    padding: 70px 40px 70px 110px;
}

    .choose-content-bg::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 75%;
        height: 70%;
        border-radius: 5px;
        background-image: url(../img/shape/shape9.html);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .choose-content-bg .section-title h2 {
        color: #fff;
        max-width: 520px;
    }

    .choose-content-bg .section-title p {
        color: #c1bcc7;
    }

.choose-content-list-color .content h3 {
    color: #fff;
}

.choose-content-list-color .content p {
    color: #c1bcc7;
}

.choose-max {
    max-width: 680px;
    margin-left: auto;
    margin-right: 40px;
}

.choose-img-3 {
    margin-left: -400px;
    z-index: -1;
    margin-bottom: 30px;
}

.choose-bg {
    background-color: #fbfbfb;
}

.choose-content-title .section-title h2 {
    max-width: 520px;
}

.choose-content-title .book-btn {
    padding: 12px 27px;
    background-color: transparent;
    color: #f47514;
    border-radius: 5px;
    position: relative;
    border: 1px solid #f47514;
    z-index: 1;
}

    .choose-content-title .book-btn::before {
        content: '';
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 0;
        background-color: #5a3ac7;
        opacity: 0;
        -webkit-transition: .7s;
        transition: .7s;
        border-radius: 5px;
    }

    .choose-content-title .book-btn:hover {
        background-color: #5a3ac7;
        color: #fff;
        border-color: #5a3ac7;
    }

        .choose-content-title .book-btn:hover::before {
            height: 100%;
            opacity: 1;
            border-radius: 5px;
            border-color: #5a3ac7;
        }

.case-card {
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    text-align: center;
    position: relative;
    z-index: 1;
    border-radius: 5px;
}

    .case-card:hover::before {
        opacity: 1;
        height: 100%;
    }

    .case-card:hover .content h3 a {
        color: #fff;
    }

    .case-card:hover .content p {
        color: #d0ced3;
    }

    .case-card:hover .content .learn-btn {
        background-color: #f47514;
        color: #fff;
    }

    .case-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 0;
        background-color: #301d44;
        border-radius: 5px;
        -webkit-transition: .7s;
        transition: .7s;
        opacity: 0;
        z-index: -1;
    }

    .case-card a {
        display: block;
    }

        .case-card a img {
            border-radius: 5px;
        }

    .case-card .content {
        padding: 30px 20px;
    }

        .case-card .content h3 {
            margin-bottom: 10px;
            color: #301d44;
        }

            .case-card .content h3 a {
                display: block;
                color: #301d44;
            }

        .case-card .content p {
            margin-bottom: 20px;
            max-width: 320px;
            margin-left: auto;
            margin-right: auto;
        }

        .case-card .content .case-more {
            height: 30px;
            line-height: 30px;
            width: 60px;
            text-align: center;
            display: inline-block;
            font-size: 14px;
            background-color: #f47514;
            color: #fff;
            border-radius: 20px;
            -webkit-transition: .7s;
            transition: .7s;
        }

            .case-card .content .case-more:hover {
                background-color: #5a3ac7;
                color: #fff;
            }

.solutions-area {
    background-image: url(../img/solution-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

    .solutions-area::before {
        content: '';
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: #301d44;
        opacity: .8;
    }

.solutions-content {
    margin-bottom: 30px;
}

    .solutions-content .section-title h2 {
        color: #fff;
        max-width: 520px;
    }

.solutions-btn {
    margin-bottom: 30px;
}

.video-area {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    padding-top: 100px;
    margin-bottom: 100px;
}

    .video-area::before {
        content: '';
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: .7;
    }

.video-bg1 {
    background-image: url(../img/video-bg.jpg);
}

.video-bg2 {
    background-image: url(../img/video-bg2.html);
}

.video-btn {
    margin-top: 50px;
    float: right;
}

    .video-btn .video-play-btn {
        font-size: 20px;
        width: 130px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        display: inline-block;
        border-radius: 3px;
        color: #fff;
        background-color: #f47514;
        position: relative;
        z-index: 1;
    }

        .video-btn .video-play-btn:hover {
            background-color: #301d44;
        }

            .video-btn .video-play-btn:hover::before {
                border-color: #301d44;
            }

        .video-btn .video-play-btn::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            width: 100%;
            height: 100%;
            border: 2px solid #f47514;
            border-radius: 3px;
            -webkit-animation: scale 1.6s linear infinite;
            animation: scale 1.6s linear infinite;
        }

.video-content {
    margin-left: 50px;
}

    .video-content .section-title h2 {
        color: #fff;
        max-width: 500px;
    }

.video-area-two {
    background-image: url(../img/solution-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

    .video-area-two::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: #301d44;
        opacity: .7;
    }

    .video-area-two::after {
        content: '';
        position: absolute;
        top: 0;
        left: 25%;
        width: 75%;
        height: 100%;
        background-image: url(../img/shape/shape3.html);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

.video-btn-two {
    margin-bottom: 30px;
    text-align: center;
}

    .video-btn-two .play-on-btn {
        font-size: 20px;
        width: 130px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        display: inline-block;
        border-radius: 3px;
        color: #fff;
        background-color: #f47514;
        position: relative;
        z-index: 1;
    }

        .video-btn-two .play-on-btn:hover {
            background-color: #301d44;
        }

            .video-btn-two .play-on-btn:hover::before {
                border-color: #301d44;
            }

        .video-btn-two .play-on-btn::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            width: 100%;
            height: 100%;
            border: 2px solid #f47514;
            border-radius: 3px;
            -webkit-animation: scale 1.6s linear infinite;
            animation: scale 1.6s linear infinite;
        }

.video-content-two {
    position: relative;
    text-align: center;
}

    .video-content-two .section-title h2 {
        color: #fff;
        max-width: 610px;
        margin: 0 auto;
    }

.guidelines-area {
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    bottom: -100px;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    overflow: hidden;
}

.guidelines-max {
    max-width: 1240px;
    margin-left: auto;
}

.guidelines-bg {
    position: relative;
}

    .guidelines-bg::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        border-radius: 5px;
        background-image: url(../img/guidelines-profile.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

.guidelines-bg2 {
    position: relative;
}

    .guidelines-bg2::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        border-radius: 5px;
        background-image: url(../img/guidelines-profile-2.html);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

.guidelines-content {
    padding: 70px 0 70px 60px;
    position: relative;
    z-index: 1;
}

    .guidelines-content h2 {
        font-size: 36px;
        margin-bottom: 15px;
    }

    .guidelines-content p {
        margin-bottom: 20px;
    }

    .guidelines-content .signature {
        margin-bottom: 10px;
    }

    .guidelines-content .content h3 {
        font-size: 22px;
        margin-bottom: 5px;
    }

    .guidelines-content .content span {
        color: #301d44;
    }

.guidelines-img {
    margin-right: -200px;
}

.guidelines-content-two {
    padding: 70px 0 70px 60px;
    position: relative;
    z-index: 1;
    max-width: 500px;
}

    .guidelines-content-two h2 {
        font-size: 36px;
        margin-bottom: 15px;
        color: #fff;
    }

    .guidelines-content-two p {
        margin-bottom: 25px;
        color: #a49cad;
    }

    .guidelines-content-two .signature {
        margin-bottom: 15px;
    }

    .guidelines-content-two .content h3 {
        font-size: 22px;
        margin-bottom: 5px;
        color: #fff;
    }

    .guidelines-content-two .content span {
        color: #a49cad;
    }

.guidelines-content-bg {
    background-color: #301d44;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}

    .guidelines-content-bg::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 75%;
        height: 100%;
        border-radius: 5px;
        background-image: url(../img/shape/shape4.html);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

.special-area {
    background-color: #f8f9fb;
}

.special-card {
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    text-align: center;
    position: relative;
    z-index: 1;
    border-radius: 5px;
}

    .special-card:hover::before {
        opacity: 1;
        height: 100%;
    }

    .special-card:hover .content h3 a {
        color: #fff;
    }

    .special-card:hover .content p {
        color: #d0ced3;
    }

    .special-card:hover .content .learn-btn {
        background-color: #f47514;
        color: #fff;
    }

    .special-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 0;
        background-color: #301d44;
        border-radius: 5px;
        -webkit-transition: .7s;
        transition: .7s;
        opacity: 0;
        z-index: -1;
    }

    .special-card a {
        display: block;
    }

        .special-card a img {
            border-radius: 5px;
        }

    .special-card .content {
        padding: 30px 20px;
    }

        .special-card .content h3 {
            margin-bottom: 10px;
            color: #301d44;
        }

            .special-card .content h3 a {
                display: block;
                color: #301d44;
            }

        .special-card .content p {
            margin-bottom: 20px;
            max-width: 320px;
            margin-left: auto;
            margin-right: auto;
        }

        .special-card .content .learn-btn {
            display: inline-block;
            padding: 12px 30px;
            border-radius: 3px;
            background-color: #301d44;
            color: #fff;
            -webkit-transition: .7s;
            transition: .7s;
        }

            .special-card .content .learn-btn:hover {
                background-color: #f47514;
                color: #fff;
            }

.services-dateils-area .services-details img {
    border-radius: 10px;
    margin-bottom: 25px;
}

.services-dateils-area .services-details ul {
    padding: 0;
    margin: 0 0 15px;
}

    .services-dateils-area .services-details ul li {
        display: inline-block;
        font-size: 12px;
        margin-right: 30px;
        color: #6557e8;
    }

        .services-dateils-area .services-details ul li i {
            color: #6557e8;
        }

        .services-dateils-area .services-details ul li a {
            font-size: 14px;
            color: #6557e8;
        }

            .services-dateils-area .services-details ul li a:hover {
                color: #f47514;
            }

.services-dateils-area .services-details .details-text h2 {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 15px;
}

.services-dateils-area .services-details .details-text p {
    font-size: 16px;
    margin-bottom: 15px;
}

.services-dateils-area .services-details .text-style {
    margin: 30px 0 30px 70px;
    padding: 30px 50px 30px 70px;
    border-radius: 10px;
    position: relative;
}

    .services-dateils-area .services-details .text-style i {
        position: absolute;
        background-color: #6557e8;
        color: #fff;
        font-size: 50px;
        width: 100px;
        height: 100px;
        line-height: 100px;
        text-align: center;
        border-radius: 50%;
        left: -70px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .services-dateils-area .services-details .text-style p {
        color: #2a234d;
        font-weight: 500;
        font-size: 18px;
        font-style: italic;
    }

    .services-dateils-area .services-details .text-style a {
        color: #2a234d;
        font-weight: 500;
        font-size: 18px;
        font-style: italic;
    }

        .services-dateils-area .services-details .text-style a:hover {
            color: #6557e8;
        }

.services-dateils-area .widget-area {
    padding-left: 10px;
}

    .services-dateils-area .widget-area .widget {
        margin-bottom: 30px;
    }

        .services-dateils-area .widget-area .widget:last-child {
            margin-bottom: 0;
        }

        .services-dateils-area .widget-area .widget .widget-title {
            margin-bottom: 20px;
            font-size: 23px;
            font-weight: 700;
        }

    .services-dateils-area .widget-area .widget_search form {
        position: relative;
    }

        .services-dateils-area .widget-area .widget_search form .screen-reader-text {
            display: none;
        }

        .services-dateils-area .widget-area .widget_search form .search-field {
            height: 50px;
            color: #000;
            background-color: #f2f4f5;
            display: block;
            width: 100%;
            border-radius: 5px;
            padding: 0 0 0 15px;
            border: 1px solid #f2f4f5;
            -webkit-box-shadow: none;
            box-shadow: none;
            -webkit-transition: all .5s;
            transition: all .5s;
        }

            .services-dateils-area .widget-area .widget_search form .search-field:focus {
                outline: 0;
            }

            .services-dateils-area .widget-area .widget_search form .search-field::-webkit-input-placeholder {
                -webkit-transition: all .5s;
                transition: all .5s;
            }

            .services-dateils-area .widget-area .widget_search form .search-field:-ms-input-placeholder {
                -webkit-transition: all .5s;
                transition: all .5s;
            }

            .services-dateils-area .widget-area .widget_search form .search-field::-ms-input-placeholder {
                -webkit-transition: all .5s;
                transition: all .5s;
            }

            .services-dateils-area .widget-area .widget_search form .search-field::placeholder {
                -webkit-transition: all .5s;
                transition: all .5s;
            }

            .services-dateils-area .widget-area .widget_search form .search-field:focus::-webkit-input-placeholder {
                color: transparent;
            }

            .services-dateils-area .widget-area .widget_search form .search-field:focus:-ms-input-placeholder {
                color: transparent;
            }

            .services-dateils-area .widget-area .widget_search form .search-field:focus::-ms-input-placeholder {
                color: transparent;
            }

            .services-dateils-area .widget-area .widget_search form .search-field:focus::placeholder {
                color: transparent;
            }

        .services-dateils-area .widget-area .widget_search form button {
            border: none;
            background-color: #f47514;
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
            color: #fff;
            height: 50px;
            width: 60px;
            position: absolute;
            right: 0;
            padding: 0;
            -webkit-transition: all .5s;
            transition: all .5s;
            top: 0;
            font-size: 20px;
        }

            .services-dateils-area .widget-area .widget_search form button i {
                position: absolute;
                left: 0;
                right: 0;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
            }

            .services-dateils-area .widget-area .widget_search form button:hover, .services-dateils-area .widget-area .widget_search form button:focus {
                background-color: #6557e8;
                color: #fff;
            }

    .services-dateils-area .widget-area .widget_categories ul {
        padding: 30px;
        border-radius: 10px;
        margin-bottom: 0;
        list-style-type: none;
    }

        .services-dateils-area .widget-area .widget_categories ul li {
            position: relative;
            margin-bottom: 12px;
            overflow: hidden;
            color: #000;
            padding-left: 25px;
            font-size: 15px;
        }

            .services-dateils-area .widget-area .widget_categories ul li:last-child {
                margin-bottom: 0;
            }

            .services-dateils-area .widget-area .widget_categories ul li i {
                position: absolute;
                left: 0;
                top: 5px;
                color: #f47514;
            }

            .services-dateils-area .widget-area .widget_categories ul li a {
                color: #000;
                display: inline-block;
            }

                .services-dateils-area .widget-area .widget_categories ul li a:hover {
                    color: #f47514;
                    padding-left: 3px;
                }

            .services-dateils-area .widget-area .widget_categories ul li .post-count {
                font-size: 14px;
                display: inline-block;
                position: relative;
                top: 1px;
            }

    .services-dateils-area .widget-area .widget_posts_thumb {
        position: relative;
        overflow: hidden;
    }

        .services-dateils-area .widget-area .widget_posts_thumb .item {
            overflow: hidden;
            margin-bottom: 20px;
        }

            .services-dateils-area .widget-area .widget_posts_thumb .item:last-child {
                margin-bottom: 0;
            }

            .services-dateils-area .widget-area .widget_posts_thumb .item .thumb {
                float: left;
                height: 80px;
                overflow: hidden;
                display: block;
                position: relative;
                width: 80px;
                margin-right: 15px;
                z-index: 1;
            }

                .services-dateils-area .widget-area .widget_posts_thumb .item .thumb .fullimage {
                    width: 80px;
                    height: 80px;
                    display: inline-block;
                    border-radius: 5px;
                    background-size: cover !important;
                    background-repeat: no-repeat;
                    background-position: center center !important;
                }

                    .services-dateils-area .widget-area .widget_posts_thumb .item .thumb .fullimage.bg1 {
                        background-image: url(../img/service-details/service-details-1.html);
                    }

                    .services-dateils-area .widget-area .widget_posts_thumb .item .thumb .fullimage.bg2 {
                        background-image: url(../img/service-details/service-details-2.html);
                    }

                    .services-dateils-area .widget-area .widget_posts_thumb .item .thumb .fullimage.bg3 {
                        background-image: url(../img/service-details/service-details-3.html);
                    }

                    .services-dateils-area .widget-area .widget_posts_thumb .item .thumb .fullimage.bg4 {
                        background-image: url(../img/service-details/service-details-4.html);
                    }

                    .services-dateils-area .widget-area .widget_posts_thumb .item .thumb .fullimage.bg5 {
                        background-image: url(../img/service-details/service-details-5.html);
                    }

                .services-dateils-area .widget-area .widget_posts_thumb .item .thumb::before, .services-dateils-area .widget-area .widget_posts_thumb .item .thumb::after {
                    -webkit-transition: all .8s cubic-bezier(.2,1,.22,1);
                    transition: all .8s cubic-bezier(.2,1,.22,1);
                    content: '';
                    background-color: #fff;
                    position: absolute;
                    z-index: 1;
                    top: 50%;
                    left: 50%;
                    opacity: 0;
                    -webkit-transform: translate(-50%,-50%);
                    transform: translate(-50%,-50%);
                }

                .services-dateils-area .widget-area .widget_posts_thumb .item .thumb::before {
                    width: 40px;
                    height: 1px;
                    left: 100%;
                }

                .services-dateils-area .widget-area .widget_posts_thumb .item .thumb::after {
                    height: 40px;
                    width: 1px;
                    top: 0;
                }

            .services-dateils-area .widget-area .widget_posts_thumb .item .info {
                overflow: hidden;
            }

                .services-dateils-area .widget-area .widget_posts_thumb .item .info span {
                    display: block;
                    color: #f47514;
                    font-size: 14px;
                }

                .services-dateils-area .widget-area .widget_posts_thumb .item .info .title {
                    margin-bottom: 10px;
                    margin-top: -5px;
                    line-height: 1.4;
                    font-size: 18px;
                    font-weight: 500;
                }

                    .services-dateils-area .widget-area .widget_posts_thumb .item .info .title a {
                        display: inline-block;
                        color: #29234d;
                    }

                        .services-dateils-area .widget-area .widget_posts_thumb .item .info .title a:hover {
                            color: #6557e8;
                        }

            .services-dateils-area .widget-area .widget_posts_thumb .item:hover .thumb::before, .services-dateils-area .widget-area .widget_posts_thumb .item:hover .thumb::after {
                opacity: 1;
                top: 50%;
                left: 50%;
            }

.services-dateils-area .blog-contant .blog-tag {
    position: relative;
    margin-top: 50px;
    padding: 20px 0;
    border-top: 1px solid #e0dddd;
    border-bottom: 1px solid #e0dddd;
}

    .services-dateils-area .blog-contant .blog-tag .laft-contant {
        text-align: left;
        padding: 0;
        margin: 0;
    }

        .services-dateils-area .blog-contant .blog-tag .laft-contant li {
            list-style-type: none;
            display: inline-block;
        }

            .services-dateils-area .blog-contant .blog-tag .laft-contant li.tag {
                font-size: 16px;
                margin-right: 10px;
            }

                .services-dateils-area .blog-contant .blog-tag .laft-contant li.tag span {
                    color: #f47514;
                }

            .services-dateils-area .blog-contant .blog-tag .laft-contant li a {
                background-color: #6557e8;
                margin-right: 7px;
                color: #fff;
                font-size: 14px;
                border-radius: 5px;
                padding: 5px 12px;
            }

                .services-dateils-area .blog-contant .blog-tag .laft-contant li a:hover {
                    background-color: #f47514;
                    color: #fff;
                }

    .services-dateils-area .blog-contant .blog-tag .right-contant {
        padding: 0;
        margin: 0;
        position: absolute;
        right: 0;
        top: 49%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .services-dateils-area .blog-contant .blog-tag .right-contant li {
            list-style-type: none;
            display: inline-block;
            font-size: 16px;
            margin-right: 10px;
        }

            .services-dateils-area .blog-contant .blog-tag .right-contant li i {
                background-color: #fff;
                color: #f47514;
                -webkit-box-shadow: 0 5px 20px #d8d6d6;
                box-shadow: 0 5px 20px #d8d6d6;
                font-size: 18px;
                width: 28px;
                height: 28px;
                line-height: 28px;
                text-align: center;
                border-radius: 5px;
                -webkit-transition: all .5s;
                transition: all .5s;
            }

                .services-dateils-area .blog-contant .blog-tag .right-contant li i:hover {
                    background-color: #f47514;
                    color: #fff;
                }

.services-dateils-area .blog-contant .top-comments {
    margin-top: 35px;
    margin-bottom: 45px;
    padding: 45px 50px 45px 160px;
    border-radius: 5px;
    position: relative;
}

    .services-dateils-area .blog-contant .top-comments img {
        position: absolute;
        left: 25px;
        top: 35px;
        border-radius: 50%;
        border: 5px solid #6557e8;
    }

    .services-dateils-area .blog-contant .top-comments h3 {
        font-size: 18px;
        font-weight: 500;
    }

        .services-dateils-area .blog-contant .top-comments h3 a {
            color: #f47514;
        }

            .services-dateils-area .blog-contant .top-comments h3 a:hover {
                color: #6557e8;
            }

    .services-dateils-area .blog-contant .top-comments p {
        font-size: 15px;
    }

.services-dateils-area .blog-contant .blog-comments {
    margin-bottom: 35px;
}

    .services-dateils-area .blog-contant .blog-comments h2 {
        font-size: 25px;
        font-weight: 700;
        margin-bottom: 25px;
    }

    .services-dateils-area .blog-contant .blog-comments .comments {
        position: relative;
        padding: 30px 0 30px 120px;
        border-bottom: 1px solid #d8d6d6;
    }

        .services-dateils-area .blog-contant .blog-comments .comments img {
            position: absolute;
            left: 0;
            top: 30px;
            border-radius: 50%;
        }

        .services-dateils-area .blog-contant .blog-comments .comments h3 {
            font-weight: 600;
            font-size: 18px;
        }

        .services-dateils-area .blog-contant .blog-comments .comments span {
            color: #f47514;
            display: inline-block;
            margin-bottom: 10px;
            font-size: 15px;
        }

            .services-dateils-area .blog-contant .blog-comments .comments span a {
                color: #f47514;
                margin-left: 35px;
                font-weight: 500;
            }

                .services-dateils-area .blog-contant .blog-comments .comments span a:hover {
                    color: #6557e8;
                }

.services-dateils-area .blog-contant .blog-form h2 {
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 40px;
}

.services-dateils-area .blog-contant .blog-form .contact-form .form-group {
    padding-right: 0;
}

    .services-dateils-area .blog-contant .blog-form .contact-form .form-group .form-control {
        background-color: #f7f7f7;
    }

.services-dateils-area .blog-contant .blog-form .contact-form .default-btn {
    border: none;
    border-radius: 5px;
}

@media (max-width: 770px) {
    .video-btn {
        float: left;
        margin-top: 0;
    }

    .video-content {
        margin-left: 0px;
    }

    .guidelines-content {
        padding: 10px 0 10px 10px;
    }
    .guidelines-content h2 {
    font-size: 24px;
}
    .about-img::before {
        display: none;
    }

    .about-img .about-img-small {
        bottom: -50px;
        left: 70px;
    }
}

.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate3d {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@keyframes rotate3d {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px,0px) rotate(0deg);
        transform: translate(0px,0px) rotate(0deg);
    }

    20% {
        -webkit-transform: translate(73px,-1px) rotate(36deg);
        transform: translate(73px,-1px) rotate(36deg);
    }

    40% {
        -webkit-transform: translate(141px,72px) rotate(72deg);
        transform: translate(141px,72px) rotate(72deg);
    }

    60% {
        -webkit-transform: translate(83px,122px) rotate(108deg);
        transform: translate(83px,122px) rotate(108deg);
    }

    80% {
        -webkit-transform: translate(-40px,72px) rotate(144deg);
        transform: translate(-40px,72px) rotate(144deg);
    }

    100% {
        -webkit-transform: translate(0px,0px) rotate(0deg);
        transform: translate(0px,0px) rotate(0deg);
    }
}

@-webkit-keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px,0px) rotate(0deg);
    }

    20% {
        -webkit-transform: translate(73px,-1px) rotate(36deg);
    }

    40% {
        -webkit-transform: translate(141px,72px) rotate(72deg);
    }

    60% {
        -webkit-transform: translate(83px,122px) rotate(108deg);
    }

    80% {
        -webkit-transform: translate(-40px,72px) rotate(144deg);
    }

    100% {
        -webkit-transform: translate(0px,0px) rotate(0deg);
    }
}

@-webkit-keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,.2),0 0 0 20px rgba(255,255,255,.2),0 0 0 40px rgba(255,255,255,.2);
        box-shadow: 0 0 0 0 rgba(255,255,255,.2),0 0 0 20px rgba(255,255,255,.2),0 0 0 40px rgba(255,255,255,.2);
    }

    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(255,255,255,.2),0 0 0 40px rgba(255,255,255,.2),0 0 0 60px transparent;
        box-shadow: 0 0 0 20px rgba(255,255,255,.2),0 0 0 40px rgba(255,255,255,.2),0 0 0 60px transparent;
    }
}

@keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,.2),0 0 0 20px rgba(255,255,255,.2),0 0 0 40px rgba(255,255,255,.2);
        box-shadow: 0 0 0 0 rgba(255,255,255,.2),0 0 0 20px rgba(255,255,255,.2),0 0 0 40px rgba(255,255,255,.2);
    }

    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(255,255,255,.2),0 0 0 40px rgba(255,255,255,.2),0 0 0 60px transparent;
        box-shadow: 0 0 0 20px rgba(255,255,255,.2),0 0 0 40px rgba(255,255,255,.2),0 0 0 60px transparent;
    }
}

@-webkit-keyframes moveBounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes moveBounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes moveLeftBounce {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes moveLeftBounce {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@-webkit-keyframes rotateMe {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotateMe {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes moveScale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes moveScale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes sk-bouncedelay {
    0%,80%,100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-bouncedelay {
    0%,80%,100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px,0px) rotate(0deg);
        transform: translate(0px,0px) rotate(0deg);
    }

    20% {
        -webkit-transform: translate(73px,-1px) rotate(36deg);
        transform: translate(73px,-1px) rotate(36deg);
    }

    40% {
        -webkit-transform: translate(141px,72px) rotate(72deg);
        transform: translate(141px,72px) rotate(72deg);
    }

    60% {
        -webkit-transform: translate(83px,122px) rotate(108deg);
        transform: translate(83px,122px) rotate(108deg);
    }

    80% {
        -webkit-transform: translate(-40px,72px) rotate(144deg);
        transform: translate(-40px,72px) rotate(144deg);
    }

    100% {
        -webkit-transform: translate(0px,0px) rotate(0deg);
        transform: translate(0px,0px) rotate(0deg);
    }
}




/*Legal Page Css Start*/
#gallery {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

@media (max-width:1200px) {
    #gallery {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
}

@media (max-width:800px) {
    #gallery {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
}

@media (max-width:600px) {
    #gallery {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

.card {
    width: 100%;
    height: auto;
    margin: 4% auto;
    box-shadow: 0px 5px 5px #b8b8b8;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.modal-img, .model-vid {
    width: 100%;
    height: auto;
}

.modal-body {
    padding: 0px;
}



.side_barcntr i {
    font-size: 24px;
    color: #fff;
}

.side_barcntr p {
    color: #fff;
}

@media only screen and (min-width: 768px) {
    .side_barcntr {
        text-align: center;
        position: fixed;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        cursor: pointer;
        background: #f47514;
        font-family: sarabun,serif;
        font-weight: 600;
        font-size: 14px;
        line-height: 14px;
        color: #fff;
        padding: 15px 15px;
        z-index: 150;
        box-sizing: border-box;
        display: inline-block;
    }
}
/* fixed social*/
#fixed-social {
    position: fixed;
    top: 35%;
    z-index: 2;
    right: 0;
}

    #fixed-social a {
        color: #fff;
        display: block;
        height: 40px;
        position: relative;
        text-align: center;
        line-height: 40px;
        width: 40px;
        border-bottom: 1px solid #fff;
        z-index: 2;
    }

        #fixed-social a:hover > span {
            visibility: visible;
            right: 41px;
            opacity: 1;
        }

        #fixed-social a span {
            line-height: 40px;
            right: 60px;
            position: absolute;
            text-align: center;
            width: 120px;
            visibility: hidden;
            transition-duration: 0.5s;
            z-index: 1;
            opacity: 0;
        }

.fixed-facebook {
    background-color: #00AAE5;
}

    .fixed-facebook span {
        background-color: #00AAE5;
    }

.fixed-twitter {
    background-color: #7D3895;
}

    .fixed-twitter span {
        background-color: #7D3895;
    }

.fixed-gplus {
    background-color: #00AF54;
}

    .fixed-gplus span {
        background-color: #00AF54;
    }

.fixed-linkedin {
    background-color: #FFC41E;
}

    .fixed-linkedin span {
        background-color: #FFC41E;
    }

.fixed-instagrem {
    background-color: #ED2B29;
}

    .fixed-instagrem span {
        background-color: #ED2B29;
    }

.fixed-whatsapp {
    background-color: #1cb510;
}

    .fixed-whatsapp span {
        background-color: #1cb510;
    }
/*end fixed social*/























/* -----------------------------------------
  Authentication CSS
----------------------------------------- */
.authentication-section .authentication-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
    overflow: hidden;
}

    .authentication-section .authentication-tabs .tab-item {
        color: #1a1a1a;
        font-weight: 500;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 15px 60px;
        border-bottom: 2px solid #d2d2d2;
        cursor: pointer;
    }

        .authentication-section .authentication-tabs .tab-item.active {
            color: #fb4e0a;
            border-bottom: 2px solid #fb4e0a;
        }

.authentication-section .authentication-tabs-content .tab-panel {
    display: none;
}

    .authentication-section .authentication-tabs-content .tab-panel.active {
        display: block;
        -webkit-animation: flipInY 1s 1 linear;
        animation: flipInY 1s 1 linear;
    }

.authentication-section .authentication-form {
    background: #ffffff;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    padding: 40px;
    border-radius: 5px;
    max-width: 600px;
    margin: auto;
}

    .authentication-section .authentication-form .checkbox label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        font-weight: 500;
        font-size: 14px;
        display: inline-block;
        margin-bottom: 0;
        color: #1a1a1a;
    }

        .authentication-section .authentication-form .checkbox label a {
            color: #fb4e0a;
        }

    .authentication-section .authentication-form .checkbox [type="checkbox"]:checked,
    .authentication-section .authentication-form .checkbox [type="checkbox"]:not(:checked) {
        display: none;
    }

        .authentication-section .authentication-form .checkbox [type="checkbox"]:checked + label:after,
        .authentication-section .authentication-form .checkbox [type="checkbox"]:not(:checked) + label:after {
            content: '';
            width: 8px;
            height: 8px;
            background: #fb4e0a;
            position: absolute;
            top: 5.5px;
            left: 6px;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

        .authentication-section .authentication-form .checkbox [type="checkbox"]:checked + label::before,
        .authentication-section .authentication-form .checkbox [type="checkbox"]:not(:checked) + label::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 19px;
            height: 19px;
            border: 1px solid #fff3cf;
            background: #fff3cf;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

        .authentication-section .authentication-form .checkbox [type="checkbox"]:checked + label::before {
            border: 1px solid #fb4e0a;
            background: unset;
        }

        .authentication-section .authentication-form .checkbox [type="checkbox"]:not(:checked) + label:after {
            display: none;
        }

    .authentication-section .authentication-form .link {
        text-align: right;
    }

        .authentication-section .authentication-form .link a {
            display: inline-block;
            font-weight: 500;
            font-size: 14px;
            line-height: 1.3;
        }

.authentication-section .content {
    margin-bottom: 30px;
    text-align: center;
}

    .authentication-section .content .logo {
        margin-bottom: 20px;
    }

    .authentication-section .content h3 {
        font-size: 30px;
        margin-top: -7px;
        margin-bottom: 0;
        color: #001e4c;
    }

.authentication-section .form-group {
    margin-bottom: 25px;
}

.authentication-section .form-control {
    background: #fff9e9;
    border: 1px solid #fb4e0a;
}

.authentication-section .cta-btn {
    margin-top: 25px;
}

    .authentication-section .cta-btn .primary-btn {
        padding: 14.5px 30px;
        width: 100%;
    }

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #ffffff;
    right: 0;
    text-align: center;
    padding: unset;
    width: 100%;
    height: 40px;
    width: 40px;
    opacity: 1;
    background: #fb4e0a;
}

.mfp-iframe-holder .mfp-close {
    top: -60px;
}

.authentication-section .authentication-form {
    background: #ffffff;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    padding: 40px;
    border-radius: 5px;
    max-width: 600px;
    margin: auto;
}

    .authentication-section .authentication-form .checkbox label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        font-weight: 500;
        font-size: 14px;
        display: inline-block;
        margin-bottom: 0;
        color: #1a1a1a;
    }

        .authentication-section .authentication-form .checkbox label a {
            color: #fb4e0a;
        }

    .authentication-section .authentication-form .checkbox [type="checkbox"]:checked,
    .authentication-section .authentication-form .checkbox [type="checkbox"]:not(:checked) {
        display: none;
    }

        .authentication-section .authentication-form .checkbox [type="checkbox"]:checked + label:after,
        .authentication-section .authentication-form .checkbox [type="checkbox"]:not(:checked) + label:after {
            content: '';
            width: 8px;
            height: 8px;
            background: #fb4e0a;
            position: absolute;
            top: 5.5px;
            left: 6px;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

        .authentication-section .authentication-form .checkbox [type="checkbox"]:checked + label::before,
        .authentication-section .authentication-form .checkbox [type="checkbox"]:not(:checked) + label::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 19px;
            height: 19px;
            border: 1px solid #fff3cf;
            background: #fff3cf;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

        .authentication-section .authentication-form .checkbox [type="checkbox"]:checked + label::before {
            border: 1px solid #fb4e0a;
            background: unset;
        }

        .authentication-section .authentication-form .checkbox [type="checkbox"]:not(:checked) + label:after {
            display: none;
        }

    .authentication-section .authentication-form .link {
        text-align: right;
    }

        .authentication-section .authentication-form .link a {
            display: inline-block;
            font-weight: 500;
            font-size: 14px;
            line-height: 1.3;
        }

/* -----------------------------------------
  Authentication CSS
----------------------------------------- */
.authentication-form {
    background: #ffffff;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    padding: 40px;
    border-radius: 5px;
    max-width: 600px;
    margin: auto;
}

    .authentication-form .checkbox label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        font-weight: 500;
        font-size: 14px;
        display: inline-block;
        margin-bottom: 0;
        color: #1a1a1a;
    }

        .authentication-form .checkbox label a {
            color: #fb4e0a;
        }

    .authentication-form .checkbox [type="checkbox"]:checked,
    .authentication-form .checkbox [type="checkbox"]:not(:checked) {
        display: none;
    }

        .authentication-form .checkbox [type="checkbox"]:checked + label:after,
        .authentication-form .checkbox [type="checkbox"]:not(:checked) + label:after {
            content: '';
            width: 8px;
            height: 8px;
            background: #fb4e0a;
            position: absolute;
            top: 5.5px;
            left: 6px;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

        .authentication-form .checkbox [type="checkbox"]:checked + label::before,
        .authentication-form .checkbox [type="checkbox"]:not(:checked) + label::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 19px;
            height: 19px;
            border: 1px solid #fff3cf;
            background: #fff3cf;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

        .authentication-form .checkbox [type="checkbox"]:checked + label::before {
            border: 1px solid #fb4e0a;
            background: unset;
        }

        .authentication-form .checkbox [type="checkbox"]:not(:checked) + label:after {
            display: none;
        }

    .authentication-form .link {
        text-align: right;
    }

        .authentication-form .link a {
            display: inline-block;
            font-weight: 500;
            font-size: 14px;
            line-height: 1.3;
        }

    .authentication-form .content {
        margin-bottom: 30px;
        text-align: center;
    }

        .authentication-form .content .logo {
            margin-bottom: 20px;
        }

        .authentication-form .content h3 {
            font-size: 30px;
            margin-top: -7px;
            margin-bottom: 0;
            color: #001e4c;
        }

    .authentication-form .form-group {
        margin-bottom: 25px;
    }

    .authentication-form .form-control {
        background: #fff9e9;
        border: 1px solid #fb4e0a;
    }

    .authentication-form .cta-btn {
        margin-top: 25px;
    }

        .authentication-form .cta-btn .primary-btn {
            padding: 14.5px 30px;
            width: 100%;
        }

        .ajax__calendar_container {
                background: #fff;
    box-shadow: 0px 4px 5px #ccc;
}