@font-face {
    font-family: "UTM Avo";
    src: url(../fonts/UTM-Avo.ttf)
}

@font-face {
    font-family: "UTM Avo";
    src: url(../fonts/UTM-AvoBold.ttf);
    font-weight: bold
}

@font-face {
    font-family: "UTM Avo";
    src: url(../fonts/UTM-AvoItalic.ttf);
    font-style: italic
}

@font-face {
    font-family: "UTM Avo";
    src: url(../fonts/UTM-AvoItalic.ttf);
    font-style: italic;
    font-weight: bold
}

html,
body {
    position: relative;
    font-family: "UTM Avo" !important;
    width: 100% !important;
    height: 100% !important;
    font-size: 14px;
    display: inline-block;
}

.bg-page {
    background: #f3f5f8 !important;
}

.navbar {
    background: rgb(33, 45, 65) !important;
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
}

.navbar-dark .navbar-toggler {
    border-radius: 0 !important;
    color: transparent !important;
    border-color: transparent !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
}

.navbar-nav a,
.navbar-nav>li>a,
nav a {
    line-height: 35px;
    color: #fff !important;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background: 0 0;
    color: #03d8dc !important;
}

.navbar-brand {
    padding-bottom: 0;
    padding-top: 0;
}

.navbar-header img {
    width: 77%;
    margin-left: 0.2rem;
    margin-top: 0.12rem;
}

.header-link {
    display: inline-block;
    text-decoration: none;
}

.header-link::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #03d8dc;
    transition: width .3s;
}

.header-link:hover::after {
    width: 100%;
}

.nav-language {
    display: flex;
    justify-items: center;
    align-items: center;
}

.hr-line {
    margin: 15px -15px;
}

.cursor {
    cursor: pointer;
}

footer {
    padding: 15px;
    text-indent: 5px;
    letter-spacing: 2px;
}

.label-title {
    color: #1f2b3d;
    font-size: 15px;
}

.content-text {
    word-spacing: 3px;
}

.bg-white {
    background: #fff;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

.padding-left-5 {
    padding-left: 5px;
}

.padding-left-15 {
    padding-left: 15px;
}

.box-border {
    /* border: 1px dotted rgb(0,0,0,0.1); */
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
    padding: 10px;   
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-left-15 {
    margin-left: 15px;
}

.center-block {
    display: table;
    margin: auto;
}

.btn {
    border-radius: 0 !important;
    padding: 10px 25px !important;
}

.d-center {
    display: flex;
    justify-content: center;
}

.timeline {
    margin-top: 10px;
    position: relative;
}

.timeline-section {
    padding-left: 15px;
    display: block;
    position: relative;
    margin-bottom: 15px;
}

.timeline-date {
    margin-bottom: 15px;
    padding: 10px;
    position: relative;
    display: inline-block;
    border-radius: 3px;
    color: #337ab7;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 25px -28px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.timeline-section:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 1px;
    background-color: #ACD0E8;
    top: 12px;
    left: 2px;
}

.timeline-section:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #B9E0FA;
    top: 7px;
    left: 0px;
    border-radius: 100%;
}

.timeline-section .col-sm-4 {
    margin-bottom: 15px;
}

.timeline-box {
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
    box-shadow: 2px 4px 10px -25px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.text-hidden {
    color: #fff !important;
    display: none !important;
}

.box-title {
    padding: 15px 15px 0px;
    color: #337ab7;
    font-weight: 700;
}

.box-content {
    padding: 8px 15px 5px;
}

.box-item {
    margin-bottom: 7px;
}


/*End timeline*/

.header-language {
    justify-content: flex-end !important;
}

#errDiv {
    min-height: 270px;
}

#errDiv .item-box {
    font-size: 40px;
    margin: auto;
    text-align: center;
    color: #F48813
}

#errDiv .err-text {
    font-size: 16px
}

@media screen and (max-width: 767px) {
    .header-language {
        justify-content: flex-start!important;
    }
    .navbar-toggle {
        margin-right: 5px;
    }
    .navbar-nav>li>a {
        line-height: 25px;
    }
    .header-col {
        min-width: 80px;
    }
    .btn {
        padding: 7px 14px !important;
    }
    .app-logo {
        margin-top: 0.5rem;
    }
}


/*start error div*/

.err-div {
    position: sticky;
    width: 280px;
    height: 155px;
    border: 2px solid #26344B;
    background: #fff;
    padding: 10px;
    margin: 30px auto;
    /*
	-webkit-box-shadow: 0px 35px 44px -22px rgba(0,0,0,0.72);
	-moz-box-shadow: 0px 35px 44px -22px rgba(0,0,0,0.72);
	box-shadow: 0px 35px 44px -22px #1f181b;*/
    z-index: 10;
}

.div-hidden {
    display: none;
}


/*end error*/

.text-bold {
    font-weight: 700;
}

.text-blue {
    color: #3598dc;
}

.text-blue:hover {
    color: #217ebd;
}

.text-danger {
    color: #e35b5a;
}

.text-danger:hover {
    color: #d05454;
}

.text-warning {
    color: #ec971f;
}

.text-warning:hover {
    color: #F7CA18;
}

.text-white {
    color: #fff;
}

.image-vattu{
    width: 50px;
}