@import url(bootstrap.min.css);
@import url(animate.min.css);
@import url(bootstrap-icons.css);
@import url(all.min.css);
@import url(fancybox.css);
/* @import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html, body {
    scroll-behavior: smooth;
}

body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    color: #0a0a0a;
    background-color: #fff;
    font-family: "Merriweather Sans", sans-serif;
    line-height: 1.3;
    font-display: swap;
}

a, a:focus, a:active {
    color: #12173e;
    text-decoration: none;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    font-family: "Merriweather Sans", sans-serif;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    cursor: pointer;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

p {
    font-size: 15px;
    line-height: 1.6;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    color: #0c0e18;
    font-family: "Outfit", sans-serif;
}

img, .img-fluid {
    image-rendering: -webkit-optimize-contrast;
}

.row_mg0 {
    padding: 0
}

.col_pd0 {
    padding: 0
}

/*=============================
	1. Button style
===============================*/
.newtheme_btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.arrow_btn {
    user-select: none;
    -moz-user-select: none;
    background: #001842 none repeat scroll 0 0;
    border: medium none;
    color: #F7F7F9;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.12;
    margin-bottom: 0;
    padding: 7px 20px;
    text-align: center;
    text-transform: capitalize;
    touch-action: manipulation;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    vertical-align: middle;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    white-space: nowrap;
    box-shadow: 3px 4px 0px 0px #ceccff;
    overflow: hidden;
    --arrow-hover-move-x: -110%;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s linear;
}

    .arrow_btn:hover, .arrow_btn:focus-visible {
        background: #33d1c8;
        color: #161439;
        box-shadow: 3px 4px 0px 0px #1ca29a;
    }

    .arrow_btn i {
        color: #F7F7F9;
        font-size: 24px;
        transition: all 0.3s ease-out 0s;
    }

    .arrow_btn:hover i {
        color: #020202
    }


/* Header Styling CSS ===================================== */

header {
    position: relative;
    width: 100%;
    background: linear-gradient(0deg, #2f71ae 0%, #001582 100%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);z-index:99;
}

.top_header {
    position: relative;
    padding: 10px 0 0;
}

.middle_header {
    position: relative;
}
/* .middle_header:before {position:absolute;content:'';top: 0;left:0;right:0;bottom:0;background:url(../images/abou-bg.png);background-attachment:fixed;background-position:bottom} */
/* .main-bar-wraper {position: relative;overflow:hidden }*/
.flex_header_menu {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

    .flex_header_menu .flex_logo {
        position: relative;
        z-index: 1;
        padding: 5px;
        width: 130px;
        background: #fff;
        border-radius: 50%;
    }

        .flex_header_menu .flex_logo img {
            padding: 7px
        }

    .flex_header_menu .flex_logo_right {
        position: relative;
        text-align: right;
    }

        .flex_header_menu .flex_logo_right img {
            max-width: 105px
        }

.flex_title {
    text-align: center;
    width: 100%;
}

    .flex_title h2 {
        font-weight: 600;
        font-size: 32px;
        margin-bottom: 3px;
        text-transform: uppercase;
        color: #fff;
        /* text-shadow: 0 3px #dbdbdbc9;     */
    }

    .flex_title h4 {
        font-size: 26px;
    }

    .flex_title h5 {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 3px;
        color: #e1feff
    }

.menu_bg {
    position: relative;
    background: #fff;
}

.flex_title h6 {
    position: relative;
    font-weight: 300;
    font-family: "Merriweather Sans", sans-serif;
    color: #ffffff;
    display: inline-block;
    padding: 0 15px;
}

    .flex_title h6:before {
        background: -webkit-gradient(linear, right top, left top, from(#1101ff54), to(#fff));
        background: linear-gradient(to left, #1101ff54 0%, #fff 100%);
        left: -30%;
    }

    .flex_title h6:after {
        background: -webkit-gradient(linear, left top, right top, from(#1101ff54 ), to(#fff));
        background: linear-gradient(to right, #1101ff54 0%, #fff 100%);
        right: -30%;
    }

    .flex_title h6:before, .flex_title h6:after {
        content: "";
        height: 2px;
        position: absolute;
        top: 50%;
        width: 30%;
    }



/* .logo_inline h4:before {position:absolute;content:'';height: 1px;top: 45%;left:0;right:0;background:#8d0200;width: 96%;margin: 0 auto;} */
.flex_clickbox {
    position: relative;
    padding-right: 10px;
}

.search_menu a {
    font-size: 15px;
    margin-left: 10px;
    font-weight: 400;
}

.top_contactlinks ul li {
    display: inline-block;
    margin-right: 20px;
    font-weight: 500;
    color: #fff;
}

    .top_contactlinks ul li a {
        color: #fff;
    }

    .top_contactlinks ul li i {
        font-size: 16px;
    }

.flex_clickbox a {
    margin-left: 10px;
    font-size: 15px;
    padding: 5px 7px;
    cursor: pointer;
    font-weight: 500;
    letter-spacing: .6px;
    border-radius: 5px;
}

    .flex_clickbox a.menu_icon {
        padding: 8px;
        font-size: 20px;
        background: #eee;
        border-radius: 0;
    }

.flex_menu {
}

.contact_icon, .search_icon {
    border: 1px solid;
}

.social_connect {
    text-align: end;
}

    .social_connect a {
        margin-left: 20px;
    }

        .social_connect a:hover {
            color: #001842;
        }

.flex_clickbox a:hover {
    background: #001842;
    color: #fff;
    border-color: #001842;
}

.right_toplinks {
    position: relative;
    text-align: end;
}

.social_hover_a {
    position: relative;
    z-index: 1;
}

.right_toplinks ul li {
    display: inline-flex;
    margin-left: 20px;
}

    .right_toplinks ul li a {
        color: #fff
    }

        .top_contactlinks ul li a:hover, .right_toplinks ul li a:hover {
            color: #ffd34f;
        }

.top_header ul li a {
    font-size: 15px;
    font-weight: 400;
}

.right_toplinks .social_list {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: calc(100% + 10px);
    left: -15px;
    visibility: hidden;
}

    .right_toplinks .social_list li {
        transition: all .3s ease-out 0s;
        opacity: 0;
        visibility: hidden;
        margin-bottom: 1px;
    }

        .right_toplinks .social_list li:not(:last-child) {
            transform: translateY(10px)
        }

        .right_toplinks .social_list li:nth-child(4) {
            transition-delay: .1s
        }

        .right_toplinks .social_list li:nth-child(3) {
            transition-delay: .15s
        }

        .right_toplinks .social_list li:nth-child(2) {
            transition-delay: .2s
        }

        .right_toplinks .social_list li:first-child {
            transition-delay: .25s
        }

        .right_toplinks .social_list li a {
            background: #000a91;
            color: #fff;
            display: block;
            text-align: center;
            width: 120px;
            padding: 5px;
        }

            .right_toplinks .social_list li a:hover {
                color: #020202;
                background: #ffcf3e
            }

.right_toplinks .social_hover_a:hover .social_list {
    visibility: visible;
    z-index: 99;
}

    .right_toplinks .social_hover_a:hover .social_list li:not(:last-child) {
        transform: translateY(0);
    }

    .right_toplinks .social_hover_a:hover .social_list li {
        opacity: 1;
        visibility: visible;
    }

.right_toplinks .dropdown-menu a {
    font-size: 14px;
    padding: 5px;
    text-align: left;
    display: inline-block;
    color: #020202;
    font-weight: 600;
}

    .right_toplinks .dropdown-menu a:hover {
        background: linear-gradient(to right, #001c74 0%, var(--bs-blue) 70%);
        color: #fff
    }

.right_toplinks .dropdown-menu.show {
    text-align: center;
    padding: 0;
    box-shadow: 0 15px 50px #ddd;
}

.dropdown-toggle::after {
    margin-left: 0;
}

.right_toplinks .dropdown-menu a.black_link {
    background: #020202;
    color: #fff;
    padding: 5px 10px;
}

.right_toplinks .dropdown-menu a.white_links {
    border: 1px solid #ddd;
    padding: 5px 10px;
}

/*===================== Menu Design CSS ============================ */


/* .main-bar-wraper {background: #0f253c;} */
.header-style1.site-header {
    position: relative;
}

    .header-style1.site-header ul,
    .header-style1.site-header ol {
        margin-bottom: 0;
    }

/*-------------------------------------
	mega-menu
-------------------------------------*/
.header-style1 .navbar-toggler {
    border: none;
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 0px;
    margin-right: -10px;
    padding: 12px 10px;
}

    .header-style1 .navbar-toggler .icon-bar {
        background: #000;
        height: 3px;
        border-radius: 0;
        display: block;
        width: 22px;
    }

        .header-style1 .navbar-toggler .icon-bar + .icon-bar {
            margin-top: 4px;
        }

.header-style1 .navbar-toggler {
    display: none;
    margin-top: 14px;
    margin-bottom: 14px;
}

.header-style1 .header-nav {
    position: relative;
    padding: 0px;
    z-index: 7;
    justify-content: center;
}

    .header-style1 .header-nav .nav {
        float: right;
        display: flex;
        justify-content: flex-end;
        flex-direction: inherit;
    }
        /* .header-style1 .header-nav .nav i {font-size: 9px;margin-left: 3px;margin-top: -3px;vertical-align: middle; } */
        .header-style1 .header-nav .nav > li {
            position: relative;
            text-transform: uppercase;
        }

            .header-style1 .header-nav .nav > li > a {
                border-radius: 0;
                color: #010042;
                display: inline-block;
                font-size: 16px;
                padding: 10px 25px;
                cursor: pointer;
                font-weight: 400;
                text-transform: capitalize;
                font-family: 'Merriweather Sans', sans-serif;
            }

            .header-style1 .header-nav .nav > li .sub-menu {
                background-color: #ffffff;
                border: 1px solid #f4f4f4;
                display: block;
                left: 0;
                top: 100%;
                list-style: none;
                margin: 20px 0 0;
                opacity: 0;
                padding: 20px 0px;
                position: absolute;
                visibility: hidden;
                width: max-content;
                z-index: 10;
            }

                .header-style1 .header-nav .nav > li .sub-menu li {
                    position: relative;
                    text-transform: none;
                }

                    .header-style1 .header-nav .nav > li .sub-menu li a {
                        color: #fff7ed;
                        display: block;
                        font-size: 15px;
                        padding: 7px 20px;
                        overflow: hidden;
                        border-left: 0px solid transparent;
                        -webkit-transition: all 0.2s linear;
                        -moz-transition: all 0.2s linear;
                        -ms-transition: all 0.2s linear;
                        -o-transition: all 0.2s linear;
                        transition: all 0.2s linear;
                        text-transform: capitalize;
                    }

                        .header-style1 .header-nav .nav > li .sub-menu li a:hover {
                            color: #000;
                            text-decoration: none;
                        }

                            .header-style1 .header-nav .nav > li .sub-menu li a:hover:after {
                                width: 4px;
                                left: -1px;
                            }

                    .header-style1 .header-nav .nav > li .sub-menu li:hover > a {
                        color: #000;
                        background-color: #f6f6f6;
                    }

                    .header-style1 .header-nav .nav > li .sub-menu li:last-child {
                        border-bottom: 0px;
                    }

                    .header-style1 .header-nav .nav > li .sub-menu li .fa {
                        color: #000;
                        display: block;
                        float: right;
                        position: absolute;
                        right: 10px;
                        top: 1px;
                    }

                    .header-style1 .header-nav .nav > li .sub-menu li:hover .fa {
                        color: #000;
                    }

                    .header-style1 .header-nav .nav > li .sub-menu li > .sub-menu {
                        left: 100%;
                        top: 0px;
                        margin: 0 0 0 20px;
                        -webkit-transition: all 0.3s ease;
                        -moz-transition: all 0.3s ease;
                        -ms-transition: all 0.3s ease;
                        -o-transition: all 0.3s ease;
                        transition: all 0.3s ease;
                    }

                    .header-style1 .header-nav .nav > li .sub-menu li:hover > .sub-menu {
                        left: 100%;
                        margin: 0px;
                        opacity: 1;
                        top: -1px;
                        visibility: visible;
                    }

                        .header-style1 .header-nav .nav > li .sub-menu li:hover > .sub-menu:before {
                            background-color: transparent;
                            bottom: 0px;
                            content: '';
                            display: block;
                            height: 100%;
                            left: -6px;
                            position: absolute;
                            top: 0px;
                            width: 6px;
                        }

            .header-style1 .header-nav .nav > li.has-mega-menu {
                position: inherit;
            }

            .header-style1 .header-nav .nav > li .mega-menu li a > i {
                font-size: 14px;
                margin-right: 5px;
                min-width: 20px;
            }

            .header-style1 .header-nav .nav > li .mega-menu {
                background-color: #ffffff;
                border: 1px solid #e9e9e9;
                display: block;
                left: 0px;
                top: 100%;
                padding: 0;
                list-style: none;
                opacity: 0;
                position: absolute;
                right: 0px;
                visibility: hidden;
                width: 100%;
                /* margin-top: 20px; */
                z-index: 10;
            }

                .header-style1 .header-nav .nav > li .mega-menu > li {
                    display: table-cell;
                    padding: 0;
                    position: relative;
                    vertical-align: top;
                    width: 25%;
                    text-transform: none;
                }

                    .header-style1 .header-nav .nav > li .mega-menu > li:after {
                        content: "";
                        background-color: rgba(204, 204, 204, 0.4);
                        position: absolute;
                        right: 0px;
                        top: 0px;
                        display: block;
                        width: 1px;
                        height: 100%;
                    }

                    .header-style1 .header-nav .nav > li .mega-menu > li:last-child:after {
                        display: none;
                    }

                    .header-style1 .header-nav .nav > li .mega-menu > li > a {
                        color: #000;
                        display: block;
                        font-size: 15px;
                        padding: 0 20px;
                    }

                    .header-style1 .header-nav .nav > li .mega-menu > li ul {
                        list-style: none;
                        margin: 10px 0px 0px 0px;
                        padding: 0px;
                    }

                        .header-style1 .header-nav .nav > li .mega-menu > li ul a {
                            color: #474747;
                            display: block;
                            font-size: 13px;
                            line-height: 24px;
                            padding: 2px 20px;
                        }

                            .header-style1 .header-nav .nav > li .mega-menu > li ul a:hover {
                                color: #ed4c2f;
                                background-color: #F2F2F2;
                            }

            .header-style1 .header-nav .nav > li.menu-item-has-children:before {
                content: "\f078";
                display: block;
                font-family: "FontAwesome";
                right: 4px;
                position: absolute;
                top: 50%;
                color: #999;
                margin-top: -8px;
                font-size: 8px;
            }

.header-style1 .has-child .submenu-toogle {
    display: none
}

.header-style1 .header-nav .nav > li > a {
    position: relative
}

    .header-style1 .header-nav .nav > li > a.drop_icon:before {
        content: "\f107";
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        font-size: 15px;
        position: absolute;
        right: 5px;
    }

.header-style1 .header-nav .nav > li.has-mega-menu a.drop_icon {
    padding-right: 20px;
}


/*-- Submenu direction---*/
.header-style1 .header-nav .nav > li.submenu-direction .sub-menu {
    left: auto;
    right: 0;
}

    .header-style1 .header-nav .nav > li.submenu-direction .sub-menu li > .sub-menu {
        left: auto;
        right: 220px;
        margin: 0 20px 0 0;
    }

    .header-style1 .header-nav .nav > li.submenu-direction .sub-menu li:hover > .sub-menu {
        left: auto;
        right: 220px;
        margin: 0 0 0 0;
    }

.header-style1 .has-child .submenu-toogle {
    position: absolute;
    right: 4px;
    top: 4px;
    color: #000;
    background-color: transparent;
    z-index: 900;
    cursor: pointer;
    padding: 10px;
    font-size: 18px;
    display: none;
}

.header-style1 .header-nav .has-child li .submenu-toogle {
    opacity: 0.9;
}

.header-style1 .header-nav .has-child.nav-active > a + .submenu-toogle.bi-chevron-right:before {
    content: "\F285";
}





/*-------------------------------------
	nav dark version
-------------------------------------*/
.header-style1 .nav-dark.header-nav .nav > li .sub-menu li:hover > a {
    color: #7bfbff;
    background-color: transparent;
}

.header-style1 .nav-dark.header-nav .nav > li .sub-menu li .fa {
    color: #ed4c2f;
}

.header-style1 .nav-dark.header-nav .nav > li .sub-menu li:hover .fa {
    color: #ed4c2f;
}

.header-style1 .nav-dark.header-nav .nav > li .sub-menu,
.header-style1 .nav-dark.header-nav .nav > li .mega-menu {
    background-color: #0f2ea2;
}

    .header-style1 .nav-dark.header-nav .nav > li .sub-menu li:last-child {
        border-bottom: 0px;
    }

    /* .header-style1 .nav-dark.header-nav .nav>li .sub-menu li a{color: #fff;} */

    .header-style1 .nav-dark.header-nav .nav > li .mega-menu > li ul a {
        color: #fff;
    }

    .header-style1 .nav-dark.header-nav .nav > li .mega-menu > li > a {
        color: #3294f9;
        font-size: 18px;
    }

    .header-style1 .nav-dark.header-nav .nav > li .mega-menu > li ul a:hover {
        background-color: transparent;
        color: #ed4c2f;
    }

    .header-style1 .nav-dark.header-nav .nav > li .mega-menu > li:after {
        background-color: rgba(0, 0, 0, 0.2);
    }

@media only screen and (max-width:1200px) {
    .header-style1.site-header .container {
        max-width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    /* responsive strat when media screen [991px] css START*/
    .header-style1 .navbar-toggler {
        display: block;
        margin-top: 0;
        margin-bottom: 0;
        float: right;
        outline: none !important;
    }

    .header-style1 .navbar-collapse.collapse {
        align-items: start;
    }

    .header-style1 .header-nav .nav {
        float: none;
        margin: 0px;
        background: #fff;
        width: 100%;
        display: block;
        height: 100%;
    }

        .header-style1 .header-nav .nav li {
            float: none;
            width: 100%;
            display: block;
        }

            /* .header-style1 .header-nav .nav i {float: right;} */
            .header-style1 .header-nav .nav li .sub-menu > li a {
                padding-left: 30px;
            }

            .header-style1 .header-nav .nav li.has-child {
                position: relative;
            }

            .header-style1 .header-nav .nav li .sub-menu,
            .header-style1 .header-nav .nav li .mega-menu {
                opacity: 1;
                margin: 0 !important;
            }

        .header-style1 .header-nav .nav i {
            margin-top: 6px;
        }

        .header-style1 .header-nav .nav li.has-child.nav-active > a {
            color: #ed4c2f;
        }

        .header-style1 .header-nav .nav > li {
            margin: 0;
            padding: 0;
        }

            .header-style1 .header-nav .nav > li.active > a,
            .header-style1 .header-nav .nav > li.current-menu-item > a {
                color: #000;
            }

            .header-style1 .header-nav .nav > li > a:hover,
            .header-style1 .header-nav .nav > li > a:active,
            .header-style1 .header-nav .nav > li > a:focus {
                background-color: #f0f0f0;
                text-decoration: none;
            }

            .header-style1 .header-nav .nav > li > a {
                padding: 12px 15px;
                border-top: 1px solid #E9E9E9;
                color: #777;
                margin: 0;
                padding: 10px 15px;
                display: block;
            }

            .header-style1 .header-nav .nav > li .sub-menu > li,
            .header-style1 .header-nav .nav > li .mega-menu > li {
                float: none;
                display: block;
                width: auto;
                padding: 0px;
            }

            .header-style1 .header-nav .nav > li .sub-menu li a {
                font-size: 12px;
            }

            .header-style1 .header-nav .nav > li .mega-menu > li:after {
                display: none;
            }

            .header-style1 .header-nav .nav > li ul,
            .header-style1 .header-nav .nav > li .sub-menu,
            .header-style1 .header-nav .nav > li .mega-menu {
                display: none;
                position: static;
                visibility: visible;
                width: auto;
                background: #f9f9f9;
            }

                .header-style1 .header-nav .nav > li ul.mega-menu ul {
                    display: block;
                    margin-bottom: 10px;
                }

                .header-style1 .header-nav .nav > li ul.mega-menu li:hover ul {
                    display: block;
                }

    .header-style1 .has-child .submenu-toogle {
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 15px;
    }

    header .logo {
        display: block;
        padding: 4px 0;
    }

    .header-style1 .is-fixed.color-fill .header-nav .nav > li {
        margin: 0;
        padding: 0;
    }

        .header-style1 .is-fixed.color-fill .header-nav .nav > li > a {
            margin: 0;
            padding: 10px 15px;
            display: block;
        }

    .header-style1 .is-fixed#header-part .navbar-toggler {
        margin: 15px 0;
    }


    .header-style1 .nav-dark.header-nav {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }

        .header-style1 .nav-dark.header-nav .nav {
            background-color: #042336;
        }

            .header-style1 .nav-dark.header-nav .nav > li > a {
                border-top: 1px solid rgba(0, 0, 0, 0.2);
                color: #fff;
                display: block;
            }

                .header-style1 .nav-dark.header-nav .nav > li > a:hover,
                .header-style1 .nav-dark.header-nav .nav > li > a:active,
                .header-style1 .nav-dark.header-nav .nav > li > a:focus {
                    background-color: #000;
                    color: #ed4c2f;
                }

            .header-style1 .nav-dark.header-nav .nav > li ul,
            .header-style1 .nav-dark.header-nav .nav > li .sub-menu,
            .header-style1 .nav-dark.header-nav .nav > li .mega-menu {
                background-color: #0058b5;
            }

            .header-style1 .nav-dark.header-nav .nav > li .sub-menu {
                background-color: #0058b5;
            }

    .header-style1 .nav-dark .has-child .submenu-toogle {
        color: #fff;
    }
}

@media only screen and (max-width:768px) {
    .header-style1 .is-fixed .extra-nav {
        padding: 13px 7px;
    }

    .header-style1 .main-bar .container {
        max-width: 100%;
        padding: 0px 15px;
    }
}

@media only screen and (max-width:767px) {
    .header-style1 .is-fixed .extra-nav {
        padding: 13px 0px;
    }

    .header-style1 .main-bar,
    .header-style1 .is-fixed .main-bar,
    .header-style1 .is-fixed.color-fill .main-bar {
        padding: 0px;
    }

    .header-style1 .extra-nav {
        display: flex;
        align-items: center;
    }
}

@media only screen and (max-width:540px) {
    .header-style1 .is-fixed .navbar-toggler {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 540px) {
    .header-style1 .main-bar {
        padding-left: 0px;
        padding-right: 0px;
    }
    /* .header-style1 .logo-header {width: 100px;} */
    .header-style1 .header-style1 .navbar-toggler {
        margin-left: 5px;
    }

    .header-style1 .extra-nav .extra-cell {
        margin-left: auto;
        padding-left: 10px;
    }
}

/*===========================================================================================*/
.header-style1.nav-transparent .is-fixed.color-fill .main-bar {
    background: #f7f7f3;
}

.header-style1.nav-transparent .top-bar .social-bx li a:hover {
    color: #ed4c2f;
}

.header-style1.nav-transparent .navbar-toggler .icon-bar {
    background-color: #fff;
}

.header-style1.nav-transparent {
    position: relative; /* box-shadow: 0 5px 10px #eee; */
}

    .header-style1.nav-transparent .top-bar {
        border-bottom: 1px solid rgba(0, 0, 0,0.4);
        min-height: 40px;
    }

        .header-style1.nav-transparent .top-bar .social-bx ul {
            margin-bottom: 0px;
            display: flex;
            border-right: 1px solid #dcdcdc;
            list-style: none;
        }

        .header-style1.nav-transparent .top-bar .social-bx li {
            font-size: 12px;
            margin: 0;
            position: relative;
        }

            .header-style1.nav-transparent .top-bar .social-bx li a {
                list-style: none;
                display: block;
                position: relative;
                width: 40px;
                height: 42px;
                line-height: 42px;
                border-left: 1px solid rgba(0, 0, 0,0.4);
                text-align: center;
            }

    .header-style1.nav-transparent .main-bar {
        position: relative;
        width: 100%;
        left: 0px;
        padding: 0px;
    }
        /* .header-style1.nav-transparent .main-bar .container{padding:10px 15px;} */
        .header-style1.nav-transparent .main-bar .header-nav .nav > li > a {
            color: #fff;
        }

/* .header-style1 .header-nav .nav>li>a:hover {color: #fff !important;} */
/*.header-style1 .header-nav .nav>li>a:active,
.header-style1 .header-nav .nav>li>a:focus {background-color: #f15a29;} */

.header-style1 .header-nav .nav > li.active > a,
.header-style1 .header-nav .nav > li.current-menu-item > a {
    background-color: transparent;
    color: #ed4c2f;
}

.header-style1 .header-nav .nav > li:hover > a {
    color: #161cf9;
}

.header-style1 .header-nav .nav > li:hover > .sub-menu,
.header-style1 .header-nav .nav > li:hover > .mega-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}




@media only screen and (max-width:991px) {
    .header-style1.nav-transparent .main-bar .header-nav .nav > li > a {
        display: block;
        color: #000;
    }

    .header-style1.nav-transparent .main-bar .header-nav.nav-dark .nav > li > a {
        display: block;
        color: #fff;
    }

    .header-style1.nav-transparent .main-bar .container {
        padding: 0px 15px;
        max-width: 100%;
    }

    .header-style1.nav-transparent .top-bar .container {
        max-width: 100%;
    }
}


/*-------------------------------------
	when header is sticky
-------------------------------------*/

.header-style1 .sticky-no .main-bar {
    position: static !important;
}

/*-------------------------------------
	when header is sticky 
-------------------------------------*/
/* header sticky  */

/*____WHEN HEADER IS STICKY____*/

.header-style1 .is-fixed .main-bar {
    position: fixed;
    top: 0;
    left: 0;
}

.header-style1 .is-fixed .extra-nav {
    padding: 13px 0;
}

.header-style1 .is-fixed.color-fill.main-bar {
    background: #141b1f;
}

@media (max-width: 991px) {
    .header-style1.mobile-sider-drawer-menu .header-nav {
        position: fixed;
        width: 250px !important;
        z-index: 999;
        height: 100vh !important;
        overflow-y: inherit !important;
        left: -250px;
        top: 0px;
        transition: all 0.5s linear;
        background-color: #fff;
    }

        .header-style1.mobile-sider-drawer-menu .header-nav .nav > li:hover > .sub-menu {
            transition: none;
        }

        .header-style1.mobile-sider-drawer-menu .header-nav .nav > li .sub-menu li:hover > .sub-menu {
            transition: none;
        }

    .header-style1.mobile-sider-drawer-menu.active .header-nav {
        left: 0%;
    }

    .header-style1.mobile-sider-drawer-menu .icon-bar {
        transition: all 0.5s linear;
        position: relative;
    }

    .header-style1.mobile-sider-drawer-menu #mobile-side-drawer {
        position: absolute;
        z-index: 999;
        box-shadow: none;
        right: 10px;
        background: #051576;
    }

    .header-style1.mobile-sider-drawer-menu.active .icon-bar.icon-bar-first {
        transform: rotate(45deg) translateX(3px) translateY(2px);
    }

    .header-style1.mobile-sider-drawer-menu.active .icon-bar.icon-bar-three {
        transform: rotate(-45deg) translateX(3px) translateY(-2px);
    }

    .header-style1.mobile-sider-drawer-menu .icon-bar.icon-bar-two {
        position: relative;
        right: 0%;
    }

    .header-style1.mobile-sider-drawer-menu.active .icon-bar.icon-bar-two {
        position: absolute;
        right: 100px;
        opacity: 0;
    }

    .header-style1.mobile-sider-drawer-menu .is-fixed .header-nav .nav {
        overflow: auto;
        max-height: 100%;
    }

    .header-style1.mobile-sider-drawer-menu .header-fixed .header-nav .nav {
        overflow: auto;
        max-height: 100%;
    }
}

.header-style1.nav-transparent .main-bar .header-nav .nav > li.active > a {
    color: #fff;
    background: #f15a29;
}

.header-style1 .header-nav .nav > li > a {
    position: relative;
}

    .header-style1 .header-nav .nav > li > a:after {
        position: absolute;
        top: 97%;
        left: 50%;
        width: 100%;
        height: 2px;
        content: "";
        transform: translate(-50%) scale(0);
        -webkit-transform: translate(-50%) scale(0);
        -moz-transform: translate(-50%) scale(0);
        -ms-transform: translate(-50%) scale(0);
        -o-transform: translate(-50%) scale(0);
        transition: all .5s ease 0s;
        border-radius: 0 0 4px 4px;
        background-color: #161cf9;
    }

    .header-style1 .header-nav .nav > li > a:hover:after {
        transform: translate(-50%) scale(1);
        -webkit-transform: translate(-50%) scale(1);
        -moz-transform: translate(-50%) scale(1);
        -ms-transform: translate(-50%) scale(1);
        -o-transform: translate(-50%) scale(1);
    }

.header-style1.nav-transparent .main-bar .header-nav .nav > li.active > a:after {
    transform: translate(-50%) scale(1);
    -webkit-transform: translate(-50%) scale(1);
    -moz-transform: translate(-50%) scale(1);
    -ms-transform: translate(-50%) scale(1);
    -o-transform: translate(-50%) scale(1);
}






/* First Section CSS ============================== */


.owl-theme .owl-nav {
    margin-top: 0;
}

.first_section {
    position: relative;
    padding: 50px 0;
    overflow: hidden;
    z-index: 1;
}
/* .first_section:before {position:absolute;content:'';top:0;left:0;right:0;bottom:0;background: url(../images/bg_pattern.jpg);opacity: 0.4;z-index:-1;background-size: cover;} */















.left_heading h5 {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
}

.left_heading h3 {
    font-size: 28px;
    font-weight: 600
}



.home_banner_section {
    position: relative;
}

.video_caption {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    font-size: 48px;
    color: #fff;
    text-align: center;
    font-weight: 900;
    font-family: 'Marcellus', serif;
}

.yellow_text {
    text-transform: uppercase;
    color: #f3a800;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    letter-spacing: 1px;
}

.redish_text {
    color: #ffafaf;
}

.video-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 100%;
}

    .video-container:before {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        content: '';
        background: linear-gradient(0deg, rgb(131 1 1 / 53%) 0%, rgb(1 0 42 / 67%) 66%, rgb(2 26 82 / 66%) 85%);
        background-size: cover;
    }

    .video-container .fullscreen-bg__video {
        height: 90vh;
        width: 100%;
        min-width: 100%;
        object-fit: fill;
        position: relative;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover
    }

@media (max-width: 767px) {
    .video-container .fullscreen-bg__video {
        position: relative;
        margin-top: 0
    }
}

/* .video-container .fullscreen-bg__video:after{content:'';background:#fff;height:100%;width:100%;position:absolute;z-index:9999} */
#muteVideo {
    display: none;
}


#loderVid {
    background: url(../images/loading-gif.gif) no-repeat top center;
    background-size: 50px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    bottom: 0;
    margin: auto;
    z-index: 99999
}

#home-vid {
    display: none
}

#muteVideo {
    background: url(../images/Volume-Mute.png) no-repeat bottom left;
    background-size: 50px;
    position: absolute;
    bottom: 0;
    margin: auto;
    z-index: 1028;
    margin-left: 20px;
    margin-bottom: 15px
}

@media (max-width: 767px) {
    #muteVideo {
        height: 50px;
        width: 50px;
        position: fixed
    }
}

@media (min-width: 768px) {
    #muteVideo {
        left: 0;
        right: 85%;
        top: 50%;
        bottom: 10%;
    }
}

@media (max-width:990px) {
    #muteVideo {
        position: absolute;
    }
}




.footer_section {
    position: relative;
    background: linear-gradient(0deg, rgb(5 0 92) 0%, rgb(2 63 159) 100%);
    padding: 15px 0 0;
    z-index: 1;
}
    /* .footer_section:before {position:absolute;content:'';top:0;left:0;right:0;bottom:0;background: url(../images/theme_bg4.png);opacity:.02;z-index:-1;background-size: cover;} */
    .footer_section p {
        margin-bottom: 0
    }


.vcount_p p {
    margin-bottom: 10px;
}

.text_yellow {
    color: #fee71f;
    font-weight: 600;
}

.visit_count {
    text-align: center;
    padding: 15px;
    margin-bottom: 15px;
}

.vcount_number {
    background: #ffb100;
    color: #070707;
    font-weight: 500;
    border-radius: 2px;
    padding: 2px 5px;
}

.copyright {
    text-align: center;
    color: #fff;
    padding-top: 15px;
    /* border-top: 1px solid #ddddddad;    background: #035e1f; */
}

.visit_count p {
    margin-bottom: 0;
    color: #fff
}

.copyright p {
    font-size: 14px;
}

.copyright span {
    font-weight: 500;
    color: #fff4c7;
}

.copyright a {
    color: #fff
}

.left_text {
    color: #fff
}

.right_text {
    color: #fff;
    text-align: right
}




.sticky-header.sticky {
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 900ms;
    animation-duration: 900ms;
    -webkit-animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
    animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    border-bottom: 0;
    display: block;
    background: rgb(255, 255, 255, 0.72);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    /* background:#f5fffe;  */
}
/* .flex_logo_right img:first-child {max-width: 80px;}  */



.news_ticker ul li {
    position: relative;
    display: block;
    font-weight: 500;
    line-height: 1.4;
    font-size: 14px;
    letter-spacing: 0.6px;
    color: #020202;
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
    font-family: "Poppins", sans-serif;
}

    .news_ticker ul li a {
        display: block;
        color: #1d1c3b;
        transform: scale(1.0);
    }

.ablock .news_ticker ul li a {
    display: unset
}

.news_ticker ul li:last-child {
    border-bottom: 0
}

.news_ticker ul li:before {
    position: absolute;
    top: 5px;
    left: -20px;
    content: "\F4EA";
    font-family: 'bootstrap-icons';
    font-size: 14px;
    font-weight: 600;
    color: #d79302
}

.news_ticker ul li:hover a {
    color: #070390;
    transform: scale(1.02);
}

.news_ticker ul li:hover:before {
    color: #170f87
}

.news_ticker hr {
    margin: 5px 0
}

.news_ticker {
    position: relative;
    padding: 0 15px
}

.border_dgn {
    position: relative;
    background: #fff;
    height: 100%;
    border-radius: 15px;
    padding: 0;
    z-index: 1;
    box-shadow: 0 5px 10px #ddd;
    margin-left: 10%
}

    .border_dgn h3 {
        font-size: 20px;
        font-weight: 600;
        padding: 10px 10px;
        background-image: linear-gradient(to right, #f77801 0%, #4f49c7 40%);
        color: #fff;
    }

.boxtop_head {
    text-align: center;
    position: relative;
}

.icon_head {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    text-align: center;
    line-height: 120px;
    background-image: linear-gradient(to right, #ed3338 0%, #f3a800);
    color: #fff;
    border-radius: 50%;
    margin-top: -50px;
    display: inline-block;
}

    .icon_head i {
        font-size: 50px;
    }

.news_ticker ul li p {
    margin-bottom: 5px;
    line-height: 1.3;
    font-size: 14px;
}
/* .news_ticker ul li:hover {background:#ffc720} */
/* .news_ticker ul li:hover a {color:#fff; } */
.publish_date {
    padding: 2px 10px;
    font-size: 12px;
    position: absolute;
    right: 0;
    display: inline-block;
    border-radius: 15px;
    color: #575757;
    background: #fff;
    border: 1px solid #4d01f7;
    top: 15px;
}


.tab_control .tab_links {
    border-radius: 30px;
}

.tab_content {
    padding: 25px 15px 0;
    text-align: justify;
    position: relative;
}

.tab_control .nav-tabs .nav-item .nav-link {
    padding: 10px 30px;
    font-weight: 500;
    font-size: 18px;
    color: #3a3a3a;
    margin-bottom: 0;
    background: #fff;
    border: 0;
    margin-right: 10px;
    border-radius: 30px;
}

.tab_control .nav-tabs .nav-item:nth-child(2) .nav-link {
    background: #faffe5;
}

.tab_control .nav-tabs .nav-item:nth-child(3) .nav-link {
    background: #f9edb6;
}

    .tab_control .nav-tabs .nav-link.active, .tab_control .nav-tabs .nav-item:nth-child(2) .nav-link.active, .tab_control .nav-tabs .nav-item:nth-child(3) .nav-link.active {
        background: #f3a800;
        border: 0;
        color: #fff;
    }

.tab_control .nav-tabs {
    border: 0;
}

.tab_img {
    padding: 7px;
    background: #f1f0ff;
    border-radius: 7px;
}

    .tab_img img {
        width: 100%
    }


.points_list {
    position: relative;
}

    .points_list ul li {
        position: relative;
        padding-left: 30px;
        padding-bottom: 10px;
        margin-bottom: 0;
        font-size: 16px;
        text-align: justify;
    }

        .points_list ul li:before {
            font-size: 24px;
            width: 16px;
            height: 16px;
            line-height: 16px;
            position: absolute;
            top: 5px;
            text-align: center;
            background: #28269f;
            border-radius: 30px;
            content: '\F272';
            font-family: bootstrap-icons;
            left: 0;
            -webkit-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            transition: all 0.3s linear;
            color: #fff;
            text-shadow: 0 2px #3c2e39;
        }

        .points_list ul li:hover:before {
            background: #cfe2ff;
            color: #28269f;
            transform: scale(1.1)
        }

        .points_list ul li a {
            color: #ddd
        }

        .points_list ul li h6 {
            font-weight: 600;
            font-family: 'Montserrat', sans-serif;
        }

        .points_list ul li ul li:before {
            content: '\f192';
            font-family: "Font Awesome 6 Free";
            background: transparent;
            font-size: 18px;
            text-shadow: none;
            color: #198754;
        }


.sticyimg {
    position: absolute;
    content: '';
    right: 0;
    width: 100%;
    bottom: 5%;
    transform: rotate(210deg);
}


.center_rolling {
    position: absolute;
    left: -150px;
    bottom: -200px;
    z-index: -1;
    animation: rollIn 40s infinite linear;
    opacity: .04;
    margin: 0 auto;
}

.center_rolling2 {
    position: absolute;
    right: 50px;
    bottom: -150px;
    z-index: -1;
    animation: rollIn 40s infinite linear;
    opacity: 1;
    margin: 0 auto;
}



/*==========================================================================
* Shape & Image Animation CSS
==========================================================================*/
@keyframes bounceRight {
    0%, 20%, 50%, 80%, 100% {
        transform: translateX(0);
    }

    30% {
        transform: translateX(-95px);
    }

    10% {
        transform: translateX(-5px);
    }
}

@keyframes rollIn {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-359deg);
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes upDown {
    0% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(0, 30px, 0);
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

.left-right-animate {
    animation-name: left-right;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes left-right {
    0% {
        transform: translateX(20px);
    }

    50% {
        transform: translateX(5px);
    }

    100% {
        transform: translateX(20px);
    }
}

.left-right-animate2 {
    animation-name: left-right2;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes left-right2 {
    0% {
        transform: translateX(10px);
    }

    50% {
        transform: translateX(110px);
    }

    100% {
        transform: translateX(10px);
    }
}

.rolling_img1 {
    position: absolute;
    left: -100px;
    top: -42%;
    z-index: -1;
    animation: rollIn 70s infinite linear;
}

.rolling_img2 {
    position: absolute;
    right: -30%;
    top: 0;
    z-index: -1;
    animation: rollIn 70s infinite linear;
}

.sticky_img {
    position: absolute;
    bottom: 0;
    max-width: 300px;
    right: 0;
    opacity: .6;
    z-index: -1
}


.page_banner {
    position: relative;
    text-align: center;
    padding: 40px 0 50px;
    background: url(../images/page_banner.jpg);
    background-attachment: fixed;
    background-position: top right;
}

.page_nav {
    color: #363636;
}

    .page_nav a {
        color: #a4f0ff;
        font-weight: 500;
    }

    .page_nav i {
        padding: 0px 5px;
        color: #babdc9;
    }

.breadcum_head h2 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.breadcum_head p .small_text {
    font-size: 16px;
    font-weight: 500;
    color: #e6eafd;
    display: block;
}

.innerpage_section p {
    text-align: justify
}

.inner_one {
    position: relative;
    padding: 40px 0 80px;
}

.about_content {
    padding-right: 5%;
}

.inner_two {
    position: relative;
    padding: 40px 0 0;
    background: url(../images/bg_1.png);
    background-attachment: fixed;
    background-size: cover;
}

.inner_three {
    position: relative;
    padding: 50px 0 50px;
}

ol li {
    line-height: 1.6
}

.zoom_img {
    position: relative;
    overflow: hidden;
    border: 5px solid #fff;
    box-shadow: 0 5px 30px #ddd;
}

    .zoom_img img {
        position: relative;
        transition: all 400ms ease-in-out 0s;
        -webkit-transition: all 400ms ease-in-out 0s;
        -moz-transition: all 400ms ease-in-out 0s;
        -o-transition: all 400ms ease-in-out 0s;
        -ms-transition: all 400ms ease-in-out 0s;
    }

        .zoom_img img:hover {
            transform: scale(1.02);
        }

.img_liner {
    position: relative
}

    .img_liner:before {
        content: ' ';
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border: 2px solid #fff
    }

.innerpage_section .knowledge_content {
    padding-left: 2%;
}

.partition_block {
    position: relative;
    margin-bottom: 20px;
}

    .partition_block:before {
        left: 0;
        background: -webkit-gradient(linear, right top, left top, from(#1101ff54), to(#fff));
        background: linear-gradient(to left, #1101ff54 0%, #fff 100%);
    }

    .partition_block:after {
        right: 0;
        background: -webkit-gradient(linear, left top, right top, from(#1101ff54), to(#fff));
        background: linear-gradient(to right, #1101ff54 0%, #fff 100%);
    }

    .partition_block:before, .partition_block:after {
        content: "";
        position: absolute;
        top: 50%;
        height: 2px;
        width: 35.5%;
    }



.home_banner_section {
    position: relative;
}

.overlay_box {
    position: relative;
}

/*
.overlay_box {
    position: absolute;
    right: 0;
    z-index: 1;
    top: 0;
    height: 100%;
 
} 
.inner_msgtext {
    position: relative;
    height: 100%;
    padding: 120px 25px 0;
    width: 52%;
    margin-left: auto;
    text-align: center;
}*/
/*
.overlay_box:before {
	content: "";
    width: 100%;
    height: 100%;
    background: #c68b0e;
    position: absolute;
    right:0;
    top: 0;    z-index: -1;
clip-path: polygon(0% 0%, 100% -100%, 100% 100%, 0% 100%);
} */



.arrow_button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
    color: #fff;
    background-color: #07026d;
    padding: 5.5px;
    border-radius: 50px;
    position: relative;
    z-index: 1;
}

    .arrow_button .btn_inner {
        position: relative;
        z-index: 1;
        padding: 15px 20px 15px 55px;
        width: 100%;
        text-align: center;
    }

        .arrow_button .btn_inner::before {
            content: "";
            position: absolute;
            z-index: 0;
            top: 0;
            left: 0;
            width: 45px;
            height: 100%;
            background-color: #fff;
            border-radius: 50px;
            transition: all 0.3s ease-in-out 0s;
        }

        .arrow_button .btn_inner .btn_icon {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            left: 0;
            top: 0;
            min-width: 45px;
            height: 100%;
            z-index: 2;
            font-size: 1.6em;
            line-height: 1;
            color: #07026b;
        }

            .arrow_button .btn_inner .btn_icon > span {
                overflow: hidden;
                position: relative;
                display: inline-flex;
            }

                .arrow_button .btn_inner .btn_icon > span i:first-child, .arrow_button .btn_inner .btn_icon > span i:last-child {
                    transition: transform 0.4s ease-in-out 0s;
                }

                .arrow_button .btn_inner .btn_icon > span i:last-child {
                    position: absolute;
                    transform: translateX(-150%);
                }

        .arrow_button .btn_inner .btn_text {
            display: inline-flex;
            overflow: hidden;
            color: #fff;
            text-shadow: 0 23px 0 currentColor;
        }

            .arrow_button .btn_inner .btn_text > span {
                display: flex;
                align-items: center;
                backface-visibility: hidden;
                transform: translateY(0);
                transition: 0.5s;
            }

    .arrow_button.white-btn {
        background-color: #fff;
    }

        .arrow_button.white-btn .btn_inner .btn_text {
            color: ##0b0f9c;
        }

    .arrow_button:hover .btn_inner .btn_icon {
        background: #07036a;
        border-radius: 50%;
        color: #fff;
    }

    .arrow_button.white-btn:hover .btn_inner .btn_text {
        color: #fff;
    }

    .arrow_button:hover .btn_inner::before {
        width: 100%;
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    }

    .arrow_button:hover .btn_inner .btn_icon i:first-child {
        transform: translateX(150%);
    }

    .arrow_button:hover .btn_inner .btn_icon i:last-child {
        transform: translateX(0);
    }

    .arrow_button:hover .btn_inner .btn_text {
        color: #07026b;
    }

        .arrow_button:hover .btn_inner .btn_text > span {
            transform: translateY(-24px);
        }




/* Notification Window ==================== */
#popup_window {
    position: fixed;
    bottom: -50%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 99;
    padding: 0;
    cursor: pointer;
    cursor: hand;
    color: #fff;
    width: 100%;
    display: block;
    overflow: hidden;
}

.popup_content {
    /* display: inline-block;*/
    position: relative;
    padding: 0;
}

#popup_window .close_btn {
    font-size: 20px;
    top: 0;
    right: 0;
    position: absolute;
    padding: 10px 15px;
    background: #f37707;
}


/*================== Notification Window ==================== */

.notice_flash {
    position: relative;
    bottom: 0;
    margin: 0;
    width: 100%;
    background: #f3f5fc;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}

    .notice_flash .notice_text {
        color: #ff0;
        margin: 0;
        width: 100%;
        animation: marquee 10s linear infinite;
        display: inline-block;
        padding: 14px 45px 14px 10px;
        background-image: linear-gradient(to right, #fff 50%, #f37705 100%);
    }

        .notice_flash .notice_text a {
            color: #0d0d0c;
            position: relative
        }

            .notice_flash .notice_text a:hover {
                color: #0b0f9c;
            }

            .notice_flash .notice_text a:after {
                position: absolute;
                right: 0;
                bottom: 0;
                z-index: 9;
                width: 0;
                background-color: #0b0f9c;
                content: "";
                height: 2px;
                -webkit-transition: all 0.5s linear 0s;
                -moz-transition: all 0.5s linear 0s;
                -ms-transition: all 0.5s linear 0s;
                -o-transition: all 0.5s linear 0s;
                transition: all 0.5s linear 0s;
            }

            .notice_flash .notice_text a:hover:after {
                left: 0;
                width: 100%;
            }

    .notice_flash .news_head {
        height: auto;
        position: relative;
        background: #4d01f7;
        padding: 15px 30px;
        color: #fff;
        z-index: 1;
        overflow: hidden;
        display: block;
        text-transform: uppercase;
        font-size: 16px;
    }

        .notice_flash .news_head:after {
            content: "";
            top: 0;
            transform: translateX(100%);
            width: 100%;
            height: 100%;
            position: absolute;
            animation: slide 5s infinite;
            background: -moz-linear-gradient( left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100% );
            background: -webkit-gradient( linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.8)), color-stop(99%, rgba(128, 186, 232, 0)), color-stop(100%, rgba(125, 185, 232, 0)) );
            background: -webkit-linear-gradient( left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100% );
            background: -o-linear-gradient( left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100% );
            background: -ms-linear-gradient( left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100% );
            background: linear-gradient( to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100% );
        }

@keyframes slide {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

.center_align {
    text-align: center;
    margin-bottom: 30px;
}

    .center_align h2 {
        font-size: 36px
    }

.icon_sticky {
    position: absolute;
    font-size: 100px;
    right: 5%;
}

#gotop {
    z-index: 9
}

.elements1 {
    position: absolute;
    z-index: -1;
    top: 0;
    animation-name: animation-1;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    left: 0;
    animation-direction: alternate;
    opacity: .2
}

@keyframes animation-1 {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(50px);
    }
}

@keyframes animation-2 {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-60px);
    }
}


.elements2 {
    position: absolute;
    bottom: 0;
    right: 0;
    animation-name: animation-1;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.rounding_circle {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    animation-name: animation-7;
    animation-duration: 90s;
    max-width: 150px;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(0.59, 0.59, 1, 1);
}

@keyframes animation-7 {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(-1000deg);
    }
}

.circle_icon:after {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 2s infinite;
}

.circle_icon:after {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
        box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
    }
}

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
        box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
    }
}


.home-shape .shape1 {
    position: absolute;
    top: 77%;
    left: 2%;
    -webkit-animation: rotaed360 6s infinite linear;
    animation: rotaed360 6s infinite linear;
}

.home-shape .shape2 {
    position: absolute;
    top: 25%;
    left: 1%;
    -webkit-animation: animationFramesOne 15s linear infinite;
    animation: animationFramesOne 15s linear infinite;
}

.home-shape .shape3 {
    position: absolute;
    top: 17%;
    left: 10%;
}

.home-shape .shape4 {
    position: absolute;
    top: 45%;
    left: 45%;
    -webkit-animation: animationFramesOne 10s linear infinite;
    animation: animationFramesOne 10s linear infinite;
}

.home-shape .shape5 {
    position: absolute;
    bottom: 10%;
    left: 45%;
    -webkit-animation: animationFramesOne 15s linear infinite;
    animation: animationFramesOne 15s linear infinite;
}

.home-shape .shape6 {
    position: absolute;
    top: 15%;
    right: 50%;
    -webkit-animation: animationFramesOne 15s linear infinite;
    animation: animationFramesOne 15s linear infinite;
}

.home-shape .shape7 {
    position: absolute;
    top: 15%;
    right: 3%;
    -webkit-animation: animationFramesOne 15s linear infinite;
    animation: animationFramesOne 15s linear infinite;
}

.home-shape .home-shape3 {
    position: absolute;
    top: 28%;
    left: 15%;
    -webkit-animation: animationFramesOne 10s linear infinite;
    animation: animationFramesOne 10s linear infinite;
}

.home-shape .home-shape4 {
    position: absolute;
    top: 47%;
    left: 52%;
    -webkit-animation: animationFramesOne 15s linear infinite;
    animation: animationFramesOne 15s linear infinite;
}

.home-shape .home-shape5 {
    position: absolute;
    bottom: 16%;
    right: 32%;
    -webkit-animation: animationFramesOne 10s linear infinite;
    animation: animationFramesOne 10s linear infinite;
}

.home-shape .home-shape6 {
    position: absolute;
    top: 30%;
    right: 38%;
    -webkit-animation: animationFramesOne 15s linear infinite;
    animation: animationFramesOne 15s linear infinite;
}

.home-shape .home-shape8 {
    position: absolute;
    top: 40%;
    right: 10%;
    -webkit-animation: animationFramesOne 10s linear infinite;
    animation: animationFramesOne 10s linear infinite;
}

/*==================================
Animation CSS
====================================*/
@-webkit-keyframes rotaed360 {
    0% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateZ(-360deg);
        transform: rotateZ(-360deg);
    }
}

@keyframes rotaed360 {
    0% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@-webkit-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);
    }
}

@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 animationFramesTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        -webkit-transform: translate(-1px, 173px) rotate(36deg);
        transform: translate(-1px, 173px) rotate(36deg);
    }

    40% {
        -webkit-transform: translate(172px, 0px) rotate(72deg);
        transform: translate(72px, 0px) rotate(72deg);
    }

    60% {
        -webkit-transform: translate(183px, 0) rotate(108deg);
        transform: translate(183px, 0) rotate(108deg);
    }

    80% {
        -webkit-transform: translate(172px, 0px) rotate(144deg);
        transform: translate(172px, 0px) rotate(144deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        -webkit-transform: translate(-1px, 173px) rotate(36deg);
        transform: translate(-1px, 173px) rotate(36deg);
    }

    40% {
        -webkit-transform: translate(172px, 0px) rotate(72deg);
        transform: translate(72px, 0px) rotate(72deg);
    }

    60% {
        -webkit-transform: translate(183px, 0) rotate(108deg);
        transform: translate(183px, 0) rotate(108deg);
    }

    80% {
        -webkit-transform: translate(172px, 0px) rotate(144deg);
        transform: translate(172px, 0px) rotate(144deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@-webkit-keyframes moveBounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes moveBounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes wave-circle {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0;
        filter: alpha(opacity=0);
    }
}

@-webkit-keyframes wave-circle {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0;
        filter: alpha(opacity=0);
    }
}

@-webkit-keyframes scale {
    0%, 35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0.8;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@keyframes scale {
    0%, 35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0.8;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

.theme_left_title {
    position: relative
}

.up_textspan {
    background: #08036e;
    color: #fff;
    padding: 2px 10px;
    border-radius: 5px;
}

.text-justify {
    text-align: justify
}

.news_ticker .flex_news:last-child {
    border: 0px
}

.upper_head {
    position: relative;
    margin-bottom: 15px;
}

    .upper_head span {
        padding: 5px 30px;
        position: relative;
        background: #f6be09;
        margin-bottom: 0px;
        /* box-shadow: 0 5px 10px #ddd; */
        font-size: 14px;
        display: inline-block;
        color: #020202;
    }

        .upper_head span:after {
            content: "";
            position: absolute;
            width: 15px;
            height: 40%;
            background: #f6be09;
            right: -15px;
            top: 0;
            -webkit-clip-path: polygon(0% 0, 0 100%, 50% 100%);
            clip-path: polygon(0% 0, 0 100%, 50% 100%);
            z-index: -1;
        }




.news_ticker ul li:before {
    content: '\F231';
    color: #4d01f7;
}

.news_ticker ul li ul li:before {
    content: '\F518';
    left: 0;
    color: #9167ed;
    padding-right: 0;
}

.news_ticker ul li ul li {
    padding-bottom: 5px;
    border: 0
}

.steplist {
    position: relative;
    ;
}

    .steplist li {
        padding-bottom: 1.2rem;
        border-left: 1px solid #4caf50;
        position: relative;
        padding-left: 20px;
        margin-left: 10px;
        font-size: 16px;
    }

        .steplist li a {
            -webkit-transition: all 0.4s linear;
            -moz-transition: all 0.4s linear;
            -ms-transition: all 0.4s linear;
            -o-transition: all 0.4s linear;
            transition: all 0.4s linear;
        }

        .steplist li:last-child {
            border: 0px;
            padding-bottom: 0;
        }

        .steplist li:before {
            content: "";
            width: 15px;
            height: 15px;
            background: white;
            border: 1px solid #607D8B;
            box-shadow: 0 5px 0px #4CAF50;
            border-radius: 50%;
            position: absolute;
            left: -8px;
            top: 0px;
        }

    .steplist .steplist_head {
        color: #fff4d2;
        font-weight: 500;
        font-size: 18px;
    }

    .steplist li:hover, .steplist li a:hover {
        color: #1c9a21;
        font-weight: 500
    }



/*================  New Addon CSS =====================================*/



.hero_list {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 15px;
    column-gap: 35px;
    margin-bottom: 50px;
    margin-top: 30px;
}

    .hero_list li {
        font-size: 20px;
        font-weight: 300;
        display: flex;
        align-items: center;
        -moz-column-gap: 10px;
        column-gap: 10px;
        color: #198754;
    }

        .hero_list li i {
            color: #75b385;
        }

        .hero_list li:hover i {
            color: #198754;
        }

.highlight_headtext {
    position: relative;
    text-align: center
}

    .highlight_headtext h2 {
        color: #0a58ca;
        font-size: 40px;
        text-shadow: 0 2px 20px #a1b0fc;
        font-family: "Poppins", sans-serif;
    }

    .highlight_headtext span {
        color: #ff6000;
        font-family: "Outfit", sans-serif;
        font-size: 46px;
        text-shadow: 0 2px 20px #fcf8a1;
    }

.header-style1 .header-nav .nav > li.active_li_green a {
    background: #009688;
    color: #fff;
}

.header-style1 .header-nav .nav > li.active_li_blue a {
    background: #2538a5;
    color: #fff;
}

    .header-style1 .header-nav .nav > li.active_li_blue a:hover, .header-style1 .header-nav .nav > li.active_li_green a:hover {
        background: #7bfbff;
        color: #010042
    }


.tabs_onslide {
    position: relative;
    z-index: 1;
    background: #e1feff;
    border-radius: 25px;
    overflow: hidden;
    -webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -ms-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}

.tab_content_inner {
    position: relative;
    padding: 25px;
    text-align: center;
}
/* .tab_content_inner h2 {color:#fff;font-size:20px; font-weight:500 } */
/* .tab_content_inner h6 {color:#eee;font-size:18px; font-weight:500 } */

.tabs_onslide .nav-tabs .nav-item {
    width: 50%;
}

    .tabs_onslide .nav-tabs .nav-item .nav-link {
        padding: 10px 20px;
        font-weight: 600;
        font-size: 20px;
        color: #fff;
        margin-bottom: 0;
        background: #2d6ead;
        border: 0;
        width: 100%;
        border-radius: 0;
    }

    .tabs_onslide .nav-tabs .nav-item:nth-child(2) .nav-link {
        background: #2d6dae;
    }
        /* .tabs_onslide .nav-tabs .nav-item:nth-child(3) .nav-link {background: #f9edb6;} */
        .tabs_onslide .nav-tabs .nav-link.active, .tabs_onslide .nav-tabs .nav-item:nth-child(2) .nav-link.active, .tabs_onslide .nav-tabs .nav-item:nth-child(3) .nav-link.active {
            background: #0e2ca1;
            border: 0;
            color: #fff;
        }

.tabs_onslide .nav-tabs {
    border: 0;
}

.tabs_onslide:before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.tabs_onslide:hover::before {
    -webkit-animation: shine 1.3s;
    animation: shine 1.3s;
}

.accordion-button {
    font-weight: 600;
    font-size: 18px;
    background: #a9e4ff;
}

    .accordion-button span {
        font-weight: 300;
        padding-left: 10px
    }

.tabhead {
    background: #0e2ca1;
    border: 0;
    color: #fff;
    padding: 10px 20px;
    border-radius: 20px 20px 0 0;
    margin-bottom: 0;
    text-align: center;
}

.tabinner {
    background: #e1feff;
    position: relative;
    padding: 25px;
    text-align: center;
    border-radius: 0 0 20px 20px;
}

.alert_list {
    position: relative;
    border-radius: 20px;
    background: #fff;
    height: 100%;
    border: 2px solid #0e2ca1;
}


.introhome_section {
    position: relative;
    padding: 100px 0
}

.studies_links_box {
    position: relative;
    padding: 15px;
    border: 2px solid #dee2e6;
    height: 100%;
    z-index: 1;
    border-radius: 15px;
    /* box-shadow: 0 5px 25px #eee; */ transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    background: #fff;
    display: flex;
    align-items: center;
    min-height: 130px;
}

    .studies_links_box .icon {
        position: relative;
        transition: transform 500ms ease;
        z-index: 1;
        width: 120px;
        text-align: center;
    }
        /* .studies_links_box .icon img {padding-top: 5px} */
        .studies_links_box .icon img {
            border-radius: 7px;
        }

.studies_links_details {
    width: calc(100% - 120px);
    padding-left: 10px;
    text-align: left;
}

    .studies_links_details h2 {
        font-size: 18px;
    }

.studies_links_box .icon:before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff0a;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: -1;
    margin: 0 auto;
    border: 1px solid #dddddd70;
    /* box-shadow: 0 5px 10px #ddd;    */
    display: none
}

.studies_links_box:hover .icon::before {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.studies_links_box:hover {
    box-shadow: 0 15px 50px #ddd;
    border-color: #4d01f7;
}

    .studies_links_box:hover:before {
        opacity: 1
    }

.studies_links_details a {
    position: relative;
    font-weight: 300;
    font-size: 13px
}

    .studies_links_details a:after {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 9;
        width: 0;
        background-color: #28269f;
        content: "";
        height: 2px;
        -webkit-transition: all 0.5s linear 0s;
        -moz-transition: all 0.5s linear 0s;
        -ms-transition: all 0.5s linear 0s;
        -o-transition: all 0.5s linear 0s;
        transition: all 0.5s linear 0s;
    }

    .studies_links_details a:hover:after {
        left: 0;
        width: 100%;
    }

.orange_bg {
    background: #6610f2;
}


/* ================ Responsive Media Code ======================== */



@media (min-width:1451px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 80%;
    }

    .frame_height {
        min-height: 550px;
    }
}




@media (min-width:1451px) and (max-width:1650px) {
    .header-style1 .header-nav .nav > li > a {
        font-size: 14px;
    }
}




@media (max-width:1550px) {
    .header-style1 .header-nav .nav > li > a {
        font-size: 14px;
    }
    /* .flex_logo_right img {max-width: 100px;} */
    .flex_header_menu .flex_logo {
        width: 110px;
    }

    .header-style1 .header-nav .nav > li > a.drop_icon:before {
        right: 0
    }

    .tab_control .nav-tabs .nav-item .nav-link {
        padding: 10px 15px;
    }

    .flex_title h2 {
        font-size: 28px;
    }
    /*.flex_title h5 {font-size: 18px;}
.flex_title h6 {font-size: 14px;}
.highlight_dbox h4 {font-size: 16px;}*/
    .flex_header_menu .flex_logo_right img {
        max-width: 90px;
    }

    .career_content .news_ticker {
        max-height: 250px;
    }

    .count_fact .count_fact_num {
        font-size: 36px;
    }

    .career_content {
        padding: 30px;
    }
}

@media (max-width:1300px) {
    .set_one p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .h1_title h1 {
        font-size: 26px;
    }

    .tab_control .nav-tabs .nav-item .nav-link {
        font-size: 16px;
        margin-right: 5px;
    }

    .highlight_headtext h2 {
        font-size: 30px;
    }

    .highlight_headtext span {
        font-size: 36px;
    }
}





@media (max-width:1250px) {
    .header-style1 .header-nav .nav > li > a {
        font-size: 14px;
        padding: 10px 15px;
    }

        .header-style1 .header-nav .nav > li > a.drop_icon:before {
            right: -3px;
            font-size: 14px;
        }

    .video-container .fullscreen-bg__video {
        height: 70vh;
    }
}

@media (max-width:1100px) {
    .header-style1 .header-nav .nav > li > a {
        font-size: 14px;
        letter-spacing: normal;
    }

        .header-style1 .header-nav .nav > li > a.drop_icon:before {
            right: -3px;
            font-size: 14px;
        }

    .flex_clickbox a {
        margin-left: 5px;
        font-size: 12px;
        padding: 5px 5px;
    }

    .flex_clickbox {
        padding-right: 0;
    }

    .accordion-button {
        font-size: 16px;
    }

    .news_ticker ul li {
        font-weight: 400;
    }

    .top_header ul li a {
        font-size: 14px;
    }
}



@media (max-width:990px) {
    .header-style1 .header-nav .nav > li > a {
        font-size: 14px;
    }

    .header-style1 .nav-dark.header-nav .nav {
        background-color: #06186e;
    }

    .header-style1 .header-nav .nav > li > a.drop_icon:before {
        display: none
    }

    .header-style1 .header-nav .has-child.nav-active > a + .submenu-toogle.bi-chevron-right:before {
        transform: rotate(90deg);
    }

    .notice_text {
        padding: 15px 30px;
    }

    .highlight_headtext h2 {
        font-size: 24px;
    }

    .highlight_headtext span {
        font-size: 28px;
    }

    .hero_list li {
        font-size: 16px;
    }

    .flex_header_menu .flex_logo_right img, .flex_header_menu .flex_logo {
        max-width: 70px;
    }

        .flex_header_menu .flex_logo img {
            padding: 5px;
        }

    .introhome_section {
        padding: 50px 0;
    }

    .top_header {
        padding: 5px 0 7px;
    }

    .video-container .fullscreen-bg__video {
        height: 60vh;
    }

    .top_contactlinks ul li i, .top_header ul li a {
        font-size: 14px;
    }

    .top_contactlinks ul li {
        margin-right: 5px;
    }

    .flex_title h2 {
        font-size: 24px;
    }

    .flex_title h5 {
        font-size: 18px;
    }

    .flex_title h6 {
        font-size: 15px;
    }
}



@media (max-width:768px) {
    .logo_inline .logo_box {
        max-width: 100%;
    }

    .login_img {
        height: unset;
        display: none
    }

    .sm_d_none {
        display: none
    }

    .logo_inline h4 {
        font-size: 10px;
        letter-spacing: normal;
    }

    p {
        font-size: 14px;
    }

    .footer_section {
        padding: 20px 0 0;
    }

    .access_links {
        text-align: left;
    }

        .access_links a {
            padding: 5px 10px 5px 0;
        }

    .left_text, .right_text {
        text-align: center;
    }

        .left_text p, .right_text p {
            margin-bottom: 5px;
        }

    .logo_inline {
        padding: 15px 0
    }

        .logo_inline h2.hindi_title {
            font-size: 18px;
        }

        .logo_inline h2 {
            font-size: 16px;
        }

    .top_contactlinks ul li {
        margin-right: 7px;
    }

    .flex_title h2 {
        font-size: 20px;
    }

    .flex_title h5 {
        font-size: 16px;
    }

    .flex_title h6 {
        font-size: 14px;
        padding: 0 10px;
    }

    .top_contactlinks, .right_toplinks {
        text-align: center
    }

        .top_contactlinks ul li a, .right_toplinks ul li a {
            font-size: 14px;
        }

            .top_contactlinks ul li a i, .right_toplinks ul li a i {
                font-size: 12px;
            }

        .right_toplinks .dropdown-menu a {
            font-size: 12px;
        }

    .flex_header_menu {
        padding: 5px;
    }

    .video_caption {
        font-size: 16px;
    }

    .h1_title h1 {
        font-size: 20px;
    }

    .span_block {
        font-size: 16px
    }

    .line_heading, .blockquote {
        font-size: 18px
    }

    .tabs_onslide .nav-tabs .nav-item .nav-link {
        font-size: 18px;
    }

    .flex_header_menu .flex_logo img {
        padding: 2px;
    }

    .partition_block:before, .partition_block:after {
        width: 15.5%;
    }

    .video-container .fullscreen-bg__video {
        height: 50vh;
    }
}

@media (max-width:700px) {
    .logo_inline a h2 {
        font-size: 24px;
    }
}

@media (max-width:600px) {
    .logo_inline a h2 {
        font-size: 22px;
    }
}

@media (max-width:575px) {
    .logo_inline {
        padding: 15px 0
    }

        .logo_inline h2.hindi_title {
            font-size: 18px;
        }

        .logo_inline h2 {
            font-size: 14px;
        }

    .top_contactlinks ul li {
        margin-right: 7px;
    }

    .flex_title h2 {
        font-size: 16px;
    }

    .flex_title h5 {
        font-size: 12px;
    }

    .flex_title h6 {
        font-size: 10px;
        padding: 0 5px;
    }

    .flex_header_menu .flex_logo_right img, .flex_header_menu .flex_logo {
        max-width: 60px;
    }

    .top_contactlinks, .right_toplinks {
        text-align: center
    }

        .top_contactlinks ul li a, .right_toplinks ul li a {
            font-size: 12px;
        }

        .right_toplinks .dropdown-menu a {
            font-size: 12px;
        }

    .flex_header_menu {
        padding: 5px 0;
    }

    .video_caption {
        font-size: 16px;
    }

    .h1_title h1 {
        font-size: 20px;
    }

    .span_block {
        font-size: 16px
    }

    .notice_flash .news_head, .notice_text {
        padding: 7px 15px;
    }

    #popup_window .close_btn {
        top: -7px;
        z-index: 1
    }

    .left_text p, .right_text p {
        font-size: 13px;
    }

    .highlight_headtext h2 {
        font-size: 20px;
    }

    .highlight_headtext span {
        font-size: 24px;
    }

    .hero_list li {
        font-size: 14px;
    }

    .tabs_onslide .nav-tabs .nav-item .nav-link {
        font-size: 16px;
    }

    .video-container .fullscreen-bg__video {
        height: 35vh;
    }
}

@media (max-width:480px) {
    .top_contactlinks ul li a, .right_toplinks ul li a {
        font-size: 10px;
    }

    .right_toplinks ul li {
        margin-left: 3px;
    }

    .flex_header_menu .flex_logo_right img, .flex_header_menu .flex_logo {
        max-width: 50px;
    }

    .highlight_headtext span {
        font-size: 20px;
    }
}

@media (max-width:410px) {
    .logo_inline h4 {
        font-size: 9px;
        letter-spacing: normal;
    }

    .logo_inline h2.hindi_title {
        font-size: 14px;
    }

    .logo_inline h2 {
        font-size: 12px;
    }

    .theme_btn_active a {
        font-size: 12px;
    }

    .flex_title h5 {
        font-size: 10px;
    }

    .flex_title h6 {
        font-size: 9px;
        font-weight: 400
    }
}

@media (max-width:375px) {
    .logo_inline .logo_box {
        max-width: 100%;
    }

    .logo_inline a h4 span {
        font-size: 11px;
    }

    .logo_inline a h4 {
        font-size: 11px;
    }
}

@media (max-width:350px) {
    .logo_inline h2.hindi_title {
        font-size: 12px;
    }

    .logo_inline h2 {
        font-size: 10px;
    }

    .logo_inline h4 {
        font-size: 8px;
    }
}









