/* --------Globel--------- */
@charset "utf-8";
/* CSS Document */

/* this Valuse for all elements */
* {
    margin: 0;
    padding: 0px;
}

html {
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
/* Set default font and font sizes */
body {
    font-weight: normal;
    font-size: 13px;
    color: #333;
    margin: 0 auto;
    overflow: hidden;
    line-height: 1.3 !important;
    background-color: #fff;
    position: relative;
    min-height: 100vh !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

:root {
    --normal_grey: #D9D9D9;
    --light_grey: #F5F5F5;
    --purple: #4067DD;
    --dark_blue: #112763;
    --bg_blue: #E7EDFF;
    --border-color: #b9b9b9;
    --light_green: #DBF5F0;
    --bg-green: #37BEB0;
    --bg-yellow: #FAA341;
    --bg-yellow_dark: #e67f09;
    --midnight_blue: #0C6170;
    --animate-duration: 2s;
}
/* anchor styles */
a {
    color: #000;
}

    a:hover, a:focus {
        color: #000;
        outline: none;
        text-decoration: none;
    }
/* Input box style */
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"] {
}

textarea {
    border: 1px solid #333;
    background: #FFF;
}

input[type="submit"] {
}

/* Palaceholder color */
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #6c757d;
    opacity: 0.4;
}

.form-control::-moz-placeholder { /* Firefox 19+ */
    color: #6c757d;
    opacity: 0.4;
}

.form-control:-ms-input-placeholder { /* IE 10+ */
    color: #6c757d;
    opacity: 0.4;
}

.form-control::-ms-input-placeholder { /* Firefox 18- */
    color: #6c757d;
    opacity: 0.4;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 0.4;
}
/* common Style */
/* headings Style */
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: normal;
}

p {
    font-size: 13px;
    line-height: 1.4;
    color: #222222;
    font-weight: normal;
}

img {
    max-width: 100%;
}
/* Structure Website start 
*******************************
*********************************/
/* --------Globel---E------ */
/* left nav slide */
.top_left_nav .navbar-collapse {
    position: fixed;
    top: 125px;
    right: 0;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
    width: 255px;
    height: calc(100vh - 124px);
    background-color: #0945a2;
    align-items: start;
}

ul.navbar_nav.nav_nav ul.dropdown-menu {
    background-color: #494e54;
    width: 100%;
    padding-left: 9px;
    border-radius: 0;
    position: inherit;
    padding: 0;
    float: none;
}

.top_left_nav .navbar-collapse.collapsing {
    right: -75%;
    transition: height 0s ease;
}

.top_left_nav .navbar-collapse.show {
    right: 0;
    -webkit-transition: right 300ms ease-in-out;
    -moz-transition: right 300ms ease-in-out;
    -ms-transition: right 300ms ease-in-out;
    -o-transition: right 300ms ease-in-out;
    transition: right 300ms ease-in-out;
}

.top_left_nav .navbar-toggler.collapsed ~ .navbar-collapse {
    -webkit-transition: right 900ms ease-in-out;
    -moz-transition: right 900ms ease-in-out;
    -ms-transition: right 900ms ease-in-out;
    -o-transition: right 900ms ease-in-out;
    transition: right 900ms ease-in-out;
}

.top_left_nav .navbar-expand-xl .navbar-toggler {
    display: block;
}

.top_left_nav .navbar-expand-xl.navbar-dark .collapse:not(.show) {
    display: none !important;
}

ul.navbar_nav.nav_nav {
    padding-left: 0;
}

    ul.navbar_nav.nav_nav li.nav-item {
        display: block;
        list-style-type: none;
    }

        ul.navbar_nav.nav_nav li.nav-item > a {
            color: #fff;
            font-size: 16px;
            position: relative;
            border-bottom: 1px solid #2762bf;
            text-decoration: none;
        }

        ul.navbar_nav.nav_nav li.nav-item a:hover {
            background-color: #04337d;
        }

ul.navbar_nav.nav_nav {
    max-height: 100vh;
    overflow: auto;
    padding: 13px 0px 20px 0;
    width: 100%;
}

.top_left_nav {
    position: relative;
    z-index: 999;
}

button:focus {
    outline: none;
}

.arow_fa {
    font-size: 24px;
    margin-left: 0;
}

ul.navbar_nav.nav_nav li.nav-item.show > a .arow_fa {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.arow_fa {
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

ul.navbar_nav.nav_nav ul.dropdown-menu li:before {
    content: "";
    background-color: transparent;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    display: inline-block;
    transform: rotate(45deg);
    left: 15px;
    position: absolute;
    top: 9px;
}

ul.navbar_nav.nav_nav ul.dropdown-menu li {
    position: relative;
    padding-left: 31px;
    margin: 7px 0;
    font-size: 15px;
}

    ul.navbar_nav.nav_nav ul.dropdown-menu li a {
        text-decoration: none;
        color: #fff;
    }

.main_to_nav {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    -ms-flex-pack: justify;
}

.nav_clos {
    border-bottom: 1px solid #2762bf;
    padding-bottom: 5px;
}

    .nav_clos button.navbar-toggler {
        border-radius: 0;
        color: #fff;
        padding: 2px 5px 3px 18px;
        border: 0;
        font-size: 16px;
        width: 100%;
        text-align: left;
    }

        .nav_clos button.navbar-toggler i.fa.fa-close {
            background-color: #f36d21;
            border-radius: 3px;
            width: 27px;
            padding: 1px 0 3px 5px;
            color: #fff;
            font-size: 20px;
        }

.nav_colps .dropdown-toggle::after {
    display: none;
}

.img_list {
    max-width: 27px;
    background-color: #f36d21;
    padding: 5px 5px;
    border-radius: 3px;
    margin-right: 9px;
}

span.spn_box {
    background-color: #f36d21;
    text-align: center;
    display: inline-block;
    width: 30px;
    margin-right: 10px;
    border-radius: 3px;
    line-height: 1.3;
    padding-top: 2px;
    padding-bottom: 2px;
    position: absolute;
    left: 13px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.span_circle {
    background-color: transparent;
    height: 12px;
    width: 12px;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #fff;
}

.sub_mnu li a {
    position: relative;
    border-bottom: 1px solid #2762bf;
    display: block;
    padding: 10px 15px 10px 50px;
    text-decoration: none;
    color: #fff;
}

ul.navbar_nav.nav_nav li.nav-item > a.nav-link.collapsed span.caret {
    transform: rotate(45deg);
}
/* left nav slide E */

/* header */
.nav_bars .navbar-toggler, .nav_bars .navbar-toggler:focus, .nav_bars .navbar-toggler:hover {
    border: 2px solid #f36d21;
    padding: 3px 9px;
    font-size: 1.25rem;
    color: #f36d21;
    outline: none;
    margin-left: 7px;
}

.nav_logo_box {
    position: relative;
    padding-left: 100px;
    align-self: center;
    -ms-flex-item-align: center;
}

.nav_right.align-self-center {
    align-self: center;
    -ms-flex-item-align: center;
}

.nav_logo_box strong {
    font-size: 28px;
}

.txt_left span.cm_nd, .txt_left span.cm_ndd {
    font-size: 19px;
}

.nav_logo {
    position: absolute;
    left: 0;
    top: -5px;
}

.txt_left {
    padding-top: 0px;
    margin-bottom: 23px;
    color: #fff;
}

.header_sec h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    margin-bottom: 0;
    font-size: 39px;
    line-height: 1.3;
}

.nav_logo_box a {
    text-decoration: none;
}

.nav_logo img {
    max-width: 95px;
    width: 100%;
}

ul.logn_list {
    display: inline-block;
}

li#google_translate_element span span:nth-child(3) {
    display: none;
}

ul.logn_list li {
    display: inline-block;
}

    ul.logn_list li a {
        display: block;
        background-color: #fff;
        color: #1C3879;
        padding: 6px 9px;
        text-align: center;
        border-radius: 3px;
        margin-left: 4px;
        text-decoration: none;
    }

        ul.logn_list li a.red_hover {
            max-width: 82px;
            font-size: 15px;
        }

    ul.logn_list li.login_grop a {
        margin-left: 0;
    }

    ul.logn_list li.d_list {
        margin-right: 4px;
        margin-left: 3px;
    }

        ul.logn_list li.d_list .goog-te-gadget-simple {
            background-color: #fff;
            border-left: none;
            border-top: none;
            border-bottom: none;
            border-right: none;
            font-size: 14px;
            display: inline-block;
            padding-top: 1px;
            padding-bottom: 2px;
            cursor: pointer;
            zoom: 1;
            border-radius: 3px;
        }

    ul.logn_list li a:hover, ul.logn_list li a:focus, ul.logn_list li a:active {
        background-color: #EAE3D2;
        color: #1C3879;
    }

    ul.logn_list li.d_list a:hover, ul.logn_list li.d_list a:focus, ul.logn_list li.d_list a:active {
        background-color: #fff;
        color: #1C3879;
    }

    ul.logn_list li.d_list img {
        display: none;
    }

header.header_sec {
    padding-top: 8px;
    padding-bottom: 1px;
    background-color: #37727c;
    border-bottom: 0;
    background-image: url('../Assets/Home_Images/pb_14.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

    header.header_sec.hdr_pb_two::before {
        background-color: #37727c;
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-image: linear-gradient(to right, #1c41a3, #1f7d97);
        opacity: 0.7;
    }

.top_left_nav .nav_colr {
    padding-top: 0;
    padding-bottom: 0;
}

ul.logn_list li.d_list .goog-te-gadget-simple {
    padding-bottom: 0;
}
/* right_header list */
ul.tol_right {
    padding-left: 0;
    margin-bottom: 0;
    position: relative;
    flex: 0.2;
    text-align: right;
}

    ul.tol_right li {
        display: block;
        list-style-type: none;
    }

        ul.tol_right li img.usr_img {
            max-width: 52px;
            width: 100%;
            border-radius: 50%;
        }

.udr_list {
    background-color: #f36d21;
    padding: 0;
    position: absolute;
    z-index: 1;
    width: 183px;
    right: 0;
    top: 64px;
    height: auto !important;
    text-align: left;
}

.tol_right li a {
    color: #fff;
    font-size: 16px;
    display: block;
    text-decoration: none;
}

.usr_icon {
    position: absolute;
    width: 12px;
    height: 12px;
    display: inline-block;
    background-color: #60b7e7;
    top: -6px;
    right: 12px;
    transform: rotate(45deg);
}

.tol_right li a i {
    margin-right: 5px;
}

.udr_list li a {
    background-color: #269ada;
    padding: 8px 5px 8px 15px;
    border-bottom: 1px solid #f9ac80;
}

    .udr_list li a:hover, .udr_list li a:focus, .udr_list li a:active {
        background-color: #033665;
    }

.hd_cntr .header_centr .h4 {
    display: none;
}

ul.logn_list li .tol_right li a {
    background-color: transparent;
    color: #fff;
    padding: 0;
}

ul.logn_list li .tol_right li .udr_list a {
    margin-left: 0;
    text-align: left;
    padding: 4px 12px;
    color: #fff;
}

ul.logn_list li .tol_right li .udr_list li {
    text-align: left;
}

ul.logn_list li .tol_right li .udr_list a:hover, ul.logn_list li .tol_right li .udr_list a:focus, ul.logn_list li .tol_right li .udr_list a:active {
    background-color: #bb4400;
}

ul.tol_right a span.usr_name {
    color: #333333;
}

ul.logn_list {
}

    ul.logn_list select.form-control.dw1.inr_dw {
        height: 35px;
        margin-left: 4px;
        font-size: 14px;
    }

ul.logn_list {
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 0px;
    z-index: 1;
    position: relative;
}

ul.fl_list {
    margin-bottom: 0;
    padding-top: 8px;
    padding-bottom: 9px;
}

img.baner_top {
    position: absolute;
    right: 0;
    opacity: 0.4;
    top: -34px;
}

section.flech_news {
    background-color: #aec1f3;
}

ul.fl_list li {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 17px;
}

    ul.fl_list li img {
        max-width: 37px;
        margin-right: 12px;
    }

    ul.fl_list li a:hover {
        color: #f3732a;
    }

.fl_box {
    position: relative;
    padding-left: 109px;
}

img.lates_news {
    max-width: 95px;
}

.fl_btn {
    position: absolute;
    left: -26px;
    top: 0px;
    color: #000;
    background-color: #bed5b5;
    padding: 18px 13px 15px 18px;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0;
}

span.dir .fa {
    font-size: 23px;
    position: absolute;
    right: -7px;
    color: #bed5b5;
}
/* right_header list E*/
/* header E*/

/* ----------------------Vertical Menu------------------------ */
.vrticl_mnu {
    margin-bottom: 0;
    min-height: auto;
}

.vrticl_colps ul li a {
    color: #fff !important;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 10px;
    padding-right: 22px;
    text-decoration: none;
    font-size: 16px;
    white-space: normal;
}

    .vrticl_colps ul li a:hover, .vrticl_colps ul li a:focus, .vrticl_colps ul li a:visited {
        color: #fff;
        background-color: #f36d21;
        text-shadow: none;
    }

.vrticl_colps .nav .open > a, .vrticl_colps .nav .open > a:hover, .vrticl_colps .nav .open > a:focus {
    background-color: #f36d21;
    border-color: #f36d21;
}

.vrticl_mnu .navbar-toggle .icon-bar {
    background-color: #fff;
}

.vrticl_mnu .navbar-toggle {
    border: 1px solid #fff;
    float: none;
}

.vr_mnu li:last-child {
    border-bottom: 0;
}

.vrticl_colps {
    margin-top: 0px;
}

.vr_fst_menu {
    background-color: #185a5e;
    position: absolute;
    padding: 0px 0px 0px 0px;
    z-index: 1;
}

.vr_second_menu {
    background-color: #31878d;
    padding: 0px 0px 0px 0px;
    z-index: 1;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
}

.vr_thrd_menu {
    background-color: #5ec5cd;
    padding: 0px 0px 0px 0px;
    z-index: 1;
}

.vr_fst_menu_show {
    display: block;
}

.vr_mnu li {
    list-style-type: none;
    border-bottom: 1px solid #ccc;
}

.vr_mnu ul {
    width: 317px;
}

    .vr_mnu ul li a {
        padding-top: 8px;
        padding-bottom: 8px;
        display: block;
    }

.vrticl_mnu .dropdown-menu li {
    position: relative;
}

.vrticl_mnu .dropdown-menu .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
}

.vrticl_mnu .dropdown-menu .submenu-left {
    right: 100%;
    left: auto;
}

.vrticl_mnu .dropdown-menu > li:hover > .submenu {
    display: block;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
}

.vrticl_colps .dropdown-menu .submenu {
    display: none;
    position: relative;
    left: 0;
    top: inherit;
    width: 100%;
}

.vrticl_colps li.nav-item.dropdown.open.in-use .dropdown-menu .submenu {
}

.vrticl_mnu .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.open > .dropdown-menu {
    display: block;
}

.vr_fst_menu {
    max-height: 325px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0px 0px 0px 0px;
    scrollbar-width: thin;
    scrollbar-color: #2d2d2d #dadada;
    border-radius: 0;
}

    .vr_fst_menu::-webkit-scrollbar {
        width: 5px
    }

    .vr_fst_menu::-webkit-scrollbar-trackk {
        background: #dadada
    }

    .vr_fst_menu::-webkit-scrollbar-thumb {
        background-color: #2d2d2d;
        border-radius: 0;
        border: 0 solid #dadada
    }

.vr_mnu ul li a.drop_arow {
    position: relative;
}

    .vr_mnu ul li a.drop_arow:after {
        position: absolute;
        content: "\f107";
        font-family: "Fontawesome";
        right: 7px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.vrticl_mnu.navbar.bg-dark {
    background-color: #287b81 !important;
}
/* --------------------Vertical Menu-------E------------------- */

/* sec_2 */
.cm_box_b {
    padding: 15px;
    border-radius: 4px;
    text-align: center;
    background-color: #e7d2c8;
    margin-top: -86px;
    border-top: 17px solid #e7d2c8;
}

    .cm_box_b p {
        margin-bottom: 0;
    }

    .cm_box_b h3 {
        font-size: 22px;
        font-weight: bold;
        margin-top: 0;
        margin-bottom: 5px;
        font-weight: bold;
        text-align: right;
        margin-right: 72px;
    }

    .cm_box_b h4 {
        font-size: 18px;
        margin-bottom: 6px;
        text-align: right;
        margin-right: 92px;
    }

ul.cm_list li:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    left: 0;
    top: 6px;
    background-color: #143894;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

ul.cm_list li {
    position: relative;
    margin-bottom: 10px;
    list-style-type: none;
    padding-left: 20px;
    font-size: 16px;
}

ul.cm_list {
    margin-bottom: 0;
}

.cm_l_img:hover img {
    /* -webkit-transform: scale(1.1); */
    /* -moz-transform: scale(1.1); */
    /* -ms-transform: scale(1.1); */
    /* -o-transform: scale(1.1); */
    /* transform: scale(1.1); */
}

.cm_l_img img {
    max-width: 483px;
    width: 100%;
    border-radius: 21px;
    -webkit-transition: all .8s linear;
    -moz-transition: all .8s linear;
    -ms-transition: all .8s linear;
    -o-transition: all .8s linear;
    transition: all .8s linear;
}

.cm_l_img {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

    .cm_l_img:hover .cm_hding_prt {
        -webkit-transition: all .8s linear;
        -moz-transition: all .8s linear;
        -ms-transition: all .8s linear;
        -o-transition: all .8s linear;
        transition: all .8s linear;
        opacity: 1;
    }

ul.cm_list li:last-child {
    margin-bottom: 0;
}

section.cm_sec {
    padding-top: 22px;
    padding-bottom: 22px;
    background-color: #fff;
    padding-left: 36px;
    padding-right: 36px;
}
/* section.cm_sec .cm_hding_prt { */
/* text-align: center; */
/* position: absolute; */
/* width: 100%; */
/* top: 0; */
/* bottom: 0; */
/* left: 0; */
/* right: 0; */
/* background-color: rgba(0, 0, 0, 0.8); */
/* border-radius: 23px; */
/* -webkit-transition: all .8s linear; */
/* -moz-transition: all .8s linear; */
/* -ms-transition: all .8s linear; */
/* -o-transition: all .8s linear; */
/* transition: all .8s linear; */
/* opacity:0; */
/* } */
.cm_info {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: -32px;
    transform: translateY(-50%);
    -webkit-transition: all .8s linear;
    -moz-transition: all .8s linear;
    -ms-transition: all .8s linear;
    -o-transition: all .8s linear;
    transition: all .8s linear;
    background-color: rgba(0, 0, 0, 0.8);
    border-bottom-left-radius: 23px;
    border-bottom-right-radius: 23px;
}

.contact_cm_line p {
    position: relative;
    /* padding-left: 34px; */
    margin-bottom: 16px;
    border-bottom: 1px solid #8b9cb3;
    padding-bottom: 18px;
}

    .contact_cm_line p:last-child {
        margin-bottom: 0;
    }

.contact_cm_line h4 {
    font-size: 24px;
    margin-bottom: 15px;
    text-align: center;
    font-weight: 500;
    color: #2f302f;
    border-bottom: 1px solid #8b9cb3;
    padding-bottom: 12px;
}

.contct_col {
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 17px;
    box-shadow: 0px 0px 8px 2px #cdd5d9;
}

.contact_cm_line p i {
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 22px;
    color: #0358c5;
}

.cm_hding_prt h3 {
    font-size: 21px;
    font-weight: 500;
    color: #fff;
    margin-top: 6px;
}

.cm_hding_prt span {
    color: #fff;
}

.cm_hding_prt h4 {
    margin-top: 2px;
    margin-bottom: 7px;
    font-size: 17px;
    color: #fff;
}

.cm_hding_prt span {
    color: #fff;
}
/* sec_2 E*/
/* sec_3 */
section.cm_sec_dark {
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #e4f3f9;
}

.cm_sec_dark:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.cm_box_design h4 {
    font-size: 19px;
    margin-bottom: 0;
    position: relative;
    font-weight: bold;
    color: #1a0d5c;
}

.cm_box_design img {
    max-width: 45px;
    position: absolute;
    top: 10px;
    left: 15px;
}
/* .cm_box_design h4:after { */
/* content: ""; */
/* position: absolute; */
/* width: 100px; */
/* height: 2px; */
/* background-color: #3c3939; */
/* top: 31px; */
/* left: 0; */
/* right: 0; */
/* margin-left: auto; */
/* margin-right: auto; */
/* } */
.cm_box {
    text-align: center;
}

.cm_box_design {
    padding: 23px 5px 20px 75px;
    position: relative;
    background-color: #fff;
    margin-top: 16px;
    margin-bottom: 5px;
    border-radius: 4px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    box-shadow: 0px 0px 9px 0px #b9b6b6;
}

    .cm_box_design:hover {
        background-color: #f1ebe7;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

ul.mla_list li {
    padding-left: 79px;
    list-style-type: none;
    font-size: 21px;
    margin-bottom: 26px;
    position: relative;
    width: 50%;
    float: left;
}

    ul.mla_list li img {
        max-width: 58px;
        background-color: #c7cbd3;
        padding: 7px;
        border-top-left-radius: 28px;
        border-bottom-left-radius: 28px;
        border-bottom-right-radius: 28px;
        position: absolute;
        left: 0;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    ul.mla_list li:hover img {
        background-color: #cbd6e7;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

.cm_box img {
    max-width: 203px;
    border-radius: 50%;
    border: 4px solid #fff;
    position: relative;
    left: -6px;
}

ul.mla_list li h5 {
    color: #3b8593;
    font-weight: bold;
}

ul.mla_list {
    overflow: hidden;
}

ul.inc_col_list {
    margin-bottom: 0;
    display: inline-block;
}

    ul.inc_col_list li {
        list-style-type: none;
        width: 48%;
        float: left;
    }

        ul.inc_col_list li:nth-child(odd) {
            margin-right: 4%;
        }
/* sec_3 E*/
/* naew_2 */
.list_th_sec {
    border: 1px solid #fff;
    padding: 8px 14px;
    margin-bottom: 9px;
    background-color: #fff;
    margin-top: 9px;
    border-radius: 4px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 100%;
}

    .list_th_sec:hover {
        background-color: #f7e5dd;
        border: 1px solid #f7e5dd;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .list_th_sec a {
        display: block;
    }

.cm_box_fst {
    text-align: left;
}

.list_th_sec img {
    max-width: 50px;
    position: absolute;
    left: 0;
    top: -7px;
}

.ger_img_bx {
    position: relative;
    padding-left: 60px;
    min-height: 42px;
}

.list_th_sec h5 {
    color: #143894;
    font-weight: bold;
    position: relative;
    margin-top: 8px;
    font-size: 21px;
}

.cm_ref_list {
    margin-bottom: 0;
    margin-left: 0;
}

    .cm_ref_list li {
        list-style-type: none;
        position: relative;
        text-align: left;
        margin-top: 6px;
        padding-left: 12px;
        font-size: 14px;
    }

        .cm_ref_list li:before {
            width: 0;
            height: 0;
            border-top: 5px solid transparent;
            border-left: 8px solid #494894;
            border-bottom: 5px solid transparent;
            position: absolute;
            content: "";
            left: 0;
            top: 4px;
        }

.cm_sec_box .container {
    width: 100%;
    max-width: 1500px;
}

.b_col {
    margin-top: 9px;
    margin-bottom: 9px;
}

.hr_lin_sml {
    border-top: 2px solid #3b8593;
    max-width: 45px;
    margin-top: 3px;
    margin-bottom: 6px;
}

.list_th_sec p {
    margin-bottom: 0;
}

/* naew_2 E */
section.cm_sec_box {
    padding-top: 10px;
    padding-bottom: 28px;
    background-color: #bed5b5;
    /* background-image: url(../images/india.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

    section.cm_sec_box:before {
        background-color: #bed5b5;
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        /* background-image: linear-gradient(to right, #05781e, #59bacc); */
        opacity: 0.8;
    }

.img_sec img {
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

h2.h_hding {
    font-size: 33px;
    font-weight: bold;
    color: #37727c;
}

.hd_box_nw {
    position: relative;
    margin-bottom: 19px;
}

hr.hr_lin {
    border-top: 3px solid #37727c;
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px;
}
/* FORGET_PAGE */
.forgt_form_box {
    max-width: 880px;
    margin-left: auto;
    text-align: center;
    margin-right: auto;
    width: 100%;
    box-shadow: 0px 0px 9px 0px #ccc;
    margin-bottom: 80px;
    border-radius: 9px;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}

    .forgt_form_box .reg_box {
        flex: 1;
        background-color: #287b81;
        border-top-left-radius: 9px;
        border-bottom-left-radius: 9px;
    }

    .forgt_form_box .inr_reg {
        display: table;
        width: 100%;
        height: 100%;
        vertical-align: middle;
    }

    .forgt_form_box .inr_reg_tab {
        display: table-cell;
        vertical-align: middle;
        padding-left: 10px;
        padding-right: 10px;
    }

    .forgt_form_box .inr_reg .h2 {
        color: #fff;
    }

.inr_reg p {
    color: #fff;
}

.forgt_form_box .btn.btn_regst {
    background-color: #fff;
    border: 2px solid #287b81;
    max-width: 281px;
    width: 100%;
    padding: 12px 57px;
    color: #287b81;
    font-size: 16px;
}

.forgt_form_box .login_box {
    flex: 1;
}

.forgt_form_box form.login_form {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 78px;
    padding-bottom: 59px;
    background-color: #fff;
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px;
}

.forgt_form_box .btn_login {
    background-color: #287b81;
    color: #fff;
    padding: 12px 57px;
    text-align: center;
    border-radius: 3px;
    font-size: 16px;
    margin-top: 6px;
    border: 0;
}

    .forgt_form_box .btn_login:hover, .forgt_form_box .btn_login:focus, .forgt_form_box .btn_login:active {
        background-color: #0f7431;
        color: #fff;
    }

.forgt_form_box .txt_login {
    background-color: #fff;
    color: #0d0d0d;
    padding: 1px 34px 13px 0px;
    text-align: left;
    text-decoration: none;
    border: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px;
    border-radius: 0;
    font-size: 16px;
    height: 42px;
    position: relative;
    border-right: 0px solid #fff;
    /* box-shadow: 0px 0px 9px #c3f1f5; */
    border-bottom: 1px solid #287b81;
}

    .forgt_form_box .forgt_form_box .txt_login:hover, .forgt_form_box .txt_login:focus, .forgt_form_box .txt_login:active, .forgt_form_box .txt_login:visited {
        background-color: #fff;
    }

.forgt_form_box .btn.btn_regst:hover {
    background-color: #eafdf0;
    border: 2px solid #287b81;
    color: #287b81;
}
/* FORGET_PAGE e*/
/* footer */
.logn_fotr {
    width: 100%;
    padding-top: 0;
    background-color: #37727c;
    background-image: linear-gradient(to right, #4165c1, #4165c1);
}

    .logn_fotr .copy_txt {
        margin-top: 0;
    }

.copy_txt {
    text-align: center;
    padding: 18px 15px;
    margin-top: 12px;
}

.footr_txt {
    margin-bottom: 0;
    font-size: 16px;
    color: #fff;
}

.footer.footer_site {
    height: auto;
    width: 100%;
    clear: none;
    padding-top: 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: -12px;
}

    .footer.footer_site .footer-inner {
        position: inherit;
        height: auto;
        width: 100%;
    }

        .footer.footer_site .footer-inner .footer-content {
            position: inherit;
            padding: 0;
        }

.main-content {
    padding-bottom: 71px !important;
}
/* footer E*/
/* Message Box */
.msg_box {
    max-width: 500px;
    width: 100%;
    box-shadow: 0px 0px 9px 0px #ccc;
    margin-left: auto;
    margin-right: auto;
    margin-top: 90px;
    text-align: center;
    border-radius: 9px;
    margin-bottom: 75px;
}

.msg_box_hdr {
    background-color: #287b81;
    padding-top: 50px;
    padding-bottom: 50px;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}

    .msg_box_hdr img {
        max-width: 100px;
    }

.msg_contnt_box h5 {
    margin-top: 0px;
    font-size: 22px;
    margin-bottom: 4px;
}

.msg_contnt_box p {
    margin-bottom: 0;
    font-size: 16px;
}

.msg_contnt_box {
    padding-bottom: 49px;
    margin-top: 43px;
}
/* Message Box E*/
/* fielset */
.reg_sec {
    margin-bottom: 70px;
}

.form_hding {
    text-align: center;
    margin-top: 60px;
    font-size: 31px;
    margin-bottom: 33px;
}

.comn_field {
    margin-bottom: 70px;
    margin-top: 50px;
}

.fieldset_box {
    display: block;
    margin-inline-start: 2px;
    margin-inline-end: 2px;
    padding: 15px;
    min-inline-size: min-content;
    border-image: initial;
    border: 1px solid #fafdfd;
    border-top: 2px solid #287b81;
    box-shadow: 0 0.46875rem 2.1875rem rgb(4 9 20 / 3%), 0 0.9375rem 1.40625rem rgb(4 9 20 / 3%), 0 0.25rem 0.53125rem rgb(4 9 20 / 5%), 0 0.125rem 0.1875rem rgb(4 9 20 / 3%);
    background-color: #fff;
}

    .fieldset_box.fild_table {
        min-inline-size: auto;
    }

.leg_box {
    display: inline-block;
    padding-left: 2px;
    padding-right: 2px;
    border: none;
    width: auto;
    margin-left: 15px;
}

.relative {
    position: relative;
}

.txt_dsign {
    height: 43px;
}

.eror_msg {
    color: red;
    position: absolute;
    left: 4px;
    font-size: 14px;
    bottom: -19px;
    margin-bottom: 0;
}

.submit_btn {
    padding: 11px 30px;
    border-radius: 5px;
    background-color: #287b81;
    color: #fff;
    border: 0;
}

.comn_field.fild_btn {
    margin-bottom: 20px;
}
/* fielset E */
/* table */
.detail_sec .tab_parent {
    min-width: auto;
}

.tab_parent {
}

.detail_sec .tab_parent .table thead th {
    background-color: #ffb78d;
}

.tab_parent .table thead th {
    vertical-align: middle;
}

.tab_parent {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.tbl_dtl {
    border: 0;
    min-width: 600px;
    width: 100%;
    overflow-x: auto;
}

.tbl_btn {
    background-color: #287b81;
    color: #fff;
    padding: 3px 9px;
    font-size: 14px;
}

.detail_sec .tab_parent .table thead th:first-child, .detail_sec .tab_parent .table tbody td:first-child {
    width: 80px;
    text-align: center !important;
}

.detail_sec .tab_parent tbody tr:nth-child(even) {
    background-color: #fffcfa;
}

.tbl_dtl td, .tbl_dtl th {
    vertical-align: middle;
}

.add_btn {
    display: inline-block;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
}

    .add_btn:hover, .add_btn:focus, .add_btn:active {
        text-decoration: none;
    }
/* table E */


/* data table */
.table_rsponsv thead, .table.table-bordered > thead > tr > th:first-child, .table.table-bordered > thead > tr > th {
    background-color: #ccd1dd;
    color: #000;
}

.table_rsponsv div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
}

.table_rsponsv div.dataTables_wrapper div.dataTables_length label {
    text-align: left;
    white-space: nowrap;
}

.table_rsponsv div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
}

    .table_rsponsv div.dataTables_wrapper div.dataTables_filter input {
        margin-left: 0.5em;
        display: inline-block;
        width: auto;
    }

.table_rsponsv table.dataTable thead .sorting_asc:after {
    content: "\f160";
    font: normal normal normal 14px/1 FontAwesome;
}

.table_rsponsv table.dataTable thead .sorting_desc:after {
    content: "\f161";
    font: normal normal normal 14px/1 FontAwesome;
}

.table_rsponsv table.dataTable thead .sorting:after {
    opacity: 0.2;
    content: "\f161";
    font: normal normal normal 14px/1 FontAwesome;
}

.table_rsponsv {
    overflow: auto;
}

    .table_rsponsv table.dataTable {
        min-width: 900px;
    }

    .table_rsponsv .sort_table thead {
        background: #74af88;
    }

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f7f5f3;
}

.table tbody tr:nth-of-type(odd):hover, .table tbody tr:nth-of-type(even):hover {
    background-color: rgba(0,0,0,.075);
}

.table_rsponsv .sort_table thead tr th {
    padding-top: 13px;
    padding-bottom: 13px;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
    padding-right: 30px;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative;
}

table.table-bordered.dataTable th, table.table-bordered.dataTable td {
    border-left-width: 0;
}

.table_rsponsv table.dataTable thead .sorting:after, .table_rsponsv table.dataTable thead .sorting_asc:after, .table_rsponsv table.dataTable thead .sorting_desc:after, .table_rsponsv table.dataTable thead .sorting_asc_disabled:after, .table_rsponsv table.dataTable thead .sorting_desc_disabled:after {
    bottom: 14px;
    position: absolute;
    right: 8px;
    display: block;
    opacity: 1;
}

.table_rsponsv table.dataTable thead .sorting:after {
    opacity: 1;
    color: #fff;
}

.table_rsponsv .dataTables_length {
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 4px;
}

.table_rsponsv .dataTables_filter {
    display: inline-block;
}

    .table_rsponsv select, .table_rsponsv .dataTables_filter input, .table_rsponsv select:focus, .table_rsponsv .dataTables_filter input:focus {
        background-color: #f9f9f9;
        border: 1px solid #999;
        border-radius: 4px;
        height: 37px;
        line-height: 2;
        font-size: 15px;
        color: #333;
        padding: 0 0 0 5px;
    }

        .table_rsponsv select:focus-visible, input[type="search"]:focus-visible {
            outline: none;
        }

.table_rsponsv .paginate_button {
    min-width: auto;
    display: inline-block;
    text-align: center;
    padding: 8px 9px;
    margin-top: -1rem;
    border: 1px solid #dbebe1;
    text-decoration: none;
}

    .table_rsponsv .paginate_button:hover {
        cursor: pointer;
        background-color: #dce8e9;
        text-decoration: none;
    }

    .table_rsponsv .paginate_button.previous {
        border-radius: 5px 0 0 5px;
        min-width: auto;
    }

    .table_rsponsv .paginate_button.next {
        border-radius: 0 5px 5px 0;
        min-width: auto;
    }

.top_list_dtl .table_rsponsv .table thead th:first-child, .top_list_dtl .table_rsponsv .table tbody td:first-child {
    width: 102px !important;
    text-align: center !important;
}
/* data table E*/
/* grid_box */
.grid_prnt {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

    .grid_prnt .grid_chk {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom: 28px;
        margin-right: 0;
    }

        .grid_prnt .grid_chk h3 {
            font-size: 20px;
            box-shadow: 0 6px 12px #d9e9eb;
            border: 1px solid #fafdfd;
            border-top: 3px solid #c0d7d9;
            padding: 10px;
        }

/* grid_box E */
/* box_design */
.course_box {
    max-width: 500px;
    width: 100%;
    box-shadow: 0 0.46875rem 2.1875rem rgb(4 9 20 / 3%), 0 0.9375rem 1.40625rem rgb(4 9 20 / 3%), 0 0.25rem 0.53125rem rgb(4 9 20 / 5%), 0 0.125rem 0.1875rem rgb(4 9 20 / 3%);
    border: 2px solid #287b81;
    margin-left: auto;
    margin-right: auto;
    border-radius: 9px;
    background-color: #287b81;
    padding: 13px 1px 1px 1px;
}

.dw1 {
    -ms-appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: rgba(0, 0, 0, 0) url(../images/dw.png) no-repeat;
    background-position: right center;
    background-size: 22px !important;
    position: relative;
    padding-right: 30px;
    height: 43px;
    background-color: #ffffff;
}

.course_box .h3 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
    color: #fff;
}

.course_box form {
    padding: 15px;
    background-color: #fff;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
}

.grid_chk_list .fieldset_box.personal_fild {
    padding-bottom: 2px;
}
/* box_design E*/

/* file-upload */
.noFile {
    text-align: left;
}

.file-upload, .file-upload_2, .file-upload_3 {
    display: block;
    text-align: center;
    font-size: 14px;
}

    .file-upload .file_box, .file-upload_2 .file_box, .file-upload_3 .file_box {
        border: 1px solid #ced4da;
        color: #34495e;
        cursor: pointer;
        height: 43px;
        line-height: 40px;
        text-align: left;
        background: #FFFFFF;
        overflow: hidden;
        position: relative;
        border-radius: .25rem;
    }

        .file-upload .file_box .file-select-button, .file-upload_2 .file_box .file-select-button_2, .file-upload_3 .file_box .file-select-button_3 {
            background: #dce4ec;
            padding: 1px 10px;
            display: inline-block;
            height: 42px;
            line-height: 40px;
        }

        .file-upload .file_box .file-select-name, .file-upload_2 .file_box .file-select-name_2, .file-upload_3 .file_box .file-select-name_3 {
            line-height: 40px;
            display: inline-block;
            padding: 0 10px;
        }

        .file-upload .file_box input[type=file], .file-upload_2 .file_box input[type=file], .file-upload_3 .file_box input[type=file] {
            z-index: 100;
            cursor: pointer;
            position: absolute;
            height: 100%;
            width: 100%;
            top: 0;
            left: 0;
            opacity: 0;
            filter: alpha(opacity=0);
        }

        .file-upload .file_box.file-select-disabled, .file-upload_2 .file_box.file-select-disabled_2, .file-upload_3 .file_box.file-select-disabled_3 {
            opacity: 0.65;
        }

.noFile {
    position: absolute;
    z-index: 99;
    top: 0;
    left: 106px;
}
/* file upload E */

/* left slide */
.sidenav {
    height: auto;
    max-height: 380px;
    width: 0;
    position: absolute;
    z-index: 9999;
    top: 322px;
    left: -381px;
    /* left: 0px; */
    background-color: #ffffff;
    transition: 0.5s;
    padding-top: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    /* border-bottom: 4px solid #3b8593; */
    /* box-shadow: 0px 0px 8px 0px #ccc; */
}

    .sidenav:hover {
        left: 0px;
    }

.lft_slid.left_note:hover {
    width: 381px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav .side_box .noticebox .not_r_list li a {
    font-size: 16px;
    padding-left: 10px;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.opn {
    position: absolute;
    top: 0px;
    right: -416px;
    background-color: #4165c1;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 0px 4px;
    color: #fff;
    z-index: 99;
    font-size: 30px;
    cursor: pointer;
}

.text_tweetr {
    position: absolute;
    color: #fff;
    background-color: #4165c1;
    transform: rotate(90deg);
    font-size: 19px;
    top: 58px;
    right: -26px;
    padding: 7px 12px 4px 11px;
    border-top-right-radius: 5px;
    letter-spacing: 1px;
}

.text_notc {
    position: absolute;
    color: #fff;
    background-color: #4165c1;
    transform: rotate(90deg);
    font-size: 19px;
    top: 54px;
    right: -28px;
    padding: 8px 12px 7px 11px;
    border-bottom-right-radius: 5px;
    letter-spacing: 1px;
    width: 93px;
}

.lft_slid h4 {
    color: #fff;
    padding-left: 15px;
    font-size: 19px;
    position: sticky;
    top: 0px;
    background-color: #4265bb;
    padding-top: 11px;
    padding-bottom: 9px;
    min-width: 280px;
    width: 100%;
    z-index: 999;
}

.side_box {
    position: relative;
    width: 380px;
    background-color: #fff;
    border-bottom: 4px solid #4265bb;
    box-shadow: 0px 0px 8px 0px #ccc;
}

.side_box_content p {
    color: #383535;
}

.side_box_content {
    padding-left: 8px;
    padding-right: 5px;
    margin-top: 9px;
    width: 100%;
    min-width: 340px;
    padding-top: 0px;
    position: relative;
    display: inline-block;
    width: 100%;
}

.twet_box .side_box_content {
    margin-top: 0;
}

ul.nws_note {
    margin-bottom: 0;
    display: inline-block;
    position: absolute;
    right: 11px;
    top: 7px;
}

    ul.nws_note.nws_rit {
        right: 15px;
    }

    ul.nws_note li {
        display: inline-block;
    }

.news_img_box {
    padding-top: 11px;
    padding-left: 11px;
    padding-right: 11px;
}

ul.nws_note li span {
    display: block;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
}

ul.nws_note li a {
    display: inline-block;
    padding: 0;
}

.left_note .not_r_list li {
    list-style-type: none;
}

    .left_note .not_r_list li a:hover {
        color: #000;
    }

.lft_slid .side_box_content {
    padding-left: 4px;
}
/* left slide E */
/* left slide note */
.opn_note {
    top: 0px;
    left: -39px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #4165c1;
    color: #fff;
    padding: 0px 6px;
    position: absolute;
    font-size: 24px;
    cursor: pointer;
}

.right_not {
    position: relative;
}

.lft_slid.left_note {
    right: 0px;
    left: unset;
}

.sidenav.left_note h4 {
    padding-left: 7px;
}
/* left slide note E */
/* banner */
.small_baner {
    background-image: url(../images/small_bnr.jpg);
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    min-height: 222px;
    position: relative;
    color: #fff;
    text-align: center;
    background-position: center center;
}

.small_baner_box {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
/* banner E */
/* second_sec */
.multi_col {
    padding-top: 30px;
    padding-bottom: 12px;
}

.multi_list {
    text-align: center;
    box-shadow: 0px 0px 9px 0px #ced7d9;
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 4px;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}

    .multi_list:hover {
        background-color: #d2e4e7;
        box-shadow: 0px 0px 9px 0px #ced7d9;
        -webkit-transition: all .5s linear;
        -moz-transition: all .5s linear;
        -ms-transition: all .5s linear;
        -o-transition: all .5s linear;
        transition: all .5s linear;
    }

    .multi_list a {
        display: block;
    }

    .multi_list hr {
        border-top: 2px solid #37727c;
        max-width: 78px;
        margin-left: auto;
        margin-top: 15px;
        margin-right: auto;
        margin-bottom: 12px;
    }

    .multi_list img {
        max-width: 52px;
    }

    .multi_list .hr_lin_sml:after {
        position: absolute;
        content: "\f0b2";
        font-family: 'FontAwesome';
        top: -7px;
        font-size: 11px;
        color: #37727c;
        left: 0;
        right: 0;
    }

    .multi_list hr, .line_styl {
        position: relative;
    }

hr.hr_lin.line_styl:after {
    top: -11px;
    font-size: 15px;
}

.multi_list h5 {
    font-size: 16px;
    font-weight: 400;
}

.multi_col .hd_box_nw {
    margin-bottom: 40px;
}
/* second_sec */

/* table */
/* tab and colaps */
.c-tab-content .nav-tabs {
    display: none;
}

.tab-box.heading h2:after, .tab-box.heading .ch_h2:after {
    right: 0;
    left: 0;
    margin: 0 auto
}

.c-tab-content .card-body {
    max-height: 518px;
    overflow: auto;
    padding: 13px 15px 20px 15px;
}

.c-tab-content .nav-tabs {
    max-height: 588px;
    overflow-y: auto;
    overflow-x: hidden
}

.home_faq .c-tab-content .nav-tabs {
    max-height: 578px
}

.box_scrol {
    max-height: 273px;
    min-height: 273px;
    overflow: auto;
    padding: 13px 8px 20px 8px;
}

.c-tab-content .card-body, .c-tab-content .nav-tabs, ul.navbar_nav.nav_nav, .box_scrol {
    scrollbar-width: thin;
    scrollbar-color: #2d2d2d #dadada
}

    .c-tab-content .card-body::-webkit-scrollbar, .c-tab-content .nav-tabs::-webkit-scrollbar, ul.navbar_nav.nav_nav::-webkit-scrollbar, .box_scrol::-webkit-scrollbar {
        width: 5px
    }

    .c-tab-content .card-body::-webkit-scrollbar-track, .c-tab-content .nav-tabs::-webkit-scrollbar-track, ul.navbar_nav.nav_nav::-webkit-scrollbar-track, .box_scrol::-webkit-scrollbar {
        background: #dadada
    }

    .c-tab-content .card-body::-webkit-scrollbar-thumb, .c-tab-content .nav-tabs::-webkit-scrollbar-thumb, ul.navbar_nav.nav_nav::-webkit-scrollbar-thumb, .box_scrol::-webkit-scrollbar {
        background-color: #2d2d2d;
        border-radius: 0;
        border: 0 solid #dadada
    }

    .c-tab-content .card-body h2 {
        padding: 0;
        background-color: transparent;
        font-size: 23px
    }

.d_flex {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.crd_hding_main {
    background-color: #4c67a1;
    color: #fff;
}

.crd_hding_main {
    padding-right: 15px;
}

select.form-control.dw1.tabl_drop {
    display: inline-block;
    max-width: 339px;
}

.crd_hding_main {
    padding: 14px 15px 14px 15px;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
/* table E*/


@media(min-width:768px) {
    .c-tab-content .card {
        border: none;
        opacity: 1;
    }

        .c-tab-content .card .card-header {
            display: none;
        }

        .c-tab-content .card .collapse {
            display: block;
        }

    .c-tab-content .nav-tabs .nav-item {
        width: 100%;
        border: 0;
        border-bottom: 1px solid #8992a5;
    }

    .c-tab-content .nav-tabs {
        display: block;
        width: 300px;
        background-color: #83a576;
        min-height: 596px;
        max-height: 596px;
        border-bottom: 0;
        padding-bottom: 0;
    }

    .c-tab-content .tab-content {
        width: calc(100% - 300px);
        border: 0;
        padding: 0;
    }

    .c-tab-content .tab-row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        background-color: #fff;
        -webkit-border-radius: 14px !important;
        -ms-border-radius: 14px !important;
        -moz-border-radius: 14px !important;
        border-radius: 14px !important;
        overflow: hidden;
        position: relative;
        box-shadow: 0 0 2px 1px #ccc !important;
    }

    .c-tab-content .nav-tabs .nav-link {
        color: #fff;
        min-height: 60px;
        display: flex !important;
        align-items: center;
        padding: 10px 15px 10px 15px;
        position: relative;
        font-weight: 500;
        font-size: 16px;
        position: relative;
        border: 0;
        border-radius: 0;
        background-color: #445476;
    }

        .c-tab-content .nav-tabs .nav-link:before {
            position: absolute;
            content: "";
            height: 1px;
            width: 100%;
            background-color: #fff;
            bottom: 0;
            left: 0;
        }

        .c-tab-content .nav-tabs .nav-link.active,
        .c-tab-content .nav-tabs .nav-link:hover {
            color: #fff;
            background: 0 0;
            font-weight: 500;
            border: 0;
            background-color: #4166ad;
        }

    .c-tab-content .nav-tabs .nav-item:last-child .nav-link:before {
        display: none
    }

    .c-tab-content h2, .tab_heading {
        padding: 0px 5px 0px 0px;
        box-shadow: 0 0 50px -10px rgba(24, 45, 79, .09);
        color: #fff;
        font-size: 21px;
        font-weight: 500;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    /* .c-tab-content .card-body { */
    /* min-height: 400px; */
    /* } */
    li.nav-item.tab_fst_hd {
        background-color: #4c67a1;
        padding: 9px 68px 5px 14px;
        position: relative;
    }

        li.nav-item.tab_fst_hd a {
            position: absolute;
            right: 10px;
            top: 5px;
            padding: 0;
            margin: 0;
        }

        li.nav-item.tab_fst_hd span {
            display: block;
            margin-bottom: 3px;
            font-weight: 600;
            color: #fff;
        }

        li.nav-item.tab_fst_hd a img {
            max-width: 35px;
        }

    .snp_rd {
        color: red;
    }
}

@media(max-width:767px) {
    .c-tab-content .tab-content > .tab-pane {
        display: block;
        opacity: 1;
        margin-bottom: 3px;
    }

    .c-tab-content .card-header {
        padding: 14px 35px 14px 16px;
        background-color: #2457a7;
    }

        .c-tab-content .card-header a {
            color: #fff;
            width: 100%;
            display: block;
            position: relative;
            font-size: 16px;
            text-decoration: none;
        }

    .c-tab-content h2, .tab_heading {
        color: #1d1d1d;
        font-size: 20px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .colaps_box {
        background-color: #f7f7f7
    }

    .c-tab-content .rotat {
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        width: 12px;
        height: 12px;
        -webkit-transition: .3s all;
        -moz-transition: .3s all;
        -ms-transition: .3s all;
        -o-transition: .3s all;
        transform: rotate(42deg);
        position: absolute;
        right: -23px;
        top: 2px;
    }

    .c-tab-content .card-header a.collapsed .rotat {
        -webkit-transition: .3s all;
        -moz-transition: .3s all;
        -ms-transition: .3s all;
        -o-transition: .3s all;
        transform: rotate(-47deg)
    }

    .bg-light-silver .colaps_box,
    .bg_light_orange .colaps_box {
        background-color: #fff
    }

    .c-tab-content .nav-tabs .nav-item:last-child a::before {
        display: none
    }

    .c-tab-content .card-body {
        padding: 20px 20px 5px 20px
    }

    .faq-sec .circle1 {
        height: 73px !important;
        width: 73px !important;
        bottom: -86px !important
    }
}

.snp_rd {
    color: #000;
}

.snp_grn {
    color: green;
}

.crd_hding_rigt {
    font-weight: 600;
    color: #fff;
}

.form_margin {
    margin-top: 50px;
}

.c-tab-content .nav-tabs .nav-item.active a {
    background-color: #536c71;
}

.tbl_btn {
    background-color: #37727c;
    color: #fff;
    padding: 3px 9px;
}

.tab_parent {
    min-width: 814px;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

    .tab_parent .table tr th {
        font-size: 13px;
    }

    .tab_parent .table thead th {
        vertical-align: middle;
    }

    .tab_parent .table tr td a {
        color: #085bc6;
    }

.step_form .tbl_btn {
    margin-bottom: 20px;
}

.c-tab-content .step_form .card-body {
    padding: 13px 5px 20px 11px;
}

.txt_bold {
    font-weight: bold;
}

.aprov_btn_group .tbl_btn {
    margin-bottom: 7px;
}

.priority_project.inr_sec {
    margin-bottom: 40px;
}
/* tab and colaps E*/
/* table setting */
.p_tab_hding {
    text-align: center;
    font-weight: 500;
    margin-top: 34px;
    font-size: 28px;
}

.tab_content {
    position: relative;
}

    .tab_content .close {
        position: absolute;
        top: -28px;
        background-color: #fff;
        z-index: 1;
        right: -25px;
        opacity: 0.7;
        border-radius: 50%;
        padding: 2px 7px;
    }

        .tab_content .close:hover {
            opacity: 1;
        }

.form_margin {
    margin-top: 26px;
}

.hding_df {
    text-align: center;
    padding: 13px 0 !important;
    text-transform: uppercase;
    background-color: #124F8B;
}
/* table setting E*/
/* footr compact */
ul.con_list {
    margin-bottom: 0;
}

    ul.con_list li {
        display: inline-block;
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 10px;
    }

section.contact_sec_f {
    text-align: center;
    background-color: #d9e9ef;
    padding-top: 15px;
}
/* footr compact E*/

.cm_sec_container .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}

.cm_sec_container .row {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
}

.cm_sec_container .col-lg, .cm_sec_container .col-lg-1, .cm_sec_container .col-lg-10, .cm_sec_container .col-lg-11, .cm_sec_container .col-lg-12, .cm_sec_container .col-lg-2, .cm_sec_container .col-lg-3, .cm_sec_container .col-lg-4, .cm_sec_container .col-lg-5, .cm_sec_container .cm_sec_container .col-lg-6, .cm_sec_container .col-lg-7, .cm_sec_container .col-lg-8, .cm_sec_container .col-lg-9, .cm_sec_container .cm_sec_container .col-lg-auto, .cm_sec_container .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .cm_sec_container .col-md-7, .cm_sec_container .col-md-8, .cm_sec_container .col-md-9, .cm_sec_container .col-md-auto, .cm_sec_container .col-sm, .cm_sec_container .col-sm-1, .cm_sec_container .col-sm-10, .cm_sec_container .col-sm-11, .cm_sec_container .col-sm-12, .cm_sec_container .col-sm-2, .cm_sec_container .col-sm-3, .cm_sec_container .col-sm-4, .cm_sec_container .col-sm-5, .cm_sec_container .col-sm-6, .cm_sec_container .col-sm-7, .cm_sec_container .col-sm-8, .cm_sec_container .col-sm-9, .cm_sec_container .col-sm-auto, .cm_sec_container .col-xl, .cm_sec_container .col-xl-1, .cm_sec_container .col-xl-10, .cm_sec_container .col-xl-11, .cm_sec_container .col-xl-12, .cm_sec_container .col-xl-2, .cm_sec_container .col-xl-3, .cm_sec_container .col-xl-4, .cm_sec_container .col-xl-5, .cm_sec_container .col-xl-6, .cm_sec_container .col-xl-7, .cm_sec_container .col-xl-8, .cm_sec_container .col-xl-9, .cm_sec_container .col-xl-auto {
    padding-left: 15px;
    padding-right: 15px;
}
/* login form */
.login_form_box .txt_login {
    background-color: #fff;
    color: #0d0d0d;
    padding: 1px 10px 13px 10px;
    text-align: left;
    text-decoration: none;
    border: 0 !important;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px;
    border-radius: 0;
    font-size: 16px;
    height: 42px;
    position: relative;
    border-right: 0px solid #fff;
    /* box-shadow: 0px 0px 9px #c3f1f5; */
    border-bottom: 1px solid #4165c1 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 20px;
    max-width: 100%;
}

    .login_form_box .txt_login:hover, .login_form_box .txt_login:focus, .login_form_box .txt_login:active, .login_form_box .txt_login:visited {
        background-color: #fff;
    }

.submit_btn {
    padding: 9px 30px;
    border-radius: 5px;
    background-color: #f36d21;
    color: #fff;
}

.other_fil {
    margin-bottom: 26px;
}

.login_form_box {
    max-width: 880px;
    margin-left: auto;
    text-align: center;
    margin-right: auto;
    width: 100%;
    box-shadow: 0px 0px 9px 0px #ccc;
    margin-bottom: 27px;
    border-radius: 9px;
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
}

.login_form {
}

.login_form_child {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 240px;
    padding-bottom: 9px;
}

.txt_login {
    background-color: #f6f6f6;
    border: none;
    color: #0d0d0d;
    padding: 29px 32px;
    text-align: center;
    text-decoration: none;
    border: 2px solid #f6f6f6;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    font-size: 16px;
}

.btn_login {
    background-color: #f36d21;
    color: #fff;
    padding: 12px 57px;
    text-align: center;
    border-radius: 3px;
    font-size: 16px;
    margin-top: 6px;
}

.login_form_box .btn_login {
    border: 2px solid #4165c1;
    background-color: #4165c1;
    color: #fff;
    padding: 12px 57px;
    text-align: center;
    border-radius: 3px;
    font-size: 16px;
    width: 100%;
    margin-bottom: 0;
    margin-top: 8px;
    font-weight: 500;
    max-width: 380px;
}

    .login_form_box .btn_login:hover, .login_form_box .btn_login:focus {
        background-color: #fff;
        color: #4165c1;
    }

div#formFooter {
    background-color: #f6f6f6;
    border-top: 1px solid #dce8f1;
    padding: 13px;
    text-align: center;
    font-size: 16px;
}

.red_hover:hover {
    background-color: #e45e12;
    color: #fff;
}

.eror_msg {
    color: red;
    position: absolute;
    left: 4px;
    font-size: 14px;
    bottom: -19px;
    margin-bottom: 0;
}

.login_box {
    flex: 1;
}

.reg_box {
    flex: 1;
    background-color: #4165c1;
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
}

.inr_reg .h2 {
    color: #fff;
    font-size: 22px;
    margin-top: 16px;
}

.inr_reg p {
    color: #fff;
}

.btn.btn_regst {
    background-color: #fff !important;
    border: 2px solid #fff;
    max-width: 380px;
    width: 100%;
    padding: 10px 57px;
    color: #4165c1 !important;
    font-size: 16px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
}

    .btn.btn_regst:hover {
        background-color: #4165c1 !important;
        border: 2px solid #fff;
        color: #fff !important;
    }

#formFooter a {
    color: #4165c1;
}

.inr_reg {
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.inr_reg_tab {
    display: table-cell;
    vertical-align: middle;
}

.inr_reg_tab {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}

img.ind_gov_logo {
    max-width: 96px;
}

.login_form h4 {
    font-size: 20px;
    margin-top: 15px;
    font-weight: 600;
}

.login_form h5 {
    font-size: 17px;
    margin-bottom: 6px;
    font-weight: 600;
}

.login_form_box .captcha_box_contnt input {
    width: calc(100% - 117px);
    display: inline-block;
    padding-right: 10px;
}

.captcha_box_contnt img {
    max-width: 109px;
    width: 100%;
    margin-left: 2px;
}

.frm_chk {
    text-align: left;
    padding-left: 0;
}

    .frm_chk input.form-check-input {
        position: relative;
        margin-left: 0;
        margin-right: 3px;
        margin-top: 0px;
    }

.nic_logo {
    margin-top: 23px;
}

.editor-field.edt_flt {
    width: calc(100% - 192px);
    display: inline-block;
}

.form_cph {
    text-align: left;
}

.editor-field.edt_cpha {
    display: inline-block;
    max-width: 204px;
}

    .editor-field.edt_cpha img {
        display: inline-block;
        max-width: 168px;
    }

.ref_sign {
    display: inline-block;
    color: #4165c1;
}
/* login form E*/
section.crousal_sec img {
    max-height: 416px;
    width: 100%;
}
/* footer */

.footer_sec {
    background-color: #133895;
    padding-top: 8px;
}

    .footer_sec.logn_fotr {
        padding: 10px;
        text-align: center;
        font-size: 17px;
    }

.bg_light_rd {
    background-color: #f2f9ff;
}

.fotr_box {
    text-align: center;
}

    .fotr_box h4 {
        font-size: 22px;
        text-align: center;
        font-weight: 600;
        margin-bottom: 0;
    }

.opc_non {
    opacity: 0;
}

ul.fotr_list {
    padding-left: 0;
    margin-bottom: 0;
    margin-left: 0;
}

    ul.fotr_list li a {
        color: #333;
        text-decoration: none;
        font-size: 17px;
    }

        ul.fotr_list li a:hover, ul.fotr_list li a:focus, ul.fotr_list li a:active {
            color: #f36d20;
        }

    ul.fotr_list li {
        list-style-type: none;
        position: relative;
        border-bottom: 0;
        margin-top: 7px;
        padding-bottom: 7px;
        padding-left: 0;
        display: inline-block;
        margin-right: 18px;
        font-weight: 500;
    }

    ul.fotr_list.social_list li {
        padding-left: 0;
    }

    ul.fotr_list li:last-child {
        border-bottom: 0;
    }

    ul.fotr_list li:before {
        height: 9px;
        width: 9px;
        content: "";
        position: absolute;
        border-top: 2px solid #133895;
        border-right: 2px solid #133895;
        left: 0;
        top: 9px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        display: none;
        transform: rotate(45deg);
    }

    ul.fotr_list.social_list li:before {
        display: none;
    }

.social_list i {
    color: #37727c;
    margin-right: 3px;
    font-size: 19px;
}

.copy_txt {
    background-color: #37727c;
    text-align: center;
    padding: 18px 15px;
    margin-top: 12px;
}

.footr_txt {
    margin-bottom: 0;
    font-size: 17px;
    color: #fff;
}

.foot_vistr {
    text-align: center;
    padding: 10px;
    background-color: #aec1f3;
}

    .foot_vistr .footr_txt {
        color: #000;
        font-weight: bold;
    }

.fotr_box .nav_logo {
    top: -5px;
}

.fotr_box .nav_logo_box.align-self-center {
    margin-bottom: 54px;
}

section.news_sec_land {
    background: none;
    background-repeat: repeat;
    background-image: linear-gradient(to right, #4165c1, #4165c1);
    background-color: #4165c1;
}
/* footer e*/

/* item slider */

.MultiCarousel {
    float: left;
    overflow: hidden;
    padding: 0px 15px 0px 15px;
    width: 100%;
    position: relative;
}

section.item_slidr {
    background-color: #f1f1f1;
}

.MultiCarousel .MultiCarousel-inner {
    transition: 1s ease all;
    float: left;
}

    .MultiCarousel .MultiCarousel-inner .item {
        float: left;
    }

        .MultiCarousel .MultiCarousel-inner .item > div {
            text-align: center;
            padding: 0px;
            margin: 0px;
            background: #f1f1f1;
            color: #666;
        }

.MultiCarousel .leftLst, .MultiCarousel .rightLst {
    position: absolute;
    border-radius: 50%;
    top: calc(50% - 29px);
}

.MultiCarousel .rightLst {
    right: -14px;
}

    .MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over {
        pointer-events: none;
        background: #ccc;
    }

.btn_aro {
    opacity: 1;
    background-color: transparent !important;
    font-size: 24px;
}

.btn.btn_aro.focus, .btn.btn_aro:focus {
    outline: 0;
    box-shadow: none;
}

.MultiCarousel .leftLst {
    left: -14px;
}

.MultiCarousel .MultiCarousel-inner .item > div img {
    max-width: 100%;
}
/* item slider E*/
/* Modal design */
.images_title.img_titl {
    text-align: center;
}

.modal_pr_bx .globe_outer.document h5 {
    background-color: #3b4a58;
    padding: 10px;
    color: #fff;
}

.modal_pr_bx {
}

    .modal_pr_bx .noticebox {
        padding: 0;
    }

        .modal_pr_bx .noticebox ul {
            padding: 6px;
            margin: 0;
            display: block;
            width: 100%;
        }

            .modal_pr_bx .noticebox ul li {
                float: none;
                width: 100%;
                display: block;
                max-width: 100%;
                height: auto;
                border-bottom: 1px solid #ccc;
                padding-top: 7px;
                padding-bottom: 7px;
                padding-left: 5px;
                padding-right: 5px;
            }

                .modal_pr_bx .noticebox ul li:last-child {
                    border-bottom: 0;
                }

    .modal_pr_bx .globe_inner {
        padding: 0;
    }

    .modal_pr_bx i {
        position: relative;
        top: 1px;
    }

    .modal_pr_bx .project_description {
        padding: 0 !important;
        border-radius: 0;
    }

        .modal_pr_bx .project_description h5 {
            background-color: #3b4a58;
            padding: 10px;
            color: #fff;
            font-size: 16px;
            font-weight: normal;
            font-style: normal;
        }

.fr_box {
    padding: 10px;
}

.dis_spn {
    font-weight: bold;
    display: block;
    margin-bottom: 2px;
    text-transform: uppercase;
}
/* Modal design E*/
ul.trms_condtion {
    margin-bottom: 0;
}

    ul.trms_condtion li {
        display: inline-block;
        margin-left: 11px;
        margin-right: 10px;
    }

.terms_list {
    margin-top: 0px;
}

ul.trms_condtion li a {
    text-decoration: underline;
    color: #000;
    font-size: 17px;
}

/* frm dsign */
.inr_frm_dsgn h3 {
    background-color: #b9cfd3;
    padding: 10px;
}

.inr_frm_dsgn {
    margin-top: 20px;
}

.is_active {
    max-width: 100% !important;
    margin-left: 0 !important;
}

.form_setting .lbl_txt, .txt_label {
    font-weight: bold;
    margin-bottom: 4px;
}

Create_priority_project .inr_frm_dsgn {
    max-width: 1144px;
    margin-left: auto;
    margin-right: auto;
}

.widget-title.lighter.fom_titl {
    text-align: center;
    font-weight: bold;
    padding-top: 10px;
    font-size: 23px;
    background-color: #4165c1;
    margin-top: 20px !important;
    padding-bottom: 10px;
    color: #fff;
}

.form_setting input, .form_setting select {
    height: 39px;
    border-radius: 4px !important;
}
/* frm dsign E*/
/* fielset */
.reg_sec {
    margin-bottom: 70px;
}

.form_hding {
    text-align: center;
    margin-top: 60px;
    font-size: 31px;
    margin-bottom: 33px;
}

.comn_field {
    margin-bottom: 70px;
    margin-top: 32px;
}

.fieldset_box {
    display: block;
    margin-inline-start: 2px;
    margin-inline-end: 2px;
    padding: 15px;
    min-inline-size: min-content;
    border-image: initial;
    border: 1px solid #9ab8bd;
    border-top: 2px solid #2577c4;
    box-shadow: 0 0.46875rem 2.1875rem rgb(4 9 20 / 3%), 0 0.9375rem 1.40625rem rgb(4 9 20 / 3%), 0 0.25rem 0.53125rem rgb(4 9 20 / 5%), 0 0.125rem 0.1875rem rgb(4 9 20 / 3%);
    background-color: #fff;
}

    .fieldset_box.fild_table {
        min-inline-size: auto;
    }

.leg_box {
    display: inline-block;
    padding-left: 2px;
    padding-right: 2px;
    border: none;
    width: auto;
    margin-left: 15px;
    margin-bottom: 0;
}

.relative {
    position: relative;
}

.txt_dsign {
    height: 43px;
}

.lbl_bold {
    font-weight: bold;
}

.eror_msg {
    color: red;
    position: absolute;
    left: 4px;
    font-size: 14px;
    bottom: -19px;
    margin-bottom: 0;
}

.submit_btn {
    padding: 9px 30px;
    border-radius: 5px;
    border: 0;
}

.gren_hover {
    background-color: #2577c4;
    color: #fff;
}

    .gren_hover:hover, .gren_hover:focus, .gren_hover:active {
        background-color: #2577c4;
        color: #fff;
        text-decoration: none;
    }

.comn_field.fild_btn {
    margin-bottom: 20px;
}

.table-responsive > .table-bordered {
    border: 1px solid #dee2e6;
}
/* fielset E */

/* new item slider */
.itm_slidr #news_slider {
}

.itm_slidr .post-slide {
    margin: 0px;
    border-radius: 0;
    padding-top: 1px;
}

    .itm_slidr .post-slide .post-img {
        position: relative;
        overflow: hidden;
        border-radius: 0;
        margin: 0px 0px 0px 0px;
        margin-left: 0px;
    }

        .itm_slidr .post-slide .post-img img {
            width: 100%;
            height: auto;
            -webkit-transform: scale(1,1);
            -moz-transform: scale(1,1);
            -ms-transform: scale(1,1);
            -o-transform: scale(1,1);
            transform: scale(1,1);
            -webkit-transition: transform 0.2s linear;
            -moz-transition: transform 0.2s linear;
            -ms-transition: transform 0.2s linear;
            -o-transition: transform 0.2s linear;
            transition: transform 0.2s linear;
        }

    .itm_slidr .post-slide:hover .post-img img {
        -webkit-transform: scale(1.1,1.1);
        -moz-transform: scale(1.1,1.1);
        -ms-transform: scale(1.1,1.1);
        -o-transform: scale(1.1,1.1);
        transform: scale(1.1,1.1);
    }

    .itm_slidr .post-slide .over-layer {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        background: linear-gradient(-45deg, rgba(6,190,244,0.75) 0%, rgba(45,112,253,0.6) 100%);
        -webkit-transition: all 0.50s linear;
        -moz-transition: all 0.50s linear;
        -ms-transition: all 0.50s linear;
        -o-transition: all 0.50s linear;
        transition: all 0.50s linear;
    }

    .itm_slidr .post-slide:hover .over-layer {
        opacity: 1;
        text-decoration: none;
    }

    .itm_slidr .post-slide .over-layer i {
        position: relative;
        top: 45%;
        text-align: center;
        display: block;
        color: #fff;
        font-size: 25px;
    }

    .itm_slidr .post-slide .post-content {
        background: #fff;
        padding: 2px 20px 40px;
        border-radius: 0;
    }

    .itm_slidr .post-slide .post-title a {
        font-size: 15px;
        font-weight: bold;
        color: #333;
        display: inline-block;
        text-transform: uppercase;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

        .itm_slidr .post-slide .post-title a:hover {
            text-decoration: none;
            color: #3498db;
        }

    .itm_slidr .post-slide .post-description {
        line-height: 24px;
        color: #808080;
        margin-bottom: 25px;
    }

    .itm_slidr .post-slide .post-date {
        color: #a9a9a9;
        font-size: 14px;
    }

        .itm_slidr .post-slide .post-date i {
            font-size: 20px;
            margin-right: 0;
            color: #CFDACE;
        }

    .itm_slidr .post-slide .read-more {
        padding: 7px 20px;
        float: right;
        font-size: 12px;
        background: #2196F3;
        color: #ffffff;
        box-shadow: 0px 10px 20px -10px #1376c5;
        border-radius: 0;
        text-transform: uppercase;
    }

        .itm_slidr .post-slide .read-more:hover {
            background: #3498db;
            text-decoration: none;
            color: #fff;
        }

.itm_slidr .owl-controls .owl-buttons {
    text-align: center;
    margin-top: 0;
}

    .itm_slidr .owl-controls .owl-buttons .owl-prev {
        background: #fff;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-60%);
        -moz-transform: translateY(-60%);
        -ms-transform: translateY(-60%);
        -o-transform: translateY(-60%);
        transform: translateY(-60%);
        left: 0;
        padding: 2px 15px 2px 10px;
        border-radius: 50px;
        box-shadow: 3px 14px 25px -10px #92b4d0;
        -webkit-transition: background 0.5s ease 0s;
        -moz-transition: background 0.5s ease 0s;
        -ms-transition: background 0.5s ease 0s;
        -o-transition: background 0.5s ease 0s;
        transition: background 0.5s ease 0s;
        cursor: pointer;
    }

    .itm_slidr .owl-controls .owl-buttons .owl-next {
        background: #fff;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-60%);
        -moz-transform: translateY(-60%);
        -ms-transform: translateY(-60%);
        -o-transform: translateY(-60%);
        transform: translateY(-60%);
        right: 0px;
        padding: 2px 13px 2px 14px;
        border-radius: 50px;
        box-shadow: -3px 14px 25px -10px #92b4d0;
        -webkit-transition: background 0.5s ease 0s;
        -moz-transition: background 0.5s ease 0s;
        -ms-transition: background 0.5s ease 0s;
        -o-transition: background 0.5s ease 0s;
        transition: background 0.5s ease 0s;
        cursor: pointer;
    }

    .itm_slidr .owl-controls .owl-buttons .owl-prev:after,
    .owl-controls .owl-buttons .owl-next:after {
        content: "\f104";
        font-family: FontAwesome;
        color: #333;
        font-size: 33px;
        font-weight: bold;
        line-height: 1;
    }

    .itm_slidr .owl-controls .owl-buttons .owl-next:after {
        content: "\f105";
    }

.itm_slidr {
    background-color: #f1f1f1;
    padding-top: 5px;
    padding-bottom: 5px;
}

@media only screen and (max-width:1280px) {
    .itm_slidr .post-slide .post-content {
        padding: 0px 15px 25px 15px;
    }
}

.itm_slidr .owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.itm_slidr .owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}

    .itm_slidr .owl-carousel .owl-wrapper {
        display: none;
        position: relative;
        -webkit-transform: translate3d(0,0,0)
    }

    .itm_slidr .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%
    }

        .itm_slidr .owl-carousel .owl-wrapper-outer.autoHeight {
            -webkit-transition: height 500ms ease-in-out;
            -moz-transition: height 500ms ease-in-out;
            -ms-transition: height 500ms ease-in-out;
            -o-transition: height 500ms ease-in-out;
            transition: height 500ms ease-in-out
        }

    .itm_slidr .owl-carousel .owl-item {
        float: left
    }

.owl-controls .owl-page, .itm_slidr .owl-controls .owl-buttons div {
    .itm_slidr cursor: pointer
}

.itm_slidr .owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

.itm_slidr .grabbing {
    cursor: url(grabbing.png) 8 8,move
}

.itm_slidr .owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0)
}
/* new item slider E */
img.e_ofic {
    max-width: 30px;
}
/* Changes  */
.spn_select, .widget-header.widget-header-flat h4 {
    margin-top: 10px;
    padding-left: 5px;
}

.aro_txt {
    font-size: 18px;
}

select.form-control {
    border-radius: 4px;
}

.ref_srch_btn {
    background-color: #1c5093;
    border: 1px solid #1c5093;
    color: #fff;
    padding: 6px 12px;
}
/* Changes E */
/*1-12-2022*/
table tr td a {
    cursor: pointer;
}

.modal_design {
    max-width: 97%;
}

.inr_modal {
    overflow-y: auto;
}

.modal_design .profile-info-value {
    display: block;
}

.border_none {
    border: 0;
}

.label.action_design {
    font-size: 15px;
    font-weight: bold;
    background-color: transparent !important;
    text-align: center;
    display: block;
    margin-top: 11px;
    margin-bottom: 10px;
    color: #333;
}

.onfo_tale strong {
    text-align: center;
    width: 100%;
    display: block;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 13px;
}

.modal_design .profile-info-value {
    border-top: 0;
}

.modal_design #divactkndate input#TxtActionTakenDate {
    width: 100%;
}

.modal_design #divActiontkn select#DdlActionType {
    width: 100%;
    height: 33px;
}

button.close.close_btn {
    position: absolute;
    right: -19px;
    top: -15px;
    background-color: #2c2a2a;
    color: #fff;
    padding: 0px 7px 5px 7px;
    border-radius: 50%;
    margin: 0;
    font-size: 17px;
    line-height: 1.3;
    float: none;
    text-shadow: none;
    opacity: 1;
}

h4.widget-title.modal_heading, .modal_heading {
    text-align: center;
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #393939 !important;
}

/*.modal_design .tox.tox-tinymce, .remark_1 .tox.tox-tinymce {
    height: 261px !important;
}
*/
.bg_light {
    background-color: transparent !important;
}

.right_col {
    padding-top: 10px;
    padding-bottom: 10px;
}

.form_heading {
    font-size: 15px;
    font-weight: bold;
    background-color: transparent !important;
    text-align: center;
    display: block !important;
    color: #393939;
    line-height: 1.3 !important;
    margin-top: 0 !important;
}

.diary_Modal .modal-header {
    padding: 0;
}

.diary_Modal .widget-box.sblFullScreen {
    border: 0;
    margin: 0;
}

.diary_Modal .widget-header-flat {
    background-color: transparent;
}

.diary_Modal .profile-info-value {
    display: block;
    padding: 0;
    border-top: 0;
}

.fotm_lbl {
    font-weight: bold;
}

.fotm_lbl {
    font-weight: bold !important;
    margin-bottom: 6px !important;
    padding: 0 !important;
    display: block !important;
    text-align: left !important;
    width: 100% !important;
    color: #393939 !important;
}

.coman_modal select {
    max-width: 100%;
    height: 41px !important;
    border-radius: 5px;
    margin-bottom: 10px;
    width: 100%;
    border: 1px solid #b3adad;
}

.coman_modal input[type="text"], .coman_modal input[type="date"] {
    width: 100%;
    border-radius: 5px !important;
    height: 41px;
    border: 1px solid #b3adad;
    max-width: 100%;
    margin-bottom: 10px;
}

.coman_modal textarea {
    width: 100%;
    max-width: 100%;
    border-radius: 5px !important;
    border: 1px solid #b3adad;
    height: 41px;
}

.profile-info-name.fotm_lbl {
    border-top: 0;
}

.diary_Modal .profile-info-value, span.fileinput-button span, input#fileuploadEnclosure, .dataTable > thead > tr > th[class*=sorting_], .coman_modal .widget-header {
    color: #393939 !important;
}

    .diary_Modal .profile-info-value span, .diary_Modal .profile-info-value {
        color: #133991 !important;
        font-weight: 600;
    }

div#loginModal {
    overflow-y: auto;
}

div#Scroll2 {
    max-width: 95%;
    width: 100%;
    box-shadow: 0px 0px 10px 2px #53575e;
}

.diary_Modal h4.widget-title.modal_heading, .modal_heading, .diary_Modal .widget-header.widget-header-flat h4 {
    margin-top: 0 !important;
    line-height: 1.3;
}

.diary_Modal .widget-header-flat {
    padding: 0;
}

.new_file_upload .fotm_lbl.div_inline {
    display: inline-block !important;
    width: auto !important;
    position: relative;
    top: 4px;
}

.new_file_upload .input-group {
    display: inline-block;
    width: auto;
    margin-left: 20px;
}

.chk_diry .profile-info-name {
    padding: 0 0 0 4px !important;
    color: #393939 !important;
    font-weight: bold;
}

.letr_box label {
    color: #000;
    margin-right: 20px;
}

.rdo_box {
    border: 1px solid #b3adad;
    padding: 11px 0 2px 9px;
    border-radius: 5px;
    height: 41px;
}

div#loginModal, div#Scroll2, .modal-content {
    border-radius: 7px !important;
}

.diary_Modal .modal-header {
    border-radius: 7px;
    border-bottom: 0;
}

.modal-footer {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.chk_diry span#spnTitle {
    position: relative;
    top: 5px;
}

button#btnSave {
    border-radius: 5px;
    padding: 5px 8px;
    background-color: #214eb5 !important;
    border: 2px solid #214eb5;
    margin-top: 13px !important;
}

    button#btnSave:hover, button#btnSave:focus {
        background-color: #0e307c !important;
        border: 2px solid #0e307c;
    }

.widget-header.widget-header-flat.border_none {
    border-bottom: 0;
}

.coman_modal .widget-main.no-padding-right.no-padding-left {
    padding-bottom: 0;
}

.edit_modal div#editDoctype {
    display: inline-block;
    margin-left: 4px;
}

.edit_modal .btn-success, .edit_modal .btn-success:focus {
    background-color: #87b87f !important;
    border-color: #87b87f;
    padding: 4px 10px;
    border: 2px solid #8bb982;
}

.box_shadow {
    box-shadow: 0px 0px 9px 0px #b9b6b6;
    padding: 10px;
}

.act_dtl {
    margin-top: 23px;
}

    .act_dtl .label.action_design {
        margin-bottom: 0;
    }

.right_col.taken_col {
    padding-top: 0;
    padding-bottom: 0;
}

.taken_col .onfo_tale strong {
    margin-top: 0;
    margin-bottom: 9px;
}

.ref_box select#doctype {
    max-width: 125px;
    display: inline-block;
    margin-bottom: 0 !important;
}

.act_sucess {
    display: inline-block !important;
    vertical-align: top !important;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 5px 4px !important;
}

.main-content {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

ul.txb_left_head {
    margin-left: 0;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    display: inline-block;
}

    ul.txb_left_head li {
        display: inline-block;
        width: 50%;
        float: left;
        padding-left: 2px;
        padding-right: 2px;
    }

.lbl_ofict {
    font-weight: bold;
}

ul.txb_left_head li select {
    max-width: 100%;
    height: 41px !important;
}

ul.ref_right {
    margin-left: 0;
    margin-bottom: 0;
    width: 100%;
    display: inline-block;
    padding-right: 66px;
    position: relative;
}

    ul.ref_right li {
        float: left;
        width: 50%;
        list-style-type: none;
        padding-left: 2px;
        padding-right: 2px;
    }

        ul.ref_right li span {
            display: block;
            width: 100%;
            margin-bottom: 0.5rem;
        }

        ul.ref_right li input {
            width: 100%;
            border-radius: 5px !important;
            border: 1px solid #b3adad;
            box-shadow: none;
            max-width: 100%;
            height: 41px;
        }

.ofic_left {
    vertical-align: top !important;
}

.ofic_right .ref_srch_btn {
    margin-top: 7px;
    margin-left: 3px;
}

ul.ref_right li.ref_right_3 {
    position: absolute;
    max-width: 68px;
    right: 0;
    top: 18px;
}

.dsabl span {
    border: 1px solid #b3adad;
    border-radius: 5px;
    width: 100%;
    display: block;
    height: 41px;
    padding: 9px 6px;
}

.div_itm .tox {
    /*height: 250px !important;*/
}

.txt_value {
    max-width: 100%;
    height: 41px;
    border-radius: 5px;
    margin-bottom: 10px;
    width: 100%;
    border: 1px solid #b3adad;
    padding: 8px 6px;
    position: relative;
}

.two_col {
    padding-top: 24px;
}

    .two_col .green.tooltip-success {
        position: relative;
        padding-right: 93px;
    }

        .two_col .green.tooltip-success .btn-success.act_sucess {
            position: absolute;
            right: 0;
            top: 2px;
        }

.ref_box .two_col select#doctype {
    max-width: 100%;
    width: 100%;
}

.form-control, select {
    border: 1px solid #b3adad !important;
    max-width: 100%;
}

.tabl_diry, .int_rdo, .tbl_sinc-ddl {
    display: inline-block;
}

.tabl_hdr_diry input[type="radio"] {
    position: relative;
    top: 1px;
    margin-left: 12px;
    margin-right: 2px;
    cursor: pointer;
    width: auto !important;
    margin-bottom: 9px;
}
.tabl_hdr_diry span {
    width: auto !important;
    margin-bottom: 9px;
}
.tbl_sinc-ddl select#sincefilter {
    height: 37px;
    border-radius: 5px !important;
    max-width: 100%;
}

.tabl_hdr_diry {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tabl_diry input[type="radio"]:first-child {
    margin-left: 0;
}

.diary_Modal .dispach_content h4.widget-title.modal_heading {
    text-align: left;
}

.dispach_hdr {
    display: flex;
    align-items: center;
    text-align: right;
    justify-content: end;
}

    .dispach_hdr span {
        display: block;
        font-weight: bold;
    }

    .dispach_hdr input[type="text"] {
        max-width: 123px;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 0;
    }

    .dispach_hdr input#btnSearch {
        padding: 8px 15px;
        border: 0;
        background-color: #133992;
        color: #fff;
        font-size: 16px;
        border-radius: 5px !important;
        max-width: 74px;
        height: auto !important;
    }

.temp_lbls {
    display: inline-block;
    margin-right: 50px;
    margin-bottom: 10px;
    font-weight: bold;
}

.tamp_ancor {
    color: #2860e5;
    text-decoration: underline;
}

.action_tab_hding {
    font-size: 15px;
    font-weight: bold;
    background-color: transparent !important;
    text-align: center;
    display: block;
    margin-top: 0px;
}

.txt_value.modl_txt_area {
    height: 58px;
    overflow-y: auto;
}

.aa_details .label {
    font-size: 15px;
    font-weight: bold;
    background-color: transparent !important;
    text-align: center;
    display: block;
    margin-top: 21px;
}

.dispatch_modal {
    overflow-y: auto;
}

div#Dispatchlistdiv {
    margin-top: 13px;
}

.cm_fund .card-header {
    padding: 10px 13px;
    background: #4c67a1;
}

.cm_fund .card {
    margin-top: 20px;
}

.cm_fund .card-header h3.card-title {
    font-size: 19px;
    margin-bottom: 0;
    color: #fff;
}

.cm_fund .card-body {
    padding: 14px;
}

.txt_design, .form-group input[type="text"].txt_design, input[type="date"].txt_design, .pera_txt_design select {
    border-radius: 4px !important;
    height: 41px !important;
    width: 100%;
    max-width: 100%;
}

.cm_fund .form-group {
    margin-bottom: 10px;
}

.file_btn {
    padding: 5px 7px;
    background-color: #3f495e !important;
    border: 2px solid #3f495e;
    color: #fff !important;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
}

span.fileinput-button.file_btn span {
    color: #fff !important;
}

input.btn.add_btn {
    background-color: #133992 !important;
    border: 2px solid #133992 !important;
    border-radius: 5px;
}

    input.btn.add_btn:hover, input.btn.add_btn:focus {
        background-color: #0f275e !important;
        border: 2px solid #0f275e !important;
    }

.file_btn_width .input-group {
    display: inline-block;
    width: auto;
}

.pdf_link {
    display: inline-block;
}

label.lbl_file {
    margin-bottom: 0;
   
}

.total_amount {
    margin-top: 5px;
    float: right;
    font-size: 17px;
    font-weight: bold;
}

a.dt-button {
    background-color: #544e4e !important;
    border: 2px solid #544e4e !important;
    color: #fff !important;
    padding: 1px 11px !important;
    font-size: 13px !important;
    margin-bottom: 0 !important;
}

    a.dt-button:hover, a.dt-button:focus {
        background-color: #2c2929 !important;
        border: 2px solid #2c2929 !important;
    }

.cm_fund .dataTables_wrapper .dataTables_filter input {
    border-radius: 4px !important;
    margin-left: 6px;
    height: 41px;
}

.cm_fund .dataTables_wrapper .dataTables_paginate {
    padding-top: 10px;
}

.pera_txt_design {
    margin-bottom: 0;
}
.cm_left_menu {
    height: 100%;
    background-color: #111727;
    height: 100%;
}

.cm_left_menu .nav-list {
    padding:8px;
}

#sidebar .cm_left_menu ul.nav-list li a {
    color: #fff;
    height: auto;
    padding: 8px 10px !important;
    display:flex;
    align-items: center;
   /* background-color:var(--purple) !important;*/
}

#sidebar .cm_left_menu ul.nav-list li ul li a {
    /*background-color: #ebebf9;*/
    padding-left: 41px !important;
    color: #2d5670;
}

    #sidebar .cm_left_menu ul.nav-list li ul li a:hover, #sidebar .cm_left_menu ul.nav-list li ul li a:focus-visible, #sidebar .cm_left_menu ul.nav-list li ul li a:active {
        color: #fff;
        border: none ;
    }

#sidebar .cm_left_menu ul.nav-list li .btn-leftMenu:hover, #sidebar .cm_left_menu ul.nav-list li .btn-leftMenu:focus, #sidebar .cm_left_menu ul.nav-list li .btn-leftMenu:focus-visible, #sidebar .cm_left_menu ul.nav-list li .btn-leftMenu:active {
    /*background-color: rgb(255,255, 255, 0.3) !important;*/
    background-color: #3C46E2 !important;
    text-align: left;
    border-radius: 5px;
}

.Side_SubMenu {
    color: #ffffff !important;
    margin-top:5px;
    border-radius:5px;
}

.Side_SubMenu .submenu_item {
    background-color: #3C46E2 !important;
    color: #ffffff !important;
    border-radius:0;
}
    .Side_SubMenu .submenu_item:first-child {
        background-color: #3C46E2 !important;
        color: #ffffff !important;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .Side_SubMenu .submenu_item:hover {
        background-color: #6870F4 !important;
        color: #ffffff !important;
        border-radius: 0 !important;
    }

.main-content.cm_fund table.table thead tr th, .main-content .cm_fund table.table thead tr th {
    background-color: #636c7e !important;
}

.txt_value.text_area_scroll {
    overflow-y: auto;
}

.area_height {
    min-height: 120px;
}

.d_dashboard table.table tbody#tbodyDaschboard tr:first-child td {
    background-color: #366c8e !important;
}

.bg-red {
    background-color: #68b3a2;
}

.bg-purple {
    background-color: #932ab6;
}

.bg-green {
    background-color: rgb(121, 166, 223);
}

.bg-three {
    background-color: rgb(187, 150, 40);
}

.bg-four {
    background-color: rgb(140, 143, 147);
}

.bg-five {
    background-color: rgb(206, 107, 48);
}

.bg-six {
    background-color: rgb(210, 53, 112);
}

.bg-seven {
    background-color: #366c8e;
}

.bg-eight {
    background-color: rgb(149, 78, 15);
}

.bg-yellow {
    background-color: #f39c12;
}

.bg-aqua {
    background-color: #00c0ef;
}

.bg-teal {
    background-color: #39cccc;
}

.bg-teal1 {
    background-color: #0a84ff;
}

.table.table-bordered > tbody#tbodyDaschboard > tr:first-child td {
    background-color: #366c8e;
    color: #fff !important;
}

th.b_right_none {
    border-right: 0;
}

.txt_value.in_txt_area {
    min-height: 86px;
    overflow-y: auto;
}

.amount_tab input.form-control {
    margin: 0;
}

.amount_tab_1 thead tr th {
    background-color: #ccd1dd;
    color: #000;
}

.txt_value .bigger-120 {
    font-size: 15px !important;
    position: absolute;
    top: 10px;
    right: 5px;
}
/*
header.header_sec {
    position: fixed;
    width: 100%;
    z-index: 99999;
}
div#body {
    margin-top: 103px;
}*/
/*1-12-2022 E */
/* User right Button */
ul.logn_list li.tol_right {
}

    ul.logn_list li.tol_right a {
        background-color: transparent;
    }

        ul.logn_list li.tol_right a span.usr_name {
            color: #fff;
        }

        ul.logn_list11 li.tol_right a span.usr_name {
            color: #fff;
        }

        ul.logn_list li.tol_right a img.usr_img {
            max-width: 41px;
            border-radius: 50%;
        }

    ul.logn_list li.tol_right .udr_list {
        top: 49px;
    }

        ul.logn_list li.tol_right .udr_list li {
            display: block;
            text-align: left;
            background-color: #2b75a1;
        }

            ul.logn_list li.tol_right .udr_list li a {
                text-align: left;
                margin-left: 0;
                color: #fff;
                border-bottom: 1px solid #73a9cb;
                border-radius: 0;
            }

                ul.logn_list li.tol_right .udr_list li a:hover {
                    background-color: #185f8b;
                }

    ul.logn_list li.tol_right a.login_btn_hdr {
        background-color: #fff;
    }
/* User right Button E */

/* box_design */
.c_box {
    border: 2px solid #3782b2;
    border-radius: 5px;
    margin-top: 20px;
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.c_box h3.h3 {
    background-color: #2f81b3;
    color: #fff;
    padding: 6px 0;
    text-align: center;
    font-size: 23px;
    line-height: 1.3;
    margin: 0;
} 

.sraech_form_box {
    padding: 13px;
}

.srch_txt .txt_value {
    border-radius: 5px !important;
    margin-bottom: 15px;
}

button.btn.srch_btn {
    padding: 4px 16px;
    border-radius: 4px;
    background-color: #2b5bc3 !important;
    border: 2px solid #2b5bc3 !important;
}

button.btn.srch_btn:hover, button.btn.srch_btn:focus {
    background-color: #133a90 !important;
    border: 2px solid #133a90 !important;
}

.sraech_form_box .clr_btn {
    padding: 4px 16px;
    border-radius: 4px;
    background-color: #c92020 !important;
    border: 2px solid #c92020 !important;
}

.sraech_form_box .clr_btn:hover, .sraech_form_box .clr_btn:focus {
    background-color: #a70f0f !important;
    border: 2px solid #a70f0f !important;
}
/* box_design E*/
.widget-color-blue {
border-color: #4f6f8f !important;
}

.widget-color-blue > .widget-header {
    background: #4f6f8f !important;
    border-color: #4f6f8f !important;
}
.modal_row .txt_value {
    min-height: 41px;
    height: auto;
}
#removefileupload1 {
    cursor: pointer;
    font-weight: bold;
    background-color: #edc8c8;
    padding: 3px 7px;
    border-radius: 50%;
}
#removeUploadEnclosure {
    cursor: pointer;
    font-weight: bold;
    background-color: #edc8c8;
    padding: 3px 7px;
    border-radius: 50%;
}

.removeUploadEnclosure {
    cursor: pointer;
    font-weight: bold;
    background-color: #edc8c8;
    padding: 3px 7px;
    border-radius: 50%;
}

.dash_img {
    max-width: 49px;
    opacity: 0.4;
}
.CMFundsCattleFair {
    margin-top: 5px;
    content: url('../assets/white_icon/cattlefairfunds.png');
}
.CMFundsRelief {
    margin-top: 5px;
    content: url('../assets/white_icon/relieffunds.png');
}
.CMFundsSmallSavings {
    margin-top: 5px;
    content: url('../assets/white_icon/smallsavingfunds.png');
}
.CMFundsUntied {
    margin-top: 5px;
    content: url('../assets/white_icon/untiedfunds.png');
}
.CMFundsViveki {
    margin-top: 5px;
    content: url('../assets/white_icon/vivekifunds.png');
}
.Demands {
    margin-top: 5px;
    content: url('../assets/white_icon/dmand.png');
}
.Development {
    margin-top: 5px;
    content: url('../assets/white_icon/development.png');
}
.Grievances {
    margin-top: 5px;
    content: url('../assets/white_icon/grievances.png');
}
.CMPriorityProjects {
    margin-top: 5px;
    content: url('../assets/white_icon/priorityprojects.png');
}
.CMSeekSuggestions {
    margin-top: 5px;
    content: url('../assets/white_icon/suggestions.png');
}
.Transfers {
    margin-top: 5px;
    content: url('../assets/white_icon/transfers.png');
}
.CMMeetingsMinutes {
    margin-top: 5px;
    content: url('../assets/white_icon/meetings.png');
}
.CMAnnouncements {
    margin-top: 5px;
    content: url('../assets/white_icon/anouncemnts.png');
}
.CMMeetingAgenda {
    margin-top: 5px;
    content: url('../assets/white_icon/meetings.png');
}


.dash_coman {
    max-width: 42px;
}
.tabl_diry, .int_rdo {
    border: 1px solid #3a6d8d;
    padding: 9px 13px;
    padding-right: 50px;
    padding-top: 12px;
}


 