:root {
    --navbar-height: 77px;
    --color-white: #FFF;
    --login-height: calc(calc(calc(100vh - 364px) / 2) + 1px);
    --switch-dimen: 28px;
}
html {
    /*-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
	height: 100% !important;
}
body {
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
    color: #666;
    font-family: 'Montserrat';	
	font-family: "Encode Sans", sans-serif;
    font-size: calc(8px + 0.3vw);
    font-weight: 500;
}
a, a:active, a:focus, button, button:focus, button:active, .btn, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
    outline: none;
    outline: 0;
	text-decoration: none;
}
a:hover, li a:hover {
    text-decoration: none;
}
.no-resize {
    resize: vertical !important;
}
input[type="file"].form-control {
    height: auto !important;
}
input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
input:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, input[type="file"]:focus, select.custom-select:focus, .custom-select:focus, .uneditable-input:focus, div:focus, div.form-control:focus {
    box-shadow: none;
    outline: 0 none;
}

/********************************************************
********************************************************/
.highcharts-credits {
    display: none !important;
}
/********************************************************
********************************************************/
.pad0T {
    padding-top: 0px !important;
}
.pad0R {
    padding-right: 0px !important;
}
.pad0B {
    padding-bottom: 0px !important;
}
.pad0L {
    padding-left: 0px !important;
}
.pad0A {
    padding: 0px !important;
}
/********************************************************
********************************************************/
.pad5T {
    padding-top: 5px !important;
}
.pad5R {
    padding-right: 5px !important;
}
.pad5B {
    padding-bottom: 5px !important;
}
.pad5L {
    padding-left: 5px !important;
}
.pad5A {
    padding: 5px !important;
}
/********************************************************
********************************************************/
.pad10T {
    padding-top: 10px !important;
}
.pad10R {
    padding-right: 10px !important;
}
.pad10B {
    padding-bottom: 10px !important;
}
.pad10L {
    padding-left: 10px !important;
}
.pad10A {
    padding: 10px !important;
}
/********************************************************
********************************************************/
.pad15T {
    padding-top: 15px !important;
}
.pad15R {
    padding-right: 15px !important;
}
.pad15B {
    padding-bottom: 15px !important;
}
.pad15L {
    padding-left: 15px !important;
}
.pad15A {
    padding: 15px !important;
}
/********************************************************
********************************************************/
.pad20T {
    padding-top: 20px !important;
}
.pad20R {
    padding-right: 20px !important;
}
.pad20B {
    padding-bottom: 20px !important;
}
.pad20L {
    padding-left: 20px !important;
}
.pad20A {
    padding: 20px !important;
}
/********************************************************
********************************************************/
.pad30T {
    padding-top: 30px !important;
}
.pad30R {
    padding-right: 30px !important;
}
.pad30B {
    padding-bottom: 30px !important;
}
.pad30L {
    padding-left: 30px !important;
}
.pad30A {
    padding: 30px !important;
}
/********************************************************
********************************************************/
.pad40T {
    padding-top: 40px !important;
}
.pad40R {
    padding-right: 40px !important;
}
.pad40B {
    padding-bottom: 40px !important;
}
.pad40L {
    padding-left: 40px !important;
}
.pad40A {
    padding: 40px !important;
}
/********************************************************
********************************************************/
.mrg0T {
    margin-top: 0px !important;
}
.mrg0R {
    margin-right: 0px !important;
}
.mrg0B {
    margin-bottom: 0px !important;
}
.mrg0L {
    margin-left: 0px !important;
}
.mrg0A {
    margin: 0px !important;
}
/********************************************************
********************************************************/
.mrg5T {
    margin-top: 5px !important;
}
.mrg5R {
    margin-right: 5px !important;
}
.mrg5B {
    margin-bottom: 5px !important;
}
.mrg5L {
    margin-left: 5px !important;
}
.mrg5A {
    margin: 5px !important;
}
/********************************************************
********************************************************/
.mrg10T {
    margin-top: 10px !important;
}
.mrg10R {
    margin-right: 10px !important;
}
.mrg10B {
    margin-bottom: 10px !important;
}
.mrg10L {
    margin-left: 10px !important;
}
.mrg10A {
    margin: 10px !important;
}
/********************************************************
********************************************************/
.mrg15T {
    margin-top: 15px !important;
}
.mrg15R {
    margin-right: 15px !important;
}
.mrg15B {
    margin-bottom: 15px !important;
}
.mrg15L {
    margin-left: 15px !important;
}
.mrg15A {
    margin: 15px !important;
}
/********************************************************
********************************************************/
.mrg20T {
    margin-top: 20px !important;
}
.mrg20R {
    margin-right: 20px !important;
}
.mrg20B {
    margin-bottom: 20px !important;
}
.mrg20L {
    margin-left: 20px !important;
}
.mrg20A {
    margin: 20px !important;
}
/********************************************************
********************************************************/
.mrg30T {
    margin-top: 30px !important;
}
.mrg30R {
    margin-right: 30px !important;
}
.mrg30B {
    margin-bottom: 30px !important;
}
.mrg30L {
    margin-left: 30px !important;
}
.mrg30A {
    margin: 30px !important;
}
/********************************************************
********************************************************/
.mrg40T {
    margin-top: 40px !important;
}
.mrg40R {
    margin-right: 40px !important;
}
.mrg40B {
    margin-bottom: 40px !important;
}
.mrg40L {
    margin-left: 40px !important;
}
.mrg40A {
    margin: 40px !important;
}
/********************************************************
********************************************************/
.font-10 {
    font-size: 10px !important;
}
.font-12 {
    font-size: 12px !important;
}
.font-13 {
    font-size: 13px !important;
}
.font-14 {
    font-size: 14px !important;
}
.font-16 {
    font-size: 16px !important;
}
.font-18 {
    font-size: 18px !important;
}
.font-20 {
    font-size: 20px !important;
}
.font-22 {
    font-size: 22px !important;
}
.font-24 {
    font-size: 24px !important;
}
.font-24A {
    font-size: calc(14px + 0.9vw)  !important;
}
/********************************************************
********************************************************/
.fw-100 {
    font-weight: 100 !important;
}
.fw-200 {
    font-weight: 200 !important;
}
.fw-300 {
    font-weight: 300 !important;
}
.fw-400 {
    font-weight: 400 !important;
}
.fw-500 {
    font-weight: 500 !important;
}
.fw-600 {
    font-weight: 600 !important;
}
.fw-700 {
    font-weight: 700 !important;
}
.fw-800 {
    font-weight: 800 !important;
}
.bdr-all {
    border: 1px solid #dee2e6 !important;
}
.bdr-top {
    border-top: 1px solid #dee2e6 !important;
}
.bdr-bot {
    border-bottom: 1px solid #dee2e6 !important;
}
.bdr-left {
    border-left: 1px solid #dee2e6 !important;
}
.bdr-right {
    border-right: 1px solid #dee2e6 !important;
}
.bdr-no-all {
    border: 0px solid #dee2e6 !important;
}
.bdr-no-top {
    border-top: 0px solid #dee2e6 !important;
}
.bdr-no-bot {
    border-bottom: 0px solid #dee2e6 !important;
}
.bdr-no-left {
    border-left: 0px solid #dee2e6 !important;
}
.bdr-no-right {
    border-right: 0px solid #dee2e6 !important;
}
@media print {
	
}
/********************************************************
********************************************************/
.was-validated .custom-select:valid, .custom-select.is-valid {
    border-color: #28a745;
    padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
    border-color: #dc3545;
    padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.custom-select {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 458'%3e%3cpath fill='%23333333' d='M24,213.5l119,119c9.4,9.4,24.6,9.4,33.9,0l119.1-119c15.1-15.1,4.4-41-17-41H41	C19.6,172.5,8.9,198.4,24,213.5z'/%3e%3c/svg%3e") #fff no-repeat center right 0.5em/calc(0.65em + 0.65em) calc(0.60em + 0.65em);
}
.custom-number {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3e%3cpath fill='%23333333' d='M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41zm255-105L177 64c-9.4-9.4-24.6-9.4-33.9 0L24 183c-15.1 15.1-4.4 41 17 41h238c21.4 0 32.1-25.9 17-41z'/%3e%3c/svg%3e") #fff no-repeat center right 0.5em/calc(0.65em + 0.65em) calc(0.60em + 0.65em);
}
@media (prefers-reduced-motion: reduce) {
    .custom-control-label::before, .custom-file-label, .custom-select {
        transition: none;
    }
}
/********************************************************
********************************************************/
.checkbox, .radio {
    display: inline-block;
    white-space: nowrap;
    margin: 5px 10px;
}
.checkbox .styled:not(:checked), .checkbox .styled:checked {
    position: absolute;
    left: -99999px;
}
.checkbox .styled:not(:checked), .checkbox .styled:checked + label {
    color: #00a65a;
}
.checkbox .styled:not(:checked) + label:before, .checkbox .styled:checked + label:before {
    margin-right: 0;
}
.checkbox .styled:not(:checked) + label:before, .checkbox .styled:checked + label:before {
    font-family: 'FontAwesome';
    font-size: calc(8px + 0.6vw);
    width: calc(6px + 0.8vw);
    height: auto;
    display: inline-block;
}
.checkbox .styled:not(:checked) + label:before {
    content: '\f096';
}
.checkbox .styled:checked + label:before {
    content: '\f046';
}
.radio .styled:not(:checked), .radio .styled:checked {
    position: absolute;
    left: -99999px;
}
.radio .styled:not(:checked) + label:before, .radio .styled:checked + label:before {
    margin-right: 4px;
}
.radio .styled:not(:checked) + label:before, .radio .styled:checked + label:before {
    font-family: 'FontAwesome';
    font-size: 18px;
    width: 18px;
    height: 18px;
    display: inline-block;
}
.radio .styled:not(:checked) + label:before {
    content: '\f10c';
}
.radio .styled:checked + label:before {
    content: '\f192';
}
.checkbox .styled + label, .checkbox .styled + label, .radio .styled + label, .radio .styled + label {
    margin-bottom: 0;
}
/********************************************************
********************************************************/
.switch {
    position: relative;
    display: inline-block;
    width: calc(var(--switch-dimen) * 2);
    height: var(--switch-dimen);
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    padding: 2px;
}
.slider:before {
    position: absolute;
    content: "";
    height: calc(var(--switch-dimen) - 4px);
    width: calc(var(--switch-dimen) - 4px);
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider {
    background-color: #008d4c;
}
input:not(:checked) + .slider {
    background-color: #d73925;
}
input:focus + .slider {
    box-shadow: none;
}
input:checked + .slider:before {
    -webkit-transform: translateX(var(--switch-dimen));
    -ms-transform: translateX(var(--switch-dimen));
    transform: translateX(var(--switch-dimen));
}
/* Rounded sliders */
.slider.round {
    border-radius: var(--switch-dimen);
}
.slider.round:before {
    border-radius: 50%;
}
/********************************************************
********************************************************/
.swal2-icon.swal2-warning {
    color: #f39c12 !important;
    border-color: #f39c12 !important;
}
.swal2-actions button {
    min-width: 104px;
    text-align: center;
}
.swal2-cancel {
    margin-right: 5px;
    min-width: 66px;
    text-align: center;
}
.swal2-confirm {
    margin-left: 5px;
    min-width: 66px;
    text-align: center;
}
/********************************************************
********************************************************/
.highcharts-label span {
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.highcharts-xaxis-labels tspan {
	display: none;
}
/********************************************************
********************************************************/
fieldset.form-control {
	padding: calc(4px + 0.6vw) calc(10px + 1vw);
	margin-bottom: calc(10px + 1vw);
}
fieldset.form-control legend {
	font-size: calc(9px + 0.4vw);
	font-weight: 600;
}
.form-group,
.form-group .custom-select,
.form-group .add-sup-vnd,
.select2-results__option,
.custom-file-label,
.custom-file-label::after{
	font-size: calc(8px + 0.3vw);
}
.form-control,
.custom-select,
.custom-file,
.input-group-text,
.custom-file-label {
	padding: calc(2px + 0.4vw) calc(4px + 0.4vw);
	font-size: calc(8px + 0.3vw);
}
.custom-file-sm,
.custom-select-sm,
.input-group-text-sm,
.custom-file-label-sm {
	padding: calc(2px + 0.3vw) calc(4px + 0.4vw);
	font-size: calc(8px + 0.3vw);
}
.form-control-sm {
	padding: calc(2px + 0.3vw) calc(4px + 0.4vw);
	font-size: calc(8px + 0.3vw);
	line-height: 1.4;
	border-radius: 0;
}
.custom-select-sm + .select2-container .select2-selection--single {
	padding: calc(2px + 0.3vw) calc(4px + 0.4vw);
	font-size: calc(8px + 0.3vw);	
}
.dt-bootstrap4 .btn-sm,
.btn-group-sm > .btn {
	padding: calc(2px + 0.3vw) calc(4px + 0.4vw);
	font-size: calc(8px + 0.3vw);
	line-height: 1.4;
}
.custom-select-sm + .select2-container--default .select2-selection--single .select2-selection__arrow b {
	top: calc(0.36rem + 0.15vw);
}
.custom-select-sm + .select2-container--default .select2-selection--single .select2-selection__clear {
	margin-top: calc(1px - 0.14vw);
}
.form-group-lg.form-group .custom-select {
	padding: calc(2px + 0.4vw) calc(4px + 0.4vw);
	font-size: calc(8px + 0.3vw);
	font-weight: 500;
}
.form-group {
	margin-bottom: calc(5px + 0.6vw);
}
.form-group label {
	margin-bottom: calc(3px + 0.4vw);
	line-height: 1;
}
.custom-file-label {
	line-height: 1.4 !important;
	margin-bottom: 0 !important;
}
.custom-file-label::after {
	line-height: calc(2px + 1.2vw) !important;
}
/********************************************************
********************************************************/
.swal2-actions .btn {
	padding: calc(2px + 0.3vw) calc(2px + 2.6vw);
	font-size: calc(12px + 0.3vw);
	min-width: 80px;
}
/********************************************************
********************************************************/
.dataTable tr .form-control,
.dataTable tr .custom-select,
.dataTable tr .custom-file,
.dataTable tr .input-group-text,
.dataTable tr .custom-file-label {
	padding: calc(1px + 0.4vw) calc(2px + 0.4vw);
	padding-right: calc(4px + 1vw);
	font-size: calc(8px + 0.3vw);
	width: auto;
	min-width: auto; 
	font-weight: 600;
}
/********************************************************
********************************************************/
.modal-dialog.w-316 {
	min-width: 316px;
}
#select_rcv_del {
	padding-right: calc(14px + 1vw);;
}
.modal-body .modal-title {
	font-size: calc(18px + 0.6vw);
}
.modal-body .modal-sub {
	font-size: calc(10px + 0.25vw);
}
.modal-body .modal-info {
	border-color: #f39c12 !important;
	color: #f39c12 !important;	
}
.modal-body .modal-error {
 border-color: #f05e5e !important;
 color: #f05e5e !important;
}
.modal-body .modal-success {
 border-color: #69c634 !important;
 color: #69c634 !important;
}
.modal-body .modal-icon {	
	position: relative;
	box-sizing: content-box;
	justify-content: center;
	width: calc(34px + 2vw);
	height: calc(34px + 2vw);
	margin: calc(2px + 0.8vw) auto calc(4px + 0.8vw);
	border: calc(2px + 0.14vw) solid transparent;
	border-radius: 50%;
	font-family: inherit;
	cursor: default;
	font-size: calc(22px + 2vw);
}
.modal-body .modal-foot-btn .btn:first-child {
	margin-right: calc(10px + 0.6vw);
}
.modal-body .modal-foot-btn .btn:lat-child {
	margin-left: calc(10px + 0.6vw);
}
.modal-body .modal-icon i {
	vertical-align: top;
	line-height: calc(36px + 2vw);
}
/********************************************************
********************************************************/
.captcha span {
  width: 120px;
  display: inline-block;
}
.btn-captcha {
  padding: 6px 12px;
  font-size: 16px;
}
/********************************************************
********************************************************/
.bg-navbar-main {
	background-color: #FFF;
}
.nav-link {
	font-size: calc(10px + 0.4vw);
	color: #000;
	line-height: 1.4;
	padding: 10px 20px !important;
}
.nav-item.active .nav-link {
	color: #3bb3c3;
}
.nav-link:hover {
  font-size: calc(10px + 0.4vw);
	color: #3bb3c3;
}
.navbar-nav .nav-item:last-child .nav-link {
	padding-right: 0 !important;
}
.nav-list {
	list-style-type: none;
	padding: 0;
	margin: calc(2px + 0.2vw) 0px;
}
.nav-list li {
	display: inline-block;
}
.nav-list li a{
	display: flex;
	text-decoration: none;
	align-items: center;
	justify-content: flex-start;
	color: #FFF;
}
.nav-list li a i {
	font-size: calc(12px + 0.6vw);
	margin-right: calc(2px + 0.2vw);
	line-height: 1;
}
.nav-list li span  {
	font-size: calc(10px + 0.3vw);
	line-height: 1;
}
.bg-header-top {
	background: #3bb3c3;
	color: #FFF;
	border-bottom: #00849d 2px solid;
}
.nav-list li.mrg {
	margin-left: calc(2px + 2vw);
}
@media (min-width: 992px) {
	.align-lg-right {
		text-align: right;
	}
}
.nav-list a{
	color: #FFF;
	transition: all 0.3s ease-in-out 0s;
}
.nav-list a:hover{
	color: #000;
	transition: all 0.3s ease-in-out 0s;
}
/*.nav-list a.fb,
.nav-list a.tw,
.nav-list a.pn,
.nav-list a.ld,
.nav-list a.tm,
.nav-list a.wa {
	color: #FFF;
	transition: all 0.3s ease-in-out 0s;
}
.nav-list a.fb:hover {
	color: #1877f2;
	transition: all 0.3s ease-in-out 0s;
}
.nav-list a.tw:hover {
	color: #14171a;
	transition: all 0.3s ease-in-out 0s;
}
.nav-list a.pn:hover {
	color: #bd081c;
	transition: all 0.3s ease-in-out 0s;
}
.nav-list a.ld:hover {
	color: #0a66c2;
	transition: all 0.3s ease-in-out 0s;
}
.nav-list a.tm:hover {
	color: #35465d;
	transition: all 0.3s ease-in-out 0s;
}
.nav-list a.wa:hover {
	color: #1fad4f;
	transition: all 0.3s ease-in-out 0s;
}*/
.img-bdr-blue {
	border: #3F89CD 8px solid;
}
.body-header {
	font-size: calc(22px + 1vw);
	font-weight: 600;
	color: #000;
	margin-bottom: calc(12px + 0.4vw);
	line-height: 1.2;
}
.body-sub-header {
	font-size: calc(16px + 0.8vw);
	font-weight: 600;
	color: #FFF;
	margin-bottom: calc(12px + 0.4vw);
	line-height: 1.2;
}
.body-text {
	color: #000;
	font-size: calc(13px + 0.2vw);
	line-height: 1.6;
	margin-bottom: 0;
}
.body-mater {
	font-size: calc(16px + 0.6vw);
	font-weight: 600;
	color: #000;
	margin-bottom: calc(12px + 0.4vw);
	line-height: 1.2;
}
/********************************************************
********************************************************/
.bg-tho-color {
	background: linear-gradient(to right,  rgba(119,202,69,1) 0%,rgba(59,179,195,1) 80%);
}
.btn-theme-white {
	display: inline-block;
	background: #FFF;
	color: #000;
	font-weight: 600;
	text-decoration: none;
	line-height: 1.2;
	font-size: calc(12px + 0.3vw);
	padding: calc(6px + 0.4vw) calc(16px + 0.8vw);transition: all 0.3s ease-in-out 0s;
}
.btn-theme-white:hover {
	color: #3bb3c3;
	transition: all 0.3s ease-in-out 0s;
}
.btn-theme-black {
	display: inline-block;
	background: #000;
	color: #FFF;
	font-weight: 600;
	text-decoration: none;
	line-height: 1.2;
	font-size: calc(12px + 0.3vw);
	padding: calc(6px + 0.4vw) calc(16px + 0.8vw);
	transition: all 0.3s ease-in-out 0s;
}
.btn-theme-black:hover {
	color: #77cb45;
	transition: all 0.3s ease-in-out 0s;
}
.btn-theme-theme {
	display: inline-block;
	background: #165873;
	color: #FFF;
	font-weight: 600;
	text-decoration: none;
	line-height: 1.2;
	font-size: calc(12px + 0.3vw);
	padding: calc(6px + 0.4vw) calc(16px + 0.8vw);
	transition: all 0.3s ease-in-out 0s;
}
.btn-theme-theme:hover {
	background: #3bb3c3;
	color: #FFF;
	transition: all 0.3s ease-in-out 0s;
}
.body-list {
	display: inline-block;
	width: 100%;
	padding-left: 0;
	margin-bottom: 0;
}
.body-list li {
	color: #000;
	font-size: calc(13px + 0.2vw);
	line-height: 1.6;
	list-style-type: none;
}
.body-list li:before{
	content: "\e122";
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	margin-right: calc(4px + 0.2vw);
}
/********************************************************
********************************************************/
.footer-top-bg {
	background: #3bb3c3;
}
.footer-header {
	color: #FFF;
	font-size: calc(16px + 0.8vw);
	font-weight: 600;
	margin-bottom: calc(12px + 0.3vw);
	line-height: 1.2;
}
.footer-list {
	display: inline-block;
	width: 100%;
	padding-left: 0;
	margin-bottom: 0;
}
.footer-list li {
	color: #FFF;
	font-size: calc(13px + 0.2vw);
	line-height: 2.2;
	list-style-type: none;
}
.footer-list li a {
	color: #FFF;
	text-decoration: none;
	transition: all 0.3s ease-in-out 0s;
}
.footer-list li a:hover {
	color: #000;
	text-decoration: none;
	transition: all 0.3s ease-in-out 0s;
}
.footer-list li:before{
	content: "\f061";
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	margin-right: calc(4px + 0.2vw);
}
.footer-list li span{
	color: #FFF;
	font-size: calc(13px + 0.2vw);
	list-style-type: none;
	font-weight: 700;
	font-style: italic; 
}
/********************************************************
********************************************************/
.footer-bot-bg {
	background: #165873;
}
.copy-text {
	color: #a4f3fe;
}
.copy-text a {
	color: #FFF;
	text-decoration: none;
	transition: all 0.3s ease-in-out 0s;
}
.copy-text a:hover {
	color: #77cb45;
	transition: all 0.3s ease-in-out 0s;
}
/********************************************************
********************************************************/
.bg-inner-banner {
	background-image: url("../img/inner-banner-02.jpg");
	background-size: cover;
	background-position: top right;
	background-repeat: no-repeat;
	background: #165773;
}
.inner-banner-warp {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: calc(22px + 4vw) 0px;
}
.inner-banner-warp .title {
	font-family: "Baloo Da 2", sans-serif;
	color: var(--color-white);
	font-weight: 600;
	font-size: calc(28px + 2vw);
	line-height: 1.2;
}
/********************************************************
********************************************************/
.body_text_style p {
	margin-bottom: 10px;
	color: #333;
	font-size: calc(12px + 0.2vw);
	line-height: 1.6;
}
.body_text_style h6 {
	padding-top: 15px;
	padding-bottom: 10px;
	margin: 0;
	color: #333;
	font-weight: 700;
	font-size: calc(14px + 0.3vw);
	line-height: 1.6;
}
.body_text_style .form-label,
.body_text_style .form-control {
	margin-bottom: 10px;
	color: #333;
	font-size: calc(11px + 0.2vw);
	line-height: 1.6;
}
.body_text_style .form-control {
	border-radius: 0;
	border-color: #DDD;
	transition: all 0.3s ease-in-out 0s;
}
.body_text_style .form-control:focus {
	border-radius: 0;
	border-color: #3bb3c3;
	box-shadow: none;
	outline: 0 none;
	transition: all 0.3s ease-in-out 0s;
}
/********************************************************
********************************************************/
.blog-img-container,
.blog-img-container .image{
	display: inline-block;
	width: 100%;
}
.blog-img-container .image{
	border: #c3c3c3 1px solid;
	padding: 2px;
}
.ratio {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.ratio .img > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio .img > * {
	object-fit: cover;
	object-position: center center;
}

.ratio-post-image {
	--bs-aspect-ratio: 60%;
}
.blog-img-container .img img {
	transform: scale(1);
	transition: all 0.3s ease-in-out 0s;
}
.blog-img-container .img:hover img {
	transform: scale(1.1);
	transition: all 0.3s ease-in-out 0s;
}
.blog-img-container a {
	text-decoration: none;
}
.blog-img-container a .blog-title {
	font-size: calc(14px + 0.2vw);
	color: #165873;
	font-weight: 700;
	padding-top: calc(4px + 0.2vw);
	transition: all 0.3s ease-in-out 0s;
}
.blog-img-container a .blog-date {
	font-size: calc(11px + 0.2vw);
	color: #3bb3c3;
	font-weight: 600;
	padding-top: calc(4px + 0.2vw);
	transition: all 0.3s ease-in-out 0s;
}
.blog-img-container a .blog-title:hover,
.blog-img-container a .blog-date:hover {
	color: #000;
	transition: all 0.3s ease-in-out 0s;
}
/********************************************************
********************************************************/
.pagination .page-item .page-link {
	border-radius: 0;
	box-shadow: none;
	color: #3bb3c3;
	line-height: 1.4;
	padding: calc(2px + 0.2vw) calc(10px + 0.2vw);
	font-size: calc(12px + 0.2vw);
}
.page-link.active,
.active > .page-link {
	background-color: #3bb3c3;
	border-color: #3bb3c3;
	
}
.pagination .page-item.active .page-link {
	color: #FFF;
}
.pagination .page-item.disabled .page-link {
	color: #777;
}
/********************************************************
********************************************************/
.blog-bread-cumb {
	display: inline-block;
	width: 100%;
	border: #dedede 1px solid;
	padding: calc(8px + 0.2vw) calc(16px + 0.2vw) calc(6px + 0.2vw);
	margin-bottom: calc(14px + 0.6vw);
	list-style-type: none;
}
.blog-bread-cumb li {
	display: inline-block;
	line-height: 1.4;
	
}
.blog-bread-cumb li:after {
	content: "\f054";
	font-family: "Font Awesome 6 Pro";
	line-height: 1.4;
	padding: 0px 10px;
}
.blog-bread-cumb li:last-child:after {
	content: "";
}
.blog-bread-cumb li a {
	color: #666;
	text-decoration: none;
	transition: all 0.3s ease-in-out 0s;
}
.blog-bread-cumb li a:hover {
	color: #3bb3c3;
	text-decoration: none;
	transition: all 0.3s ease-in-out 0s;
}
/********************************************************
********************************************************/
.blog-list-container .image img,
.blog-post-mater div img,
.blog-post-mater p img {
	width: 100%;
}
.blog-list-container figure {
	width: 100%;
	padding-top: 56.25%;
	position: relative
}
.blog-list-container figure div,
.blog-list-container figure iframe {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	position: absolute !important;
}
.blog-list-container .sub_cat {
	text-decoration: none;
	color: #3bb3c3;
	font-size: calc(12px + 0.3vw);
	line-height: 1.2;
	font-weight: 600;
	margin-bottom: calc(2px + 0.8vw);
}
.blog-list-container .heading {
	text-decoration: none;
	color: #000000;
	font-size: calc(22px + 0.8vw);
	line-height: 1.2;
	font-weight: 600;
	margin-bottom: calc(14px + 0.4vw);
}
.blog-list-container .post_authore {
	color: #3bb3c3;
	font-size: calc(10px + 0.2vw);
	line-height: 1.2;
	font-weight: 500;
	margin-bottom: calc(11px + 0.8vw);
}
.blog-list-container .post_authore span:nth-child(even) {
	color: #3bb3c3;
	font-weight: 600;
}
.blog-list-container .blog-view-social ul {	
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: calc(8px + 0.4vw);
}
.blog-list-container .blog-view-social ul li {
	font-size: calc(8px + 0.4vw);
	color: #000;
	font-weight: 600;
	margin-bottom: calc(2px + 0.4vw);
	margin-right: 0px;
	display: block;
}
@media (max-width: 991.98px) {
	.blog-list-container .blog-view-social ul li {
		display: inline-block;
		margin-bottom: 0px;
		margin-right:  calc(2px + 0.2vw);
	}
}
.blog-list-container .blog-view-social ul li a {
	width: calc(22px + 1.6vw);
	height: calc(22px + 1.6vw);
	background: #e2e2e2;
	border: 1px #d0d0d0 solid;
	color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: calc(12px + 0.8vw);
}
.blog-list-container .blog-view-social ul li a.fb {
	background: #1877f2FF;
	border: 1px #1877f2 solid;
	transition: all 0.3s ease-in-out 0s;
}
.blog-list-container .blog-view-social ul li a.tw {
	background: #14171aFF;
	border: 1px #14171a solid;
	transition: all 0.3s ease-in-out 0s;
}
.blog-list-container .blog-view-social ul li a.in {
	background: #c32aa3FF;
	border: 1px #c32aa3 solid;
	transition: all 0.3s ease-in-out 0s;
}
.blog-list-container .blog-view-social ul li a.pn {
	background: #bd081cFF;
	border: 1px #bd081c solid;
	transition: all 0.3s ease-in-out 0s;
}
.blog-list-container .blog-view-social ul li a.ld {
	background: #0a66c2FF;
	border: 1px #0a66c2 solid;
	transition: all 0.3s ease-in-out 0s;
}
.blog-list-container .blog-view-social ul li a.tl {
	background: #35465dFF;
	border: 1px #35465d solid;
	transition: all 0.3s ease-in-out 0s;
}
.blog-list-container .blog-view-social ul li a.yt {
	background: #ff0000FF;
	border: 1px #ff0000 solid;
	transition: all 0.3s ease-in-out 0s;
}
.blog-list-container .blog-view-social ul li a.wa {
	background: #1fad4fFF;
	border: 1px #1fad4f solid;
	transition: all 0.3s ease-in-out 0s;
}
.blog-list-container .blog-view-social ul li a.fb:hover {
	background: #1877f2DD;
	border: 1px #1877f2 solid;
	transition: all 0.3s ease-in-out 0s;
}
.blog-list-container .blog-view-social ul li a.tw:hover {
	background: #14171aDD;
	border: 1px #14171a solid;
	transition: all 0.3s ease-in-out 0s;
}
.blog-list-container .blog-view-social ul li a.in:hover {
	background: #c32aa3DD;
	border: 1px #c32aa3 solid;
	transition: all 0.3s ease-in-out 0s;
}
.blog-list-container .blog-view-social ul li a.pn:hover {
	background: #bd081cDD;
	border: 1px #bd081c solid;
	transition: all 0.3s ease-in-out 0s;
}
.blog-list-container .blog-view-social ul li a.ld:hover {
	background: #0a66c2DD;
	border: 1px #0a66c2 solid;
	transition: all 0.3s ease-in-out 0s;
}
.blog-list-container .blog-view-social ul li a.tl:hover {
	background: #35465dDD;
	border: 1px #35465d solid;
	transition: all 0.3s ease-in-out 0s;
}
.blog-list-container .blog-view-social ul li a.yt:hover {
	background: #ff0000DD;
	border: 1px #ff0000 solid;
	transition: all 0.3s ease-in-out 0s;
}
.blog-list-container .blog-post-mater p,
.blog-list-container .blog-post-mater ul{
	color: #333;
	font-size: calc(12px + 0.2vw);
	line-height: 1.6;
	font-weight: 500;
}
.blog-list-container .blog-post-mater ul{
	padding-left: calc(28px + 1vw);
	font-size: calc(11px + 0.3vw);
}
.blog-list-container .blog-post-mater ul li{
	margin-bottom: calc(11px + 0.3vw);
}
.blog-list-container .blog-post-mater h1,
.blog-list-container .blog-post-mater h2,
.blog-list-container .blog-post-mater h3,
.blog-list-container .blog-post-mater h4,
.blog-list-container .blog-post-mater h5,
.blog-list-container .blog-post-mater h6 {
	color: #333;
	line-height: 1.2;
	margin-bottom: calc(11px + 0.4vw);
}
.blog-list-container .blog-post-mater h1 {
	font-size: calc(28px + 0.8vw);
}
.blog-list-container .blog-post-mater h2 {
	font-size: calc(28px + 0.4vw);
}
.blog-list-container .blog-post-mater h3 {
	font-size: calc(22px + 0.4vw);
}
.blog-list-container .blog-post-mater h4 {
	font-size: calc(18px + 0.6vw);
}
.blog-list-container .blog-post-mater h5 {
	font-size: calc(14px + 0.6vw);
}
.blog-list-container .blog-post-mater h6 {
	font-size: calc(10px + 0.6vw);
	
}
.blog-list-container .blog-post-mater a {
	color: #3bb3c3;
	transition: all 0.3s ease-in-out 0s;
}
.blog-list-container .blog-post-mater a:hover {
	color: #0374bb;
	transition: all 0.3s ease-in-out 0s;
}
.blog-list-container .tags,
.blog-list-container .tags a {
	font-weight: 600;
	color: #000;
	font-size: calc(12px + 0.2vw);
}
.blog-list-container .tags a {
	padding: calc(8px + 0.4vw) calc(2px + 0.2vw);
	color: #777;
	transition: all 0.3s ease-in-out 0s;
}
.blog-list-container .tags a:hover {
	color: #3bb3c3;
	transition: all 0.3s ease-in-out 0s;
}
.table_content {
	display: inline-block;
	width: 100%;
	border: #dedede 1px solid;
	padding: calc(12px + 0.2vw) calc(16px + 0.2vw);
	margin: calc(18px + 0.6vw) 0px;
}
.blog-list-container .blog-post-mater .table_content p {
	font-size: calc(16px + 0.2vw);
	color: #000;
	font-weight: 600;
	margin-bottom: calc(6px + 0.2vw);
}
.blog-list-container .blog-post-mater .table_content ol {
	padding: 0;
	margin: 0;
	font-size: calc(11px + 0.2vw);
	color: #3bb3c3;
}
.blog-list-container .blog-post-mater .table_content ol li {
	display: inline-block;
}
.blog-list-container .blog-post-mater .table_content ol li:after {
	content: "|";
	padding: 0px 10px;
	color: #666;
	font-weight: 800;
}
/********************************************************
********************************************************/
.owl-nav .owl-prev,
.owl-nav .owl-next {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.owl-nav .owl-prev {
	left: calc(10px + 2vw);
}
.owl-nav .owl-next {
	right: calc(10px + 2vw);
}
.owl-nav .owl-prev i::before,
.owl-nav .owl-next i::before {
	font-size: calc(12px + 5vw);
	color: #5da6c6;	
	opacity: 0.6;
	transition: all 300ms ease-in-out 0s;
}
.owl-nav .owl-prev:hover i::before,
.owl-nav .owl-next:hover i::before,
.cust-slider.dark .owl-nav .owl-prev:hover i::before,
.cust-slider.dark .owl-nav .owl-next:hover i::before {
	opacity: 1;
	transition: all 300ms ease-in-out 0s;
}
.owl-dots {
	position: absolute;
	bottom: 5px;
	margin: auto;
	width: 100%;
	text-align: center;
}
/********************************************************
********************************************************/
.home-slider .item {
	position: relative;
}
.home-slider .text {
	display: flex;
	justify-content: start;
	align-items: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10%;
	right: 0;
}
.home-slider .text .text-container {
	display: inline-block;
	width: calc(88px + 33vw);
}
.home-slider .text .top {
	text-transform: uppercase;
	color: #000;
	font-size: calc(3px + 2vw);
	font-weight: 400;
}
.home-slider .text .bot {
	text-transform: uppercase;
	color: #FFF;
	font-size: calc(3px + 3vw);
	font-weight: 800;
	line-height: 1;
}
.home-slider .text .foot {
	color: #000;
	font-size: calc(4px + 0.8vw);
	font-weight: 400;
	line-height: 1.4;
}
.home-slider .text .text-container hr {
	height: 0px;
	border-top: #ff4f52 calc(1px + 0.2vw) solid;;
	overflow: hidden;
	opacity: 1;
	margin: calc(2px + 1vw) 0px calc(1px + 1vw);
}
.home-slider .text .buton a {
	background: #ff4f52;
	border: 0;
	border-radius: 0;
	color: #FFF;
	padding: calc(1px + 0.6vw) calc(2px + 1.8vw);
	display: inline-block;
	margin-top: calc(2px + 1vw);
}
/********************************************************
********************************************************/

/********************************************************
********************************************************/

/********************************************************
********************************************************/

/********************************************************
********************************************************/

/********************************************************
********************************************************/

/********************************************************
********************************************************/

/********************************************************
********************************************************/

/********************************************************
********************************************************/

/********************************************************
********************************************************/

/********************************************************
********************************************************/

/********************************************************
********************************************************/

/********************************************************
********************************************************/

/********************************************************
********************************************************/

/********************************************************
********************************************************/

/********************************************************
********************************************************/

/********************************************************
********************************************************/

/********************************************************
********************************************************/

/********************************************************
********************************************************/

/********************************************************
********************************************************/

/********************************************************
********************************************************/

/********************************************************
********************************************************/

/********************************************************
********************************************************/

/********************************************************
********************************************************/

/********************************************************
********************************************************/

/********************************************************
********************************************************/

/********************************************************
********************************************************/

/********************************************************
********************************************************/

@media print {
    
}
@media (min-width: 992px) {
    
}
@media (max-width: 767px) {
    	
}
/********************************************************
********************************************************/
.dnone {
	display: none;
}
.cus-spinner {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: rgba(255,255,255,0.6);
	z-index: 2222;
}
.profile-main-loader{
    width: 70px;
	height:70px;
	display: inline-block;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.profile-main-loader .loader {
  position: relative;
  margin: 0px auto;
  width: 70px;
  height:70px;
}
.profile-main-loader .loader:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.circular-loader {
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
  height: 100%;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}

.loader-path {
  stroke-dasharray: 150,200;
  stroke-dashoffset: -10;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
          animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124;
  }
}
@-webkit-keyframes color {
  0% {
    stroke: #00a65a;
  }
  40% {
    stroke: #00a65a;
  }
  66% {
    stroke: #00a65a;
  }
  80%, 90% {
    stroke: #00a65a;
  }
}
@keyframes color {
  0% {
    stroke: #00a65a;
  }
  40% {
    stroke: #00a65a;
  }
  66% {
    stroke: #00a65a;
  }
  80%, 90% {
    stroke: #00a65a;
  }
}
/********************************************************
********************************************************/