@charset"utf-8";

/*@font-face { font-family: 'Gill Sans MT'; font-weight: normal; font-style: normal;
	src: url('../fonts/GillSansMT.eot');
	src: url('../fonts/GillSansMT.eot?#iefix') format('embedded-opentype'),
	url('../fonts/GillSansMT.woff2') format('woff2'),
	url('../fonts/GillSansMT.woff') format('woff'),
	url('../fonts/GillSansMT.ttf') format('truetype');
}*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body,
html {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}
body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #3f3f3f;
    font-weight: normal;
    line-height: 28px;
}

div,
table,
td,
tr,
section,
h1,
h2,
h3,
h4,
h5,
h6,
p,
section,
article,
figure {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

a,
input,
textarea,
button {
    outline: 0;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover {
    border-color: #76c7ff !important;
    box-shadow: none;
    outline: none;
}

select {
    outline: 0;
}

input::placeholder {
    opacity: 1;
}

a {
    text-decoration: none;
    border: none;
    outline: 0;
    color: #0c9cfd;
}

a:hover {
    text-decoration: none;
    border: none;
    outline: 0;
}

a:focus {
    text-decoration: none;
    border: none;
    outline: 0;
}

button,
button:focus {
    text-decoration: none;
    border: none;
    outline: 0;
}

ul,
ol,
ul li,
ol li {
    list-style: none;
    margin: 0;
    padding: 0;
}

p:empty {
    display: none;
}

img {
    width: auto;
    max-width: 100%;
    height: auto;
}

body::selection {
    background: #00589e;
    color: #ffffff;
}

body::-moz-selection {
    background: #00589e;
    color: #ffffff;
}

p {
    font-size: 16px;
    line-height: 28px;
}

.title {
    color: #0046A3;
}

.sec_hdn {
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    color: #2f2f2f;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-bottom: 27px;
    margin-bottom: 40px;
}

.sec_hdn::after {
    width: 150px;
    height: 3px;
    background-color: #9e0040;
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
}

a.dflt_btn {
    position: relative;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #9e0040;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 10px;
}

.dflt_btn::after {
    position: absolute;
    content: '>>';
    top: 0;
    margin-left: 10px;
    letter-spacing: -2px;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
}

.dflt_btn:hover::after {
    margin-left: 20px;
}

/*=========================== Index Page Style Sheet Start Here ===========================*/
/*Header Style Start*/
.top_main_hdr {
    position: relative;
    background-color: #ffffff;
    padding-top: 30px;
}

.hdr_nfo ul {
    font-size: 0;
    text-align: center;
    display: flex;
}

.hdr_nfo ul li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #696969;
    text-transform: uppercase;
    text-align: left;
    vertical-align: top;
    padding: 0 50px;
}

.hdr_nfo ul li strong {
    display: block;
    letter-spacing: 1px;
    line-height: 20px;
}

.hdr_nfo ul li.email strong {
    text-transform: lowercase;
}

.hdr_nfo ul li:not(:last-child)::after {
    position: absolute;
    content: '';
    width: 2px;
    height: 100%;
    background-color: #d2d2d2;
    right: 0;
    top: 0;
}

.hdr_nfo ul li span {
    position: relative;
    padding-left: 35px;
    padding-bottom: 5px;
    display: block;
}

.hdr_nfo ul li span::before {
    position: absolute;
    content: '';
    width: 25px;
    height: 25px;
    margin-left: -35px;
    top: 4px;
}

.hdr_nfo ul li.phone span::before {
    background: url(../images/hdr_contact_info_phone_con.png) no-repeat 0 0;
}

.hdr_nfo ul li.time span::before {
    background: url(../images/hdr_contact_info_time_con.png) no-repeat 0 0;
}

.hdr_nfo ul li.email span::before {
    background: url(../images/hdr_contact_info_mail_con.png) no-repeat 0 0;
}

/*Header Style End*/


/*====== Menu Style Start ======*/
.hdr_menu_sec {
    position: relative;
    background-color: #9e0040;
    float: none;
    clear: both;
    display: flex;
    width: 100%;
}

.hdr_mnu {
    position: relative;
    float: right;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
}

.hdr_mnu::before {
    position: absolute;
    content: '';
    width: 999em;
    height: 45%;
    top: 0;
    right: 100%;
    background-color: #ffffff;
}

.hdr_mnu::after {
    position: absolute;
    content: '';
    width: 50px;
    height: 45%;
    border-top: 34px solid #ffffff;
    border-right: 40px solid transparent;
    top: 0;
    left: 0;
}

/*.navbar {*/
/*    padding: 0;*/
/*}*/

/*.navbar-nav {*/
/*    float: right;*/
/*}*/

/*.navbar-nav li {*/
/*    margin: 0 15px;*/
/*    text-align: right;*/
/*    position: relative;*/
/*}*/

/*.navbar-nav li a {*/
/*    position: relative;*/
/*    display: inline-block;*/
/*    color: #ffffff;*/
/*    padding: 25px 12px;*/
/*}*/

/*.navbar-nav li a::after {*/
/*    position: absolute;*/
/*    content: '';*/
/*    width: 0;*/
/*    height: 6px;*/
/*    background-color: #ffffff;*/
/*    left: 0;*/
/*    right: 0;*/
/*    margin: 0 auto;*/
/*    bottom: 0;*/
/*    transition: all ease-in-out 0.3s;*/
/*    -webkit-transition: all ease-in-out 0.3s;*/
/*    -moz-transition: all ease-in-out 0.3s;*/
/*    -o-transition: all ease-in-out 0.3s;*/
/*}*/

/*.navbar-nav li a:hover::after,*/
/*.navbar-nav li.active a::after {*/
/*    width: 100%;*/
/*}*/

/*Dropdown & Submenu Style*/
/*.dropdown-menu {*/
/*    white-space: nowrap;*/
/*    padding: 25px 0 0 0;*/
/*    background-color: transparent;*/
/*    z-index: 2;*/
/*    border: none;*/
/*}*/

/*.dropdown-toggle {*/
/*    padding-right: 20px !important;*/
/*}*/

/*.dropdown-toggle::after {*/
/*    position: absolute;*/
/*    top: 13px;*/
/*    right: 4px;*/
/*}*/

/*.dropdown-menu li {*/
/*    white-space: nowrap;*/
/*    text-align: left;*/
/*    background-color: #ffffff;*/
/*    font-size: 16px;*/
/*    padding: 0;*/
/*    margin: 0;*/
/*    border-bottom: 2px solid #e6e6e6;*/
/*}*/

/*.dropdown-menu li:last-child {*/
/*    border-bottom: none;*/
/*}*/

/*.dropdown-menu li a {*/
/*    color: #a8a8a8;*/
/*    border: none;*/
/*    padding: 8px 35px 8px 15px;*/
/*    display: inline-block;*/
/*    width: 100%;*/
/*}*/

/*.dropdown-menu li a:hover {*/
/*    color: #de902f;*/
/*}*/

/*.dropdown_menu_style {*/
/*    position: relative;*/
/*    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);*/
/*}*/

/*.dropdown_menu_style::before {*/
/*    position: absolute;*/
/*    content: '';*/
/*    width: 30px;*/
/*    height: 30px;*/
/*    top: -30px;*/
/*    left: 20px;*/
/*    border-bottom: 20px solid #ffffff;*/
/*    border-left: 15px solid transparent;*/
/*    border-right: 15px solid transparent;*/
/*}*/

/*!*Hamburger Style*!*/
/*.navbar-toggler {*/
/*    width: 30px;*/
/*    height: 20px;*/
/*    position: relative;*/
/*    margin: 0px;*/
/*    cursor: pointer;*/
/*    -webkit-transform: rotate(0deg);*/
/*    -moz-transform: rotate(0deg);*/
/*    -o-transform: rotate(0deg);*/
/*    transform: rotate(0deg);*/
/*    -webkit-transition: .5s ease-in-out;*/
/*    -moz-transition: .5s ease-in-out;*/
/*    -o-transition: .5s ease-in-out;*/
/*    transition: .5s ease-in-out;*/
/*}*/

/*.navbar-toggler span {*/
/*    display: block;*/
/*    position: absolute;*/
/*    height: 3px;*/
/*    width: 100%;*/
/*    border-radius: 9px;*/
/*    opacity: 1;*/
/*    left: 0;*/
/*    -webkit-transform: rotate(0deg);*/
/*    -moz-transform: rotate(0deg);*/
/*    -o-transform: rotate(0deg);*/
/*    transform: rotate(0deg);*/
/*    -webkit-transition: .25s ease-in-out;*/
/*    -moz-transition: .25s ease-in-out;*/
/*    -o-transition: .25s ease-in-out;*/
/*    transition: .25s ease-in-out;*/
/*}*/

/*.navbar-toggler span {*/
/*    background: #e3f2fd;*/
/*}*/

/*.navbar-toggler span:nth-child(1) {*/
/*    top: 0px;*/
/*}*/

/*.navbar-toggler span:nth-child(2),*/
/*.navbar-toggler span:nth-child(3) {*/
/*    top: 10px;*/
/*}*/

/*.navbar-toggler span:nth-child(4) {*/
/*    top: 20px;*/
/*}*/

/*.navbar-toggler.open span:nth-child(1) {*/
/*    top: 11px;*/
/*    width: 0%;*/
/*    left: 50%;*/
/*}*/

/*.navbar-toggler.open span:nth-child(2) {*/
/*    -webkit-transform: rotate(45deg);*/
/*    -moz-transform: rotate(45deg);*/
/*    -o-transform: rotate(45deg);*/
/*    transform: rotate(45deg);*/
/*}*/

/*.navbar-toggler.open span:nth-child(3) {*/
/*    -webkit-transform: rotate(-45deg);*/
/*    -moz-transform: rotate(-45deg);*/
/*    -o-transform: rotate(-45deg);*/
/*    transform: rotate(-45deg);*/
/*}*/

/*.navbar-toggler.open span:nth-child(4) {*/
/*    top: 11px;*/
/*    width: 0%;*/
/*    left: 50%;*/
/*}*/

/*====== Menu Style End ======*/

/*Banner Style Start*/
.banner_sec {
    position: relative;
}

.banner_sec img {
    width: 100%;
}

/*Banner Style End*/

/*Banner Bottom Plan Style Start*/
.bnr_btm_plan_sec,
.bnr_btm_plan_sec .container {
    position: relative;
    z-index: 2;
}

.bnr_btm_plan_text_bg {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(158, 0, 64, 0.9);
    padding: 22px;
    margin-top: -150px;
}

.bnr_btm_plan_text_bg article {
    border: 4px solid #ffffff;
    padding: 35px 35px 60px 35px;
}

.bnr_btm_plan_text_bg article h2 {
    font-size: 58px;
    color: #ffffff;
    text-align: center;
    line-height: 70px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.bnr_btm_plan_text_bg article h2 strong {
    display: block;
}

.bnr_btm_plan_text_bg .down_indict {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto -26px auto;
    width: 90px;
    height: 90px;
    background-color: #9e0040;
    border: 8px solid #ffffff;
    border-radius: 100%;
    font-size: 45px;
    color: #ffffff;
    font-weight: normal;
    text-align: center;
    line-height: 80px;
}

/*Banner Bottom Plan Style End*/

/*About Section Style Start*/
.about_sec {
    position: relative;
    background: url(../images/about_bg.jpg) repeat 0 0;
    padding: 330px 0 200px 0;
    overflow: hidden;
}

.about_sec::after {
    position: absolute;
    content: '';
    width: 34%;
    height: 100%;
    right: 0;
    background-color: #ffffff;
    top: 0;
}

.about_sec .container {
    position: relative;
    z-index: 2;
}

.about_left_bottom_text {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    padding: 55px 5px 55px 65px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    z-index: 2;
    margin-top: 60px;
}

.about_left_bottom_text::after {
    position: absolute;
    content: '';
    width: 80px;
    height: 100%;
    top: 0;
    right: 0;
    margin-right: -80px;
    background-color: #ffffff;
    box-shadow: 25px 0 15px rgba(0, 0, 0, 0.2);
}

.about_left_bottom_text h2 {
    font-size: 17px;
    color: #3f3f3f;
    font-weight: 500;
    margin-bottom: 20px;
}

.about_left_bottom_text .text-right {
    padding-right: 33px;
}

.about_sec figure img {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

/*About Section Style End*/

/*For Employee Section Style Start*/
.for_employee_sec {
    position: relative;
    background: url(../images/for_employee_sec.jpg) no-repeat 0 0;
    background-size: cover;
    background-attachment: fixed;
    padding: 190px 0;
}

.for_employee_text_bg {
    max-width: 600px;
    margin: 0 auto;
    background-color: #9e0040;
    color: #ffffff;
    text-align: center;
    padding: 20px;
}

.for_employee_text_bg article {
    width: 100%;
    border: 2px solid #ffffff;
    padding: 30px 45px;
}

.for_employee_text_bg article h2 {
    color: #ffffff;
}

.for_employee_text_bg article h2::after {
    background-color: #ffffff;
    right: 0;
    margin: 0 auto;
}

.for_employee_text_bg article h3 {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 20px;
}

.for_employee_text_bg article a {
    color: #ffffff;
    margin-top: 20px;
}

/*For Employee Section Style End*/

/*=========================== Index Page Style Sheet End Here ===========================*/





/*=========================== Responsive Style Sheet Start Here ===========================*/
@media only screen and (min-width:1600px) {}

@media only screen and (max-width:1365px) {}

@media only screen and (max-width:1199px) {}


@media only screen and (max-width:991px) {}


@media only screen and (max-width:767px) {
    .confirm_mail_body .logo {
        padding: 15px 0;
    }

    .confirm_mail_body .logo img {
        max-width: 200px;
    }

    .confirm_mail_body article {
        padding: 10px 0;
    }

    .confirm_mail_body article p {
        font-size: 16px;
        line-height: 25px;
    }
}



@media only screen and (max-width:479px) {}


@media only screen and (max-width:429px) {}

/*=========================== Responsive Style Sheet End Here ===========================*/

.confirm_mail_body {
    position: relative;
    text-align: center;
    background-color: #ffffff;
    min-height: 100vh;
}

.confirm_mail_body .logo {
    padding: 30px 0;
}

.confirm_mail_body .logo img {
    max-width: 300px;
}

.confirm_mail_body article {
    padding: 30px 0;
    max-width: 900px;
    margin: 0 auto;
}

.confirm_mail_body article p {
    font-size: 20px;
    color: #0046A3;
    line-height: 34px;
    padding-top: 10px;
}

.confirm_mail_body .copyright {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 15px 0;
}

.confirm_mail_body .copyright p {
    font-size: 15px;
    color: #0046A3;
    line-height: 34px;
}

.label-error,
.error {
    font-size: 12px;
    line-height: 1.2;
    color: #ff0000;
    margin-bottom: 0px;
    margin-top: 5px;
}

.login-alert {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 10px;
}

.login-wrapper {
    margin:0;
    padding:0;
    background : #0046A3;
    height:100vh;
    width:100vw;
    position:relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-wrapper-conatiner {
    width: 251px;
    margin: 0 auto;
    text-align: center;
}

.bottom-main {
    position: absolute;
    bottom: 1.5px;
    right: 2px;
}

.bottom-main-logo img {
    display: inline-block;
    width: 121px;
    vertical-align: middle;
}

.logo-wrap {
    padding-top: 15px;
    padding-bottom: 21px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 150px;
}

.logo-wrap img {
    width: 214px;
}

.login-form {
    margin-top: 30px;
}

.login-form .form-control {
    background: #fff;
    border: none;
    border-bottom: 1px solid #1C1C56;
    border-radius: 0;
}

.login-form .form-control:focus {
    outline: none;
    box-shadow: none;
}

.full-width {
    width: 100%;
}

.btn-primary {
    background: #0046A3;
}

.footer-copyright {
    background: #f3f9f9;
    flex: 0 0 auto;
    text-align: center;
    color: #0046A3;
    font-size: 16px;
}

.heading-row {
    flex: 0 0 auto;
    background-color: #0046A3;
    text-align: right;
    padding: 10px 15px;
}

.user-name {
    display: inline-block;
    margin-right: 10px;
    color: #000000;
}

.logout {
    color: #ffffff;
}

.logout:hover {
    color: #ffffff;
}

.dashboard-wrap {
    display: flex;
    flex: 1 0 auto;
    background: #f3f9f9;
}

.graph-sidebar {
    width: 280px;
    float: left;
    background: #fbfbfb;
    padding: 15px;
    box-shadow: 1px 0 8px 0 rgba(0, 0, 0, .1);
    position: relative;
    padding-bottom: 55px;
    min-height: 100vh;
}

.dashboard-graph {
    height: 100%;
    /*width: calc(100% - 280px);
	float: left;*/
}

.label-graph {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
}

.required {
    color: #ff0000;
}

.btn-full {
    width: 100%;
}

.form-control {
    color: #000000 !important;
}

.chart-graph {
    height: 100%;
    padding: 0 5px;
}

.dashboard-wrap-area {
    width: calc(100% - 280px);
    position: relative;
}

.bg-primary {
    background-color: #4472c4 !important;
}

.block_container {
    text-align: center;
}

.block_container-div{
    display: inline-block;
    vertical-align: middle;
}
.chart-text-area {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-textbg {
    width: 70%;
    background: #fff;
    box-shadow: 0 6px 10px -4px rgba(0, 0, 0, .15);
    border-radius: 12px;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5%;
}

.card-textbg h3 {
    text-align: center;
    font-size: 24px;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 0;
}

.main-body-wrap {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    flex-wrap: wrap;
}

.report-bottom-row {
    position: relative;
    margin-top: 15px;
    width: 100%;
    padding: 0;
}
.report-bottom-row p{
    font-size: 14px;
    color: #2b2b2b;
    font-weight: 600;
    line-height: 1.4;
    margin-top: 12px;
}

.report-btn {
    display: inline-block;
    width: 100%;
    background: #4CAF50;
    border-color: #4CAF50;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    color: #fff;
    text-align: center;
}

.report-btn:hover {
    color: #fff;
}
.report-btn.disabled{
    background-color: #6d6d6d;
    opacity: 0.4;
    cursor: not-allowed;
}

.header-nav-menu {
    display: inline-block;
    margin-right: 25px;
}
.header-nav-menu ul li{
    display: inline-block;
    margin-left: 10px;
}
.header-nav-menu ul li a {
    color: #fff;
}

.reports-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.report-box {
    width: 300px;
    margin: 0 15px;
}
.report-box a{
    display: block;
}

.report-content-box {
    background: #fff;
    padding: 5px 15px;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.report-top-btn {
    width: 100%;
    display: block;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem .25rem 0 0;
    color: #fff;
    text-align: center;
}

.report-content-box.download {
    border: 1px solid #0046A3;
}

.report-top-btn.download {
    background: #0046A3;
}

.report-content-box.online {
    border: 1px solid #4CAF50;
}

.report-top-btn.online {
    background: #4CAF50;
}

.report-content-box p {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    color: #212529;
}

.silva-light-wrap{
    display: block;
    width: 100%;
}

.silva-light-heading {
    position: relative;
    width: 100%;
    padding-top: 100px;
    text-align: center;
}

.silva-light-heading .container {
    position: relative;
    z-index: 3;
}

.silva-light-heading-before{
    position: absolute;
    width: 256px;
    height: 585px;
    bottom: -260px;
    left: 0;
}

.silva-light-heading-after{
    position: absolute;
    width: 256px;
    height: 585px;
    top: 0;
    right: 0;
}

.silva-light-heading h1 {
    font-size: 60px;
    color: #0046A3;
    font-weight: normal;
    margin: 100px 0 50px 0;
}

.silva-light-heading h2 {
    font-size: 30px;
    color: #0046A3;
    font-weight: normal;
    text-transform: uppercase;
}

.silva-light-body-sec {
    position: relative;
    z-index: 3;
    margin-top: 180px;
}

.silva-light-body-sec .container {
    position: relative;
    z-index: 3;
}

.silva-light-body-sec-after {
    position: absolute;
    width: 256px;
    height: 585px;
    top: 200px;
    right: 0;
    background-size: cover;
    opacity: 0.2;
}

.silva-light-body-sec-before {
    position: absolute;
    width: 256px;
    height: 585px;
    bottom: 80px;
    left: 0;
    object-fit: cover;
    opacity: 0.2;
}

.silva-light-body-sec p {
    font-size: 14px;
    color: #000000;
    line-height: 1.3;
    padding-top: 25px;
    margin: 0;
}

.silva-light-body-sec ol,
.silva-light-body-sec ul {
    padding: 0;
    margin: 10px 0 25px 45px;
    list-style: decimal;
}

.silva-light-body-sec li {
    font-size: 16px;
    color: #000000;
    line-height: 1.3;
    padding: 0;
    margin: 0 0 8px 0;
    list-style: decimal;
}


.silva-light-wrap~.footer-copyright {
    position: relative;
    padding-bottom: 30px;
    text-align: center;
    font-size: 14px;
    color: #0046A3;
}

.silva-light-wrap~.footer-copyright .container {
    position: relative;
    z-index: 3;
}

.silva-light-wrap~.footer-copyright p {
    font-size: 14px;
    color: #0046A3;
}
.silva-light-body-sec p.copyright{
    text-align: center;
    padding: 25px 10px;
    color: #3077b4;
}
