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

a {
	text-decoration: none;
	outline: none;
	color: #8e8f92;
}
a:hover {
	text-decoration: underline;
	color: #2078be;
}
a:link {
	outline: none;
}

body {
	background: url(../images/body_bg.jpg) repeat-x #fff;
	font-family: Arial, Helvetica, sans-serif;
	color: #777;
	font-size: 12px;
}

.hr {
	background-color: #c0c0c0;
}

.times_new_roman {
	font-family: 'Times New Roman', Times, serif;
}

.btn {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #0091d5;
	border: none;
	color: #b3def3;
	font-size: 16px;
	font-weight: 300; /* box-shadow:1px 1px 1px #333333; */
	padding: 10px 20px;
	cursor: pointer;
}
.btn:hover,
.btn.active {
	text-decoration: none; /*text-shadow:0 1px 0 #fff;*/
	color: #fff;
	background-color: #8e8f92;
}

.gray_btn {
	background-color: #0091d5;
	border: none;
	color: #b3def3;
	font-size: 14px;
	font-weight: 700; /*box-shadow:1px 1px 1px #333333;*/
	padding: 4px 20px;
}
.gray_btn:hover {
	text-decoration: none;
	color: #fff;
	background-color: #8e8f92;
}
.gray_btn.active {
	background-color: #8e8f92;
	color: #fff;
}

input.datepicker {
	float: left;
	border: 1px solid #dbdbdb;
	color: #696969;
	box-shadow: 1px 1px 0 #dbdbdb inset;
	padding: 5px;
	background: url(../images/Calendar_Icon_22_X_25.jpg) 99% center no-repeat;
	cursor: pointer;
	display: block;
}
input.text_field {
	border: 1px solid #dbdbdb;
	box-shadow: 1px 1px 0 #dbdbdb inset;
	padding: 5px;
}
.border {
	border: 1px solid #dbdbdb;
	box-shadow: 1px 1px 0 #dbdbdb inset;
	color: #696969;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #8e8f92;
}
h1 {
	font-size: 28px;
	margin-top: 0px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 18px;
}

#logo {
	float: left;
	width: 253px;
}

#logo a {
	color: rgba(0, 0, 0, 0);
}
#logo img {
	width: 100%;
	margin-top: 8px;
}

#logo1 {
	text-align: right;
}

#logo1 a {
	color: rgba(0, 0, 0, 0);
}
#logo1 img {
	margin-top: 8px;
	height: 67.99px;
}

.excelSheetTable {
	/*border: 1px solid #8E8F92;*/
	border: 1px solid black;
}
.excelSheetTable thead tr th {
	/*border: 1px solid #dbdbdb;*/
	border: 1px solid black;
	text-align: center;
	font-size: 16px;
	/*color: #777;*/
	color: black;
	/*background-color: #E5E5E5;*/
	background-color: white;
	height: 20px;
}
.excelSheetTable thead tr:nth-child(1) th {
	border: none;
	text-transform: uppercase;
	color: white;
	background-color: #0091d5;
	height: 24px;
}
.excelSheetTable tbody tr td:first-child {
	width: 150px;
}
.excelSheetTable td {
	/*border: 1px solid #dbdbdb;*/
	border: 1px solid black;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	/*color: #8E8F92;*/
	color: black;
	height: 22px;
}
/*.excelSheetTable td:nth-child(2) {
	text-align: left;
}*/

/*#logo a { background:url(../images/logo.png) left top no-repeat;}*/

/*-------------------------------------------------------------Top Nav End----------------------------------------------------------------*/

#header {
	box-sizing: border-box;
	padding: 0 15px;
	margin-bottom: 47px;
}

.header {
	height: 82px;
	margin: auto;
	position: relative;
	float: left;
	width: 100%;
}

.menu-header {
	float: left;
	width: 100%;
}

.hireme {
	position: absolute;
	right: 21.05263157894737%;
	padding-top: 7px;
	width: 11.57894736842105%;
}
.hireme img,
.newsletter img {
	width: 100%;
}

.newsletter {
	float: right;
	width: 18%;
	margin-top: 15px;
}

.horizontal-nav {
	background: #efefef;
}
.horizontal-nav ul {
	background: #f7f7f9;
	float: left;
	text-align: center;
	border: 1px solid #c8c8c8;
	border-radius: 3px;
}
.horizontal-nav ul li {
	float: left;
	border-left: 1px solid #c8c8c8;
}
.horizontal-nav ul li:first-child {
	border-left: 0 none;
}
.horizontal-nav ul li a {
	display: block;
	padding: 15px 10px;
	color: #595959;
	font-size: 12px;
	font-weight: bold;
	border-top: 1px solid rgba(255, 255, 255, 0.25);
	border-left: 1px solid rgba(255, 255, 255, 0.25);
}
.horizontal-nav ul li:first-child a {
	border-left: 0 none;
}
.horizontal-nav ul li a:hover,
.horizontal-nav ul li.active a {
	background: #efefef;
	text-decoration: none;
	color: #12436c;
}
.horizontal-nav ul li:first-child a {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.horizontal-nav ul li:last-child a {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.menu-header ul {
	float: left;
	position: static;
	letter-spacing: 1px;
	width: 100%;
	padding-left: 0px;
	margin: 0px;
}
.menu-header ul li {
	position: relative;
	display: block;
	float: left;
	margin-right: 16px;
}
.menu-header ul li a {
	position: relative;
	padding: 0px 5px;
	color: #b3def3; /*opacity:0.8*/
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	line-height: 46px;
	display: inline-block;
}
.menu-header ul li a:hover {
	background: url(../images/blue_nav_highlight.png) center bottom no-repeat;
	color: #fff;
	background-size: 100%;
}
.menu-header ul li ul {
	background: #0090d6;
	display: none;
	position: absolute;
	width: 183px;
	top: 32px;
	text-align: center;
	padding: 0px 1px 1px 1px;
	font-size: 11px;
	z-index: 9999999; /*opacity:0.95;*/
	border-radius: 3px;
}
.menu-header ul li ul li a {
	display: block;
	width: 163px;
	float: left;
	background: #04adff;
	color: #dcecf8;
	padding: 10px 10px;
	margin-top: 1px;
}
.menu-header ul li ul li ul {
	top: 0px;
	left: 179px;
}

/*-------------------------------------------------------------Top Nav End----------------------------------------------------------------*/
/*---------------- New Header -----------------*/
body {
	background: unset;
}
.popup-overlay.active {
	display: none;
}
#header {
	padding: 0 25px;
	max-width: 1370px;
	margin: 0 auto 47px;
	float: unset;
	display: flex;
}
.header a {
	text-decoration: none;
	display: inline-block;
}
#head_nav_wrapper {
	display: flex;
	padding: 23px 0px;
	align-items: center;
}
.logo_col {
	width: 18%;
}
.logo_nav_col {
	width: 68%;
}
.header_btn_col {
	width: 14%;
}
.head_nav_sec {
	display: flex;
	padding-left: 11px !important;
	padding-right: 29px !important;
	justify-content: flex-end;
}
.logo_nav_col ul li {
	margin: 0px 12px;
	transition: all calc(300 * 1ms) cubic-bezier(0.42, 0.01, 0.58, 1);
}
.logo_nav_col ul li.top_list_item .background-default.transition-center-grow {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0);
	border-top-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	border-color: transparent;
	border-radius: 0 0 0 0;
	border-style: solid;
	transition: calc(300 * 1ms);
	transition-timing-function: cubic-bezier(0.42, 0.01, 0.58, 1);
}
.logo_nav_col ul li.top_list_item .background-active.transition-center-grow {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0);
	border-top-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	border-color: transparent;
	border-radius: 0 0 0 0;
	border-style: solid;
	transition: calc(300 * 1ms);
	transition-timing-function: cubic-bezier(0.42, 0.01, 0.58, 1);
	top: 50%;
	left: 50%;
	opacity: 0;
	transform: translateX(-50%) translateY(-50%) scale(0);
	border-bottom-width: 2px;
}
.logo_nav_col ul li.top_list_item:hover:before {
	content: ' ';
	position: absolute;
	width: 100%;
	background: 0 0;
	bottom: calc(0px - 20px);
	height: 20px;
}
.top_list_item
	ul
	li.top_list_item:hover
	.background-active.transition-center-grow {
	opacity: 1;
	transform: translateX(-50%) translateY(-50%) scale(1);
}
.logo_nav_col ul li:first-child {
	margin: 0px 12px 0px 0px;
}
.logo_nav_col ul li:last-child {
	margin: 0px 0px 0px 12px;
}
.logo_nav_col ul li ul li {
	margin: 0px !important;
}
.head_nav_sec .sol-mega-menu-main-wrapper,
.head_nav_sec .sol-mega-small-menu-main-wrapper {
	display: none;
}
.head_nav_sec li:hover .sol-mega-menu-main-wrapper {
	display: block;
	background: #fff;
	position: absolute;
	right: 0;
	text-transform: none;
	visibility: visible;
	z-index: 999999999;
	width: 82%;
	overflow: hidden;
	border-radius: 8px;
	box-shadow: 10px 10px 30px -8px rgb(0 0 0 / 8%);
}
.head_nav_sec li:hover .sol-mega-small-menu-main-wrapper {
	display: block;
	background: #fff;
	position: absolute;
	text-transform: none;
	visibility: visible;
	z-index: 999999999;
	overflow: hidden;
	border-radius: 8px;
	box-shadow: 10px 10px 30px -8px rgb(0 0 0 / 8%);
}
.head_nav_sec .sol-mega-menu-wrapper {
	display: block;
	background: #fff;
	box-sizing: border-box;
	color: rgb(24, 27, 32);
	padding: 37px 0px 0px;
}
.head_nav_sec .sol-mega-small-menu-main-wrapper .sol-mega-menu-wrapper {
	padding: 0px;
}
.head_nav_sec li .sol-mega-menu,
.head_nav_sec li .sol-mega-menu-two {
	display: flex;
}
.head_nav_sec .sol-mega-menu li {
	flex: 20%;
	padding: 30px 0px;
}
.head_nav_sec .sol-mega-menu li ul li {
	padding: 0px;
}
.head_nav_sec li a {
	padding: 6px;
	font-family: 'Montserrat', sans-serif !important;
	color: #212934;
	font-size: 15px !important;
	font-weight: 500;
	line-height: 1.6 !important;
	position: relative;
	z-index: 2;
}
.head_nav_sec li a:hover {
	color: #71a4d2;
	text-decoration: none;
}
.head_nav_sec li a i {
	padding-left: 7.5px;
}
.logo_nav_col ul {
	margin: 0;
	padding: 0px;
	list-style: none;
}
.head_nav_sec .sol-mega-menu {
	flex-direction: row;
	box-shadow: 0px 20px 20px -8px rgb(0 0 0 / 8%);
}
.head_nav_sec .sub-menu li a {
	font-family: 'Lato', sans-serif !important;
}
.head_nav_sec .sol-mega-title {
	margin-bottom: 4px;
}
.head_nav_sec .sol-mega-title a {
	color: #181b20;
	font-weight: 700 !important;
	padding: 0px 20px;
}
.sub-child-menu li a,
.small-sub-menu li a {
	padding: 14px 20px;
	display: block;
}
.head_nav_sec li .sol-mega-menu-two {
	padding: 0px 20px;
}
.head_nav_sec li .sol-mega-menu-two li {
	padding: 46px 0px 30px;
	flex: 20%;
}
.head_nav_sec li .sol-mega-menu-two li a {
	padding: 0px;
	font-weight: 700;
	font-size: 16px;
	line-height: 26px;
	color: #181b20;
}
.head_nav_sec .sub-child-menu li a:hover,
.head_nav_sec .small-sub-menu li a:hover {
	background: #f9f9fb;
	color: #71a4d2 !important;
}
.header_button,
.header_button:hover {
	background: rgba(113, 164, 210, 0.06);
	font-family: 'DM Sans', sans-serif;
	padding: 17px 40px;
	line-height: 21px;
	font-size: 18px;
	font-weight: 500;
	color: #3b6ba5;
}
.head_nav_sec .small-sub-menu li {
	min-width: 254px;
}
.head_nav_sec .small-sub-menu a i {
	padding-left: 0px;
	padding-right: 15px;
}
.fusion-menu-highlight-label {
	padding: 0.35em 0.55em;
	line-height: 1;
	margin-left: 0.75em;
	font-size: 0.7em;
	border: 0.1em solid transparent;
	border-radius: 2px;
}
.sol-mega-creo-on-menu-main-wrapper {
	width: 97%;
	right: 0;
}
.creo-on-sub-menu {
	display: flex;
}
.creo-on-sub-menu li {
	padding: 32px 0px;
	flex: 25%;
}
.creo-on-sub-menu li .creo_info_col {
	padding: 0px 34px;
	margin-bottom: 10px;
}
.head_nav_sec .creo_col_icon a {
	height: 44.32px !important;
	width: 44.32px !important;
	font-size: 28px !important;
	text-align: center;
	border-radius: 50%;
	background-clip: inherit;
}
.creo-on-sub-menu {
	font-family: 'Lato', sans-serif !important;
	font-size: 14px;
	line-height: 22px;
}
.creo_col_text h3 {
	margin-top: 18px;
}
.creo-on-sub-menu .creo_col_text h3 a {
	font-weight: 700;
	font-size: 16px !important;
	line-height: 26px !important;
	padding: 0px;
}
.creo_col_text p {
	margin-top: 6px;
	margin-bottom: 12px;
}
#sign_in {
	background-color: #cddef0 !important;
	border: unset !important;
	border-radius: unset;
	min-width: 718px;
	padding: 0px 0px 40px;
}
#sign_in #loginFormDiv {
	overflow: hidden;
}
#sign_in #message {
	border-radius: unset;
	margin-bottom: 0px;
}
#sign_in .contact_info {
	background-color: #153e6c;
	color: #fff !important;
	display: block;
	width: 100%;
	margin-top: unset !important;
	float: unset !important;
	padding: 10px 15px;
	text-align: left;
}
#sign_in ul#msg {
	display: none;
}
#sign_in table {
	padding: 50px 46px 0px;
	width: 100%;
}
.btn {
	background-color: #153e6c;
	color: #fff;
}
#wrapper {
	max-width: unset;
}
#sign_in #forgetPasswordFormDiv {
	padding: 50px 46px 0px;
}
#sign_in #forgetPasswordFormDiv label {
	display: inline-block;
	padding-right: 0px;
	padding-bottom: 10px;
}
/*---------------- New Header -----------------*/
#container {
	/* background-color:#fff; box-shadow:0 0 5px rgba(0,0,0,0.5)*/
}

#sign_in {
	background-color: #e5e5e5;
	border: 1px solid #999;
}
#sign_in label {
	color: #000;
	font-size: 16px;
	padding-right: 2px;
}
#sign_in input.text_field {
	border: 1px solid #999;
	color: #666;
}

#sign_in #message {
	background-color: #ff4343;
	color: #ffffff;
}

#tab_wrap a {
	background-color: #0091d5;
	font-size: 14px;
	font-weight: 700;
	color: #b3def3;
}
#tab_wrap a:hover,
#tab_wrap a.active {
	text-decoration: none;
	background-color: #8e8f92;
	color: #fff;
}
#tab_wrap a.in_active {
	text-decoration: none;
	background-color: #b2b2b2;
	color: #8e8e8e;
	cursor: default;
	display: none;
}
#tab_wrap a.in_active:hover {
	text-shadow: none;
}
#tab_wrap span.singout_btn {
	background: #0091d5;
	font-weight: bold;
	font-size: 10pt;
	color: #fff;
}
#tab_wrap span.singout_btn cite {
	color: #ffffff;
	font-family: Times New Roman;
	font-style: italic;
	font-weight: bold;
}
#tab_wrap span.singout_btn a {
	text-align: center;
	text-decoration: underline;
	background: none;
	font-size: 10pt;
	box-shadow: none;
	border-left: none;
}
#tab_wrap span.singout_btn a:hover {
	text-shadow: none;
}

.case_form {
	border: 3px solid #c0c0c0;
	background-color: #fff;
}

.form_content_head {
	border-bottom: 3px solid #c0c0c0;
}
.form_content_head .top_label {
	font-family: 'Times New Roman', Times, serif;
}

table.date_table td input.search_cases_btn {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: none;
	font-size: 17px;
	background: #0091d5;
	color: #b3def3;
}
table.date_table td input.search_cases_btn:hover {
	background-color: #8e8f92;
	color: #fff;
}

.select_filde {
	background-color: #f5f5f5;
	border: 1px solid #c0c0c0;
	color: #696969;
	max-width: unset;
}
.select_filde label {
	font-size: 10pt;
	font-weight: bold;
}
.select_filde select {
	font-size: 10pt;
	font-weight: bold;
}
.schedule_content label {
	font-size: 10pt;
	font-weight: bold;
}

table.form_aera td h6,
table.new_case td h6 {
	background-color: #e5e5e5;
}
table.form_aera td input.text_field,
table.new_case td input.text_field {
	color: #696969;
}
table.form_aera td select,
table.new_case td select {
	color: #696969;
	font-size: 10pt;
	font-weight: bold;
}

table.table_data tr.table_head {
	background-color: #153e6c;
	color: #fff;
	font-weight: bold;
}
table.table_data tr.table_head td {
	border: 1px solid #696969;
}
table.table_data td {
	border: 1px solid #696969;
}
table.table_data td a {
	color: #696969;
	font-weight: bold;
}
table.table_data td a:hover {
	color: #2078be;
}

.case_info_tab a {
	background-color: #0091d5;
	color: #b3def3;
	font-weight: bold;
	font-size: 16px;
}
.case_info_tab a:hover {
	text-decoration: none;
	background-color: #8e8f92;
	color: #fff;
}
.case_info_tab a.active {
	text-decoration: none;
	background-color: #8e8f92;
	color: #fff;
}
.case_info_tab a.in_active {
	text-decoration: none;
	background-color: #b2b2b2;
	color: #8e8e8e;
}
.case_info_tab a.in_active:hover {
	text-shadow: none;
}
.case_info h6 {
	color: #12416d;
	font-size: 16pt;
}
.case_id {
	color: #8e8f92;
	font-size: 16pt;
	font-weight: bold;
}

.invices_info table.table_data td:first-child {
	font-weight: bold;
}

.add_user {
	background-color: #fff;
}
.add_user table.form_aera td {
	font-weight: bold;
}
.add_user table.form_aera td table td {
	font-weight: normal;
}

#BrowserVisible,
#BrowserVisible2,
#BrowserVisible3 {
	background: url(../images/browse_btn.png) 100% 0px no-repeat;
}

#FileField,
#FileField2,
#FileField3 {
	color: #88898b;
	border: 1px solid #dbdbdb;
	box-shadow: 1px 1px 0 #dbdbdb inset;
}

.dataTables_filter input,
.dataTables_length select {
	border: 1px solid #dbdbdb;
	box-shadow: 1px 1px 0 #dbdbdb inset;
	color: #696969;
}

#loader {
	display: none;
	position: absolute;
	left: 44%;
	top: 50%;
	z-index: 16;
}
#loading {
	display: none;
	background: url(../images/loader_bg.png) left top;
	cursor: auto;
	width: 100%;
	height: 100%;
	z-index: 15;
	/* Positioning */
	position: absolute;
	left: 0;
	top: 0;
}
.clear {
	clear: both;
}

#footer_inner div:nth-child(4) {
	margin-right: 0px;
}

.footer {
	float: left;
	width: 100%;
	background: url(../images/dark_blue_wide_divider.png) center top no-repeat;
	text-align: left;
}
.footer_bg {
	padding-bottom: 40px;
}

#footer_inner {
	float: left;
	width: 100%;
	margin: auto;
	padding-top: 40px;
}
#footer_inner-address {
	float: left;
	width: 100%;
	margin: 0 auto 30px;
	padding-top: 10px;
}

.bottom_nav {
	float: left;
	display: block;
	padding-top: 28px;
}
.bottom_right {
	float: right;
	margin-top: -15px;
}
.img_float {
	float: right;
}
.bottom_address {
	float: left;
	margin-top: 25px;
}

/** Footer Widgets **/
.footer_widget {
	width: 21.3265306122449%;
	margin-right: 3.877551020408163%;
	float: left;
	padding-top: 20px;
}
.footer_widget h4 {
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #636363;
	border-bottom: 1px dashed #c9cdd1;
	padding-bottom: 15px;
}
.footer_widget p {
	line-height: 20px;
}
.footer_widget ul {
	margin-top: 0px;
}
.footer_widget ul li {
	margin-left: -40px;
	list-style: none;
	letter-spacing: 1px;
	border-bottom: 1px dashed #c9cdd1;
	text-indent: 15px;
	background: url(../images/transparent_arrow.png) scroll transparent no-repeat;
	background-position: 0px 12px;
}
.footer_widget ul li a {
	display: block;
	color: #666; /*opacity:0.6;*/
	padding: 8px 0px;
	font-size: 11px;
	text-decoration: none;
}
.footer_widget ul li a:hover {
	opacity: 10;
}

/* New Reports */
#tab_wrap a {
	background-color: #153e6c;
	color: #fff;
}
#tab_wrap span.singout_btn,
table.date_table td input.search_cases_btn {
	background-color: #153e6c;
	color: #fff;
}
table.dataTable tr.odd td.sorting_1 {
	background-color: #f6fafd !important;
}
/* New Reports */
/* new footer */
.contact_info {
	color: #71a4d2 !important;
}
.thumb_warp a {
	color: #153e6c !important;
}
.new_footer {
	clear: both;
}
#footer,
.new_footer_copyright {
	max-width: 1370px;
	margin: 0 auto;
}
.new_footer_container {
	display: flex;
	padding: 42px 16px 0px;
}
.footer_col_one,
.footer_right_col_one {
	flex: 40%;
	padding: 0px 15px;
}
.footer_col_two,
.footer_col_three,
.footer_col_four,
.footer_right_col_two,
.footer_right_col_three,
.footer_right_col_four {
	flex: 20%;
	padding: 0px 15px;
}
.footer_col_one_info h3 {
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
	color: #181b20;
}
.footer_col_title {
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 500;
	font-size: 20px;
	line-height: 27px;
	color: #181b20;
	margin-top: 18px;
	margin-bottom: 16px;
}
.new_footer ul {
	padding: 0px;
	margin: 21px 0px 0px;
	list-style: none;
}
.new_footer p,
.new_footer_copyright p,
.new_footer_copyright a {
	font-family: 'Lato', sans-serif !important;
	font-weight: 400;
	font-size: 16px;
	line-height: 2;
	color: #181b20;
}
.new_footer a {
	font-family: 'Lato', sans-serif !important;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	color: #212934;
	text-decoration: none;
}
.new_footer a:hover {
	color: #71a4d2;
}
.footer_col_sub_menu li {
	position: relative;
	transition: all calc(300 * 1ms) cubic-bezier(0.42, 0.01, 0.58, 1);
}
.footer_col_sub_menu li:hover: before {
	content: ' ';
	position: absolute;
	background: 0 0;
	width: 0;
	left: 100%;
	height: 100%;
}
.footer_col_sub_menu li a {
	position: relative;
	z-index: 2;
	display: block;
	margin-bottom: 12px;
}
.footer_col_sub_menu .background-default.transition-center-grow {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0);
	border-top-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	border-color: transparent;
	border-radius: 0 0 0 0;
	border-style: solid;
	transition: calc(300 * 1ms);
	transition-timing-function: cubic-bezier(0.42, 0.01, 0.58, 1);
}
.footer_col_sub_menu .background-active.transition-center-grow {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0);
	border-top-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	border-color: transparent;
	border-radius: 0 0 0 0;
	border-style: solid;
	transition: calc(300 * 1ms);
	transition-timing-function: cubic-bezier(0.42, 0.01, 0.58, 1);
	opacity: 0;
	transform: translateX(-50%) translateY(-50%) scale(0);
}
.footer_col_sub_menu li:hover .background-active.transition-center-grow {
	border-right-width: 2px;
	border-color: #71a4d2;
	top: 50%;
	left: 50%;
	opacity: 1;
	transform: translateX(-50%) translateY(-50%) scale(1);
}
.footer_col_sub_menu li:last-child a {
	margin-bottom: 0px;
}
.footer_cop_info_one h3 {
	font-family: 'Lato', sans-serif !important;
	font-weight: 400;
	font-size: 20px;
	line-height: 32px;
	color: #181b20;
}
.new_footer_right_container {
	display: flex;
	padding: 0px 16px 0px;
	align-items: center;
	margin: 60px 0px 98px;
}
.new_footer_copyright h3,
.new_footer_copyright p {
	margin: 0px;
}
.footer_social_list {
	display: flex;
}
.footer_social_list li a i {
	font-size: 20px;
}
.footer_social_list li a {
	color: #181b20;
	font-size: 20px;
	margin: 10px;
	display: inline-block;
}
.footer_social_list li:first-child a {
	margin-left: 0px;
}
.footer_social_list li:last-child a {
	margin-right: 0px;
}
.footer_social_list li a {
	opacity: 0.8;
}
.new_footer_copyright a {
	text-decoration: none;
}
.new_footer_copyright a:hover {
	color: #6aba45;
}
/* new footer */

@media screen and (max-width: 940px) {
	.footer_widget h4 {
		font-size: 14px;
	}

	.bottom_nav {
		width: 100%;
		text-align: center;
	}

	.bottom_right {
		margin-top: 10px;
		text-align: center;
		float: none;
		width: 100%;
		display: inline-block;
	}
	.img_float {
		float: none;
	}
	.bottom_address {
		margin-top: 5px;
		float: none;
	}
}

@media screen and (max-width: 800px) {
	.menu-header ul li a {
		font-size: 11px;
		padding: 0;
	}
	.footer_widget h4 {
		text-transform: capitalize;
	}
}

.thumb_warp {
	text-align: center;
	width: 100%;
	padding: 20px;
	max-width: 640px;
	margin: 0 auto;
}
.thumb_warp a {
	margin-left: 3.125%;
	width: 31.25%;
	float: left;
	display: block;
	padding: 5px 0;
	font-weight: 600;
	color: #0091d5;
}
.thumb_warp a:first-child {
	margin-left: 0;
}
.thumb_warp a:hover img {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
.thumb_warp .video_thumb {
	margin-bottom: 10px;
	display: block;
	position: relative;
}
.thumb_warp img {
	max-width: 100%;
}
.video_thumb .video_time {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 5px;
	border-radius: 2px;
	color: #fff;
	display: none;
}

.contact_info {
	text-align: center;
	margin-top: 0;
	color: #0091d5;
}
.btn-loginpage .btn {
	padding: 15px 32px;
	color: white;
	margin-bottom: 10px;
}
.btn-loginpage {
	text-align: center;
}

/* custom css for emulation  */
table.dataTable td {
    padding: 10px 10px !important;
}

.emulation_banner .return_main_acc {
    float: left;
    width: 450px;
    background-color: #FBBB00;
    color: black;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
    text-decoration: none;
    
}

.emulation_banner .return_main_acc:hover {
    background-color: rgb(23, 200, 109);
    color: white;
}

.emulation_banner .return_main_acc:active {
    background-color: white;
    color: black;
    border: 5px solid rgb(23, 200, 109);;
}

.emulation_banner .current_emulating_name {
    float: right;
    width: 450px;
    background-color: #FBBB00;
    color: black;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
    text-decoration: none;
}

.error {
    color: red;
}

.blink_me {
    animation: blinker 2s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

/* custom css for emulation ended */