@import url(bootstrap.min.css);
@import url(animate.min.css);
@import url(bootstrap-icons.min.css);
@import url(all.min.css);
@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: #EEFFF7;*/
    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
}
.poppins_font {
    font-family: "Poppins", sans-serif;
}

input::-webkit-input-placeholder { /* Chrome/Safari/Edge (old) */
    opacity: .1
}

input::-moz-placeholder { /* Firefox 19+ */
    opacity: .1
}

input:-ms-input-placeholder { /* IE10+ */
    opacity: .1
}

input::placeholder { /* Standard */
    color: gray;
    opacity: .1
}



/*=============================
	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
    }
/*
.arrow-btn svg path {
  transition: transform 0.38s cubic-bezier(0.37, 0.08, 0.02, 0.93), opacity 0.18s ease-out;
}
.arrow-btn svg path:nth-of-type(1) {
  transform: translateX(0);
  opacity: 1;
  transition-delay: 0.15s, 0.15s;
}
.arrow-btn svg path:nth-of-type(2) {
  transform: translateX(calc(1 * var(--arrow-hover-move-x)));
  opacity: 0.5;
  transition-delay: 0s, 0s;
}
.arrow-btn:focus-visible svg, .arrow-btn:hover svg {
  color: #161439;
}
.arrow-btn:focus-visible svg path:nth-of-type(1), .arrow-btn:hover svg path:nth-of-type(1) {
  transform: translateX(calc(-1 * var(--arrow-hover-move-x)));
  opacity: 0;
  transition-delay: 0s, 0s;
}
.arrow-btn:focus-visible svg path:nth-of-type(2), .arrow-btn:hover svg path:nth-of-type(2) {
  transform: translateX(0) translateY(0);
  opacity: 1;
  transition-delay: 0.15s, 0.15s;
}
*/












/* Header Styling CSS ===================================== */

header {
    position: relative;
}
/* .top_header .container-fluid {padding:0 2%} */
.top_header {
    position: relative;
    padding: 10px 0;
    background-image: linear-gradient(to right, #f77801 0%, #4f49c7 40%)
}

.middle_header {
    position: relative;
    padding: 10px 0;
    border-bottom: 1px dotted #01742f;
    outline: 1px solid #017653;
    outline-offset: 0.9px;
}
/* .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: 0;
}

    .flex_header_menu .flex_logo {
        position: relative;
        padding: 0;
        width: 100px;
        background: #fff;
        border-radius: 50%;
    }

        .flex_header_menu .flex_logo img {
            padding: 0
        }

    .flex_header_menu .flex_logo_right {
        position: relative;
        text-align: right;
    }

        .flex_header_menu .flex_logo_right img {
            max-width: 80px
        }

.flex_title {
    text-align: center;
    width: 100%;
}

    .flex_title h2 {
        font-weight: 600;
        font-size: 26px;
        margin-bottom: 3px;
        text-transform: uppercase;
        color: #01742f;
        /* text-shadow: 0 3px #dbdbdbc9;     */
    }

    .flex_title h4 {
        font-size: 26px;
    }

    .flex_title h5 {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 3px;
        color: #495057
    }

.menu_bg {
    position: relative;
    background: #fff;
    border-top: 1px solid #066343;
/*    border-bottom: 1px solid #066343*/
}

.flex_title h6 {
    position: relative;
    font-weight: 500;
    font-family: "Merriweather Sans", sans-serif;
    color: #6c757d;
    display: inline-block;
    padding: 0 15px
}

    .flex_title h6:before {
        background: -webkit-gradient(linear, right top, left top, from(#198754), to(#fff));
        background: linear-gradient(to left, #198754 0%, #fff 100%);
        left: -30%;
    }

    .flex_title h6:after {
        background: -webkit-gradient(linear, left top, right top, from(#198754 ), to(#fff));
        background: linear-gradient(to right, #198754 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;} */
 
 


/*===================== 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: #343a40;
                display: inline-block;
                font-size: 18px;
                padding: 12px 20px 12px 20px;
                cursor: pointer;
                font-weight: 500;
                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: #161cf9;
}

.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 .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);
}

.header-style1 .header-nav .nav > li a i {
    vertical-align: middle;
    padding-right: 5px;
    font-size: 20px;
}


  

.inpagelayout {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
}

    .inpagelayout:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #d5d47624 url(../img/agriculture_bg.jpg);
        opacity: 1;
        z-index: -1;
        background-attachment: scroll;
        background-size: cover;
        background-position: center;
    }

.toggle-eye {
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    bottom: 0;
    font-size: 20px;
    line-height: 40px;cursor:pointer
}

.footer_section {
    position: relative;
    background: #066343;
    padding: 15px 0 0;
    color: #fff
}

/*    .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
    }
        .footer_section p a {
            color:#fff4c1
        }
        .footer_section p a:hover {
            color:#fff30e
        }
 
.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;}  */


  
.border_on {
position: relative;
border: 1px solid #1d8e67;
padding: 15px;
border-radius: 10px;
margin-top: 20px;
}

.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: #198754;
            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 #24b571;
        }

        .points_list ul li:hover:before {
            background: #198754;
            color: #20c997;
            transform: scale(1.1);
            text-shadow: 0 2px #ffffff;
        }

        .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;
        }


 
.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
}

 
  

 

.content_box {
    position: relative;
    background: rgb(255, 255, 255, 0.95);
    padding: 30px;
    border-radius: 15px;
    transition: 0.3s ease;
    border: 1px solid #6eb59c;
}

    .content_box:hover {
        background: rgb(255, 255, 255)
    }

.content_text {
    position: relative;
    padding-right: 50px;
    height: 100%;
    border-right: 1px solid #ddd
}

.space_div {
    padding: 40px 30px;
}

.login_panel {
    position: relative;
    height: 100%;
}

h3.login_head {
    position: relative;
    /* background: #f3c74e;color: #fff;*/
    font-size: 22px;
    padding: 8px 0 10px;
    color: #052c65;
    border-radius: 30px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 25px;
}

    h3.login_head:before {
        background: #7e7e7e;
        background: -webkit-gradient(linear, right top, left top, from(#7e7e7e), to(#fff));
        background: linear-gradient(to left, #198754 0%, #fff 100%);
        left: 15px;
    }

    h3.login_head:after {
        background: #7e7e7e;
        background: -webkit-gradient(linear, left top, right top, from(#7e7e7e), to(#fff));
        background: linear-gradient(to right, #198754 0%, #fff 100%);
        right: 15px;
    }

    h3.login_head:before, h3.login_head:after {
        content: "";
        height: 1px;
        position: absolute;
        top: 50%;
        width: 20%;
    }

.captcha_control {
    position: absolute;
    right: 0;
    top: 3px;
    display: flex;
    align-items: center
}

    .captcha_control img {
        max-width: 150px;
        height: 45px;
    }

.icon_refresh {
    font-size: 32px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    color: #139118;margin-right: 5px;
}

.form-check-input[type=checkbox] {
    border: 1px solid #4caf50;
}

.login_panel .form-control, .login_panel .form-select {
    border-color: #16448d4d;
    border-radius: 7px;
    padding: 10px 15px;
    border-radius: 7px;
}



.fp_text {color:#719683;font-size:16px}
.fp_text:hover {color:#198754}


.show_lg {
    display: block
}

.show_md {
    display: none
}
.logon_display {
    position: relative;
    padding: 50px 0 60px;
}
.right_text p {text-align:right}
.form-control-lg::placeholder {font-size:16px}

.checkmark-circle {
    width: 120px;
    height: 120px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 30px;
    border-radius: 50%;
    border: 6px solid #20c997;
    box-sizing: border-box;
    animation: circle-anim 10s ease-in-out infinite;
}

.checkmark {
    position: absolute;
    left: 28px;
    top: 55px;
    width: 60px;
    height: 25px;
    border-left: 6px solid #198754;
    border-bottom: 6px solid #198754;
    transform: rotate(-45deg) scale(0);
    transform-origin: left top;
    animation: checkmark-anim 10s ease-in-out infinite;
}

/* Circle animation */
@keyframes circle-anim {
    0% {
        transform: rotate(-180deg);
        border-color: transparent;
        border-top-color: #c8ecd2;
    }

    10% {
        transform: rotate(0);
        border-color: #20c997;
    }

   90% {
        border-color: #20c997;
    }

    100% {
        border-color: #ddd;
    }
}

/* Checkmark animation */
@keyframes checkmark-anim {
    0% {
        transform: rotate(-45deg) scale(0);
    }

    20% {
        transform: rotate(-45deg) scale(1);
    }

    80% {
        transform: rotate(-45deg) scale(1);
    }

    100% {
        transform: rotate(-45deg) scale(0);
    }
}


.icon_gif {
    position: relative;
    width: 120px;
    height: 90px;
    animation: pop 0.6s ease-out;
    margin: 0 auto;
    margin-bottom: 30px;
}

/* Envelope */
.envelope {
    width: 100%;
    height: 100%;
    background: white;
    border: 4px solid var(--bs-green);
    position: relative;
    box-sizing: border-box;
    border-radius: 10px;
    animation: slideUp 0.8s ease-out;
}

    .envelope::before,
    .envelope::after {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 50%;
        background: #e5f0ec;
        clip-path: polygon(0 0, 50% 100%, 100% 0);
    }

    .envelope::after {
        top: 50%;
        transform: rotate(180deg);
    }

/* Check circle */
.check_circle_gif {
    position: absolute;
    bottom: 13px;
    right: -27px;
    width: 60px;
    height: 60px;
    background: #b6e14d;
    border: 4px solid var(--bs-green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(0.5);
    animation: popIn 0.6s ease-out 0.8s forwards;
}

/* Checkmark (animated drawing) */
.checkmark_view {
    width: 28px;
    height: 14px;
    border-left: 5px solid #fff;
    border-bottom: 5px solid #fff;
    transform: rotate(-45deg);
    opacity: 0;
    animation: drawCheck 0.5s ease-out 1.4s forwards;
}

/* Animations */
@keyframes pop {
    from {
        transform: scale(0.5);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        transform: translateY(20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes popIn {
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes drawCheck {
    from {
        opacity: 0;
        transform: rotate(-45deg) scale(0.5);
    }

    to {
        opacity: 1;
        transform: rotate(-45deg) scale(1);
    }
}



.center_input {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
}

.dashboard_linkbox {
    position: relative;
    padding: 30px 15px 50px;
    text-align: center;
    border-radius: 15px;
    -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;
    overflow: hidden;
    /* background:#ffffffe8 */
}

    .dashboard_linkbox:hover {
        box-shadow: 0px 30px 60px 0px rgb(0, 0, 0, 0.2);
        transform: translateY(-7px);
        background: #fff;
    }

    .dashboard_linkbox img {
        background-size: cover;
        border: 5px solid #fff;
        border-radius: 50%;
        width: 140px;
        height: 140px;
        margin-bottom: 20px;
        box-shadow: 0 15px 10px #ddd;
    }

    .dashboard_linkbox h4 {
        font-size: 18px;
        font-weight: 600;
    }

    .dashboard_linkbox .login_a {
        position: absolute;
        left: 50%;
        display: inline-block;
        font-size: 14px;
        padding: 2px 10px;
        border-radius: 15px;
        color: #020202;
        border: 1px solid #646464;
        background-color: #fff;
        text-align: center;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
        bottom: 15px;
    }

.bg_c3 {
    border: 3px solid rgb(255 193 151 / 80%);
    background: #fffee6;
}

.bg_c2 {
    border: 3px solid rgb(109 199 207 / 80%);
    background: #f3feff;
}

.bg_c1 {
    border: 3px solid rgb(147 221 132);
    background: #e7ffe2;
}

.bg_c4 {
    border: 3px solid #c5c7f3;
    background: #f3f4ff;
}

.bg_c5 {
    border: 3px solid #8eeffd;
    background: #ebfdff;
}

.bg_c6 {
    border: 3px solid #ffa7a4;
    background: #ffeae9;
}

.bg_c7 {
    border: 3px solid #9c27b059;
    background: #fcebff;
}

.bg_c8 {
    border: 3px solid #ccc;
    background: #fbfff3;
}

.bg_c9 {
    border: 3px solid #d2da8b;
    background: #fff1bf;
}

.dashboard_linkbox.bg_c3:hover {
    border: 3px solid rgb(210 148 1);
}

.dashboard_linkbox.bg_c2:hover {
    border: 3px solid rgb(76 196 207);
}

.dashboard_linkbox.bg_c4:hover {
    border: 3px solid #969bfb;
}

.dashboard_linkbox.bg_c1:hover {
    border: 3px solid #5fb14e;
}

.dashboard_linkbox.bg_c5:hover {
    border: 3px solid #2fd0e7;
}

.dashboard_linkbox.bg_c6:hover {
    border: 3px solid #ff5650;
}

.dashboard_linkbox.bg_c7:hover {
    border: 3px solid #9c27b0;
}

.dashboard_linkbox.bg_c8:hover {
    border: 3px solid #ffc405;
}




.dashboard_linkbox .login_a:hover {
    background-color: #d93b09;
    color: #fff;
    border: 0
}

.dashboard_linkbox:hover .login_a {
    background-color: #d93b09;
    color: #fff;
    border: 0
}

.partition_block {
    position: relative;
    margin-bottom: 20px;
}

    .partition_block:before {
        left: 0;
        background: -webkit-gradient(linear, right top, left top, from(#198754), to(#fff));
        background: linear-gradient(to left, #198754 0%, #fff 100%);
    }

    .partition_block:after {
        right: 0;
        background: -webkit-gradient(linear, left top, right top, from(#198754), to(#fff));
        background: linear-gradient(to right, #198754 0%, #fff 100%);
    }

    .partition_block:before, .partition_block:after {
        content: "";
        position: absolute;
        top: 50%;
        height: 2px;
        width: 49.5%;
    }

/* Loader CSS Code ============================================= */
.loader_circle {
    left: 0;
    right: 0;
    width: 50px;
    position: absolute;
    top: 45%;
    height: 50px;
    text-align: center
}

.loader_bg {
    background-color: black;
    filter: alpha(opacity=60);
    opacity: 0.80;
    width: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    height: 100%;
}

.loader_img {
    margin: auto;
    font-family: Trebuchet MS;
    filter: alpha(opacity=100);
    opacity: 1;
    font-size: small;
    vertical-align: middle;
    top: 45%;
    position: fixed;
    right: 45%;
    color: #275721;
    text-align: center;
}
/* =============================================  Loader CSS Code End */



/* ================ 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;
        }

        .footer_section {
            position: fixed;
            bottom: 0;
            width: 100%;
        }
        .login_panel .form-label {
            font-size: 16px;
        }
    }







    @media (min-width:1451px) and (max-width:1650px) {
        .header-style1 .header-nav .nav > li > a {
            font-size: 15px;
            padding: 10px 15px 10px 20px;
        }
    }

    @media (max-width:1550px) {
        .header-style1 .header-nav .nav > li > a {
            font-size: 14px;
            padding: 10px 15px 10px 20px;
        }
        /* .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: 20px;
        }
        /*.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;
        }

         
    }

 

    @media (max-width:1250px) {
        .header-style1 .header-nav .nav > li > a {
            font-size: 14px;
            padding: 20px 15px;
        }

            .header-style1 .header-nav .nav > li > a.drop_icon:before {
                right: -3px;
                font-size: 14px;
            }
    }

    @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;
            }
 
    }



    @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);
        }

        
        .show_lg {
            display: none
        }

        .show_md {
            display: flex;
            justify-content: center;
        }

        .footer_section {
            position: relative;
        }

        .show_md li a {
            font-weight: 400;
            display: inline-block;
            padding: 10px;
            border-bottom: 2px solid transparent;
        }

        .show_md li.active a {
            font-weight: 400;
            color: #161cf9;
            border-color: #161cf9;
        }
    }



    @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;
            }

        .slideborder {
            padding: 15px;
        }

        .knowledge_content h3 {
            font-size: 20px;
        }

        .video-container {
            min-height: 50vh;
        }


        .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;
        }

         
        .flex_header_menu {
            padding: 5px;
        }

        .video_caption {
            font-size: 16px;
        }

        .h1_title h1 {
            font-size: 20px;
        }

        .span_block {
            font-size: 16px
        }

         
        .page_banner {
            padding: 30px 0;
        }

        .inner_one {
            padding: 40px 0 30px;
        }

        .inner_three {
            padding: 40px 0 30px
        }

        .line_heading, .blockquote {
            font-size: 18px
        }

        

        .flex_header_menu .flex_logo img {
            padding: 2px;
        }

        .content_box {
            padding: 20px 15px 20px;
        }

        .section_one {
            padding: 20px 0 30px;
        }

        .login_panel h4 {
            font-size: 18px;
        }

        .btn.btn-primary {
            font-size: 12px;
            padding-right: 30px !important;
            padding-left: 30px !important;
            font-weight: 500;
        }

        
    }

    @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) {
         
        .flex_title h2 {
            font-size: 13px;
        }

        .flex_title h5 {
            font-size: 10px;
            margin-bottom: 0;
        }

        .flex_title h6 {
            font-size: 10px;
            padding: 0 5px;
            margin-bottom: 0;
        }

        .flex_header_menu .flex_logo_right img, .flex_header_menu .flex_logo {
            max-width: 60px;
        }

         
        .flex_header_menu {
            padding: 5px 0;
        }

       

        

        .h1_title h1 {
            font-size: 20px;
        }

        .span_block {
            font-size: 16px
        }
 
        .profile_flex.alert {
            padding: 10px;
        }

        .line_heading, .blockquote {
            font-size: 16px
        }

        
        .left_text p, .right_text p {
            font-size: 13px;
        }

        .sixth_section, .fifth_section {
            padding: 50px 0 15px;
        }

         
        .login_panel h4 {
            font-size: 16px;
        }

        h3.login_head {
            font-size: 16px;
            padding-top: 0;
        }

        .login_panel .form-control, .login_panel .form-select {
            padding: 5px 10px;
            margin-top: 0;
        }

        h3.login_head:before, h3.login_head:after {
            width: 15%;
        }

        label {
            font-size: 12px;
            margin-bottom: 5px;
        }
    }

    @media (max-width:480px) {
         
        .flex_header_menu .flex_logo {
            max-width: 50px;
        }

        .highlight_headtext span {
            font-size: 20px;
        }

        .flex_header_menu .flex_logo_right img {
            max-width: 40px;
        }

        h3.login_head {
            font-size: 14px;
        }

        .show_md li a {
            font-size: 13px;
            padding: 7px;
        }

         
    }

    @media (max-width:410px) {
        

        .flex_title h5 {
            font-size: 11px;
        }

        .flex_title h6 {
            font-size: 10px;
            font-weight: 400
        }

        .flex_title h2 {
            font-size: 12px;
        }

        .form-label, label {
            font-size: 12px;
            font-weight: 500;
        }

        label {
            margin-bottom: 5px;
        }
    }

    @media (max-width:375px) {
        .flex_header_menu .flex_logo {
            max-width: 45px;
        }

        .flex_header_menu .flex_logo_right img {
            max-width: 35px;
        }

        .flex_title h2 {
            font-size: 11px;
        }

        

        .flex_title h5 {
            font-size: 10px;
        }

        .flex_title h6 {
            font-size: 9px;
        }
    }
 