/* Include Open Sans font from Google Web Fonts */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400italic,600,600italic,700,700italic');

/* Preloader */
#page-wrapper.page-loading {
    overflow: hidden;
}

#page-wrapper.page-loading .preloader {
    display: block;
}

#page-wrapper.page-loading #page-container {
    opacity: 0;
}

.preloader {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333333;
    z-index: 99999;
}

.preloader .inner {
    position: fixed;
    top: 20%;
    left: 50%;
    margin: 0 0 0 -50px;
    width: 100px;
    height: 100px;
    text-align: center;
}

.preloader-spinner {
    width: 24px;
    height: 24px;
    border: 3px solid transparent;
    border-left-color: #ffffff;
    border-right-color: #ffffff;
    border-top-color: #ffffff;
    border-radius: 50%;
    -webkit-animation: nprogress-spinner .4s linear infinite;
    -moz-animation: nprogress-spinner .4s linear infinite;
    -ms-animation: nprogress-spinner .4s linear infinite;
    -o-animation: nprogress-spinner .4s linear infinite;
    animation: nprogress-spinner .4s linear infinite;
}

.preloader-spinner {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-width: 3px;
}

/* Main Structure */
body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #044656;
    font-size: 13px;
    background-color: #222222;
}

#page-container,
#main-container,
#page-content + footer {
    min-width: 320px;
}

#page-container {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    overflow-x: hidden;
    -webkit-transition: background-color 0.2s ease-out, opacity 0.3s ease-out;
    transition: background-color 0.2s ease-out, opacity 0.3s ease-out;
}

#page-container,
#sidebar,
#sidebar-alt {
    background-color: #044656;
}

#sidebar,
#sidebar-alt {
    width: 0;
    position: absolute;
    overflow: hidden;
}

#sidebar-alt {
    right: 0;
}

#sidebar,
#sidebar-alt,
#main-container,
.header-fixed-top header,
.header-fixed-bottom header,
.footer-fixed #page-content + footer {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#page-content {
    padding: 10px 5px 1px;
    background-color: #eaedf1;
}

#page-content + footer {
    padding: 9px 10px;
    font-size: 11px;
    background-color: #ffffff;
    border-top: 1px solid #dbe1e8;
}

/* Fixed Header */
#page-container.header-fixed-top {
    padding: 50px 0 0;
}

#page-container.header-fixed-bottom {
    padding: 0 0 50px;
}

/* Sidebar + Static Header */
.sidebar-visible-xs #sidebar {
    width: 240px;
}

.sidebar-visible-xs #main-container {
    margin-left: 240px;
    margin-right: -200px;
}

/* Sidebar + Fixed Header */
.header-fixed-top #sidebar,
.header-fixed-bottom #sidebar {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
}

.header-fixed-top .sidebar-content,
.header-fixed-bottom .sidebar-content {
    padding-bottom: 50px;
}

.sidebar-visible-xs.header-fixed-top header.navbar-fixed-top,
.sidebar-visible-xs.header-fixed-bottom header.navbar-fixed-bottom {
    left: 240px;
    right: -240px;
}

/* Alternative Sidebar + Static Header */
.sidebar-alt-visible-xs #sidebar-alt {
    width: 240px;
}

.sidebar-alt-visible-xs #main-container {
    margin-right: 240px;
    margin-left: -240px;
}

/* Alternative Sidebar + Fixed Header */
.header-fixed-top #sidebar-alt,
.header-fixed-bottom #sidebar-alt {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
}

.sidebar-alt-visible-xs.header-fixed-top header.navbar-fixed-top,
.sidebar-alt-visible-xs.header-fixed-bottom header.navbar-fixed-bottom {
    right: 240px;
    left: -240px;
}

/* Fixed Footer */
.footer-fixed #page-content + footer {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999;
}

.footer-fixed #page-content {
    padding-bottom: 41px;
}

.footer-fixed.sidebar-visible-xs #page-content + footer {
    right: -240px;
    left: 240px;
}

.footer-fixed.sidebar-alt-visible-xs #page-content + footer {
    right: 240px;
    left: -240px;
}

.footer-fixed.header-fixed-bottom #page-content + footer {
    bottom: 50px;
}

/*
=================================================================
(#m02hds) HEADER
=================================================================
*/

header.navbar-default,
header.navbar-inverse {
    padding: 0;
    margin: 0;
    min-width: 320px;
    border: none;
}

header.navbar-default.navbar-fixed-top {
    border-bottom: 1px solid #eaedf1;
}

header.navbar-default.navbar-fixed-bottom {
    border-top: 1px solid #eaedf1;
}

header.navbar-inverse.navbar-fixed-top {
    border-bottom: 1px solid #044656;
}

header.navbar-inverse.navbar-fixed-bottom {
    border-top: 1px solid #044656;
}

/* Header Nav */
.navbar-default .navbar-nav > li > a {
    color: #044656;
}

.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #ffffff;
    background-color: #044656;
}

.navbar-inverse .collapse.in .navbar-nav .open .dropdown-menu > li > a {
    color: #dddddd;
}

.nav.navbar-nav-custom {
    float: left;
    margin: 0;
}

.nav.navbar-nav-custom > li {
    min-height: 50px;
    float: left;
}

.nav.navbar-nav-custom > li > a {
    min-width: 50px;
    padding: 5px 7px;
    height: 50px;
    line-height: 34px;
    text-align: center;
    font-size: 31px;
    color: #044656;
    position: relative;
    border-radius: 11px;
    background: #f6f6f6;
    box-shadow: 0px 0 15px rgb(60 77 98 / 30%);
}

.nav.navbar-nav-custom > li > a .gi,
.nav.navbar-nav-custom > li > a .hi,
.nav.navbar-nav-custom > li > a .si,
.nav.navbar-nav-custom > li > a .fi {
    margin-top: -3px;
}

.nav.navbar-nav-custom > li > a .label-indicator {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    font-weight: 600;
}

.navbar-fixed-bottom .nav.navbar-nav-custom > li > a .label-indicator {
    top: auto;
    bottom: 0;
}

.navbar-inverse .nav.navbar-nav-custom > li > a {
    color: #ffffff;
}

.nav.navbar-nav-custom > li.open > a,
.nav.navbar-nav-custom > li > a:hover,
.nav.navbar-nav-custom > li > a:focus {
    background-color: #044656;
    color: #ffffff;
}

.nav.navbar-nav-custom > li > a > img {
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 20px;
    vertical-align: top;
}

/* Header Search */
.navbar-form {
    margin: 7px 0;
}

.collapsing .navbar-form,
.collapse.in .navbar-form {
    margin-left: -15px;
    margin-right: -15px;
}

.collapsing .navbar-form .form-group,
.collapse.in .navbar-form .form-group {
    margin-bottom: 0;
}

.navbar-form-custom {
    padding: 0;
    width: 100px;
    float: left;
    height: 50px;
}

.navbar-form-custom .form-control {
    padding: 10px;
    margin: 0;
    height: 50px;
    font-size: 15px;
    background: transparent;
    border: none;
    z-index: 2000;
}

.navbar-form-custom .form-control:hover,
.navbar-form-custom .form-control:focus {
    background-color: #ffffff;
}

.navbar-form-custom .form-control:focus {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 18px;
    padding: 10px 20px;
}

.navbar-inverse .navbar-form-custom .form-control {
    color: #ffffff;
}

.navbar-inverse .navbar-form-custom .form-control:hover,
.navbar-inverse .navbar-form-custom .form-control:focus {
    background: #000000;
    color: #ffffff;
}

/*
=================================================================
(#m03sns) SIDEBAR/NAVIGATION
=================================================================
*/

/* Sidebar Content */
.sidebar-content {
    width: 240px;
    color: #ffffff;
}

.sidebar-section {
    padding: 10px;
}

/* Sidebar Brand + Title */
.sidebar-brand,
.sidebar-title {
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    margin: 0;
    font-weight: 300;
    font-size: 18px;
    display: block;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.15);
}

a.sidebar-brand:hover,
a.sidebar-brand:focus,
a.sidebar-title:hover,
a.sidebar-title:focus {
    background-color: #044656;
    color: #ffffff;
    text-decoration: none;
}

.sidebar-brand i,
.sidebar-title i {
    font-size: 14px;
    display: inline-block;
    width: 18px;
    text-align: center;
    margin-right: 10px;
    opacity: 0.5;
}

.sidebar-title i.pull-left {
    margin: 20px 10px 0 0;
}

.sidebar-title i.pull-right {
    margin: 20px 0 0 10px;
}

/* Sidebar User */
.sidebar-user {
    padding-left: 88px;
    background: rgba(255, 255, 255, 0.1);
}

.sidebar-user-avatar {
    width: 68px;
    height: 68px;
    float: left;
    padding: 2px;
    margin-left: -78px;
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.75);
}

.sidebar-user-avatar img {
    width: 64px;
    height: 64px;
    border-radius: 32px;
}

.sidebar-user-name {
    font-size: 17px;
    font-weight: 300;
    margin-top: 10px;
    line-height: 26px;
}

.sidebar-user-links a {
    color: #ffffff;
    opacity: 0.3;
    margin-right: 5px;
}

.sidebar-user-links a:hover,
.sidebar-user-links a:focus {
    color: #ffffff;
    text-decoration: none;
    opacity: 1;
}

.sidebar-user-links a > i {
    font-size: 14px;
}

/* Sidebar Color Themes */
.sidebar-themes {
    list-style: none;
    margin: 0;
    padding-top: 12px;
    padding-bottom: 6px;
    background: rgba(0, 0, 0, 0.15);
    opacity: .5;
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
}

.sidebar-themes:hover {
    opacity: 1;
}

.sidebar-themes li {
    float: left;
    margin: 0 5px 6px 0;
}

.sidebar-themes li a {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    border-width: 2px;
    border-style: solid;
}

.sidebar-themes li a:hover,
.sidebar-themes li a:focus {
    border-color: #ffffff !important;
}

.sidebar-themes li.active a {
    border-color: #ffffff !important;
}

/* Sidebar Chat */
.chat-users {
    list-style: none;
    margin: 0;
    padding: 10px;
}

.chat-users li {
    float: left;
    margin: 0;
    padding: 3px;
}

.chat-users a {
    position: relative;
    display: inline-block;
    padding: 2px;
    width: 52px;
    height: 52px;
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.10);
}

.chat-users a span {
    position: absolute;
    top: 0;
    right: 0;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #cccccc;
}

.chat-users a img {
    width: 48px;
    height: 48px;
    opacity: 0.5;
}

.chat-users a.chat-user-online,
.chat-users a.chat-user-away,
.chat-users a.chat-user-busy {
    background: rgba(255, 255, 255, 0.75);
}

.chat-users a.chat-user-online span {
    background-color: #2ecc71;
}

.chat-users a.chat-user-away span {
    background-color: #f39c12;
}

.chat-users a.chat-user-busy span {
    background-color: #e74c3c;
}

.chat-users a:hover {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 4px 2px #999999;
    box-shadow: 0 0 4px 2px #999999;
}

.chat-users a:hover img,
.chat-users a.chat-user-online img,
.chat-users a.chat-user-away img,
.chat-users a.chat-user-busy img {
    opacity: 1;
}

.chat-talk-info {
    line-height: 22px;
    font-size: 13px;
}

.chat-talk-info img {
    width: 22px;
    height: 22px;
    float: left;
    margin-right: 10px;
}

.chat-talk-messages {
    list-style: none;
    margin: 0;
    padding: 5px 0;
    background: rgba(0, 0, 0, 0.20);
}

.chat-talk-messages li {
    padding: 7px 10px;
    margin-bottom: 7px;
}

.chat-talk-messages .chat-talk-msg {
    width: 180px;
    margin-right: 20px;
    border-right: 3px solid #fff;
    background: rgba(0, 0, 0, 0.40);
}

.chat-talk-messages .chat-talk-msg.chat-talk-msg-highlight {
    margin-right: 0;
    margin-left: 20px;
    border-right: none;
    border-left-width: 3px;
    border-left-style: solid;
}

.chat-form {
    margin: 0;
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.40);
}

.chat-form .form-control {
    background: transparent;
    color: #eeeeee;
}

/* Sidebar Navigation */
.sidebar-nav {
    list-style: none;
    margin: 0;
    padding: 10px 0 0;
}

.sidebar-nav .sidebar-header:first-child {
    margin-top: 0;
}

.sidebar-nav a {
    display: block;
    color: #eaedf1;
    padding: 0 10px;
    min-height: 35px;
    line-height: 35px;
}

.sidebar-nav a:hover,
.sidebar-nav a:focus,
.sidebar-nav a.open,
.sidebar-nav li.active > a {
    color: #ffffff;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.15);
}

.sidebar-nav a.active {
    padding-left: 5px;
    border-left: 5px solid #044656;
    background: rgba(0, 0, 0, 0.3);
}

.sidebar-nav a > .sidebar-nav-icon {
    margin-right: 10px;
}

.sidebar-nav a > .sidebar-nav-indicator {
    float: right;
    line-height: inherit;
    margin-left: 4px;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.sidebar-nav a > .sidebar-nav-icon,
.sidebar-nav a > .sidebar-nav-indicator {
    display: inline-block;
    opacity: 0.5;
    width: 18px;
    font-size: 14px;
    text-align: center;
}

.sidebar-nav a:hover,
.sidebar-nav a:hover > .sidebar-nav-icon,
.sidebar-nav a:hover > .sidebar-nav-indicator,
.sidebar-nav a.active,
.sidebar-nav a.active > .sidebar-nav-icon,
.sidebar-nav a.active > .sidebar-nav-indicator,
.sidebar-nav a.open,
.sidebar-nav a.open > .sidebar-nav-icon,
.sidebar-nav a.open > .sidebar-nav-indicator,
.sidebar-nav li.active > a,
.sidebar-nav li.active > a > .sidebar-nav-icon,
.sidebar-nav li.active > a > .sidebar-nav-indicator {
    opacity: 1;
}

.sidebar-nav a.active > .sidebar-nav-indicator,
.sidebar-nav a.open > .sidebar-nav-indicator,
.sidebar-nav li.active > a > .sidebar-nav-indicator {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.sidebar-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    background: rgba(0, 0, 0, 0.3);
}

.sidebar-nav li.active > ul {
    display: block;
}

.sidebar-nav ul a {
    margin: 0;
    font-size: 12px;
    padding-left: 15px;
    min-height: 32px;
    line-height: 32px;
}

.sidebar-nav ul a.active,
.sidebar-nav ul a.active:hover {
    border-left: 5px solid #044656;
    padding-left: 10px;
}

.sidebar-nav ul ul {
    background: rgba(0, 0, 0, 0.4);
}

.sidebar-nav ul ul a {
    padding-left: 25px;
}

.sidebar-nav ul ul a.active,
.sidebar-nav ul ul a.active:hover {
    padding-left: 20px;
}

/* Sidebar Header */
.sidebar-header {
    margin: 10px 0 0;
    padding: 10px;
    line-height: 12px;
}

.sidebar-header + .sidebar-section {
    padding-top: 0px;
    padding-bottom: 0px;
}

.sidebar-header .sidebar-header-title {
    color: #ffffff;
    font-size: 11px;
    text-transform: uppercase;
    opacity: 0.5;
}

.sidebar-header-options {
    float: right;
    display: inline-block;
}

.sidebar-header-options > a,
.sidebar-nav .sidebar-header-options a {
    float: right;
    margin: 0;
    padding: 0;
    min-height: 0;
    line-height: inherit;
    display: block;
    min-width: 18px;
    text-align: center;
    color: #ffffff;
    opacity: 0.3;
}

.sidebar-header-options a.active,
.sidebar-header-options a:hover,
.sidebar-header-options a:focus,
.sidebar-nav .sidebar-header-options a.active,
.sidebar-nav .sidebar-header-options a:hover,
.sidebar-nav .sidebar-header-options a:focus {
    background: none;
    color: #ffffff;
    opacity: 1;
}

.sidebar-header-options a > i {
    font-size: 14px;
}

/*
=================================================================
(#m04mcs) MAIN CONTENT
=================================================================
*/

/* Content Header */
.content-header {
    background-color: #ffffff;
    border-top: 1px solid #eaedf1;
    border-bottom: 1px solid #dbe1e8;
}

.content-header h1,
.content-header h2 {
    margin: 0;
    font-size: 26px;
    line-height: 32px;
}

.content-header small
.content-header small{
    font-size: 17px;
}

.header-section h1 i {
    font-size: 56px;
    float: right;
    margin: 2px 0 0 10px;
    color: #eaedf1;
    margin: 0 0 0 10px;
    line-height: 64px;
}

.header-section {
    padding: 12px 10px;
}

.content-header,
.content-top {
    margin: -10px -5px 10px;
}

.content-top {
    background-color: #ffffff;
    border-bottom: 1px solid #dbe1e8;
}

.content-header-media {
    position: relative;
    height: 248px;
    overflow: hidden;
    border-top-color: #222222;
}

.content-header-media .header-section {
    z-index: 200;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: #ffffff;
       background: rgba(11, 32, 51, 0.85);
}

.content-header-media small,
.content-header-media i {
    color: #dddddd;
}

.content-header-media > img {
    position: absolute;
    top: 0;
    left: 50%;
    width: 2560px;
    height: 248px;
    margin-left: -1280px;
}

.content-header-media > .content-header-media-map {
    height: 270px;
}

/* Blocks */
.block {
    margin: 0 0 10px;
    padding: 20px 15px 1px;
    background-color: #ffffff;
    border: 1px solid #dbe1e8;
}

.block.full {
    padding: 20px 15px;
}

.block .block-content-full {
    margin: -20px -15px -1px;
}

.block .block-content-mini-padding {
    padding: 8px;
}

.block.full .block-content-full {
    margin: -20px -15px;
}

.block .tab-content .block-content-full,
.block.full .tab-content .block-content-full {
    margin-top: -19px !important;
}

.block-title {
    margin: -20px -15px 20px;
    background-color: #f9fafc;
    border-bottom: 1px solid #eaedf1;
}

.block-title h1,
.block-title h2,
.block-title h3,
.block-title h4,
.block-title h5,
.block-title h6 {
    display: inline-block;
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
    padding: 10px 16px 7px;
    font-weight: normal;
}

.block-title h1 small,
.block-title h2 small,
.block-title h3 small,
.block-title h4 small,
.block-title h5 small,
.block-title h6 small {
    font-size: 13px;
    color: #777777;
    font-weight: normal;
}

.block-title h1,
.block-title h2,
.block-title h3 {
    padding-left: 15px;
    padding-right: 15px;
}

.block-title .nav-tabs,
.block-options {
    min-height: 40px;
    line-height: 38px;
}

.block-title .nav-tabs {
    padding: 3px 1px 0;
    border-bottom: none;
}

.block-title .nav-tabs > li > a {
    border-bottom: none;
}

.block-title .nav-tabs {
    margin-bottom: -2px;
}

.block-title .nav-tabs > li > a {
    margin-bottom: 0;
}

.block-title .nav-tabs > li > a:hover {
    background: none;
}

.block-title .nav-tabs > li.active > a,
.block-title .nav-tabs > li.active > a:hover,
.block-title .nav-tabs > li.active > a:focus {
    border: 1px solid #eaedf1;
    border-bottom-color: #ffffff;
    background-color: #ffffff;
}

.block-title code {
    padding: 2px 3px;
}

.block-options {
    margin: 0 6px;
    line-height: 37px;
}

.block-options .label {
    display: inline-block;
    padding: 6px;
    vertical-align: middle;
    font-size: 13px;
}

.block-top {
    margin: -20px -15px 20px;
    border-bottom: 1px dotted #dbe1e8;
}

.block-section {
    margin-bottom: 20px;
}

.block.block-fullscreen {
    position: fixed;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    z-index: 1031;
    margin-bottom: 0;
    overflow-y: auto;
}

/* Widgets */
.widget {
    background-color: #ffffff;
    margin-bottom: 10px;
}

.widget .widget-extra-full,
.widget .widget-extra {
    position: relative;
    padding: 15px;
}

.widget .widget-extra {
    padding-top: 1px;
    padding-bottom: 1px;
}

.widget .widget-content-light {
    color: #ffffff;
}

.widget .widget-content-light small {
    color: #eeeeee;
}

.widget .widget-image,
.widget .widget-icon {
    width: 64px;
    height: 64px;
}

.widget .widget-icon {
    display: inline-block;
    line-height: 64px;
    text-align: center;
    font-size: 28px;
    color: #ffffff;
    border-radius: 32px;
}

.widget .widget-icon .gi,
.widget .widget-icon .si,
.widget .widget-icon .hi,
.widget .widget-icon .fi {
    margin-top: -3px;
}

.widget .widget-options,
.widget .widget-options-left {
    position: absolute;
    top: 5px;
    opacity: 0.5;
}

.widget .widget-options {
    right: 5px;
}

.widget .widget-options-left {
    left: 5px;
}

.widget .widget-options:hover,
.widget .widget-options-left:hover {
    opacity: 1;
}

.widget-simple {
    padding: 15px;
}

.widget-simple:before,
.widget-simple:after {
    content:" ";
    display:table;
}

.widget-simple:after{
    clear:both;
}

.widget-simple .widget-image,
.widget-simple .widget-icon {
    margin: 0 15px;
}

.widget-simple .widget-image.pull-left,
.widget-simple .widget-icon.pull-left {
    margin-left: 0;
}

.widget-simple .widget-image.pull-right,
.widget-simple .widget-icon.pull-right {
    margin-right: 0;
}

.widget-simple .widget-content {
    font-size: 18px;
    margin: 12px 0;
}

.widget-simple .widget-content small {
    display: block;
    margin-top: 7px;
    font-size: 13px;
    font-weight: 400;
}

.widget-advanced .widget-header {
    position: relative;
    padding: 15px 15px 50px;
    height: 150px;
    overflow: hidden;
}

.widget-advanced .widget-background {
    position: absolute;
    top: 0;
    left: 0;
    height: 150px;
}

.widget-advanced .widget-background-map {
    height: 180px;
    width: 100%;
}

.widget-advanced .widget-content-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    margin: 0;
    background: rgba(0, 0, 0, 0.6);
}

.widget-advanced .widget-main {
    position: relative;
    padding: 50px 15px 15px;
}

.widget-advanced .widget-image-container {
    position: absolute;
    display: inline-block;
    padding: 5px;
    width: 74px;
    height: 74px;
    top: -36px;
    left: 50%;
    margin-left: -36px;
    border-radius: 36px;
    background-color: #ffffff;
}

.widget-advanced .widget-header .widget-image-container {
    position: static;
    left: auto;
    top: auto;
    margin: 0;
}

.widget-advanced-alt .widget-header,
.widget-advanced-alt .widget-main {
    padding: 15px;
}

.widget-advanced-alt .widget-header {
    height: auto;
    min-height: 150px;
}

/* Link Widgets */
a.widget {
    display: block;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

a.widget:hover,
a.widget:focus,
a.widget:active {
    text-decoration: none;
}

a.widget.widget-hover-effect1:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

a.widget.widget-hover-effect1:active {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

a.widget.widget-hover-effect2:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-shadow: inset 0 -5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 -5px 0 rgba(0, 0, 0, 0.2);
}

a.widget.widget-hover-effect2:active {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.widget.widget-hover-effect3:hover {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
}

a.widget.widget-hover-effect3:active {
    -webkit-transform: rotate(2deg) scale(0.95);
    transform: rotate(2deg) scale(0.95);
}

a.widget.widget-hover-effect4:hover {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
}

a.widget.widget-hover-effect4:active {
    -webkit-transform: rotate(-1deg) scale(0.95);
    transform: rotate(-1deg) scale(0.95);
}

/* Content which contains floats */
.content-float .pull-left {
    margin: 0 20px 20px 0;
}

.content-float .pull-right {
    margin: 0 0 20px 20px;
}

/* Draggable Blocks */
.draggable-blocks .block-title {
    cursor: move;
}

.draggable-placeholder {
    background-color: #dddddd;
    border: 1px dashed #999999;
    margin-bottom: 10px;
}

/* Scroll to top link */
#to-top {
    display: none;
    position: fixed;
    bottom: 55px;
    left: 5px;
    border-radius: 3px;
    padding: 0 12px;
    font-size: 28px;
    text-align: center;
    color: #ffffff;
    background-color: #000000;
    opacity: 0.1;
}

#to-top:hover {
    color: #ffffff;
    background-color: #044656;
    text-decoration: none;
    opacity: 1;
}

/*
=================================================================
(#m05pgs) PAGES
=================================================================
*/

/* Login */
#login-background {
    width: 100%;
    height: 224px;
    overflow: hidden;
    position: relative;
}

#login-background > img {
    position: absolute;
    width: 2560px;
    height: 400px;
    left: 50%;
    margin-left: -1280px;
}

#login-alt-container {
    display: none;
}

#login-container,
#login-alt-container {
    position: absolute;
    width: 300px;
    top: 10px;
    left: 50%;
    margin-left: -150px;
    z-index: 1000;
}

#login-container .login-title {
    padding: 20px 10px;
    /*background: rgb(4, 70, 86, 0.3);*/
    background: #fff;
}

#login-container .login-title h1,
#login-alt-container h1 {
    font-size: 26px;
    color: #ffffff;
}

#login-container .login-title h1 small,
#login-alt-container h1 small {
    font-size: 16px;
    color: #dddddd;
}

#login-container > .block {
    border: none;
}

#login-container .register-terms {
    line-height: 30px;
    margin-right: 10px;
    float: left;
}

/* Full Background Image */
img.full-bg {
    min-height: 100%;
    min-width: 1280px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
}

@media screen and (max-width: 1280px) {
    img.full-bg {
        left: 50%;
        margin-left: -640px;
    }
}

/* Full Page Container */
.full-page-container {
    position: absolute;
    width: 300px;
    padding: 10px;
    top: 20px;
    left: 50%;
    margin-left: -150px;
    z-index: 1000;
    background-color: #333333;
    background-color: rgba(0,0,0,.5);
}

.full-page-section {
    padding: 25px 0;
    margin: 25px -10px;
    background-color: #000000;
    background-color: rgba(0,0,0,.15);
}

/* Countdown */
.countdown-con {
    color: #ffffff;
    text-align: center;
}

.countdown-con .countdown-num {
    font-size: 56px;
    font-weight: bold;
}

.countdown-con .countdown-info {
    font-size: 16px;
    color: rgba(255, 255, 255, .6);
}

/* Calendar */
.calendar-events {
    list-style: none;
    margin: 0;
    padding: 0;
}

.calendar-events li {
    color: #ffffff;
    margin-bottom: 5px;
    padding: 5px 10px;
    border-radius: 3px;
    background-color: #555555;
    opacity: 0.85;
}

.calendar-events li:hover {
    cursor: move;
    opacity: 1;
}

/* Gallery */
.gallery img, .gallery a img, .gallery-image img, a[data-toggle="lightbox-image"] img {
    max-width: 100%;
}

a[data-toggle="lightbox-image"],
a.gallery-link {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.gallery a:hover img,
.gallery-image:hover img,
a[data-toggle="lightbox-image"]:hover img {
    opacity: 0.75;
}

.gallery-image {
    position: relative;
}

.gallery-image-options {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    padding: 10px;
}

.gallery-image:hover .gallery-image-options {
    display: block;
}

.gallery > .row > div {
    margin-bottom: 15px;
}

.gallery.gallery-widget > .row > div {
    margin-bottom: 0;
    padding-top: 7px;
    padding-bottom: 7px;
}

/* Media Items */
.media-items {
    position: relative;
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
    background-color: #f9f9f9;
    border: 2px solid #f1f1f1;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
}

.media-items:hover {
    border-color: #cccccc;
}

.media-items:hover .media-items-options {
    display: block;
}

.media-items .media-items-options {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 10px;
    display: none;
}

.media-items .media-items-content {
    padding: 40px 0 20px;
}

/* Charts */
.pie-chart .pie-avatar {
    position: absolute;
    top: 8px;
    left: 8px;
}

.chart {
    height: 360px;
}

.chart-tooltip,
.mini-chart-tooltip {
    position: absolute;
    display: none;
    color: #ffffff;
    background-color: #000000;
    padding: 4px 10px;
}

.chart-pie-label {
     font-size: 12px;
     text-align: center;
     padding: 8px 12px;
     color: #ffffff;
}

.mini-chart-tooltip {
    left: 0;
    top: 0;
    visibility: hidden;
}

.legend table td {
    padding: 4px;
    font-size: 14px;
}

/* Timeline */
.timeline {
    position: relative;
}

.timeline-header {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    padding: 0 15px;
    min-height: 60px;
    line-height: 60px;
    background-color: #ffffff;
    border-bottom: 2px solid #f0f0f0;
    z-index: 500;
}

.timeline-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.timeline-list:after {
    position: absolute;
    display: block;
    width: 2px;
    top: 0;
    left: 95px;
    bottom: 0;
    content: "";
    background-color: #f0f0f0;
    z-index: 1;
}

.timeline-header + .timeline-list:after {
    top: 60px;
}

.timeline-list li {
    position: relative;
    margin: 0;
    padding: 15px 0;
}

.timeline-list.timeline-hover li:hover {
    background-color: #f9f9f9;
}

.timeline-list .timeline-icon {
    position: absolute;
    left: 80px;
    top: 10px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 15px;
    z-index: 500;
}

.timeline-list .active .timeline-icon {
    background-color: #044656;
    border-color: #044656;
    color: #ffffff;
}

.timeline-list .timeline-time {
    float: left;
    width: 70px;
    text-align: right;
}

.timeline-list .timeline-content {
    margin-left: 120px;
}

.block-content-full .timeline-content {
    padding-right: 20px;
}

.media-feed {
    margin-bottom: 0;
}

.media-feed > .media {
    margin-top: 0;
    padding: 20px 20px 0;
    border-top: 1px dotted #dbe1e8;
}

.media-feed > .media:first-child {
    border-top: none;
}

.media-feed.media-feed-hover > .media:hover {
    background-color: #f9f9f9;
}

/* Error */
#error-container {
    padding: 120px 20px;
    position: relative;
}

#error-container .error-options {
    position: absolute;
    top: 20px;
    left: 20px;
}

#error-container h1 {
    font-size: 96px;
    color: #ffffff;
    margin-bottom: 40px;
}

#error-container h2 {
    color: #cccccc;
    margin-bottom: 40px;
    line-height: 1.4;
}

#error-container form {
    padding: 20px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.1);
}

#error-container .form-control {
    border-color: #ffffff;
}

/* Pricing Table */
.table.table-pricing {
    background-color: #ffffff;
}

.table-pricing th,
.table-pricing td {
    text-align: center;
}

.table-pricing th {
    font-size: 24px !important;
}

.table-pricing td {
    font-size: 15px;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.table-pricing .table-price {
    background-color: #f9f9f9;
}

.table-pricing.table-featured .table-price,
.table-pricing .table-price.table-featured {
    background-color: #252525;
}

.table-pricing.table-featured th,
.table-pricing th.table-featured {
    background-color: #044656;
    border-bottom: 2px solid #044656;
    color: #ffffff;
}

.table-pricing.table-featured td,
.table-pricing td.table-featured {
    background-color: #044656;
    color: #ffffff;
}

/* Chat UI */
.chatui-container {
    position: relative;
}

.chatui-people,
.chatui-talk {
    overflow-y: hidden;
}

.chatui-people .chatui-header {
    font-size: 14px;
    line-height: 14px;
    color: #999999;
    text-transform: uppercase;
    padding: 5px 20px;
}

.chatui-people hr {
    border-top-color: #252525;
    border-top-color: rgba(0, 0, 0, 0.25);
}

.chatui-people .list-group-item {
    background: transparent;
    min-height: 52px;
    border: 0;
    border-radius: 0 !important;
}

.chatui-people .list-group-item .badge {
    margin-top: 7px;
}

.chatui-people .list-group-item .list-group-item-heading {
    color: #ffffff;
    line-height: 32px;
    margin: 0;
}

.chatui-people .list-group-item:hover,
.chatui-people .list-group-item:focus {
    background: rgba(0, 0, 0, 0.2);
}

.chatui-people .list-group-item img {
    float: left;
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.chatui-talk {
    top: 0;
    bottom: 50px;
}

.chatui-talk ul {
    padding: 15px;
    margin: 0;
    list-style: none;
}

.chatui-talk li {
    padding: 5px 10px;
    margin-bottom: 7px;
}

.chatui-talk .chatui-talk-msg {
    padding: 15px 10px;
    padding-right: 50px;
    border-left: 5px solid #333333;
    background-color: #f6f6f6;
    position: relative;
}

.chatui-talk .chatui-talk-msg.chatui-talk-msg-highlight {
    padding-left: 50px;
    border-left: none;
    border-right-width: 5px;
    border-right-style: solid;
}

.chatui-talk-msg .chatui-talk-msg-avatar {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 32px;
    height: 32px;
}

.chatui-talk-msg.chatui-talk-msg-highlight .chatui-talk-msg-avatar {
    top: 8px;
    right: auto;
    left: 8px;
}

.chatui-input {
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #eeeeee;
}

/* Tasks */
.task-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.task-list li {
    padding: 15px 40px 15px 15px;
    margin-bottom: 10px;
    background-color: #ffffff;
    border-radius: 3px;
    position: relative;
    -webkit-transition: box-shadow 0.15s ease-out;
    transition: box-shadow 0.15s ease-out;
}

.task-list li:hover {
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

.task-list li.in-1x {
    margin-left: 15px;
}

.task-list li.in-2x {
    margin-left: 30px;
}

.task-list li > .task-close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #000000;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}

.task-list li:hover > .task-close {
    opacity: .25;
}

.task-list li.task-done {
    opacity: .50;
}

.task-list li.task-done > label {
    text-decoration: line-through;
}

/*
=================================================================
(#m06bos) BOOTSTRAP OVERWRITE/EXTEND STYLES
=================================================================
*/

/* Navbar */
.navbar.navbar-default {
    background-color: #f9fafc;
    background: #FFFFFF;
    padding: 17px 23px;
    padding-left: 0;
    box-shadow: 0px 18px 15px rgba(0, 0, 0, 0.014);
}
.nav.navbar-nav-custom.pull-right > li > a {
    box-shadow: none!important;
    background: #fff;
}
.navbar.navbar-inverse {
    background-color: #4c5471;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    border-width: 0;
}

/* Typography */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small,
.h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small,
h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small,
.h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    font-weight: 300;
    color: #777777;
}

h1, h2, h3 {
    margin-bottom: 15px;
}

.text-primary,
.text-primary:hover,
a,
a:hover,
a:focus,
a.text-primary,
a.text-primary:hover,
a.text-primary:focus {
    color: #044656;
}

.text-danger,
.text-danger:hover,
a.text-danger,
a.text-danger:hover,
a.text-danger:focus {
    color: #e74c3c;
}

.text-warning,
.text-warning:hover,
a.text-warning,
a.text-warning:hover,
a.text-warning:focus {
    color: #e67e22;
}

.text-success,
.text-success:hover,
a.text-success,
a.text-success:hover,
a.text-success:focus {
    color: #27ae60;
}

.text-info,
.text-info:hover,
a.text-info,
a.text-info:hover,
a.text-info:focus {
    color: #3498db;
}

.text-muted,
.text-muted:hover,
a.text-muted,
a.text-muted:hover,
a.text-muted:focus {
    color: #999999;
}

.text-light,
.text-light:hover,
a.text-light,
a.text-light:hover,
a.text-light:focus {
    color: #ffffff;
}

b, strong {
    font-weight: 600;
}

ul,
ol {
    padding-left: 30px;
}

.list-li-push li {
    margin-bottom: 10px;
}

p {
    line-height: 1.6;
}

article p {
    font-size: 16px;
    line-height: 1.8;
}

.well {
    background-color: #f9f9f9;
    border: 1px solid #eeeeee;
}

.page-header {
    border-bottom-width: 1px;
    border-bottom-color: #dddddd;
    margin: 30px 0 20px;
}

.sub-header {
    margin: 10px 0 20px;
    padding: 10px 0;
    border-bottom: 1px dotted #dddddd;
}

blockquote {
    border-left-width: 3px;
}

blockquote {
    margin: 20px 0;
    padding: 30px 60px 30px 20px;
    position: relative;
    width: 100%;
    border-color: #eaedf1;
}

blockquote:before {
    display: block;
    content: "\201C";
    font-family: serif;
    font-size: 96px;
    position: absolute;
    right: 10px;
    top: -30px;
    color: #eaedf1;
}

blockquote.pull-right:before {
    left: 10px;
    right: auto;
}

/* Forms */
label {
    font-weight: 600;
}

fieldset legend {
    font-size: 16px;
    padding: 30px 0 10px;
    border-bottom: 2px solid #eaedf1;
}

input[type="file"] {
    padding-top: 7px;
}

input[type="text"].form-control,
input[type="password"].form-control,
input[type="email"].form-control,
textarea.form-control {
    -webkit-appearance: none;
}

.form-control {
    font-size: 13px;
    padding: 6px 8px;
    max-width: 100%;
    margin: 1px 0;
    color: #044656;
    border-color: #dbe1e8;
}

.form-control-borderless .form-control,
.form-control-borderless .input-group-addon,
.form-control-borderless,
.form-control-borderless:focus {
    border: transparent !important;
}

.input-group {
    margin-top: 1px;
    margin-bottom: 1px;
}

.input-group .form-control {
    margin-top: 0;
}

.form-control:focus {
    border-color: #044656;
}

.help-block {
    color: #777777;
    font-weight: 400;
}

.input-group-addon {
    min-width: 45px;
    text-align: center;
    background-color: #ffffff;
    border-color: #dbe1e8;
}

.form-horizontal .control-label {
    margin-bottom: 5px;
}

.form-bordered {
    margin: -15px -15px -1px;
}

.modal-body .form-bordered {
    margin-bottom: -20px;
}

.form-bordered fieldset legend {
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
}

.form-bordered .form-group {
    margin: 0;
    border: none;
    padding: 15px;
    border-bottom: 1px dashed #eaedf1;
}

.form-bordered .form-group.form-actions {
    background-color: #f9fafc;
    border-bottom: none;
}

.form-horizontal.form-bordered .form-group {
    padding-left: 0;
    padding-right: 0;
}

.form-bordered .help-block {
    margin-bottom: 0;
}

.has-success .form-control,
.has-warning .form-control,
.has-error .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-success .help-block,
.has-success .control-label,
.has-success .input-group-addon,
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .radio,
.has-success .radio-inline {
    color: #27ae60;
}

.has-success .form-control,
.has-success .input-group-addon {
    border-color: #27ae60;
    background-color: #ffffff;
}

.has-success .form-control:focus {
    border-color: #166638;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .input-group-addon,
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .radio,
.has-warning .radio-inline {
    color: #e67e22;
}

.has-warning .form-control,
.has-warning .input-group-addon {
    border-color: #e67e22;
    background-color: #ffffff;
}

.has-warning .form-control:focus {
    border-color: #b3621b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .input-group-addon,
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .radio,
.has-error .radio-inline {
    color: #e74c3c;
}

.has-error .form-control,
.has-error .input-group-addon {
    border-color: #e74c3c;
    background-color: #ffffff;
}

.has-error .form-control:focus {
    border-color: #c0392b;
}

/* Form Wizards */
.wizard-steps {
    border-bottom: 1px solid #eaedf1;
    margin-bottom: 20px;
}

.form-bordered .wizard-steps {
    margin-bottom: 0;
}

.wizard-steps .row {
    margin: 0;
}

.wizard-steps .row div {
    padding: 15px 0;
    font-size: 15px;
    text-align: center;
}

.form-bordered .wizard-steps .row div {
    padding-top: 10px;
}

.wizard-steps span {
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border: 1px solid #044656;
    border-radius: 50px;
}

.wizard-steps div.done span,
.wizard-steps div.active span {
    background-color: #044656;
    color: #ffffff;
}

.wizard-steps div.done span {
    opacity: 0.25;
}

.wizard-steps div.active span {
    opacity: 1;
}

/* Form Select Switches */
.switch {
    margin: 1px 0;
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.switch input {
    position: absolute;
    opacity: 0;
}

.switch span {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 28px;
    border-radius: 28px;
    background-color: #f9f9f9;
    border: 1px solid #dddddd;
    -webkit-transition: background-color 0.35s;
    transition: background-color 0.35s;
}

.switch span:after {
    content: "";
    position: absolute;
    left: 2px;
    top: 1px;
    bottom: 1px;
    width: 24px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 50%;
    -webkit-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.05);
    box-shadow: 1px 0 3px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.switch input:checked + span:after {
    left: 26px;
    border: none;
    -webkit-box-shadow: -2px 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: -2px 0 3px rgba(0, 0, 0, 0.1);
}

.switch input:checked + span {
    background-color: #eeeeee;
}

.switch-default span {
    border-color: #dbe1e8;
}

.switch-default input:checked + span {
    background-color: #dbe1e8;
}

.switch-primary span {
    border-color: #044656;
}

.switch-primary input:checked + span {
    background-color: #044656;
}

.switch-info span {
    border-color: #7abce7;
}

.switch-info input:checked + span {
    background-color: #7abce7;
}

.switch-success span {
    border-color: #aad178;
}

.switch-success input:checked + span {
    background-color: #aad178;
}

.switch-warning span {
    border-color: #f7be64;
}

.switch-warning input:checked + span {
    background-color: #f7be64;
}

.switch-danger span {
    border-color: #ef8a80;
}

.switch-danger input:checked + span {
    background-color: #ef8a80;
}

/* Tables */
.table.table-vcenter th,
.table.table-vcenter td {
    vertical-align: middle;
}

.table-options {
    padding: 6px 0;
}

.table thead > tr > th {
    font-size: 18px;
    font-weight: 600;
}

.table thead > tr > th > small {
    font-weight: 400;
    font-size: 75%;
}

.table thead > tr > th,
.table thead > tr > td,
.table tfoot > tr > th,
.table tfoot > tr > td {
    padding-top: 14px;
    padding-bottom: 14px;
}

.table tfoot > tr > th,
.table tfoot > tr > td {
    background-color: #f9fafc;
}

.table-borderless tbody > tr > th,
.table-borderless tbody > tr > td {
    border-top-width: 0;
}

.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td,
.table tbody + tbody,
.table-bordered,
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border-color: #eaedf1;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #eaedf1;
}

/* List Group */
.list-group-item {
    border-color: #eaedf1;
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
    background-color: #044656;
    border-color: #044656;
}

a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
    color: #ffffff;
}

a.list-group-item:hover,
a.list-group-item:focus {
    background-color: #f9fafc;
}

a.list-group-item.active > .badge {
    background: rgba(0, 0, 0, 0.4);
    color: #ffffff;
}

/* Navs */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    color: #fff;
    background-color: #044656;
}

.nav > li i {
    font-size: 14px;
}

.nav-pills > .active > a > .badge {
    color: #044656;
}

.nav-stacked > li > a {
    margin: 4px 0 0;
}

.nav .caret,
.nav a:hover .caret,
.nav a:focus .caret {
    border-top-color: #044656;
    border-bottom-color: #044656;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: #f9fafc;
}

.nav-tabs {
    border-bottom-color: #eaedf1;
}

.nav-tabs > li {
    margin-bottom: 0;
}

.nav-tabs > li > a {
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: -1px;
}

.nav-tabs > li > a:hover {
    border-color: #eaedf1;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #044656;
    border-color: #eaedf1;
    border-bottom-color: transparent;
}

.nav-pills > li.active > a > .badge {
    background: rgba(0, 0, 0, 0.2);
    color: #ffffff;
}

.nav-pills.nav-icons > li > a i {
    margin-right: 10px;
}

.nav-pills.nav-icons > li.active > a i,
.nav-pills.nav-icons > li.active > a:hover i,
.nav-pills.nav-icons > li.active > a:focus i {
    color: #ffffff;
}

.dropdown-menu {
    padding: 0;
    font-size: 13px;
    border-color: #dbe1e8;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.1);
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}

.dropdown-menu > li > a {
    padding: 6px 10px;
}

.dropdown-menu i {
    opacity: 0.2;
    line-height: 17px;
}

.dropdown-menu a:hover i {
    opacity: 0.5;
}

.dropdown-menu .divider {
    margin: 2px 0;
    padding: 0 !important;
    background-color: #f0f0f0;
}

li.dropdown-header {
    padding: 5px 10px;
    color: #044656;
    background-color: #f9fafc;
    border-top: 1px solid #eaedf1;
    border-bottom: 1px solid #eaedf1;
}

.dropdown-menu li:first-child.dropdown-header {
    border-top: none;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.dropdown-menu.dropdown-custom {
    min-width: 240px;
}

.dropdown-menu.dropdown-custom > li {
    padding: 8px 10px;
    font-size: 12px;
}

.dropdown-menu.dropdown-custom > li > a {
    border-radius: 3px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -3px;
    margin-left: 0;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
}

.collapse.in .dropdown.open .dropdown-menu {
    display: block;
    position: static;
    margin: 0 0 0 15px;
    left: auto;
    top: auto;
}

.navbar-fixed-top .dropdown-menu {
    max-height: 400px;
    overflow-y: auto;
}

.pagination > li > a,
.pagination > li > span  {
    color: #044656;
    margin-left: 5px;
    margin-right: 5px;
    border: none !important;
    border-radius: 25px !important;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #044656;
}

.pager > li > a,
.pager > li > span {
    border-color: #eaedf1;
}

.pager > li > a:hover,
.pagination > li > a:hover {
    background-color: #044656;
    border-color: #044656;
    color: #ffffff;
}

.pager > li.disabled > a:hover {
    border-color: #eaedf1;
}

/* Horizontal Navigation */
.nav-horizontal {
    padding: 10px 7px 1px;
    margin: 0;
    list-style: none;
}

.nav-horizontal li {
    display: inline-block;
    margin: 0 3px 9px;
}

.nav-horizontal a {
    display: block;
    min-width: 140px;
    border-radius: 3px;
    font-weight: bold;
    text-align: left;
    padding: 8px 10px;
    background-color: #f9fafc;
}

.nav-horizontal a:hover,
.nav-horizontal li.active a {
    background-color: #044656;
    text-decoration: none;
    color: #ffffff;
}

.nav-horizontal a:focus {
    text-decoration: none;
}

.nav-horizontal a:hover i,
.nav-horizontal li.active a i {
    color: #ffffff;
    opacity: .6;
}

.nav-horizontal i {
    display: inline-block;
    font-size: 14px;
    color: #dbe1e8;
    margin-right: 5px;
}

/* Popover */
.popover-title {
    background: none;
    border: none;
    font-size: 17px;
    font-weight: 600;
}

/* Tooltip */
.tooltip {
    z-index: 1051;
}

.tooltip.in {
    opacity: 1;
}

.tooltip-inner {
    padding: 4px 6px;
    background-color: #000000;
    color: #ffffff;
}

.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    border-top-color: #000000;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #000000;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #000000;
}

.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #000000;
}

/* Breadcrumps */
.breadcrumb {
    background-color: #ffffff;
}

.breadcrumb i {
    font-size: 14px;
}

.breadcrumb-top {
    margin: -10px -5px 10px;
    padding: 7px 10px;
    border-top: 1px solid #eaedf1;
    border-bottom: 1px solid #dbe1e8;
    font-size: 12px;
}

.content-header + .breadcrumb-top,
.breadcrumb-top + .content-header {
    margin-top: -11px;
}

.breadcrumb > li + li:before {
    content: "\203a";
}

/* Progress Bars */
.progress,
.progress-bar {
    height: 20px;
    line-height: 20px;
}

.progress-bar-danger {
    background-color: #e74c3c;
}

.progress-bar-warning {
    background-color: #f39c12;
}

.progress-bar-success {
    background-color: #2ecc71;
}

.progress-bar-info {
    background-color: #3498db;
}

/* Modals */
.modal-content {
    border-radius: 3px;
}

.modal-header {
    padding: 15px 15px 14px;
    border-bottom: 1px solid #eeeeee;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.modal-title {
    font-weight: 300;
}

.modal-body {
    padding: 20px 15px;
}

.modal-body .nav-tabs {
    margin: 0 -15px 15px;
    padding: 0 5px !important;
}

.modal-footer {
    margin-top: 0;
    padding: 14px 15px 15px;
    border-top: 1px solid #eeeeee;
    background-color: #f9f9f9;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

/* Buttons */
.btn {
    margin: 1px 0;
    background-color: #ffffff;
}

.btn .gi,
.btn .hi,
.btn .si,
.btn .fi {
    line-height: 1;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    opacity: 0.4;
}

.block-options .btn,
.input-group .btn,
.modal-content .btn {
    margin-top: 0;
    margin-bottom: 0;
}

.btn-default {
    background-color: #f1f3f6;
    border-color: #dbe1e8;
    color: #044656;
}

.btn-default.btn-alt {
    background-color: #ffffff;
}

.btn-default:hover {
    background-color: #eaedf1;
    border-color: #c2c8cf;
}

.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default:active:hover,
.btn-default:active:focus,
.btn-default.active,
.btn-default.active:hover,
.btn-default.active:focus,
.open .btn-default.dropdown-toggle,
.open .btn-default.dropdown-toggle:hover,
.open .btn-default.dropdown-toggle:focus,
.open .btn-default.dropdown-toggle.focus {
    background-color: #eaedf1;
    border-color: #eaedf1;
}

.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
.btn-default[disabled]:active:focus,
.btn-default[disabled].active:focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default:active:focus,
fieldset[disabled] .btn-default.active:focus {
    background-color: #eaedf1;
    border-color: #eaedf1;
}

.btn-primary {
    background-color: #044656;
    border-color: #044656;
    color: #ffffff;
}

.btn-primary.btn-alt {
    background-color: #ffffff;
    color: #044656;
}

.btn-primary:hover {
    background-color: #044656;
    border-color: #1593b3;
    color: #ffffff;
}

.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary.active,
.btn-primary.active:hover,
.btn-primary.active:focus,
.open .btn-primary.dropdown-toggle,
.open .btn-primary.dropdown-toggle:hover,
.open .btn-primary.dropdown-toggle:focus,
.open .btn-primary.dropdown-toggle.focus {
    background-color: #044656;
    border-color: #044656;
    color: #ffffff;
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
.btn-primary[disabled]:active:focus,
.btn-primary[disabled].active:focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary:active:focus,
fieldset[disabled] .btn-primary.active:focus {
    background-color: #044656;
    border-color: #044656;
    color: #ffffff;
}

.btn-danger {
    background-color: #ef8a80;
    border-color: #e74c3c;
    color: #ffffff;
}

.btn-danger.btn-alt {
    background-color: #ffffff;
    color: #e74c3c;
}

.btn-danger:hover {
    background-color: #e74c3c;
    border-color: #9c3428;
    color: #ffffff;
}

.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger.active,
.btn-danger.active:hover,
.btn-danger.active:focus,
.open .btn-danger.dropdown-toggle,
.open .btn-danger.dropdown-toggle:hover,
.open .btn-danger.dropdown-toggle:focus,
.open .btn-danger.dropdown-toggle.focus {
    background-color: #e74c3c;
    border-color: #e74c3c;
    color: #ffffff;
}

.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
.btn-danger[disabled]:active:focus,
.btn-danger[disabled].active:focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger:active:focus,
fieldset[disabled] .btn-danger.active:focus {
    background-color: #e74c3c;
    border-color: #e74c3c;
    color: #ffffff;
}

.btn-warning {
    background-color: #f7be64;
    border-color: #f39c12;
    color: #ffffff;
}

.btn-warning.btn-alt {
    background-color: #ffffff;
    color: #f39c12;
}

.btn-warning:hover {
    background-color: #f39c12;
    border-color: #b3730c;
    color: #ffffff;
}

.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning.active,
.btn-warning.active:hover,
.btn-warning.active:focus,
.open .btn-warning.dropdown-toggle,
.open .btn-warning.dropdown-toggle:hover,
.open .btn-warning.dropdown-toggle:focus,
.open .btn-warning.dropdown-toggle.focus {
    background-color: #f39c12;
    border-color: #f39c12;
    color: #ffffff;
}

.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
.btn-warning[disabled]:active:focus,
.btn-warning[disabled].active:focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning:active:focus,
fieldset[disabled] .btn-warning.active:focus {
    background-color: #f39c12;
    border-color: #f39c12;
    color: #ffffff;
}

.btn-success {
    background-color: #044656;
    border-color: #044656;
    color: #ffffff;
}

.btn-success.btn-alt {
    background-color: #ffffff;
    color: #044656;
}

.btn-success:hover {
    background-color: #044656;
    border-color: #044656;
    color: #ffffff;
}

.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success:active:hover,
.btn-success:active:focus,
.btn-success.active,
.btn-success.active:hover,
.btn-success.active:focus,
.open .btn-success.dropdown-toggle,
.open .btn-success.dropdown-toggle:hover,
.open .btn-success.dropdown-toggle:focus,
.open .btn-success.dropdown-toggle.focus {
    background-color: #044656;
    border-color: #044656;
    color: #ffffff;
}

.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
.btn-success[disabled]:active:focus,
.btn-success[disabled].active:focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success:active:focus,
fieldset[disabled] .btn-success.active:focus {
    background-color: #7db831;
    border-color: #7db831;
    color: #ffffff;
}

.btn-info {
    background-color: #7abce7;
    border-color: #3498db;
    color: #ffffff;
}

.btn-info.btn-alt {
    background-color: #ffffff;
    color: #3498db;
}

.btn-info:hover {
    background-color: #3498db;
    border-color: #2875a8;
    color: #ffffff;
}

.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info:active:hover,
.btn-info:active:focus,
.btn-info.active,
.btn-info.active:hover,
.btn-info.active:focus,
.open .btn-info.dropdown-toggle,
.open .btn-info.dropdown-toggle:hover,
.open .btn-info.dropdown-toggle:focus,
.open .btn-info.dropdown-toggle.focus {
    background-color: #3498db;
    border-color: #3498db;
    color: #ffffff;
}

.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
.btn-info[disabled]:active:focus,
.btn-info[disabled].active:focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info:active:focus,
fieldset[disabled] .btn-info.active:focus {
    background-color: #3498db;
    border-color: #3498db;
    color: #ffffff;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link.btn-icon:hover,
.btn-link.btn-icon:focus {
    color: #044656;
}

.btn-link.btn-icon {
    color: #999999;
}

.btn-link.btn-icon:hover,
.btn-link.btn-icon:focus {
    text-decoration: none;
}

.block-options .btn {
    border-radius: 15px;
    padding-right: 8px;
    padding-left: 8px;
    min-width: 30px;
    text-align: center;
}

/* Panels */
.panel {
    margin-bottom: 20px;
}

.panel-heading {
    padding: 15px;
}

.panel-title {
    font-size: 14px;
}

.panel-default > .panel-heading {
    background-color: #f9f9f9;
}

.panel-group {
    margin-bottom: 20px;
}

/* Pre, Code */
pre {
    background: #151515;
    overflow: scroll;
}

code {
    border: 1px solid #fad4df;
    margin: 1px 0;
    display: inline-block;
}

.btn code {
    display: inline;
    margin: 0;
}

/* Alerts */
.alert {
    border-top-width: 0;
    border-right-width: 2px;
    border-bottom-width: 0;
    border-left-width: 2px;
}

.alert-danger {
    color: #e74c3c;
    background-color: #ffd1cc;
    border-color: #ffb8b0;
}

.alert-danger .alert-link {
    color: #e74c3c;
}

.alert-warning {
    color: #e67e22;
    background-color: #ffe4cc;
    border-color: #ffd6b2;
}

.alert-warning .alert-link {
    color: #e67e22;
}

.alert-success {
    color: #27ae60;
    background-color: #daf2e4;
    border-color: #b8e5cb;
}

.alert-success .alert-link {
    color: #27ae60;
}

.alert-info {
    color: #3498db;
    background-color: #dae8f2;
    border-color: #b8d2e5;
}

.alert-info .alert-link {
    color: #3498db;
}

.alert-dismissable .close {
    top: -5px;
    right: -25px;
}

.close {
    text-shadow: none;
}

/* Alternative Alerts */
.alert.alert-alt {
    margin: 0 0 2px;
    padding: 5px;
    font-size: 12px;
    border-width: 0;
    border-left-width: 2px;
}

.alert.alert-alt small {
    opacity: 0.75;
}

.alert-alt.alert-dismissable .close {
    right: 0;
}

.alert-alt.alert-dismissable .close:hover {
    color: #ffffff;
}

.alert-danger.alert-alt {
    border-color: #e74c3c;
}

.alert-warning.alert-alt {
    border-color: #e67e22;
}

.alert-success.alert-alt {
    border-color: #27ae60;
}

.alert-info.alert-alt {
    border-color: #3498db;
}

.sidebar-content .alert.alert-alt {
    margin-left: -10px;
    padding-left: 10px;
    background: transparent;
    color: #ffffff;
}

#sidebar-alt .sidebar-content .alert.alert-alt {
    margin-left: 0;
    margin-right: -10px;
    padding-left: 0;
    padding-right: 10px;
}

#sidebar-alt .sidebar-content .alert.alert-alt {
    border-width: 0;
    border-right-width: 2px;
}

/* Labels, Badges */
.label,
.badge {
    font-weight: normal;
    font-size: 90%;
}

.label {
    padding: 1px 4px;
}

.badge {
    background: rgba(0, 0, 0, 0.3);
    padding: 3px 6px;
}

.label-danger {
    background-color: #e74c3c;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #ff5542;
}

.label-warning {
    background-color: #e67e22;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ff8b26;
}

.label-success {
    background-color: #27ae60;
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #2cc76c;
}

.label-info {
    background-color: #2980b9;
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #2f92d4;
}

.label-primary {
    background-color: #044656;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #5ac5e0;
}

.label-default {
    background-color: #999999;
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #777777;
}

/* Carousel */
.carousel-control.left,
.carousel-control.right,
.carousel-control.left.no-hover:hover,
.carousel-control.right.no-hover:hover {
    background: none;
}

.carousel-control.left:hover,
.carousel-control.right:hover {
    background: rgba(0, 0, 0, 0.30);
}

.carousel-control span {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    display: inline-block;
}

.carousel-control i {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
}

/* Bottom Margin */
p, .table, .alert, .carousel {
    margin-bottom: 20px;
}

/* Removing shadows and radius */
.navbar-form-custom .form-control:hover,
.navbar-form-custom .form-control:focus,
.navbar-form,
.navbar-collapse,
.form-control,
.form-control:focus,
.has-success .form-control:focus,
.has-warning .form-control:focus,
.has-error .form-control:focus,
.popover,
.progress,
.progress-bar,
.btn.active,
.open .btn.dropdown-toggle,
.panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-form-custom .form-control,
.navbar,
.dropdown-menu,
.tooltip-inner,
.breadcrumb,
.alert.alert-alt {
    border-radius: 0;
}

/*
=================================================================
(#m07hes) HELPERS
=================================================================
*/

.push-bit {
    margin-bottom: 10px !important;
}

.push {
    margin-bottom: 15px !important;
}

.push-top-bottom {
    margin-top: 40px;
    margin-bottom: 40px;
}

.display-none {
    display: none;
}

.remove-margin {
    margin: 0 !important;
}

.remove-margin-bottom {
    margin-bottom: 0 !important;
}

.remove-padding {
    padding: 0 !important;
}

.remove-radius {
    border-radius: 0 !important;
}

.remove-box-shadow {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.remove-transition {
    -moz-transition: none !important;
    -webkit-transition: none !important;
    transition: none !important;
}

.lt-ie10 .hidden-lt-ie10 {
    display: none !important;
}

.visible-lt-ie10 {
    display: none;
}

.lt-ie10 .visible-lt-ie10 {
    display: block;
}

:focus {
    outline: 0 !important;
}

/*
=================================================================
(#m08ths) THEMES
=================================================================
*/

/* Alternative Main Style */
.style-alt #page-content {
    background-color: #ffffff;
}

.style-alt .block {
    border-color: #dbe1e8;
}

.style-alt .block.block-alt-noborder {
    border-color: transparent;
}

.style-alt .block-title {
    background-color: #dbe1e8;
    border-bottom-color: #dbe1e8;
}

.style-alt .content-header + .breadcrumb-top,
.style-alt .breadcrumb-top + .content-header,
.style-alt #page-content + footer {
    background-color: #f9fafc;
}

.style-alt .content-header,
.style-alt .breadcrumb-top {
    border-bottom-color: #eaedf1;
}

.style-alt #page-content + footer {
    border-top-color: #eaedf1;
}

.style-alt .widget,
.style-alt .task-list li {
    background-color: #f6f6f6;
}

/* Test Circle used in Color Themes Page */
.test-circle {
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    border-radius: 50px;
    background-color: #eeeeee;
    border: 2px solid #cccccc;
    color: #ffffff;
    margin-bottom: 15px;
}

/* Default Color Theme specific colors */
.themed-color {
    color: #044656;
}

.themed-border {
    border-color: #044656;
}

.themed-background {
    background-color: #044656;
}

.themed-color-dark {
    color: #044656;
}

.themed-border-dark {
    border-color: #044656;
}

.themed-background-dark {
    background-color: #044656;
}

/* Contextual Background Colors */
.themed-background-danger {
    background-color: #e74c3c !important;
}

.themed-background-warning {
    background-color: #e67e22 !important;
}

.themed-background-info {
    background-color: #3498db !important;
}

.themed-background-success {
    background-color: #27ae60 !important;
}

.themed-background-muted {
    background-color: #999999 !important;
}

.themed-background-muted-light {
    background-color: #f9f9f9!important;
}

/*
=================================================================
(#m09res) RESPONSIVE
=================================================================
*/

/* Small devices, Tablets (>767px) */
@media screen and (min-width: 768px) {

    /* General */
    #login-background {
        height: 400px;
    }

    #login-background > img {
        top: 0;
    }

    #login-container,
    #login-alt-container {
        width: 480px;
        top: 186px;
        margin-left: -240px;
    }

    .full-page-container {
        width: 740px;
        top: 120px;
        padding: 20px;
        margin-left: -370px;
    }

    .full-page-section {
        padding: 50px 0;
        margin: 50px -20px;
    }

    #page-content {
        padding: 50px 20px 1px;
    }

    .header-section,
    .breadcrumb-top,
    .block,
    .block.full,
    .modal-body,
    #page-content + footer {
        padding-left: 20px;
        padding-right: 20px;
    }

    .block .block-content-full {
        margin: -20px -20px -1px;
    }

    .block.full .block-content-full {
        margin: -20px;
    }

    .content-header,
    .content-top,
    .breadcrumb-top {
        margin: -20px -20px 20px;
    }

    .content-header + .breadcrumb-top,
    .breadcrumb-top + .content-header {
        margin-top: -21px;
    }

    .block,
    .widget {
        margin-bottom: 20px;
    }

    .block-title,
    .block-top {
        margin-left: -20px;
        margin-right: -20px;
    }

    .draggable-placeholder {
        margin-bottom: 20px;
    }

    .navbar-fixed-top .dropdown-menu {
        max-height: none;
        overflow-y: visible;
    }

    /* Forms */
    .form-bordered {
        margin-left: -20px;
        margin-right: -20px;
    }

    .form-bordered .form-group {
        padding-left: 20px;
        padding-right: 20px;
    }

    .form-horizontal.form-bordered .form-group {
        padding-left: 5px;
        padding-right: 5px;
    }

    /* Tabs */
    .nav-tabs > li > a {
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 3px;
        margin-right: 3px;
    }

    /* Chat UI */
    .chatui-people,
    .chatui-talk,
    .chatui-input {
        position: absolute;
    }

    .chatui-talk,
    .chatui-input {
        right: 250px;
        left: 0;
    }

    .chatui-people {
        top: 0;
        right: 0;
        bottom: 0;
        width: 250px;
        height: auto;
    }

    .chatui-talk {
        height: auto;
    }

    .chatui-talk .chatui-talk-msg {
        width: 50%;
        margin-left: 50%;
    }

    .chatui-talk .chatui-talk-msg.chatui-talk-msg-highlight {
        margin-left: 0;
        margin-right: 50%;
    }

    .chatui-input {
        bottom: 0;
    }
}

/* Medium devices, Desktops (>991px) */
@media screen and (min-width: 992px) {

    /* General */
    #login-alt-container {
        display: block;
    }

    /* Sidebar Animations */
    .sidebar-no-animations #sidebar,
    .sidebar-no-animations #sidebar-alt {
        -webkit-transition: opacity 0.5s linear, background-color 0.2s ease-out;
        transition: opacity 0.5s linear, background-color 0.2s ease-out;
    }

    .sidebar-no-animations #main-container,
    .sidebar-no-animations.header-fixed-top header.navbar-fixed-top,
    .sidebar-no-animations.header-fixed-bottom header.navbar-fixed-bottom,
    .sidebar-no-animations.footer-fixed #page-content + footer {
        -webkit-transition: none;
        transition: none;
    }

    /* Reset sidebar classes used only on small screens */
    .sidebar-visible-xs #sidebar,
    .sidebar-alt-visible-xs #sidebar-alt {
        width: 0;
    }

    .sidebar-visible-xs #main-container,
    .sidebar-alt-visible-xs #main-container {
        margin-left: 0;
        margin-right: 0;
    }

    .sidebar-visible-xs.header-fixed-top header.navbar-fixed-top,
    .sidebar-visible-xs.header-fixed-bottom header.navbar-fixed-bottom,
    .sidebar-alt-visible-xs.header-fixed-top header.navbar-fixed-top,
    .sidebar-alt-visible-xs.header-fixed-bottom header.navbar-fixed-bottom,
    .sidebar-visible-xs.footer-fixed #page-content + footer,
    .sidebar-alt-visible-xs.footer-fixed #page-content + footer {
        right: 0;
        left: 0;
    }

    /* Both Sidebars */
    #sidebar,
    #sidebar-alt,
    .sidebar-partial #sidebar,
    .sidebar-alt-partial #sidebar-alt {
        width: 0;
        opacity: 0.2;
    }

    .sidebar-partial #sidebar,
    .sidebar-alt-partial #sidebar-alt {
        width: 65px;
    }

    .sidebar-partial #sidebar:hover,
    .sidebar-visible-lg #sidebar,
    .sidebar-visible-lg.sidebar-partial #sidebar,
    .sidebar-alt-partial #sidebar-alt:hover,
    .sidebar-alt-visible-lg #sidebar-alt,
    .sidebar-alt-visible-lg.sidebar-alt-partial #sidebar-alt {
        width: 240px;
        opacity: 1;
    }

    .sidebar-partial #sidebar .sidebar-brand i,
    .sidebar-alt-partial #sidebar-alt .sidebar-brand i {
        display: none;
    }

    .sidebar-partial #sidebar:hover .sidebar-brand i,
    .sidebar-visible-lg #sidebar .sidebar-brand i,
    .sidebar-alt-partial #sidebar-alt:hover .sidebar-brand i,
    .sidebar-alt-visible-lg #sidebar-alt .sidebar-brand i {
        display: inline-block;
    }

    /* Main Sidebar */
    .sidebar-partial #main-container {
        margin-left: 65px;
    }

    .sidebar-partial #sidebar:hover + #main-container,
    .sidebar-visible-lg #main-container {
        margin-left: 240px;
    }

    .sidebar-partial.footer-fixed #main-container #page-content + footer,
    .sidebar-partial.header-fixed-top header.navbar-fixed-top,
    .sidebar-partial.header-fixed-bottom header.navbar-fixed-bottom {
        left: 65px;
    }

    .sidebar-partial #sidebar:hover + #main-container header.navbar-fixed-top,
    .sidebar-partial #sidebar:hover + #main-container header.navbar-fixed-bottom,
    .sidebar-partial #sidebar:hover + #main-container #page-content + footer,
    .sidebar-visible-lg.header-fixed-top header.navbar-fixed-top,
    .sidebar-visible-lg.header-fixed-bottom header.navbar-fixed-bottom,
    .sidebar-visible-lg.footer-fixed #main-container #page-content + footer {
        left: 240px;
    }

    /* Alternative Sidebar */
    .sidebar-alt-partial #main-container {
        margin-right: 65px;
    }

    .sidebar-alt-partial #sidebar-alt:hover ~ #main-container,
    .sidebar-alt-visible-lg #main-container {
        margin-right: 240px;
    }

    .sidebar-alt-partial.footer-fixed #main-container #page-content + footer,
    .sidebar-alt-partial.header-fixed-top header.navbar-fixed-top,
    .sidebar-alt-partial.header-fixed-bottom header.navbar-fixed-bottom {
        right: 65px;
    }

    .sidebar-alt-partial #sidebar-alt:hover ~ #main-container header.navbar-fixed-top,
    .sidebar-alt-partial #sidebar-alt:hover ~ #main-container header.navbar-fixed-bottom,
    .sidebar-alt-partial #sidebar-alt:hover ~ #main-container #page-content + footer,
    .sidebar-alt-visible-lg.header-fixed-top header.navbar-fixed-top,
    .sidebar-alt-visible-lg.header-fixed-bottom header.navbar-fixed-bottom,
    .sidebar-alt-visible-lg.footer-fixed #main-container #page-content + footer {
        right: 240px;
    }

    /* Main Sidebar - Mini mode */
    .sidebar-mini.sidebar-visible-lg-mini #main-container {
        margin-left: 40px;
    }

    .sidebar-mini.sidebar-visible-lg-mini #main-container header.navbar-fixed-top,
    .sidebar-mini.sidebar-visible-lg-mini #main-container header.navbar-fixed-bottom,
    .sidebar-mini.sidebar-visible-lg-mini #main-container #page-content + footer {
        left: 40px;
    }

    .sidebar-mini.sidebar-visible-lg-mini #sidebar {
        overflow: visible;
        opacity: 1;
        z-index: 1029;
    }

    .sidebar-mini.sidebar-visible-lg-mini #sidebar .sidebar-content {
        width: 40px;
    }

    .sidebar-mini.sidebar-visible-lg-mini #sidebar .sidebar-nav-mini-hide,
    .sidebar-mini.sidebar-visible-lg-mini #sidebar .sidebar-header > span {
        display: none;
    }

    .sidebar-mini.sidebar-visible-lg-mini #sidebar .sidebar-header {
        padding: 0;
        margin: 5px 0;
        border-top: 1px solid rgba(255, 255, 255, .1);
    }

    .sidebar-mini.sidebar-visible-lg-mini #sidebar .sidebar-nav li {
        position: relative;
    }

    .sidebar-mini.sidebar-visible-lg-mini #sidebar .sidebar-nav .sidebar-nav-menu + ul {
        position: absolute;
        width: 220px;
        top: 0;
        right: -220px;
        margin: 0;
        padding: 6px 5px;
        border-left: 3px solid #044656;
        background-color: #044656;
    }

    .sidebar-mini.sidebar-visible-lg-mini #sidebar .sidebar-nav ul a {
        margin: 0;
        padding-left: 10px;
        border-left: none;
    }

    .sidebar-mini.sidebar-visible-lg-mini #sidebar .sidebar-nav ul ul {
        margin-left: 0;
    }

    .sidebar-mini.sidebar-visible-lg-mini #sidebar .sidebar-nav > li.active > ul {
        display: none;
    }

    .sidebar-mini.sidebar-visible-lg-mini #sidebar .sidebar-nav .sidebar-nav-menu.open + ul {
        display: block !important;
    }

    /* Nav Horizontal */
    .nav-horizontal a {
        text-align: center;
        min-width: 130px;
        padding: 12px 15px;
    }

    .nav-horizontal i {
        display: block;
        height: 55px;
        margin-right: 0;
        margin-bottom: 10px;
        font-size: 42px;
        padding: 10px;
    }
}

/* Large devices, Desktops (>1199px) */
@media screen and (min-width: 1200px) {

    /* Main Layout */
    .header-fixed-top .sidebar-content,
    .header-fixed-bottom .sidebar-content {
        padding-bottom: 0;
    }

    /* General */
    article p {
        font-size: 19px;
        line-height: 1.9;
    }
}

/*
=================================================================
(#m10rts) RETINA
=================================================================
*/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
    /* If you did use a CSS image background, you can put your high resolution image here */

}

/*
=================================================================
(#m11prs) PRINT
=================================================================
*/

@media print {
    #sidebar, #sidebar-alt, .content-header, .breadcrumb-top, .block-title .block-options, #page-content + footer, #to-top {display: none !important;}
    #page-content {min-height: 0 !important; height: auto !important; padding: 0 !important;}
    #main-container {margin: 0 !important;}
    .block, .block.full {border: none !important; padding: 0 !important;}
    .block-title {margin: 0 0 20px !important;}
}

/*================================New css=============================================*/
.content-header-style {
    background: #F9FAFC;
    padding: 10px 15px;
}

.content-header-style ul {
    margin: 0 -10px;
    padding: 0;
}

.content-header-style ul li {
    display: inline-block;
    padding: 0 10px;
}

.content-header-style ul li a {
    font-weight: 400;
    color: #232323;
    position: relative;
    font-size: 16px;
    line-height: 20px;
}

.content-header-style ul li+li a:after {
    content: '>';
    left: -15px;
    position: absolute;
    color: #232323;
    font-weight: 400;
    top: -1px;
    font-size: 18px;
}

.point_sect ul {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    padding: 0;
    gap: 20px 30px;
    margin: 0;
}

.point_sect ul li {
    display: block;position: relative;
}

.point_sect ul li .box {
}

.point_sect ul li .box h3 {}

.point_sect ul li .box p {}

.point_sect ul li .card_bx {
    background: linear-gradient(2.01deg, rgba(0, 195, 210, 0.39) -27.88%, #00608D 145.92%);
    padding: 20px 10px;
    padding-right: 50%;
}
.point_sect ul li:nth-child(2) .card_bx{background: linear-gradient(285.1deg, #DFFF95 -36.3%, #76DB84 63.39%);}
.point_sect ul li:nth-child(3) .card_bx{background: linear-gradient(175.29deg, rgba(49, 71, 85, 0.53) -23.25%, #00BFD0 122.41%);}
.point_sect ul li .card_bx h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;

    color: #FFFFFF;
    margin: 0;
    margin-bottom: 5px;
}

.point_sect ul li .card_bx p {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;

    color: #FFFFFF;
    margin: 0;
}

.point_sect {
    padding: 20px 0;
}

.slider_point {
    background: #F9FAFC;
    padding: 20px;
}

.slider_point .card_bx {
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}

.slider_point ul {
    padding: 0;
    margin: 0;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(4,1fr);
}

.slider_point ul li {
    display: inline-block;
}

.slider_point .card_bx a {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-transform: capitalize;
    color: #17C1DA;
    display: block;
    padding: 20px 15px;
}

.slider_point ul li .card_bx .icon {
    background: rgba(83, 175, 97, 0.81);
    width: 47px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
}

.slider_point ul li:nth-child(2) .card_bx .icon {
    background: rgba(175, 100, 204, 0.78);
}

.slider_point ul li:nth-child(3) .card_bx .icon {
    background: #E38E7B;
}

.slider_point ul li:nth-child(4) .card_bx .icon {
    background: #94C1C2;
}

.point_sect ul li .card_bx:after{content:'';position: absolute;right: 15px;bottom: 5px;width: 133px;height: 60px;z-index: 0;background: url(../img/ic8.png);background-repeat: no-repeat;}
.point_sect ul li:nth-child(2):after{
    width: 70px;
    height: 67px;
    background: url(../img/ic7.png);
    background-repeat: no-repeat;
}
.point_sect ul li:nth-child(3):after{
    width: 82px;
    height: 62px;
    background: url(../img/ic9.png);background-repeat: no-repeat;
}

.point_sect.more_point ul li {}

.point_sect.more_point ul li .card_bx {
    padding-right: 35%;
    height: 105px;
    display: grid;
    align-items: center;
}

.point_sect.more_point ul li:nth-child(2) .card_bx:after{
    width: 69px;
    height: 79px;
    background: url(../img/ic11.png);background-repeat: no-repeat;
}
.point_sect.more_point ul li:nth-child(3) .card_bx:after{
    width: 82px;
    height: 41px;
    background: url(../img/ic12.png);background-repeat: no-repeat;
}
.point_sect.more_point ul li:nth-child(4) .card_bx:after{
    width: 127px;
    height: 54px;
    background: url(../img/ic5.png);background-repeat: no-repeat;
}
.point_sect.more_point ul li:nth-child(5) .card_bx:after{
    width: 69px;
    height: 62px; background: url(../img/ic13.png);background-repeat: no-repeat;
}
.point_sect.more_point ul li:nth-child(6) .card_bx:after{
    width: 56px;
    height: 56px; background: url(../img/ic16.png);background-repeat: no-repeat;
}
.point_sect.more_point ul li:nth-child(7) .card_bx:after{
    width: 63px;
    height: 62px; background: url(../img/ic14.png);background-repeat: no-repeat;
}
.point_sect.more_point ul li:nth-child(8) .card_bx:after{
    width: 84px; background: url(../img/ic15.png);background-repeat: no-repeat;
    height: 58px;
}
.point_sect.more_point ul li:last-child .card_bx:after{
    width: 75px;
    height: 56px; background: url(../img/ic6.png);background-repeat: no-repeat;
}

.point_sect.more_point ul li .card_bx{background: linear-gradient(115.1deg, rgba(230, 92, 0, 0.53) 17.24%, #F9D423 88.79%);}
.point_sect.more_point ul li:nth-child(2) .card_bx{background: linear-gradient(0deg, rgba(135, 58, 251, 0.53) 12.18%, #5B60F3 134.46%);}
.point_sect.more_point ul li:nth-child(3) .card_bx{background: linear-gradient(105.52deg, rgba(211, 16, 39, 0.53) 18.82%, #F56072 83.76%);}
.point_sect.more_point ul li:nth-child(4) .card_bx{background: linear-gradient(3.27deg, rgba(20, 136, 204, 0.53) 23.5%, #2B32B2 122.38%);}
.point_sect.more_point ul li:nth-child(5) .card_bx{background: linear-gradient(281.1deg, #896600 -11.02%, #F5BC16 133.47%);}
.point_sect.more_point ul li:nth-child(6) .card_bx{background: linear-gradient(90deg, rgba(52, 143, 80, 0.53) 0%, #56B4D3 100%);}
.point_sect.more_point ul li:nth-child(7) .card_bx{background: linear-gradient(90deg, rgba(236, 0, 140, 0.53) 0%, #FC6767 100%);}
.point_sect.more_point ul li:nth-child(8) .card_bx{background: linear-gradient(281.58deg, rgba(148, 0, 211, 0.53) -1.92%, rgba(153, 15, 255, 0.51) 87.8%);}
.point_sect.more_point ul li:last-child .card_bx{background: linear-gradient(279.53deg, rgba(82, 194, 52, 0.53) -11.72%, #2B9207 117.01%);}

.point_sect.more_point ul li {
    position: relative;
}

.point_sect.more_point ul li .card_bx h3 {
    margin: 0;
}
.point_sect ul li .card_bx,.slider_point .card_bx{-webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;}
.point_sect ul li .card_bx:hover,.slider_point .card_bx:hover{    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);}
    .block.info-page-style {
        margin-top: 30px;
    }
    
    .block.info-page-style .block-title {
        margin-bottom: 20px;
    }
    
    .block.info-page-style .block-title {padding-top: 15px;}
    
    .block.info-page-style .tab-content {
    padding-bottom: 20px;
    }

    .block.info-page-style .tab-content iframe {
        background: #f5f4f2;
        width: 100%;
        padding: 20px;
      height:700px
    }
    .video_bx .image {
        position: relative;
        background-color: rgb(255, 255, 255, 10%);
    }
    .video_bx .iconfont-wrapper {
        top: 50%;
        left: 50%;
        width: 100px;
        height: 100px;
        text-align: center;
        cursor: pointer;
        position: absolute;
        border-radius: 50%;
        background-color: #ffffff;
        transform: translate(-50%, -50%);
    }
    .play-btn {
        width: 100px;
        height: 100px;
        background: radial-gradient( rgb(255 255 255) 60%, rgba(255, 255, 255, 1) 62%);
        border-radius: 50%;
        position: relative;
        display: block;
        box-shadow: 0px 0px 25px 3px rgb(255 255 255 / 80%);
    }
      .play-btn::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-40%) translateY(-50%);
        transform: translateX(-40%) translateY(-50%);
        transform-origin: center center;
        width: 0;
        height: 0;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 25px solid #000;
        z-index: 100;
        -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
      }
      .info_About_style .heading_title {
        font-weight: 400;
        font-size: 32px;
       
        color: #232323;
        text-transform: uppercase;
        line-height: 38px;
        font-family: 'Bebas Neue';
    }
    .video_bx {
        background: #FFFFFF;
        box-shadow: 0px 0px 3.36538px rgba(0, 0, 0, 0.25);
        padding: 5px;
    }
    .info_About_style ul li {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 5px;
    }
    .video_bx img {
        width: 100%;
    }
    .info_About_style .heading_title span {
        color: #79AFBC;
    }
    
    .info_About_style p {
        font-weight: 400;
        font-size: 14px;
        text-align: justify;
        font-family: 'Montserrat';
        color: #828282;
        line-height: 21px;
    }
    
    .info_About_style p a {
        color: #79AFBC;
    }
      .play-btn:before {
        content: "";
        position: absolute;
        width: 150%;
        height: 150%;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation: pulsate1 2s;
        animation: pulsate1 2s;
        -webkit-animation-direction: forwards;
        animation-direction: forwards;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: steps;
        animation-timing-function: steps;
        opacity: 1;
        border-radius: 50%;
        border: 5px solid rgba(255, 255, 255, .75);
        top: -25%;
        left: -25%;
        background: rgba(198, 16, 0, 0);
      }
      
      @-webkit-keyframes pulsate1 {
        0% {
          -webkit-transform: scale(0.6);
          transform: scale(0.6);
          opacity: 1;
          box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
        }
        100% {
          -webkit-transform: scale(1);
          transform: scale(1);
          opacity: 0;
          box-shadow: none;
      
        }
      }
      @keyframes pulsate1 {
        0% {
          -webkit-transform: scale(0.6);
          transform: scale(0.6);
          opacity: 1;
          box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
        }
        100% {
          -webkit-transform: scale(1, 1);
          transform: scale(1);
          opacity: 0;
          box-shadow: none;
      
        }
      }
      .info_About_style .info_About_list li {
        display: block;
    }
    .upload_list .card_bx {
        background: #FFFFFF;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
        text-align: center;
        padding: 30px;
    }
    
  .upload-group-btn {
        margin: 0;
        margin-top: 15px;
        display: block;
        margin-bottom: 30px;
    }
    
   .upload-group-btn .btn {
        border: 1px solid #117865;
        border-radius: 4px;
        color: #fff;
        background: #117865;
        border-radius: 4px;
        font-size: 18px;
    }
    
    .upload_list .card_bx img {
        width: 150px;
    }
    
    .upload_list {
        margin-top: 30px;
    }
    .info_About_style .info_About_list li h3 {
        font-family: 'Montserrat';
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        color: #232323;
        margin: 0;
        margin-bottom: 15px;
    }
    
    .info_About_style .info_About_list li p {
        font-family: 'Montserrat';
        font-weight: 400;
        color: #737373;
        font-size: 14px;
        line-height: 21px;
        margin: 0;
    }
    
    .info_About_style .info_About_list {
        padding: 0;
        margin: 0;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 20px;
    }
    
    .info_About_style .info_About_list li .card_bx {
        background: #FFFFFF;
        border: 1px solid #E8E8E8;
        padding: 20px;
        height: 100%;
    }
    .tab_upload_list {
        border: 0;
    }
    
    .tab_upload_list li {
        border: 0;
        padding: 0 15px;
    }
    .tab_upload_list li.active a{color: #117865;font-weight: 600;}
    .tab_upload_list li a {
        border: 0px!important;
        padding: 0 0 10px;
        font-size: 14px;
    }
    
    .upload-group-btn .btn:hover {
        border: 1px solid #044656;
        background: #044656;
    }
    .tab_upload_list{background: #fff;}
    .tab_upload_list li a:hover:after,.tab_upload_list li.active a:after {
        content: '';
        background: #117865;
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        bottom: 0;
    }
    .btn_grp .btn {
        border: 1px solid #117865;
        font-size: 16px;
        margin: 0 10px;
    }
    
    .btn_grp {
        margin: 0 -10px;
    }
    
    .btn_grp .btn:hover {
        border: 1px solid #117865;
        background: #117865;
        color: #fff;
    }
    .tab_upload_list {
        margin: 0 -15px;
    }
    .info_About_style .info_About_list li h3 span:last-child {
        margin-left: 10px;
    }
@media screen and (max-width: 768px) {
    .point_sect ul,.slider_point ul{grid-template-columns: repeat(2,1fr);}

}

@media screen and (max-width: 460px) {
    .point_sect ul,.slider_point ul{grid-template-columns: repeat(1,1fr);padding: 0 15px;}
    .point_sect.more_point ul li .card_bx,.point_sect ul li .card_bx{padding-right: 10%;}
    .slider_point{padding: 20px 0px;}
}

/*----------------------------------------------------------------------------------------------------*/

.frm_inner {
    width: 800px;
    margin: 0 auto;
  }
  
  .frm_inner .frm_grp {
    display: grid;
    grid-template-columns: 0.2fr 1fr 100px;
    margin-top: 30px;
  }
  
  
  
  
  .logo_top {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    transition: 0.1s all ease-in;
    display:flex;
    align-items: center;
    justify-content: space-between;
  }
  .logo_top .logo_img{display: grid;grid-template-columns: 1fr 50px;align-items: center;}
  .logo_top span.arrow {
    display: block;
    font-size: 48px;
    color: #ff0000;
    position: relative;
    animation: animate-arrow-1 1s ease-in-out infinite;
    width: 50px;
    top: -5px;
    left: -5px;
  }
  .frm_sect{position: relative;}
  .frm_sect .beta_logo{position: absolute;left: 50px;
    top:20px;}
  .logo_top span.arrow span {
    font-family: FontAwesome;
    content: "\f105";
    display: block;
    width: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0px;
    height: 10px;
    opacity: 1;
    position: absolute;
  }
  
  .logo_top .arrow:before {
    font-family: FontAwesome;
    content: "\f105";
    display: block;
    width: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 8px;
    height: 10px;
    position: absolute;
    animation: animate-arrow-2 1s ease-in-out infinite 0.1s;
  }
  
  .logo_top .arrow:after {
    font-family: FontAwesome;
    content: "\f105";
    display: block;
    width: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
    height: 10px;
    position: absolute;
    opacity: 0.8;
    animation: animate-arrow-3 1s ease-in-out infinite 0.2s;
  }
  
  .frm_width {
    display: flex;
    align-items: center;
    justify-content: center;

  }
  
  /* .frm_wrap {
    height: calc(100vh - 0px);
  }
   */
  .frm_inner .btn-group {
      /* margin-left: 15px; */
      width: 100%;
  }
  
  .frm_inner .btn-group .btn {
    background: #097bed;
    color: #fff;
    font-size: 14px;
    display: flex;
    font-weight: 600;
    align-items: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    justify-content: center;
    line-height: initial;
    border-right: thin solid rgba(0,0,0,.07);
    width: 70px;
    z-index: 2;
    line-height: 24px;
  }
  
  .frmitmbx input.form-control {
    border-radius: 0px 4px 4px 0px;
  }
  
  .frmitmbx .form-control:focus {
    box-shadow: none;
    border: 1px solid #E6E6E6;
  }
  
  .frmitmbx input.form-control {
  }
  
  .frmitmbx {
    position: relative;
  }
  
  .select_icon::after {
    content: '\f078';
    position: absolute;
    right: 15px;
    color: #030303;
    bottom: 17px;
    font-family: FontAwesome;
    font-weight: 400;
    z-index: 9;
    font-size: 12px;
    top: 20px;
    line-height: 0;
    cursor: pointer;
  }
  
  .form_flow_tab {
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 8px;
  }
  
  .form_flow_tab .nav-tabs {
    border-bottom: 0;
    gap: 24px;
  }
  
  .form_flow_tab .nav-tabs .nav-link.active {
    color: #212121;
    border: 0;
    /* box-shadow: inset 0 -2px 0 #ff6c37; */
  }
  
  .frmitmbx.select_icon .form-control {
    line-height: 29px;
  }
  .form-control:focus{  border: 1px solid #E6E6E6;}
  .form_flow_tab .nav-tabs .nav-link {
    color: #6b6b6b;
    font-weight: 400;
    font-size: 12px;
    margin: 0;
    padding: 8px 0;
    transition: initial;
    position: relative;
    border: 0px !important;
  }
  
  .form_flow_tab .nav-tabs .nav-link:hover {
    border: 0px !important;
    box-shadow: none;
  }
  
  .form_flow_tab .nav-tabs .nav-link.active:after,
  .form_flow_tab .nav-tabs .nav-link:hover:after {
    width: 100%;
    position: absolute;
    content: '';
    left: 0;
    height: 1.5px;
    bottom: 0;
    background: #ff6c37;
    box-shadow: inset 0 -2px 0 #ff6c37;
  }
  
  .frm_sect .tab-content {
    margin-top: 8px;
    color: #707070;
  }
  
  .box_table {
    box-shadow: 0px 6px 75px rgb(0 0 0 / 7%);
    border-radius: 10px;
    padding: 20px;
  }
  
  .box_table h3 {
    font-size: 18px;
    color: #306dd0;
    font-weight: bold;
    border-bottom: 1px solid #e3e9ed;
    padding-bottom: 10px;
  }
  
  .box_table table {
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .btn_frm .btn{
    background: #306dd0;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    display: flex;
    padding: 8px 20px;
    margin: 0 auto;
    margin-top: 10px;
    align-items: center;
    justify-content: center;
    width: 130px;
    line-height: initial;
  }
  
  .btn_sql .btn {
    background: #306dd0;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    display: flex;
    padding: 8px 20px;
    margin: 0 auto;
    margin-top: 30px;
    align-items: center;
    justify-content: center;
    width: 210px;
    line-height: initial;
  }
  
  .btn_sql .btn:hover,.btn_frm .btn:hover {
    background: #000;
    color: #fff;
  }
  
  .box_table td,
  .box_table th {
    padding: 05px;
  }
  
  .box_table td {
  }
  
  .box_table th {
    text-transform: capitalize;
  }
  
  .fr-box {
    margin-bottom: 20px;
  }
  
  .fr-toolbar {
    border-top: 5px solid #0067b8;
  }
  
  .fr-quick-insert {
    display: none;
  }
  
  .fr-box.fr-basic .fr-element {
    min-height: 250px;
  }
  
  .frm_sect {
    padding: 50px 0;
  }
  
  .pd-0 {
    padding: 0px !important;
  }
  
  .frm_sect p {
    color: #707070;
    font-size: 16px;
    font-weight: 500;
  }
  
  
  
  
  .modal-open .modal,
  .modal {
    background: transparent !important;
  }
  
  .modal_popup .modal-content {
    border-radius: 20px;
    background: #fff;
    border: 0px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.16);
  }
  
  .modal_popup .modal-body {
    padding: 40px;
  }
  
  .modal_popup .modal-content .modal-body:before {
    position: absolute;
    width: 97%;
    height: 50px;
    bottom: -14px;
    border-radius: 20px;
    background: #f3f3f3;
    opacity: 0.91;
    z-index: -1;
    left: 10px;
  }
  
  .modal_popup .modal-dialog:after {
    position: absolute;
    width: 97%;
    height: 50px;
    top: -14px;
    border-radius: 20px;
    background: #f3f3f3;
    opacity: 0.91;
    z-index: -1;
    left: 10px;
  }
  
  
  .modal-content .btn-close {
    width: 32px!important;
    height: 32px!important;
    background: #306dd0!important;
    border: 1.5px solid #ebebeb!important;
    filter: drop-shadow(-0.87px 0.5px 1px rgba(0, 0, 0, 0.15))!important;
    position: absolute;
    top: -9px;
    right: -9px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    z-index: 1;
    font-size: 22px;
    transition: all .3s;
    opacity: 1;
    border-radius: 50px;
  }
  
  
  .frm_popup label {
    font-weight: 500;
    color: #000;
  }
  
  .frm_popup .form-group {
    margin-bottom: 20px;position: relative;
  }
  .modal-open .modal{    display: flex!important;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .frm_popup .form-group textarea.form-control {
    height: 120px;
  }
  
  .frm_secrekey {
    display: flex;
    width: 100%;margin-bottom: 15px;
  }
  
  .frm_secrekey .form-control {
    width: 100%;   
     border-radius: 8px 0px 0px 8px;
  }
  
  .frm_secrekey .form-group {
    width: 100%;
  }
  .txt_secret a{display: block;font-size: 16px;text-align: left;font-weight: 400;text-decoration: none;color: #000;}
  .txt_secret a:hover{color: #306dd0;text-decoration: underline!important;}
  
  
  
  .dropdown__filter li{display: block;font-weight: 600;}
  .frmitmbx .dropdown {
  
  }
  .dropdown__switch:checked + .dropdown__options-filter .dropdown__select {
    transform: scaleY(1);
  }
  .dropdown__switch:checked + .dropdown__options-filter .dropdown__filter:after {
    transform: rotate(-135deg);
  }
  .dropdown__options-filter {
    width: 100%;
    cursor: pointer;
  }
  .dropdown__filter {
    position: relative;
    display: flex;
    color: #212121;
    background: #f2f2f2;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    font-size: 12px;
    text-transform: uppercase;
    transition: 0.3s;
    margin: 0;
    border-right: 0;
    padding: 7px 10px;
    border-radius: 4px 0px 0px 4px;
  }
  .dropdown__filter:focus {
   background: #fff;
  }
  .dropdown__filter::after {
    position: absolute;
    top: 45%;
    right: 20px;
    content: "";
    width: 6px;
    font-weight: 100;
    height: 6px;
    border-right: 2px solid #6b6b6b;
    border-bottom: 2px solid #6b6b6b;
    transform: rotate(45deg) translateX(-45%);
    transition: 0.2s ease-in-out;
  }
  .dropdown__select {
    position: absolute;
    top: 100%;
    padding: 8px 0;
    left: 0;
    overflow-y: auto;
    height: 200.8px;
    border: 1px solid #cacaca;
    margin-top: 5px;
    width: 170px;
    z-index: 9;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    transform: scaleY(0);
    transform-origin: top;
    font-weight: 300;
    transition: 0.2s ease-in-out;
    background: #fff;
  }
  .dropdown__select-option {
    padding: 0 16px;
    background-color: #fff;
    transition: 0.3s;
    margin: 0 8px;
    height: 32px!important;
    display: flex!important;
    font-size: 12px;
    border-radius: 4px;
    align-items: center;
    font-weight: 400!important;
    color: #212121;
  }
  .dropdown__select-option:last-of-type {
    border-bottom: 0;
  }
  .dropdown__select-option:hover {
    background-color: #E6E6E6;
  }
  
  .menu_sect {display: block;text-align: center;}
  .menu_sect .menu .drop_down {
    position: absolute;
    right: 0;
    top: 45px;
    display: none;
    border: 1px solid #cacaca;
    width: 170px;
    z-index: 9;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    transform-origin: top;
    font-weight: 300;
    background: #fff;
  }
  .menu_sect .menu .drop_down ul {
    list-style: none;
    padding:8px;
    margin:0px;
  }
  .menu_sect .menu .drop_down ul li a {
    padding: 0 16px;
    background-color: #fff;
    transition: 0.3s;
    height: 32px!important;
    display: flex!important;
    font-size: 12px;
    border-radius: 4px;
    align-items: center;
    font-weight: 400!important;
    color: #212121;}
    .menu_sect .menu .drop_down ul li a:hover {  background-color: #E6E6E6;}
    
  .menu_sect .menu{position: relative;background: #097bed;color: #fff;border-top-right-radius: 4px;border-bottom-right-radius: 4px;}
  
  .dropdown__select-option.dropdown__filter-selected{  background-color: #E6E6E6;}
  .menu_sect>.menu>a {
    width: 32px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .menu_sect>.menu>a svg path {
    fill: #fff;
  }
  
  
  ::-webkit-scrollbar-track {
    background-clip: content-box;
    border: 6px solid #ddd;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #097bed;
  }
  ::-webkit-scrollbar-thumb:hover {
    background-color: #097bed;
  }
  ::-webkit-scrollbar-corner, .scrollbar-1::-webkit-scrollbar-track {
    background-color: #b0b7c4;
  }
  
  ::-webkit-scrollbar {
    width: 6px;
  
  }
  ::-webkit-scrollbar-track {
    background-color: #bbb;
  }
  
  ::-webkit-scrollbar-track, 
  ::-webkit-scrollbar-thumb {
    border-radius: 12px;
  }
  
  
  
  @media (min-width: 576px) {
    .modal_popup .modal-dialog {
      width: 700px;
      max-width: 700px;
    }
  }
  
  @media (max-width: 900.5px) {
    .offset-2{margin: 0 auto!important;}
    .frm_inner{width: 450px;}
    .form_flow_tab .nav-tabs li {
      margin-bottom: 10px;
  }
    .modal_popup .modal-content:after {
  
      width: 93%;
      border-radius: 25px;
      left: 16px;
      bottom: -29px;
    }
  
    .modal_popup .modal-content:before {
      width: 97%;
      border-radius: 25px;
      left: 7px;
      bottom: -17px;
    }
  }
  
  @media (max-width: 575.5px) {
    .frm_popup .form-group{margin: 0;}
    .frm_popup .form-control{margin-bottom: 20px;}
    .modal_popup .modal-content:after {
  
      width: 93%;
      border-radius: 25px;
      left: 16px;
      bottom: -29px;
    }
  
    .modal_popup .modal-content:before {
      width: 97%;
      border-radius: 25px;
      left: 7px;
      bottom: -17px;
    }
    .logo_top .logo_img img {
      width: 100px!important;
  }
  .frm_sect .beta_logo{top: -18px;left: 23px;}
  }
  @media (max-width: 460.5px) {
    .logo_top .logo_img img {
      width: 68px!important;
  }
    .frm_sect .beta_logo img{width: 100px!important;}
    .frmitmbx.select_icon {
      width: 90px;
  }
    .frm_inner{width: 100%;padding: 0 20px;}
  
  }
  
  @keyframes animate-arrow-1 {
    0% {
      transform: translateX(-40px);
      opacity: 0;
    }
  
    70%,
    100% {
      transform: translateX(0px);
      opacity: 1;
    }
  }
  
  @keyframes animate-arrow-2 {
    0% {
      transform: translateX(-20px);
      opacity: 0;
    }
  
    70%,
    100% {
      transform: translateX(0px);
      opacity: 0.5;
    }
  }
  
  @keyframes animate-arrow-3 {
    0% {
      transform: translateX(-10px);
      opacity: 0;
    }
  
    70%,
    100% {
      transform: translateX(0px);
      opacity: 0.3;
    }
  }* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
  }
  
  a,
  a:hover {
    color: var(--org-color);
    text-decoration: none !important;
  }
  
  :root {
    --bg-color: #fff !important;
    --dark-bg: #0F0F0F !important;
    --blue-color: #306dd0 !important;
    --dark-bg-body: #0b1533 !important;
    --site-font1-family: "Inter"!important;
  }
  
  body {
    background: var(--bg-color);
    color: var(--dark-bg);
    font-family: var(--site-font1-family);
    font-weight: 200;
    font-size: 14px;
    line-height: 160.25%;
  }
  
  :focus-visible {
    outline: none;
  }
  
  .form-control {
    display: block;
    width: 100%;
    height: 38px;
    font-weight: 400;
    padding: 4px 12px;
    font-size: 12px;
    color: #212121;
    background: #f2f2f2;
    line-height: 22px;
    background-image: none;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
  }
  
  .frm_inner {
    width: 800px;
    margin: 0 auto;
  }
  
  .frm_inner .frm_grp {
    display: grid;
    grid-template-columns: 0.2fr 1fr 118px;
    margin-top: 30px;
  }
  
  
  
  
  .logo_top {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    transition: 0.1s all ease-in;
    display:flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
  }
  .logo_top .logo_img{display: grid;grid-template-columns: 1fr 50px;align-items: center;justify-content: center;}
  .logo_top span.arrow {
    display: block;
    font-size: 48px;
    color: #ff0000;
    position: relative;
    animation: animate-arrow-1 1s ease-in-out infinite;
    width: 50px;
    top: -5px;
    left: -5px;
  }
  .frm_sect{position: relative;}
  .frm_sect .beta_logo{position: absolute;left: 50px;
    top:20px;}
  .logo_top span.arrow span {
    font-family: FontAwesome;
    content: "\f105";
    display: block;
    width: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0px;
    height: 10px;
    opacity: 1;
    position: absolute;
  }
  
  .logo_top .arrow:before {
    font-family: FontAwesome;
    content: "\f105";
    display: block;
    width: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 8px;
    height: 10px;
    position: absolute;
    animation: animate-arrow-2 1s ease-in-out infinite 0.1s;
  }
  
  .logo_top .arrow:after {
    font-family: FontAwesome;
    content: "\f105";
    display: block;
    width: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
    height: 10px;
    position: absolute;
    opacity: 0.8;
    animation: animate-arrow-3 1s ease-in-out infinite 0.2s;
  }
  
  .frm_width {
    /* display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
   */
  /* .frm_wrap {
    height: calc(100vh - 0px);
  }
   */
  .frm_inner .btn-group {
      /* margin-left: 15px; */
  }
  
  .frm_inner .btn-group .btn {
    background: #097bed;
    color: #fff;
    font-size: 14px;
    display: flex;
    font-weight: 600;
    align-items: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    justify-content: center;
    line-height: initial;
    border-right: thin solid rgba(0,0,0,.07);
    width: 70px;
    line-height: 24px;
  }
  
  .frmitmbx input.form-control {
    border-radius: 0px 4px 4px 0px;
  }
  
  .frmitmbx .form-control:focus {
    box-shadow: none;
    border: 1px solid #E6E6E6;
  }
  
  .frmitmbx input.form-control {
  }
  
  .frmitmbx {
    position: relative;
  }
  
  .select_icon::after {
    content: '\f078';
    position: absolute;
    right: 15px;
    color: #030303;
    bottom: 17px;
    font-family: FontAwesome;
    font-weight: 400;
    z-index: 9;
    font-size: 12px;
    top: 20px;
    line-height: 0;
    cursor: pointer;
  }
  
  .form_flow_tab {
  }
  
  .form_flow_tab .nav-tabs {
    border-bottom: 0;
    gap: 24px;
  }
  
  .form_flow_tab .nav-tabs .nav-link.active {
    color: #212121;
    border: 0;
    /* box-shadow: inset 0 -2px 0 #ff6c37; */
  }
  
  .frmitmbx.select_icon .form-control {
    line-height: 29px;
  }
  .form-control:focus{  border: 1px solid #E6E6E6;}
  .form_flow_tab .nav-tabs .nav-link {
    color: #6b6b6b;
    font-weight: 400;
    font-size: 12px;
    margin: 0;
    padding: 8px 0;
    transition: initial;
    position: relative;
    border: 0px !important;
  }
  
  .form_flow_tab .nav-tabs .nav-link:hover {
    border: 0px !important;
    box-shadow: none;
  }
  
  .form_flow_tab .nav-tabs .nav-link.active:after,
  .form_flow_tab .nav-tabs .nav-link:hover:after {
    width: 100%;
    position: absolute;
    content: '';
    left: 0;
    height: 1.5px;
    bottom: 0;
    background: #ff6c37;
    box-shadow: inset 0 -2px 0 #ff6c37;
  }
  
  .frm_sect .tab-content {
    margin-top: 8px;
    color: #707070;
  }
  
  .box_table {
    box-shadow: 0px 6px 75px rgb(0 0 0 / 7%);
    border-radius: 10px;
    padding: 20px;
  }
  
  .box_table h3 {
    font-size: 12px;
    color: #212121;
    font-weight: 600;
    border-bottom: 1px solid #e3e9ed;
    padding-bottom: 10px;
  }
  
  .box_table table {
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .btn_frm .btn{
    background: #306dd0;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    display: flex;
    padding: 8px 20px;
    margin: 0 auto;
    margin-top: 10px;
    align-items: center;
    justify-content: center;
    width: 130px;
    line-height: initial;
  }
  
  .btn_sql .btn {
    background: #306dd0;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    display: flex;
    padding: 8px 20px;
    margin: 0 auto;
    margin-top: 30px;
    align-items: center;
    justify-content: center;
    width: 210px;
    line-height: initial;
  }
  
  .btn_sql .btn:hover,.btn_frm .btn:hover {
    background: #000;
    color: #fff;
  }
  
  .box_table td,
  .box_table th {
    padding: 05px;
  }
  
  .box_table td {
    color: #6B6B6B;
    font-weight: 400;
    font-size: 12px;
  }
  
  .box_table th {
    text-transform: capitalize;
    font-size: 12px;
    color: #212121;
    font-weight: 600;
  }
  
  .fr-box {
    margin-bottom: 20px;
  }
  
  .fr-toolbar {
    border-top: 5px solid #0067b8;
  }
  
  .fr-quick-insert {
    display: none;
  }
  
  .fr-box.fr-basic .fr-element {
    min-height: 250px;
  }
  
  .frm_sect {
    padding: 50px 0;
  }
  
  .pd-0 {
    padding: 0px !important;
  }
  
  .frm_sect p {
    color: #6B6B6B;
    font-size: 12px;
    font-weight: 400;
  }
  
  
  
  
  .modal-open .modal,
  .modal {
    background: transparent !important;
  }
  
  .modal_popup .modal-content {
    border-radius: 20px;
    background: #fff;
    border: 0px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.16);
  }
  
  .modal_popup .modal-body {
    padding: 40px;
  }
  
  .modal_popup .modal-content .modal-body:before {
    position: absolute;
    width: 97%;
    height: 50px;
    bottom: -14px;
    border-radius: 20px;
    background: #f3f3f3;
    opacity: 0.91;
    z-index: -1;
    left: 10px;
  }
  
  .modal_popup .modal-dialog:after {
    position: absolute;
    width: 97%;
    height: 50px;
    top: -14px;
    border-radius: 20px;
    background: #f3f3f3;
    opacity: 0.91;
    z-index: -1;
    left: 10px;
  }
  
  
  .modal-content .btn-close {
    width: 32px!important;
    height: 32px!important;
    background: #306dd0!important;
    border: 1.5px solid #ebebeb!important;
    filter: drop-shadow(-0.87px 0.5px 1px rgba(0, 0, 0, 0.15))!important;
    position: absolute;
    top: -9px;
    right: -9px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    z-index: 1;
    font-size: 22px;
    transition: all .3s;
    opacity: 1;
    border-radius: 50px;
  }
  
  
  .frm_popup label {
    font-weight: 500;
    color: #000;
  }
  
  .frm_popup .form-group {
    margin-bottom: 20px;position: relative;
  }
  .modal-open .modal{    display: flex!important;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .frm_popup .form-group textarea.form-control {
    height: 120px;
  }
  
  .frm_secrekey {
    display: flex;
    width: 100%;margin-bottom: 15px;
  }
  
  .frm_secrekey .form-control {
    width: 100%;
    border-radius: 8px;
  }
  
  .frm_secrekey .form-group {
    width: 100%;
  }
  .txt_secret a{display: block;font-size: 16px;text-align: left;font-weight: 400;text-decoration: none;color: #000;}
  .txt_secret a:hover{color: #306dd0;text-decoration: underline!important;}
  
  
  
  .dropdown__filter li{display: block;font-weight: 600;}
  .frmitmbx .dropdown {
  
  }
  .dropdown__switch:checked + .dropdown__options-filter .dropdown__select {
    transform: scaleY(1);
  }
  .dropdown__switch:checked + .dropdown__options-filter .dropdown__filter:after {
    transform: rotate(-135deg);
  }
  .dropdown__options-filter {
    width: 100%;
    cursor: pointer;
  }
  .dropdown__filter {
    position: relative;
    display: flex;
    color: #212121;
    background: #f2f2f2;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    font-size: 12px;
    text-transform: uppercase;
    transition: 0.3s;
    margin: 0;
    border-right: 0;
    padding: 7px 10px;
    border-radius: 4px 0px 0px 4px;
  }
  .dropdown__filter:focus {
   background: #fff;
  }
  .dropdown__filter::after {
    position: absolute;
    top: 45%;
    right: 20px;
    content: "";
    width: 6px;
    font-weight: 100;
    height: 6px;
    border-right: 2px solid #6b6b6b;
    border-bottom: 2px solid #6b6b6b;
    transform: rotate(45deg) translateX(-45%);
    transition: 0.2s ease-in-out;
  }
  .dropdown__select {
    position: absolute;
    top: 100%;
    padding: 8px 0;
    left: 0;
    overflow-y: auto;
    height: 200.8px;
    border: 1px solid #cacaca;
    margin-top: 5px;
    width: 170px;
    z-index: 9;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    transform: scaleY(0);
    transform-origin: top;
    font-weight: 300;
    transition: 0.2s ease-in-out;
    background: #fff;
  }
  .dropdown__select-option {
    padding: 0 16px;
    background-color: #fff;
    transition: 0.3s;
    margin: 0 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 32px!important;
    display: block!important;
    font-size: 12px;
    line-height: 32px;
    border-radius: 4px;
    align-items: center;
    font-weight: 400!important;
    color: #212121;
  }
  .dropdown__select-option:last-of-type {
    border-bottom: 0;
  }
  .dropdown__select-option:hover {
    background-color: #E6E6E6;
  }
  
  .menu_sect {display: block;text-align: center;}
  .menu_sect .menu .drop_down {
    position: absolute;
    right: 0;
    top: 45px;
    display: none;
    border: 1px solid #cacaca;
    width: 170px;
    z-index: 9;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    transform-origin: top;
    font-weight: 300;
    background: #fff;
  }
  .menu_sect .menu .drop_down ul {
    list-style: none;
    padding:8px;
    margin:0px;
  }
  .menu_sect .menu .drop_down ul li a {
    padding: 0 16px;
    background-color: #fff;
    transition: 0.3s;
    height: 32px!important;
    display: flex!important;
    font-size: 12px;
    border-radius: 4px;
    align-items: center;
    font-weight: 400!important;
    color: #212121;}
    .menu_sect .menu .drop_down ul li a:hover {  background-color: #E6E6E6;}
    
  .menu_sect .menu{position: relative;background: #097bed;color: #fff;border-top-right-radius: 4px;border-bottom-right-radius: 4px;}
  
  .dropdown__select-option.dropdown__filter-selected{  background-color: #E6E6E6;}
  .menu_sect>.menu>a {
    width: 32px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .Auth_sect .dropdown__filter {
    border-radius: 4px;
  }
  
  .Auth_sect  .dropdown {
    margin-top: 8px;
  }
  
  .rgt_text {
    border-left: 1px solid #EDEDED;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
  }
  
  .rgt_text h3 {
    color: #6B6B6B;
    font-size: 12px;
    font-weight: 400;
  }
  
  .Auth_sect p {
    margin-top: 20px;
  }
  
  .lft_bx {
    padding-right: 20px;
  }
  .menu_sect>.menu>a svg path {
    fill: #fff;
  }
  .table_data h3 {
    color: #6B6B6B;
    font-size: 12px;
    font-weight: 600;
  }
  
  ::-webkit-scrollbar-track {
    background-clip: content-box;
    border: 6px solid #ddd;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #097bed;
  }
  ::-webkit-scrollbar-thumb:hover {
    background-color: #097bed;
  }
  ::-webkit-scrollbar-corner, .scrollbar-1::-webkit-scrollbar-track {
    background-color: #b0b7c4;
  }
  
  ::-webkit-scrollbar {
    width: 6px;
  
  }
  ::-webkit-scrollbar-track {
    background-color: #bbb;
  }
  
  ::-webkit-scrollbar-track, 
  ::-webkit-scrollbar-thumb {
    border-radius: 12px;
  }
  .table_data tbody td,.table_data thead th {
    border: 1px  solid #ededed!important;
    padding: 4px!important;
  }
  .frm_secrekey  .btn-group .btn {
    width: 150px;
    height: 38px;
  }
  
  .frm_secrekey .btn-group {
    display: block;
  }
  .table_data thead th {
    color: #6B6B6B!important;
    font-size: 12px!important;
    font-weight: 600!important;
    line-height: 19px!important;
    padding: 8px!important;
  }
  .form_flow_tab .nav-tabs{display: flex;align-items: center;}
  .tb_frm .form-control {
    height: 32px;
  }
  .tb_frm .form-control:focus{box-shadow: none;}
  .lft_bx label {
    color: #6B6B6B;
    font-size: 12px;
    font-weight: 600;
  }
  
  .Auth_sect {
    display: grid;
    grid-template-columns: 0.5fr 1fr;
  }
  @media (min-width: 576px) {
    .modal_popup .modal-dialog {
      width: 700px;
      max-width: 700px;
    }
  }
  
  @media (max-width: 900.5px) {
    .offset-2{margin: 0 auto!important;}
    .frm_inner{width: 450px;}
    .form_flow_tab .nav-tabs li {
      margin-bottom: 10px;
  }
    .modal_popup .modal-content:after {
  
      width: 93%;
      border-radius: 25px;
      left: 16px;
      bottom: -29px;
    }
  
    .modal_popup .modal-content:before {
      width: 97%;
      border-radius: 25px;
      left: 7px;
      bottom: -17px;
    }
  }
  
  @media (max-width: 575.5px) {
    .frm_popup .form-group{margin: 0;}
    .frm_popup .form-control{margin-bottom: 20px;}
    .modal_popup .modal-content:after {
  
      width: 93%;
      border-radius: 25px;
      left: 16px;
      bottom: -29px;
    }
  
    .modal_popup .modal-content:before {
      width: 97%;
      border-radius: 25px;
      left: 7px;
      bottom: -17px;
    }
    .logo_top .logo_img img {
      width: 100px!important;
  }
  .frm_sect .beta_logo{top: -18px;left: 23px;}
  }
  
  @media (max-width: 460.5px) {
    .logo_top .logo_img img {
      width: 68px!important;
  }
    .frm_sect .beta_logo img{width: 100px!important;}
    .frmitmbx.select_icon {
      width: 90px;
  }
    .frm_inner{width: 100%;padding: 0 20px;}
  
  }
  
  @keyframes animate-arrow-1 {
    0% {
      transform: translateX(-40px);
      opacity: 0;
    }
  
    70%,
    100% {
      transform: translateX(0px);
      opacity: 1;
    }
  }
  
  @keyframes animate-arrow-2 {
    0% {
      transform: translateX(-20px);
      opacity: 0;
    }
  
    70%,
    100% {
      transform: translateX(0px);
      opacity: 0.5;
    }
  }
  .logo_top .logo_img:last-child {
    justify-content: end;
    display: flex;
  }
  @keyframes animate-arrow-3 {
    0% {
      transform: translateX(-10px);
      opacity: 0;
    }
  
    70%,
    100% {
      transform: translateX(0px);
      opacity: 0.3;
    }
  }

}

.logo_header {
    background: #FFFFFF;
    box-shadow: 0px 18px 15px rgba(0, 0, 0, 0.014);
    opacity: 1;
    padding: 15px;
}

.logo_header .sidebar-brand,.logo_header .sidebar-title {
    background: #fff;
    height: auto;
    line-height: initial;
    padding: 0;
}

.logo_header .sidebar-brand:hover {
    background: #fff;
}

.nav.navbar-nav-custom > li > a i {
    font-size: 22px;
    line-height: 29px;
}

.nav.navbar-nav-custom.pull-right > li > a.notif img {
    width: 24px;
    height: auto;
    border: 0;
    border-radius: 0;
    position: relative;
    top: 5px;
}
.hover_crd {cursor: pointer;
    z-index: 6;
}
@media screen and (max-width: 768px) {
    .point_sect ul,.slider_point ul{grid-template-columns: repeat(2,1fr);}

}

@media screen and (max-width: 460px) {
    .point_sect ul,.slider_point ul{grid-template-columns: repeat(1,1fr);padding: 0 15px;}
    .point_sect.more_point ul li .card_bx,.point_sect ul li .card_bx{padding-right: 10%;}
    .slider_point{padding: 20px 0px;}
}

.point_sect ul li .card_bx, .slider_point .card_bx {
    position: relative;
}

.point_sect ul li .card_bx .hover_crd, .slider_point .card_bx .hover_crd {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
    height: 100%;
}

.point_sect ul li .card_bx .hover_crd a, .slider_point .card_bx .hover_crd a {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;text-decoration:none;
}

.btn_mang,.btn_Analy {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    opacity:0;
}
.btn_mang:hover,.btn_Analy:hover{opacity:1;}

/******* 30-june*****/



.landing_banner {
    position: relative;
}

.landing_banner img {
    width: 100%;
}

.landing_banner .counter_banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0;
    width: 100%;
    background: rgba(11, 32, 51, 0.85);
    padding: 20px 50px;
}

.landing_banner .counter_banner .lft_banner {}

.landing_banner .counter_banner .lft_banner h3 {
    color: #FFF;
    font-size: 29px;
    font-weight: 600;
    letter-spacing: 2.175px;
    margin: 0;
}
.landing_banner .counter_banner .lft_banner h3 span{
    color: rgba(23, 193, 218, 1);
}
.landing_banner .counter_banner .lft_banner p {
    color: #FFF;
    font-size: 14px;
    text-transform: capitalize;
}

.landing_banner .counter_banner .rgt_banner {}

.landing_banner .counter_banner .rgt_banner .projectFactsWrap {
    display: flex;
    align-items: center;
    margin: 0 -25px;
}

.landing_banner .counter_banner .rgt_banner .projectFactsWrap .counter_no {
    color: #FFF;
    font-size: 32px;
    display: flex;
    align-items: center;
    font-weight: bold;
}

.landing_banner .counter_banner .rgt_banner .projectFactsWrap .item {
    padding: 0 25px;
    text-align: center;
}

.landing_banner .counter_banner .rgt_banner .projectFactsWrap .item h5 {
    color: #FFF;
    font-size: 16px;
    text-transform: capitalize;
}

.landing_banner .counter_banner .rgt_banner .projectFactsWrap .item h5 img {
    width: 18px;
}
.slider_point .card_bx {
    display: flex;
    align-items: center;
}
.nav_bar_custom .nav-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.nav_bar_custom .nav-tabs > li {
    border: 0;
}

.nav_bar_custom .nav-tabs > li.active > a, 
.nav_bar_custom .nav-tabs > li.active > a:hover,
.nav_bar_custom .nav-tabs > li.active > a:focus {
    border: 0;
    border-bottom: 3px solid #17C1DA;
    background: #FFF;
}
.nav_bar_custom .nav-tabs > li > a{color: #232323;text-align: center;font-size: 15px;font-family: Montserrat;font-weight: 500;padding: 8px 30px;border: 0;margin: 0;background: #F5F7FA;}

.block.info-page-style {}

.block.info-page-style {
    position: relative;
}

.nav_bar_custom {
    /*position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;*/
    position: fixed;
    bottom: 0;
    /*width: 83.4%;
    left: 20.6%;
    transform: translateX(-20.6%);*/
    right:0;
  width: 82.8%;
    z-index: 999;
}

.data_navbar {
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

.data_navbar .nav-tabs {}

.data_navbar .nav-tabs li {
    width: 100%;
    display: block;
}

.data_navbar .nav-tabs li a {
    color: #616161;
    margin: 0;
    font-size: 14px;
    padding: 8px 20px;
    font-family: Montserrat;
    line-height: 21px;
}


.data_navbar  .nav-tabs > li.active > a, 
.data_navbar  .nav-tabs > li.active > a:hover, 
.data_navbar  .nav-tabs > li.active > a:focus,
.data_navbar  .nav-tabs > li a:hover{background: #EBEBEB;}

.tab_upload_list .nav-tabs {
    border-bottom: 1px solid rgba(136, 131, 131, 0.21);
}

.tab_upload_list .nav-tabs li {}

.tab_upload_list .nav-tabs li a {
    color: #828282;
    text-align: justify;
    font-size: 14px;
    line-height: 21px;
    padding: 0 15px 15px;
    border: 0;
    background: transparent;
}


.tab_upload_list  .nav-tabs > li.active > a, 
.tab_upload_list .nav-tabs > li.active > a:hover, 
.tab_upload_list  .nav-tabs > li.active > a:focus,
.tab_upload_list  .nav-tabs > li a:hover{
    color: #4D4D4D;
}
.upload_progress {
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 20px;
}

.upload_progress .upload_file_data {
    border: 1px dashed #E1E1E1;
    background: #FFF;
    text-align: center;
}

.upload_progress .upload_file_data img {
    width: 147px;
    margin: 0 auto;
}
.upload_progress .upload_file_data .btn {}
.upload_progress .upload_file_data .btn {
    padding: 20px;
}

.upload_progress .upload_file_data .btn h3 {
    color: #232323;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

.upload_progress .upload_file_data .btn p {
    color: #232323;
    font-size: 13px;
    font-weight: 500;
    margin: 0;
}

.upload_progress .upload_file_data .BannerUpload {
    display: none;
}

.upload_progress .upload_file_data .btn h3 span {
    color: rgba(23, 193, 218, 1);
}

.progress_grap {
    margin: 30px 0;
}

.progress_grap ul {}

.progress_grap ul li {
    display: block;
    border-bottom: 1px solid #E1E1E1;
    padding-bottom: 10px;
}

.progress_grap ul li .prorg_line {
    display: flex;
    align-items: center;
}

.progress_grap ul li .prorg_line .icon {
    margin-right: 20px;
}

.progress_grap ul li .prorg_line .icon img {}

.progress_grap ul li .prorg_line .prog-bar {
    width: 100%;
}

.progress_grap ul li .prorg_line .prog-bar p,.progress_grap ul li .prorg_line .prog-bar h3 {
    margin: 0;
    color: #A5A5A5;
    font-size: 13px;
    display: flex;
    align-items: center;
    font-weight: 600;
    justify-content: space-between;
    margin-bottom: 5px;
}

.progress_grap ul li .prorg_line .prog-bar .progress .progress-bar {height: 5px;}
.progress_grap ul li .prorg_line .prog-bar .progress {
    border-radius: 5px;
    background: #E1E1E1;
    height: 5px;
    margin-bottom: 5px;
}

.progress_grap ul li .prorg_line .prog-bar .progress .progress-bar.progress-bar-success {}

.progress_grap ul li .prorg_line .prog-bar .progress .progress-bar.progress-bar-warning {
    border: 1px solid #E67E22;
    background: #E67E22;
}

.progress_grap ul li .prorg_line .prog-bar .progress .progress-bar.progress-bar-danger {
    border-radius: 5px;
    background: #DE1500;
    height: 5px;
}



.progress_grap ul li:first-child {}

.progress_grap ul li:nth-child(2) {}

.progress_grap ul li+li {
    margin-top: 25px;
}

.progress_grap ul li .prorg_line .prog-bar h3 .progress-bar-success{color: #27AE60;background: transparent;}
.progress_grap ul li .prorg_line .prog-bar h3 .progress-bar-warning{color: #E67E22;background: transparent;}
.progress_grap ul li .prorg_line .prog-bar h3 .progress-bar-danger{color: #DE1500;background: transparent;}

.nav_bar_custom .nav:before,.nav_bar_custom .nav:after {
    content: none;
}
.stringtab_list .heading_title {
    margin: 0;
    color: #464444;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 25px;
}

.stringtab_list .control-label {
    color: #828282;
    font-size: 13px;
    text-transform: capitalize;
}

.stringtab_list .btn_grp {
    text-align: center;
}

.stringtab_list .btn_grp .btn {
    border-radius: 4px;
    background: #117865;
    border: 1px solid #117865;
    color: #fff;
    font-weight: 700;
    padding: 8px 30px;
}

.stringtab_list .btn_grp .btn+.btn {
    border-radius: 4px;
    background: #fff;
    border: 1px solid #C0C0C0;
    color: #7D7D7D;
    text-transform: capitalize;
}
.stringtab_list .btn_grp .btn:hover{background: #117865;
    border: 1px solid #117865;
    color: #fff;}


    .custom-control-input {
        position: relative;
        height: 1px;
        width: 0;
        opacity: 0;
    }
    
    .form-group.check_boxgrp label {
        font-weight: 500;
        letter-spacing: 0.02em;
        text-align: left;
        color: #828282;
        font-size: 13px;
        font-family: Calibri;
        text-transform: capitalize;
    }
    .custom-radio.custom-control .custom-control-label{position:relative;padding-left: 25px;}
    .custom-radio.custom-control .custom-control-label::before {
            position: absolute;
        display: block;
        pointer-events: none;
        content: "";
        width: 15px;
        height: 15px;
        left: 0;
        top: 1px;
        border-radius: 100px;
        background: #f5f6fa;
        border: 1px solid #747d84;
    }
    
    .custom-radio.custom-control .custom-control-input:checked~.custom-control-label::before {
        background: #fff ;
        border: 5px solid #117865 ;
    }
    
    .custom-control.custom-radio {}
    
    .form-group.check_boxgrp .custom-control.custom-radio {
        margin-bottom: 5px;
    }


    
/*----------------------------------------------------------------------------------------------------*/

.frm_inner {
    width: 800px;
    margin: 0 auto;
  }
  
  .frm_inner .frm_grp {
    display: grid;
    grid-template-columns: 0.2fr 1fr 100px;
    margin-top: 30px;
  }
  
  .frm_sect{position: relative;}
  .frm_sect .beta_logo{position: absolute;left: 50px;
    top:20px;}

  .frm_width {
    display: flex;
    align-items: center;
    justify-content: center;

  }
  
  
  .frm_inner .btn-group {
      width: 100%;
  }
  
  .frm_inner .btn-group .btn {
    background: #097bed;
    color: #fff;
    font-size: 14px;
    display: flex;
    font-weight: 600;
    align-items: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    justify-content: center;
    line-height: initial;
    border-right: thin solid rgba(0,0,0,.07);
    width: 70px;
    z-index: 2;
    line-height: 24px;
  }
  
  .frmitmbx input.form-control {
    border-radius: 0px 4px 4px 0px;
  }
  
  .frmitmbx .form-control:focus {
    box-shadow: none;
    border: 1px solid #E6E6E6;
  }
  
  .frmitmbx {
    position: relative;
  }
  
  .select_icon::after {
    content: '\f078';
    position: absolute;
    right: 15px;
    color: #030303;
    bottom: 17px;
    font-family: FontAwesome;
    font-weight: 400;
    z-index: 9;
    font-size: 12px;
    top: 20px;
    line-height: 0;
    cursor: pointer;
  }
  
  .form_flow_tab {
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 8px;
  }
  
  .form_flow_tab .nav-tabs {
    border-bottom: 0;
    gap: 24px;
  }
  
  .form_flow_tab .nav-tabs .nav-link.active {
    color: #212121;
    border: 0;
  }
  
  .frmitmbx.select_icon .form-control {
    line-height: 29px;
  }
  .form-control:focus{  border: 1px solid #E6E6E6;}
  .form_flow_tab .nav-tabs .nav-link {
    color: #6b6b6b;
    font-weight: 400;
    font-size: 12px;
    margin: 0;
    padding: 8px 0;
    transition: initial;
    position: relative;
    border: 0px !important;
  }
  
  .form_flow_tab .nav-tabs .nav-link:hover {
    border: 0px !important;
    box-shadow: none;
  }
  
  .form_flow_tab .nav-tabs .nav-link.active:after,
  .form_flow_tab .nav-tabs .nav-link:hover:after {
    width: 100%;
    position: absolute;
    content: '';
    left: 0;
    height: 1.5px;
    bottom: 0;
    background: #ff6c37;
    box-shadow: inset 0 -2px 0 #ff6c37;
  }
  
  .frm_sect .tab-content {
    margin-top: 8px;
    color: #707070;
  }
  
  .box_table {
    box-shadow: 0px 6px 75px rgb(0 0 0 / 7%);
    border-radius: 10px;
    padding: 20px;
  }
  
  .box_table h3 {
    font-size: 18px;
    color: #044656;
    font-weight: bold;
    border-bottom: 1px solid #e3e9ed;
    padding-bottom: 10px;
  }
  
  .box_table table {
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .btn_frm .btn{
    background: #044656;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    display: flex;
    padding: 8px 20px;
    margin: 0 auto;
    margin-top: 10px;
    align-items: center;
    justify-content: center;
    width: 130px;
    line-height: initial;
  }
  
  .btn_sql .btn {
    background: #044656;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    display: flex;
    padding: 8px 20px;
    margin: 0 auto;
    margin-top: 30px;
    align-items: center;
    justify-content: center;
    width: 210px;
    line-height: initial;
  }
  
  .btn_sql .btn:hover,.btn_frm .btn:hover {
    background: #000;
    color: #fff;
  }
  
  .box_table td,
  .box_table th {
    padding: 05px;
  }
  
  .box_table td {
  }
  
  .box_table th {
    text-transform: capitalize;
  }
  
  .fr-box {
    margin-bottom: 20px;
  }
  
  .fr-toolbar {
    border-top: 5px solid #0067b8;
  }
  
  .fr-quick-insert {
    display: none;
  }
  
  .fr-box.fr-basic .fr-element {
    min-height: 250px;
  }
  
  .frm_sect {
    padding: 50px 0;
  }
  
  .pd-0 {
    padding: 0px !important;
  }
  
  .frm_sect p {
    color: #707070;
    font-size: 16px;
    font-weight: 500;
  }
  
  
  
  
  .modal-open .modal,
  .modal {
    background: transparent !important;
  }
  
  .modal_popup .modal-content {
    border-radius: 20px;
    background: #fff;
    border: 0px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.16);
  }
  
  .modal_popup .modal-body {
    padding: 40px;
  }
  
  .modal_popup .modal-content .modal-body:before {
    position: absolute;
    width: 97%;
    height: 50px;
    bottom: -14px;
    border-radius: 20px;
    background: #f3f3f3;
    opacity: 0.91;
    z-index: -1;
    left: 10px;
  }
  
  .modal_popup .modal-dialog:after {
    position: absolute;
    width: 97%;
    height: 50px;
    top: -14px;
    border-radius: 20px;
    background: #f3f3f3;
    opacity: 0.91;
    z-index: -1;
    left: 10px;
  }
  
  
  .modal-content .btn-close {
    width: 32px!important;
    height: 32px!important;
    background: #044656!important;
    border: 1.5px solid #ebebeb!important;
    filter: drop-shadow(-0.87px 0.5px 1px rgba(0, 0, 0, 0.15))!important;
    position: absolute;
    top: -9px;
    right: -9px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    z-index: 1;
    font-size: 22px;
    transition: all .3s;
    opacity: 1;
    border-radius: 50px;
  }
  
  
  .frm_popup label {
    font-weight: 500;
    color: #000;
  }
  
  .frm_popup .form-group {
    margin-bottom: 20px;position: relative;
  }
  .modal-open .modal{    display: flex!important;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .frm_popup .form-group textarea.form-control {
    height: 120px;
  }
  
  .frm_secrekey {
    display: flex;
    width: 100%;margin-bottom: 15px;
  }
  
  .frm_secrekey .form-control {
    width: 100%;   
     border-radius: 8px 0px 0px 8px;
  }
  
  .frm_secrekey .form-group {
    width: 100%;
  }
  .txt_secret a{display: block;font-size: 16px;text-align: left;font-weight: 400;text-decoration: none;color: #000;}
  .txt_secret a:hover{color: #044656;text-decoration: underline!important;}
  
  
  
  .dropdown__filter li{display: block;font-weight: 600;}
  .frmitmbx .dropdown {
  
  }
  .dropdown__switch:checked + .dropdown__options-filter .dropdown__select {
    transform: scaleY(1);
  }
  .dropdown__switch:checked + .dropdown__options-filter .dropdown__filter:after {
    transform: rotate(-135deg);
  }
  .dropdown__options-filter {
    width: 100%;
    cursor: pointer;
  }
  .dropdown__filter {
    position: relative;
    display: flex;
    color: #212121;
    background: #f2f2f2;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    font-size: 12px;
    text-transform: uppercase;
    transition: 0.3s;
    margin: 0;
    border-right: 0;
    padding: 8px 10px;
    border-radius: 4px 0px 0px 4px;
  }
  .dropdown__filter:focus {
   background: #fff;
  }
  .dropdown__filter::after {
    position: absolute;
    top: 45%;
    right: 20px;
    content: "";
    width: 6px;
    font-weight: 100;
    height: 6px;
    border-right: 2px solid #6b6b6b;
    border-bottom: 2px solid #6b6b6b;
    transform: rotate(45deg) translateX(-45%);
    transition: 0.2s ease-in-out;
  }
  .dropdown__select {
    position: absolute;
    top: 100%;
    padding: 8px 0;
    left: 0;
    overflow-y: auto;
    height: 200.8px;
    border: 1px solid #cacaca;
    margin-top: 5px;
    width: 170px;
    z-index: 9;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    transform: scaleY(0);
    transform-origin: top;
    font-weight: 300;
    transition: 0.2s ease-in-out;
    background: #fff;
  }
  .dropdown__select-option {
    padding: 0 16px;
    background-color: #fff;
    transition: 0.3s;
    margin: 0 8px;
    height: 32px!important;
    display: flex!important;
    font-size: 12px;
    border-radius: 4px;
    align-items: center;
    font-weight: 400!important;
    color: #212121;
  }
  .dropdown__select-option:last-of-type {
    border-bottom: 0;
  }
  .dropdown__select-option:hover {
    background-color: #E6E6E6;
  }
  
  .menu_sect {display: block;text-align: center;}
  .menu_sect .menu .drop_down {
    position: absolute;
    right: 0;
    top: 45px;
    display: none;
    border: 1px solid #cacaca;
    width: 170px;
    z-index: 9;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    transform-origin: top;
    font-weight: 300;
    background: #fff;
  }
  .menu_sect .menu .drop_down ul {
    list-style: none;
    padding:8px;
    margin:0px;
  }
  .menu_sect .menu .drop_down ul li a {
    padding: 0 16px;
    background-color: #fff;
    transition: 0.3s;
    height: 32px!important;
    display: flex!important;
    font-size: 12px;
    border-radius: 4px;
    align-items: center;
    font-weight: 400!important;
    color: #212121;}
    .menu_sect .menu .drop_down ul li a:hover {  background-color: #E6E6E6;}
    
  .menu_sect .menu{position: relative;background: #044656;color: #fff;border-top-right-radius: 4px;border-bottom-right-radius: 4px;}
  
  .dropdown__select-option.dropdown__filter-selected{  background-color: #E6E6E6;}
  .menu_sect>.menu>a {
    width: 32px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .menu_sect>.menu>a svg path {
    fill: #fff;
  }
  
  
  ::-webkit-scrollbar-track {
    background-clip: content-box;
    border: 6px solid #ddd;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #097bed;
  }
  ::-webkit-scrollbar-thumb:hover {
    background-color: #097bed;
  }
  ::-webkit-scrollbar-corner, .scrollbar-1::-webkit-scrollbar-track {
    background-color: #b0b7c4;
  }
  
  ::-webkit-scrollbar {
    width: 6px;
  
  }
  ::-webkit-scrollbar-track {
    background-color: #bbb;
  }
  
  ::-webkit-scrollbar-track, 
  ::-webkit-scrollbar-thumb {
    border-radius: 12px;
  }
  
  
  
  @media (min-width: 576px) {
    .modal_popup .modal-dialog {
      width: 700px;
      max-width: 700px;
    }
  }
  
  @media (max-width: 900.5px) {
    .offset-2{margin: 0 auto!important;}
    .frm_inner{width: 450px;}
    .form_flow_tab .nav-tabs li {
      margin-bottom: 10px;
  }
    .modal_popup .modal-content:after {
  
      width: 93%;
      border-radius: 25px;
      left: 16px;
      bottom: -29px;
    }
  
    .modal_popup .modal-content:before {
      width: 97%;
      border-radius: 25px;
      left: 7px;
      bottom: -17px;
    }
  }
  
  @media (max-width: 575.5px) {
    .frm_popup .form-group{margin: 0;}
    .frm_popup .form-control{margin-bottom: 20px;}
    .modal_popup .modal-content:after {
  
      width: 93%;
      border-radius: 25px;
      left: 16px;
      bottom: -29px;
    }
  
    .modal_popup .modal-content:before {
      width: 97%;
      border-radius: 25px;
      left: 7px;
      bottom: -17px;
    }
    .logo_top .logo_img img {
      width: 100px!important;
  }
  .frm_sect .beta_logo{top: -18px;left: 23px;}
  }
  @media (max-width: 460.5px) {
  
    .frm_sect .beta_logo img{width: 100px!important;}
    .frmitmbx.select_icon {
      width: 90px;
  }
    .frm_inner{width: 100%;padding: 0 20px;}
  
  }
 
  .frm_inner {
    width: 800px;
    margin: 0 auto;
  }
  
  .frm_inner .frm_grp {
    display: grid;
    grid-template-columns: 0.2fr 1fr 118px;
    margin-top: 30px;
  }
  
  
  
  
  .frm_sect{position: relative;}
  .frm_sect .beta_logo{position: absolute;left: 50px;
    top:20px;}
  .logo_top span.arrow span {
    font-family: FontAwesome;
    content: "\f105";
    display: block;
    width: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0px;
    height: 10px;
    opacity: 1;
    position: absolute;
  }
  
  .logo_top .arrow:before {
    font-family: FontAwesome;
    content: "\f105";
    display: block;
    width: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 8px;
    height: 10px;
    position: absolute;
    animation: animate-arrow-2 1s ease-in-out infinite 0.1s;
  }
  
  .logo_top .arrow:after {
    font-family: FontAwesome;
    content: "\f105";
    display: block;
    width: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
    height: 10px;
    position: absolute;
    opacity: 0.8;
    animation: animate-arrow-3 1s ease-in-out infinite 0.2s;
  }
  
  
  .frm_inner .btn-group {
      /* margin-left: 15px; */
  }
  
  .frm_inner .btn-group .btn {
    background: #044656;
    color: #fff;
    font-size: 14px;
    display: flex;
    font-weight: 600;
    align-items: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    justify-content: center;
    line-height: initial;
    border-right: thin solid rgba(0,0,0,.07);
    width: 70px;
    line-height: 24px;
  }
  
  .frmitmbx input.form-control {
    border-radius: 0px 4px 4px 0px;
  }
  
  .frmitmbx .form-control:focus {
    box-shadow: none;
    border: 1px solid #E6E6E6;
  }
  
  .frmitmbx input.form-control {
  }
  
  .frmitmbx {
    position: relative;
  }
  
  .select_icon::after {
    content: '\f078';
    position: absolute;
    right: 15px;
    color: #030303;
    bottom: 17px;
    font-family: FontAwesome;
    font-weight: 400;
    z-index: 9;
    font-size: 12px;
    top: 20px;
    line-height: 0;
    cursor: pointer;
  }
  
  .form_flow_tab {
  }
  
  .form_flow_tab .nav-tabs {
    border-bottom: 0;
    gap: 24px;
  }
  
  .form_flow_tab .nav-tabs .nav-link.active {
    color: #212121;
    border: 0;
    /* box-shadow: inset 0 -2px 0 #ff6c37; */
  }
  
  .frmitmbx.select_icon .form-control {
    line-height: 29px;
  }
  .form-control:focus{  border: 1px solid #E6E6E6;}
  .form_flow_tab .nav-tabs .nav-link {
    color: #6b6b6b;
    font-weight: 400;
    font-size: 12px;
    margin: 0;
    padding: 8px 0;
    transition: initial;
    position: relative;
    border: 0px !important;
  }
  
  .form_flow_tab .nav-tabs .nav-link:hover {
    border: 0px !important;
    box-shadow: none;
  }
  
  .form_flow_tab .nav-tabs .nav-link.active:after,
  .form_flow_tab .nav-tabs .nav-link:hover:after {
    width: 100%;
    position: absolute;
    content: '';
    left: 0;
    height: 1.5px;
    bottom: 0;
    background: #ff6c37;
    box-shadow: inset 0 -2px 0 #ff6c37;
  }
  
  .frm_sect .tab-content {
    margin-top: 8px;
    color: #707070;
  }
  
  .box_table {
    box-shadow: 0px 6px 75px rgb(0 0 0 / 7%);
    border-radius: 10px;
    padding: 20px;
  }
  
  .box_table h3 {
    font-size: 12px;
    color: #212121;
    font-weight: 600;
    border-bottom: 1px solid #e3e9ed;
    padding-bottom: 10px;
  }
  
  .box_table table {
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .btn_frm .btn{
    background: #044656;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    display: flex;
    padding: 8px 20px;
    margin: 0 auto;
    margin-top: 10px;
    align-items: center;
    justify-content: center;
    width: 130px;
    line-height: initial;
  }
  
  .btn_sql .btn {
    background: #044656;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    display: flex;
    padding: 8px 20px;
    margin: 0 auto;
    margin-top: 30px;
    align-items: center;
    justify-content: center;
    width: 210px;
    line-height: initial;
  }
  
  .btn_sql .btn:hover,.btn_frm .btn:hover {
    background: #000;
    color: #fff;
  }
  
  .box_table td,
  .box_table th {
    padding: 05px;
  }
  
  .box_table td {
    color: #6B6B6B;
    font-weight: 400;
    font-size: 12px;
  }
  
  .box_table th {
    text-transform: capitalize;
    font-size: 12px;
    color: #212121;
    font-weight: 600;
  }
  
  .fr-box {
    margin-bottom: 20px;
  }
  
  .fr-toolbar {
    border-top: 5px solid #0067b8;
  }
  
  .fr-quick-insert {
    display: none;
  }
  
  .fr-box.fr-basic .fr-element {
    min-height: 250px;
  }
  
  .frm_sect {
    padding: 50px 0;
  }
  
  .pd-0 {
    padding: 0px !important;
  }
  
  .frm_sect p {
    color: #6B6B6B;
    font-size: 12px;
    font-weight: 400;
  }
  
  
  
  
  .modal-open .modal,
  .modal {
    background: transparent !important;
  }
  
  .modal_popup .modal-content {
    border-radius: 20px;
    background: #fff;
    border: 0px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.16);
  }
  
  .modal_popup .modal-body {
    padding: 40px;
  }
  
  .modal_popup .modal-content .modal-body:before {
    position: absolute;
    width: 97%;
    height: 50px;
    bottom: -14px;
    border-radius: 20px;
    background: #f3f3f3;
    opacity: 0.91;
    z-index: -1;
    left: 10px;
  }
  
  .modal_popup .modal-dialog:after {
    position: absolute;
    width: 97%;
    height: 50px;
    top: -14px;
    border-radius: 20px;
    background: #f3f3f3;
    opacity: 0.91;
    z-index: -1;
    left: 10px;
  }
  
  
  .modal-content .btn-close {
    width: 32px!important;
    height: 32px!important;
    background: #044656!important;
    border: 1.5px solid #ebebeb!important;
    filter: drop-shadow(-0.87px 0.5px 1px rgba(0, 0, 0, 0.15))!important;
    position: absolute;
    top: -9px;
    right: -9px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    z-index: 1;
    font-size: 22px;
    transition: all .3s;
    opacity: 1;
    border-radius: 50px;
  }
  
  
  .frm_popup label {
    font-weight: 500;
    color: #000;
  }
  
  .frm_popup .form-group {
    margin-bottom: 20px;position: relative;
  }
  .modal-open .modal{    display: flex!important;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .frm_popup .form-group textarea.form-control {
    height: 120px;
  }
  
  .frm_secrekey {
    display: flex;
    width: 100%;margin-bottom: 15px;
  }
  
  .frm_secrekey .form-control {
    width: 100%;
    border-radius: 8px;
  }
  
  .frm_secrekey .form-group {
    width: 100%;
  }
  .txt_secret a{display: block;font-size: 16px;text-align: left;font-weight: 400;text-decoration: none;color: #000;}
  .txt_secret a:hover{color: #044656;text-decoration: underline!important;}
  
  
  
  .dropdown__filter li{display: block;font-weight: 600;}
  .frmitmbx .dropdown {
  
  }
  .dropdown__switch:checked + .dropdown__options-filter .dropdown__select {
    transform: scaleY(1);
  }
  .dropdown__switch:checked + .dropdown__options-filter .dropdown__filter:after {
    transform: rotate(-135deg);
  }
  .dropdown__options-filter {
    width: 100%;
    cursor: pointer;
  }
  .dropdown__filter {
    position: relative;
    display: flex;
    color: #212121;
    background: #f2f2f2;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    font-size: 12px;
    text-transform: uppercase;
    transition: 0.3s;
    margin: 0;
    border-right: 0;
    padding: 7px 10px;
    border-radius: 4px 0px 0px 4px;
  }
  .dropdown__filter:focus {
   background: #fff;
  }
  .dropdown__filter::after {
    position: absolute;
    top: 45%;
    right: 20px;
    content: "";
    width: 6px;
    font-weight: 100;
    height: 6px;
    border-right: 2px solid #6b6b6b;
    border-bottom: 2px solid #6b6b6b;
    transform: rotate(45deg) translateX(-45%);
    transition: 0.2s ease-in-out;
  }
  .dropdown__select {
    position: absolute;
    top: 100%;
    padding: 8px 0;
    left: 0;
    overflow-y: auto;
    height: 200.8px;
    border: 1px solid #cacaca;
    margin-top: 5px;
    width: 170px;
    z-index: 9;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    transform: scaleY(0);
    transform-origin: top;
    font-weight: 300;
    transition: 0.2s ease-in-out;
    background: #fff;
  }
  .dropdown__select-option {
    padding: 0 16px;
    background-color: #fff;
    transition: 0.3s;
    margin: 0 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 32px!important;
    display: block!important;
    font-size: 12px;
    line-height: 32px;
    border-radius: 4px;
    align-items: center;
    font-weight: 400!important;
    color: #212121;
  }
  .dropdown__select-option:last-of-type {
    border-bottom: 0;
  }
  .dropdown__select-option:hover {
    background-color: #E6E6E6;
  }
  
  .menu_sect {display: block;text-align: center;}
  .menu_sect .menu .drop_down {
    position: absolute;
    right: 0;
    top: 45px;
    display: none;
    border: 1px solid #fff;
    width: 170px;
    z-index: 9;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    transform-origin: top;
    font-weight: 300;
    background: #fff;
  }
  .menu_sect .menu .drop_down ul {
    list-style: none;
    padding:8px;
    margin:0px;
  }
  .menu_sect .menu .drop_down ul li a {
    padding: 0 16px;
    background-color: #fff;
    transition: 0.3s;
    height: 32px!important;
    display: flex!important;
    font-size: 12px;
    border-radius: 4px;
    align-items: center;
    font-weight: 400!important;
    color: #212121;}
    .menu_sect .menu .drop_down ul li a:hover {  background-color: #E6E6E6;}
    
  .menu_sect .menu{position: relative;background: #044656;color: #fff;border-top-right-radius: 4px;border-bottom-right-radius: 4px;}
  
  .dropdown__select-option.dropdown__filter-selected{  background-color: #E6E6E6;}
  .menu_sect>.menu>a {
    width: 32px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .Auth_sect .dropdown__filter {
    border-radius: 4px;
  }
  
  .Auth_sect  .dropdown {
    margin-top: 8px;
  }
  
  .rgt_text {
    border-left: 1px solid #EDEDED;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
  }
  
  .rgt_text h3 {
    color: #6B6B6B;
    font-size: 12px;
    font-weight: 400;
  }
  
  .Auth_sect p {
    margin-top: 20px;
  }
  
  .lft_bx {
    padding-right: 20px;
  }
  .menu_sect>.menu>a svg path {
    fill: #fff;
  }
  .table_data h3 {
    color: #6B6B6B;
    font-size: 12px;
    font-weight: 600;
  }
  
  ::-webkit-scrollbar-track {
    background-clip: content-box;
    border: 6px solid #ddd;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #044656;
  }
  ::-webkit-scrollbar-thumb:hover {
    background-color: #044656;
  }
  ::-webkit-scrollbar-corner, .scrollbar-1::-webkit-scrollbar-track {
    background-color: #b0b7c4;
  }
  
  ::-webkit-scrollbar {
    width: 6px;
  
  }
  ::-webkit-scrollbar-track {
    background-color: #bbb;
  }
  
  ::-webkit-scrollbar-track, 
  ::-webkit-scrollbar-thumb {
    border-radius: 12px;
  }
  .table_data tbody td,.table_data thead th {
    border: 1px  solid #ededed!important;
    padding: 4px!important;
  }
  .frm_secrekey  .btn-group .btn {
    width: 150px;
    height: 38px;
  }
  
  .frm_secrekey .btn-group {
    display: block;
  }
  .table_data thead th {
    color: #6B6B6B!important;
    font-size: 12px!important;
    font-weight: 600!important;
    line-height: 19px!important;
    padding: 8px!important;
  }
  .form_flow_tab .nav-tabs{display: flex;align-items: center;}
  .tb_frm .form-control {
    height: 32px;
  }
  .tb_frm .form-control:focus{box-shadow: none;}
  .lft_bx label {
    color: #6B6B6B;
    font-size: 12px;
    font-weight: 600;
  }
  
  .Auth_sect {
    display: grid;
    grid-template-columns: 0.5fr 1fr;
  }
  @media (min-width: 576px) {
    .modal_popup .modal-dialog {
      width: 700px;
      max-width: 700px;
    }
  }
  
  @media (max-width: 900.5px) {
    .offset-2{margin: 0 auto!important;}
    .frm_inner{width: 450px;}
    .form_flow_tab .nav-tabs li {
      margin-bottom: 10px;
  }
    .modal_popup .modal-content:after {
  
      width: 93%;
      border-radius: 25px;
      left: 16px;
      bottom: -29px;
    }
  
    .modal_popup .modal-content:before {
      width: 97%;
      border-radius: 25px;
      left: 7px;
      bottom: -17px;
    }
  }
  
  @media (max-width: 575.5px) {
    .frm_popup .form-group{margin: 0;}
    .frm_popup .form-control{margin-bottom: 20px;}
    .modal_popup .modal-content:after {
  
      width: 93%;
      border-radius: 25px;
      left: 16px;
      bottom: -29px;
    }
  
    .modal_popup .modal-content:before {
      width: 97%;
      border-radius: 25px;
      left: 7px;
      bottom: -17px;
    }
    .logo_top .logo_img img {
      width: 100px!important;
  }
  .frm_sect .beta_logo{top: -18px;left: 23px;}
  }
  
  @media (max-width: 460.5px) {
  
    .frm_sect .beta_logo img{width: 100px!important;}
    .frmitmbx.select_icon {
      width: 90px;
  }
    .frm_inner{width: 100%;padding: 0 20px;}
  
  }
  


.nav.navbar-nav-custom > li > a i {
    font-size: 22px;
    line-height: 29px;
}

.nav.navbar-nav-custom.pull-right > li > a.notif img {
    width: 24px;
    height: auto;
    border: 0;
    border-radius: 0;
    position: relative;
    top: 5px;
}

.parameter_add {
    position: absolute;
    top: 10px;
    right: 15px;
}

.parameter_add .btn {background: rgba(35, 35, 35, 1);color: #FFF;text-align: justify;font-size: 14px;line-height: 21px;padding: 8px 20px;}

.Mandatory_list {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr 1fr;
}

.Mandatory_list .title h4 {
    color: #616161;
    font-size: 14px;
    font-family: Montserrat;
    line-height: 21px;
}

.Parameter_sect .head h3 {
    color: #232323;
    font-size: 32px;
    font-family: Bebas Neue;
    border: 1px solid #E4DFDF;
    background: #F8F8F8;
    padding: 10px 20px;
}

.Mandatory_list .card:first-child .title {
    margin-bottom: 60px;
}

.Mandatory_list .card .control-label {
    color: #000;
    font-size: 13px;
    font-family: Poppins;
    font-weight: 300;
    text-transform: capitalize;
}

.Mandatory_list input {
    border: 1px solid #C0C0C0;
    background: #FFF;
}

.form-group.row {
    display: flex;
    align-items: center;
}

.Mandatory_list .card {
    border: 1px solid #E1E1E1;
    background: #FFF;
    border-top: 0;border-bottom: 0;
    padding: 0 20px;
}
.Mandatory_list .card:nth-child(3) .title {
    margin-bottom: 60px;
}
.Parameter_sect{margin: 0 -20px;  border-bottom: 1px solid #C0C0C0;}
.Parameter_sect.mt-5 {
    margin-top: 35px;
}
.parme_option_sect {
    padding: 20px;
}
.brd_o{border: 0px!important;}


@media (max-width: 575.5px) {
.Mandatory_list{grid-template-columns: repeat(2,1fr);}
}

@media (max-width: 460.5px) {
    .upload_progress .upload_file_data .btn p{font-size: 8px;}
    .nav_bar_custom .nav-tabs > li > a{font-size: 10px;    padding: 6px 20px;}
    .nav_bar_custom .nav-tabs{display: block;}
    .table_dta{overflow: auto;}
    .parameter_add{position: initial;}
    .Mandatory_list,.info_About_style .info_About_list{grid-template-columns: repeat(1,1fr);}
    }