/* Font Family */

@import url('all.min.css');
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/RobotoRegular.eot');
    src: url('fonts/RobotoRegular.eot') format('embedded-opentype'), url('fonts/RobotoRegular.woff2') format('woff2'), url('fonts/RobotoRegular.woff') format('woff'), url('fonts/RobotoRegular.ttf') format('truetype'), url('fonts/RobotoRegular.svg#RobotoRegular') format('svg');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/RobotoMedium.eot');
    src: url('fonts/RobotoMedium.eot') format('embedded-opentype'), url('fonts/RobotoMedium.woff2') format('woff2'), url('fonts/RobotoMedium.woff') format('woff'), url('fonts/RobotoMedium.ttf') format('truetype'), url('fonts/RobotoMedium.svg#RobotoMedium') format('svg');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/RobotoBold.eot');
    src: url('fonts/RobotoBold.eot') format('embedded-opentype'), url('fonts/RobotoBold.woff2') format('woff2'), url('fonts/RobotoBold.woff') format('woff'), url('fonts/RobotoBold.ttf') format('truetype'), url('fonts/RobotoBold.svg#RobotoBold') format('svg');
}

body {
    font-family: 'Roboto', sans-serif;
}

* {
    outline: none;
}

html,
body {
    min-height: 100vh;
}

body {
    position: relative;
    padding-bottom: 40px;
}

.h100 {
    height: 100%;
}


/* 
Color 1 : #cd4335;
Color 2: #034da0;

*/

.navbar-nav li:hover>ul.dropdown-menu {
    display: block;
}

.dropdown-item {
    font-size: 15px;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #034da0;
    border-color: #034da0;
}


/* Border Style */

.border-style {
    height: 12px;
    width: 100%;
    background-color: #cd4335;
    position: relative;
}

.border-style::after {
    position: absolute;
    content: "";
    left: -5px;
    top: 0;
    bottom: 0;
    background-color: #034da0;
    width: 30%;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    transform: skew(-20deg);
}


/* Light Bg */

.light-bg {
    background-color: #e8ecf3;
}

.white-bg {
    background-color: #fff;
}

.section-title {
    color: #034da0;
    font-weight: bold;
    font-size: 30px;
    position: relative;
    padding-bottom: 15px;
}

.section-title::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 90px;
    height: 5px;
    background: #cd4335;
    margin-left: -45px;
    border-radius: 15px;
}

.blue-bg {
    background-color: #034da0;
    color: #fff;
}

.card {
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.33);
}

.card,
.card-header {
    border-radius: 0px !important;
    border: none;
}

.card-header,
.card-body {
    padding: 15px;
}

.card-header .card-headingbox {
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0;
}


/* Footer */

footer {
    background-color: rgb(0,0,204);
    color: #fff;
    height: 40px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

footer p {
    font-size: 15px;
    color: #fff;
    line-height: 40px;
    margin: 0;
    padding: 0;
}


/* Navigation */

.navbar-white .navbar-nav li.nav-item {
    margin-right: 10px;
}

.navbar-white .navbar-nav .nav-link {
    font-size: 15px;
    font-weight: 500;
    /* text-transform: uppercase; */
}

.navbar-white .navbar-nav .nav-link,
.navbar-white .navbar-nav .active>.nav-link,
.navbar-white .navbar-nav .nav-link.active,
.navbar-white .navbar-nav .nav-link.show,
.navbar-white .navbar-nav .show>.nav-link {
    color: #000000;
}

.navbar-white .navbar-nav .active>.nav-link {
    border-bottom: 2px solid #034da0;
}


/* Login Box */

.login-box {
    cursor: pointer;
}

.login-box .login-img {
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #f5f5f5;
    margin-top: -10px;
    float: left;
}

.login-img img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.login-box .login-name {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    line-height: 100%;
    padding-left: 10px;
    /* padding-top: 15px; */
    max-width: 150px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.login-heading {
    font-size: 20px;
    text-transform: uppercase;
    color: #080808;
    font-weight: bold;
}


/* accountability-areas */

.accountability-areas {
    padding-top: 70px;
}

.area-cover,
.area-content-cover {
    margin-top: 35px;
}

.area-content-cover {
    padding-bottom: 20px;
}

.area-box {
    display: inline-block;
    border-radius: 15px;
    width: 160px;
    /* box-shadow: 3.064px 2.571px 32px 0px rgba(0, 0, 0, 0.19);   */
    height: 120px;
    vertical-align: top;
    padding: 15px;
    text-align: center;
    background: #eff2f8;
    margin-right: 15px;
    cursor: pointer;
    margin-bottom: 15px;
}

.area-cover>.area-box:last-child {
    margin-right: 0px;
}

.area-box.active {
    background-color: #fff;
    box-shadow: 3.064px 2.571px 32px 0px rgba(0, 0, 0, 0.19);
}

.area-img {
    height: 50px;
}

.area-box h4 {
    font-size: 15px;
    color: #3f4143;
    text-transform: uppercase;
}

.area-content-box {
    box-shadow: 3.064px 2.571px 32px 0px rgba(0, 0, 0, 0.19);
    background: #fff;
    border-radius: 25px;
    border: 4px solid #fff;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
    cursor: pointer;
}

.area-content-img {
    background: #f5f5f5;
    height: 220px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

.area-content-img img {
    object-fit: cover;
    object-position: center;
}

.area-content-title {
    color: #cd4335;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
}


/* Funcational Area */


/* Light Colors */

.functional-content {
    margin-top: 35px;
}

.functional-content>.row {
    margin-left: -5px;
    margin-right: -5px;
}

.functional-content .paddingchange {
    padding-left: 5px;
    padding-right: 5px;
}

.functional-form select {
    border-radius: 20px;
}

.colorbox {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.colorbox p {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
}

.colorbox h3 {
    font-size: 40px;
    font-weight: bold;
}

.lightblue {
    background: #eff4f9;
}

.lightblue p {
    color: #034da0
}

.lightblue h3 {
    color: #034da0
}

.lightred {
    background: #fae7e5;
}

.lightred p {
    color: #cd4335
}

.lightred h3 {
    color: #cd4335
}

.lightgreen {
    background: #e9f7f8;
}

.lightgreen p {
    color: #41c5cd
}

.lightgreen h3 {
    color: #41c5cd
}


/* Main Section */

main {
    /*background-image: url("../images/homebg.png");*/
/*    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #e8ecf3;
    position: relative;*/
}

.admin-page {
    background-color: #fff;
}

.topbox {
    padding-top: 0px;
    padding-bottom: 40px;
}

.homepage-slider .carousel-inner {
    border: 5px solid #fff;
}

.linkfeat {
    background: rgba(76, 76, 76, 0);
    background: -moz-linear-gradient(top, rgba(76, 76, 76, 0) 0%, rgba(48, 48, 48, 0) 49%, rgba(19, 19, 19, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76, 76, 76, 0)), color-stop(49%, rgba(48, 48, 48, 0)), color-stop(100%, rgba(19, 19, 19, 1)));
    background: -webkit-linear-gradient(top, rgba(76, 76, 76, 0) 0%, rgba(48, 48, 48, 0) 49%, rgba(19, 19, 19, 1) 100%);
    background: -o-linear-gradient(top, rgba(76, 76, 76, 0) 0%, rgba(48, 48, 48, 0) 49%, rgba(19, 19, 19, 1) 100%);
    background: -ms-linear-gradient(top, rgba(76, 76, 76, 0) 0%, rgba(48, 48, 48, 0) 49%, rgba(19, 19, 19, 1) 100%);
    background: linear-gradient(to bottom, rgba(76, 76, 76, 0) 0%, rgba(48, 48, 48, 0) 49%, rgba(19, 19, 19, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0);
}

.slide-title {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 0;
}

.slider-readmore,
.slider-readmore:active,
.slider-readmore:visited {
    color: #23df1a;
    text-decoration: none;
}

.slider-readmore:hover {
    color: #23df1a;
    text-decoration: underline;
}

.height100 {
    height: 100%;
}


/* ADMINISTRATIVE Section */

.pattern-bg {
    background-image: url("../images/patternbg.png");
    background-repeat: repeat;
    padding-top: 70px;
    padding-bottom: 40px;
}

.administrative-box {
    border-radius: 10px;
    background: #fff;
    margin-top: 45px;
    box-shadow: 3.064px 2.571px 7px 0px rgba(0, 0, 0, 0.19);
    /* padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px; */
}

.administrative-box>.row {
    margin-left: 0;
    margin-right: 0;
}

.administrative-box>.row>.col-md-3 {
    padding-top: 20px;
    border-right: 1px solid #a4a4a4;
}

.administrative-box>.row>.col-md-3:last-child {
    border-right: none;
}

.person-card {
    display: table;
    width: 100%;
    margin-bottom: 20px;
    padding: 2px;
    background: #fff;
    box-shadow: 3.064px 2.571px 7px 0px rgba(0, 0, 0, 0.19);
    position: relative;
    table-layout: fixed;
}

.level2 .person-card,
.level3 .person-card {
    opacity: 0.6;
}

.level2 .person-card.active,
.level3 .person-card.active {
    opacity: 1;
}

.level2 .person-card.active:after,
.level3 .person-card.active:after {
    content: "";
    right: -16px;
    top: 0;
    bottom: 0;
    width: 5px;
    height: 100%;
    background: #cd4335;
    position: absolute;
}

.person-card .person-img,
.person-card .person-info {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.person-card .person-img {
    width: 60px;
    height: 60px;
    min-width: 60px;
    max-width: 60px;
    background: #034da0;
    overflow: hidden;
}

.person-card .person-img img {
    object-fit: cover;
    max-width: 100%;
}

.person-card .person-info {
    padding-left: 10px;
    padding-right: 10px;
}

.person-card .person-info h4 {
    font-size: 15px;
    font-weight: bold;
    color: #363636;
    margin: 0;
    padding: 0;
}

.person-card .person-info p {
    font-size: 14px;
    font-weight: 400;
    color: #363636;
    margin: 0;
    padding: 0;
}

.personcard-color {
    right: 0;
    top: 0;
    width: 8px;
    height: 20px;
    background: #cd4335;
    position: absolute;
}

.level1 .personcard-color {
    background: #cd4335;
}

.level2 .personcard-color {
    background: #034da0;
}

.level3 .personcard-color {
    background: #32a9ed;
}

.level4 .personcard-color {
    background: #3236ed;
}


/* Failure */

.color1-bg {
    background-color: #7f22a1;
    color: #fff;
}

.color1-box .btn-outline-primary {
    color: #7f22a1;
    border-color: #7f22a1;
}

.color1-box .btn-outline-primary:hover,
.color1-box .btn-outline-primary:not(:disabled):not(.disabled):active {
    background-color: #7f22a1;
    border-color: #7f22a1;
    color: #fff;
}

.color1-box .btn-outline-primary.focus,
.color1-box .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(127, 34, 161, .5);
}

.color2-bg {
    background-color: #c8317b;
    color: #fff;
}

.color2-box .btn-outline-primary {
    color: #c8317b;
    border-color: #c8317b;
}

.color2-box .btn-outline-primary:hover,
.color2-box .btn-outline-primary:not(:disabled):not(.disabled):active {
    background-color: #c8317b;
    border-color: #c8317b;
    color: #fff;
}

.color2-box .btn-outline-primary.focus,
.color2-box .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(200, 49, 123, .5);
    ;
}

.color3-bg {
    background-color: #a1225b;
    color: #fff;
}

.color3-box .btn-outline-primary {
    color: #a1225b;
    border-color: #a1225b;
}

.color3-box .btn-outline-primary:hover,
.color3-box .btn-outline-primary:not(:disabled):not(.disabled):active {
    background-color: #a1225b;
    border-color: #a1225b;
    color: #fff;
}

.color3-box .btn-outline-primary.focus,
.color3-box .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(161, 34, 91, 0.5);
}

.color4-bg {
    background-color: #fff;
    color: #034da0;
}

.color5-bg {
    background-color: #034da0;
    color: #fff;
}

.color5-box .btn-outline-primary {
    color: #034da0;
    border-color: #034da0;
}

.color5-box .btn-outline-primary:hover,
.color5-box .btn-outline-primary:not(:disabled):not(.disabled):active {
    background-color: #034da0;
    border-color: #034da0;
    color: #fff;
}

.color5-box .btn-outline-primary.focus,
.color5-box .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(3, 77, 160, .5);
}

.color6-bg {
    background-color: #cd4335;
    color: #fff;
}

.color6-box .btn-outline-primary {
    color: #cd4335;
    border-color: #cd4335;
}

.color6-box .btn-outline-primary:hover,
.color6-box .btn-outline-primary:not(:disabled):not(.disabled):active {
    background-color: #cd4335;
    border-color: #cd4335;
    color: #fff;
}

.color6-box .btn-outline-primary.focus,
.color6-box .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(205, 67, 53, .5);
}

.color7-bg {
    background-color: #28a745;
    color: #fff;
}

.color7-box .btn-outline-primary {
    color: #28a745;
    border-color: #28a745;
}

.color7-box .btn-outline-primary:hover,
.color7-box .btn-outline-primary:not(:disabled):not(.disabled):active {
    background-color: #28a745;
    border-color: #28a745;
    color: #fff;
}

.color7-box .btn-outline-primary.focus,
.color7-box .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, .5);
}

.mb25 {
    margin-bottom: 25px;
}

.boxwith-add {
    position: relative;
}

.boxwith-add .card-headingbox {
    padding-right: 25px;
}

.text-ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.boxwith-add .addevent {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #fff;
}

.title-with-underline {
    background: none;
    margin-top: 15px;
    margin-bottom: 15px;
}

.title-with-underline .card-headingbox {
    position: relative;
    padding-bottom: 15px;
    font-size: 30px;
    font-weight: bold;
    color: #034da0;
    text-transform: uppercase;
}

.title-with-underline .card-headingbox:after {
    content: "";
    width: 90px;
    height: 3px;
    border-radius: 5px;
    background: #cd4335;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -45px;
}


/* Feedback */

.feedback-link {
    color: #034da0;
    font-size: 18px;
    font-weight: bold;
}

.box-shadow-none {
    box-shadow: none;
}

.border-radius-none {
    border-radius: 0;
}

.btn-blue,
.btn-blue:active,
.btn-blue:hover,
.btn-blue:focus {
    background: #034da0;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    border: none;
}

.btn-blue:hover {
    opacity: 0.8;
}


/* EVENTS */

.event-item {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 15px;
}

.event-item .event-item-left,
.event-item .event-item-right {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}

.event-item .event-item-left {
    width: 75px;
    max-width: 75px;
    min-width: 75px;
}

.event-item .event-item-right {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.event-item:last-child {
    margin-bottom: 0;
}

.event-item:last-child .event-item-right {
    border-bottom: none;
}

.event-date-box {
    width: 60px;
    height: 60px;
    border: 2px solid #ddd;
    text-align: center;
    padding: 3px;
    border-radius: 5px;
}

.event-date,
.event-month,
.event-title,
.event-info,
.event-link {
    margin: 0;
    padding: 0;
}

.event-date {
    color: #183883;
    font-size: 24px;
    font-weight: 900;
}

.event-month {
    color: #002222;
    font-size: 15px;
    text-transform: uppercase;
}

.event-title,
.event-title a,
.event-title a:active,
.event-title a:focus,
.event-title a:visited {
    color: #041d57;
    font-size: 18px;
    font-weight: 400;
}

.event-info,
.event-link {
    color: #222222;
    font-size: 15px;
    font-weight: 400;
}

.event-location {
    color: #848383;
}

.readmore-link,
.readmore-link:visited,
.readmore-link:focus,
.readmore-link:active {
    color: #034da0;
}


/* Failure  & Lessson Learned */

.linklist {
    padding: 0;
    margin: 0;
    list-style: none;
}

.linklist li {
    margin-bottom: 15px;
}

.linklist li a {
    position: relative;
    padding-left: 25px;
    display: block;
    color: #000;
    font-size: 15px;
}

.linklist li a:before {
    position: absolute;
    left: 0;
    top: 2px;
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
}

.failures-list.linklist li a:before {
    color: #c8317b;
}

.lesson-learned-list.linklist li a:before {
    color: #a1225b;
}


/* Success stories */

.success-stories-card .card {
    min-width: 250px;
    padding: 0;
}

.success-stories-card .card .card-body {
    padding: 10px;
    border: 1px dashed #ddd;
}

.success-stories-card .card .card-body img {
    max-width: 100%;
}

.success-stories-card .card .card-header {
    padding: 10px;
    background: #f6e9e9;
}

.ss-box {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 15px;
}

.ss-box .ss-left,
.ss-box .ss-center,
.ss-box .ss-right {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.ss-box .ss-left {
    width: 60px;
    min-width: 60px;
    max-width: 60px;
}

.ss-box .ss-right {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
}

.ss-box .ss-center {
    padding-left: 15px;
    padding-right: 15px;
}

.ss-person-img {
    width: 55px;
    height: 55px;
    overflow: hidden;
}

.ss-person-img {
    object-fit: cover;
    object-position: center;
    max-width: 100%;
}

.ss-person-name,
.ss-person-job {
    margin: 0;
    padding: 0;
}

.ss-person-name {
    color: #cd4335;
    font-size: 18px;
    font-weight: 400;
}

.ss-person-job {
    color: #636060;
    font-size: 15px;
}


/* Message From */

.messagefrom-content {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 15px;
    padding: 0 25px 25px;
    min-height: 260px;
}

.messagefrom-content .messagefrom-left,
.messagefrom-content .messagefrom-right {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}

.messagefrom-content .messagefrom-left {
    width: 250px;
    min-width: 250px;
    max-width: 250px;
    position: relative;
}

.messagefrom-left-outer {
    background: #577bff;
    width: 230px;
    height: 230px;
    position: absolute;
    top: 15px;
    left: 0;
}

.messagefrom-left-inner {
    margin-left: 10px;
    margin-top: -10px;
    width: 230px;
    height: 230px;
    background: #ddd;
}

.messagefrom-left-inner img {
    max-width: 100%;
    max-height: 100%;
}

.messagefrom-content .messagefrom-right {
    padding-left: 45px;
}

.messagefrom-quote {
    font-size: 15px;
    font-weight: 400;
    color: #000;
}

.messagefrom-person {
    position: relative;
    padding-left: 50px;
    margin-top: 20px;
}

.messagefrom-person:after {
    position: absolute;
    top: 50%;
    left: 0;
    height: 2px;
    width: 35px;
    background: #cd4335;
    content: "";
    margin-top: -1px;
}

.messagefrom-name {
    margin: 0;
    padding: 0;
    color: #cd4335;
    font-size: 20px;
    font-weight: bold;
}

.messagefrom-position {
    color: #6b6868;
    font-size: 15px;
    font-weight: 400;
}

.message-from .carousel-indicators {
    position: relative;
}

.message-from .carousel-indicators li {
    background-color: #fff;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin: 5px;
    border: 1px solid #cd4335;
}

.message-from .carousel-indicators li.active {
    background-color: #cd4335;
}


/* Slide News */

.slide-tag-date .badge {
    padding: 8px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    margin-right: 15px;
}


/* Slider Right Tab */

.newspage-slider {
    height: 100%;
    background: #fff;
}

.newspage-slider .carousel-inner {
    border: 5px solid #fff;
    padding: 0;
}

.slidertab {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 7px;
    background: #f5f8fb;
    cursor: pointer;
}

.slidertab:hover {
    background: #ebf2fb;
}

.slidertab .slidertab-left,
.slidertab .slidertab-right {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}

.slidertab .slidertab-left,
.slidertab .slidertab-left .slidertab-img-content {
    min-width: 110px;
    max-width: 110px;
    width: 110px;
}

.slidertab .slidertab-left .slidertab-img-content {
    position: relative;
}

.slidertab .slidertab-left .slidertab-img-content img {
    max-width: 100%;
}

.slidertab-tag {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    bottom: 0;
    text-align: center;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}

.slidertab-right {
    padding: 4px 15px;
}

.slidertab-right p {
    padding: 0;
    margin: 0;
    max-height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.slidertab-text {
    color: #000000;
    font-size: 16px;
}

.slidertab-right p.slidertab-date {
    color: #a29f9f;
    font-size: 15px;
    padding-top: 5px;
}

.carousel-list {
    list-style: none;
    padding: 0;
    padding-top: 5px;
    padding-right: 5px;
    max-height: 423px;
    overflow: auto;
    margin-bottom: 0;
}

.health-bg {
    background: #d133c4;
}

.water-bg {
    background: #3367d1;
}

.education-bg {
    background: #33d190;
}

.school-bg {
    background: #d13388;
}

.development-bg {
    background: #d19033;
}

.carousel-list>li:last-child .slidertab {
    margin-bottom: 0;
}

.newspage-slider .carousel-item,
.newspage-slider .carousel-item .card.bg-dark,
.newspage-slider .carousel-item .card.bg-dark img {
    height: 100%;
    min-height: 350px;
}

.newspage-slider .carousel-item .card.bg-dark img {
    object-fit: cover;
    object-position: center;
}


/* About Us Page */

.abouttabs {
    background: #fff;
}


/* Profile Part */

.profileinfo-section {
    margin-top: 5px;
}

.profile-pic {
    float: left;
    width: 150px;
    height: 150px;
    overflow: hidden;
    display: inline-block;
}

.profile-pic img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 3px solid #fff;
    object-fit: cover;
    object-position: center;
}

.profile-info {
    display: inline-block;
    float: left;
    padding-left: 35px;
    padding-top: 50px;
}

.profile-name {
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
}

.profile-position {
    color: #faed24;
    font-size: 18px;
    font-weight: 500;
}

.abouttabs {
    background: #fff;
    margin-top: 25px;
    border-radius: 5px;
    overflow: hidden;
}

.verticalnav {
    border-bottom: 4px solid #a9c9ec;
    background-color: #eef5fe;
}

.verticalnav .nav-link {
    color: #535252;
    font-size: 15px;
    font-weight: 500;
    border-radius: 0;
    position: relative;
    padding-top: 12px;
    padding-bottom: 12px;
    text-transform: capitalize;
}

.verticalnav .nav-link.active {
    color: #034da0;
    background-color: #eef5fe;
    /* border-bottom: 4px solid #034da0; */
}

.verticalnav .nav-link.active:after {
    content: "";
    border-bottom: 4px solid #034da0;
    width: 100%;
    top: 100%;
    position: absolute;
    left: 0;
    right: 0;
}

.verticalnav-content {
    padding: 16px;
}

.heading-red {
    color: #cd4335;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.thwidth th {
    min-width: 160px;
    width: 180px
}

.cluster-section {
    padding-top: 40px;
    padding-bottom: 20px;
}

.mt35 {
    margin-top: 35px;
}


/* Cluster Images */

.clusterimages {
    margin: 0;
}

.clusterimages .thumb {
    padding: 0;
}

.clusterimages .thumb .img-thumbnail {
    border: none;
}

.imagegallery .modal-body,
.imagegallery .modal-body .img-responsive {
    padding: 0;
}

.cluster-tabs {
    margin-top: 10px;
    margin-bottom: 20px;
}

.cluster-tabs,
.cluster-tabs a,
.cluster-tabs a:active,
.cluster-tabs a:visited {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #b2b8be;
    text-decoration: none;
}

.cluster-tabs a.active,
.cluster-tabs a.active:active,
.cluster-tabs a.active:visited {
    color: #cd4335;
}

.carousel-thumbnail {
    list-style: none;
    padding: 0;
    padding-top: 5px;
    padding-right: 5px;
    overflow: auto;
    margin-bottom: 0;
    display: table;
}

.carousel-thumbnail>li {
    display: table-cell;
    padding-right: 10px;
}

.carousel-thumbnail>li:last-child {
    padding-right: 0;
}

.thumbnail-img-content {
    width: 120px;
    /* height: 120px; */
    overflow: hidden;
    border-radius: 5px;
}

.of-auto {
    overflow: auto;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
}

.pt0 {
    padding-top: 0;
}

.pb0 {
    padding-bottom: 0;
}

.thumbnail-img-content img {
    object-fit: cover;
    object-position: center;
    width: 120px;
    height: 90px;
    cursor: pointer;
}

.newspage-slider .carousel-control-next,
.newspage-slider .carousel-control-prev,
.homepage-slider .carousel-control-next,
.homepage-slider .carousel-control-prev {
    opacity: 1;
    z-index: 1;
}

.overflow-auto {
    overflow: auto;
}

.pos-relative {
    position: relative;
}

.imagebox img {
    width: 100%;
    max-width: 100%;
}

.editimg {
    background: #cd4335;
    color: #fff;
    padding: 10px;
    text-align: center;
}


/* LOGIN PAGE */

.login-bg {
    background: #eef2f7;
    background-image: url("../images/backgr1.jpg");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.login-bg:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* background: rgba(255, 255, 255, 0.8); */
    background: rgba(0, 0, 0, 0.2);
    z-index: -1;
}

.login-box-top {
    padding-top: 40px;
}

.login-box-section {
    width: 470px;
    float: none;
    margin: 0 auto;
    border: 1px solid #dcdcdc;
    background: #fff;
    padding: 30px;
    /* -webkit-box-shadow: 0 5px 15px #ccc;
    box-shadow: 0 5px 15px #ccc; */
    padding-top: 10px;
    padding-bottom: 20px;
}

.login-box-section input {
    border-radius: 0;
}

.login-logo {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.login-btn,
.login-btn:active {
    background: #034da2;
    color: #fff;
    margin-top: 20px;
    border-radius: 0;
}

.login-btn:hover {
    background: #034da2;
    opacity: .9
}

@media (max-width:600px) {
    .login-box-top {
        padding-top: 10px
    }
    .login-box-section {
        width: 100%
    }
}


/* RED BG */

.red-bg {
    background: #ffffff;
    /* border-top: 12px solid #cd4335; */
    padding-top: 30px;
    padding-bottom: 50px;
}


/* Progress tabs */

.progress-text {
    font-size: 18px;
    font-weight: bold;
    color: #cd4335;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.progresstabs .verticalnav {
    border-bottom: 4px solid #e9eaea;
    background-color: #ffffff;
}

.progresstabs .verticalnav-content {
    padding: 0px;
}

.progresstabs .verticalnav .nav-link {
    text-transform: uppercase;
    color: #9d9898;
}

.progresstabs .verticalnav .nav-link.active {
    color: #000;
    background-color: #fff;
}

.progresstabs .verticalnav .nav-link.active:after {
    content: "";
    border-bottom: 4px solid #cd4335;
    width: 100%;
    top: 100%;
    position: absolute;
    left: 0;
    right: 0;
}

.progresstabs thead th,
.progresstabs thead td {
    vertical-align: top;
}

.progresstabs thead th:nth-child(2),
.progresstabs tbody td:nth-child(2) {
    text-align: center;
}

.progresstabs tbody td:nth-child(1) {
    font-weight: bold;
}

.report-download,
.report-download:visited {
    color: #034da0;
}

.mb20 {
    margin-bottom: 20px;
}

.modal-text-box {
    color: #cd4335;
    text-transform: uppercase;
}


/* Admin BG */


/* .admin-bg {
padding-top: 30px;
padding-bottom: 50px;
}
*/

.admin-bg .container, .admin-bg .container-fluid {
    background: #fff;
    padding-top: 5px;
}

.mtbsection {
    margin-bottom: 30px;
    margin-top: 30px;
}

.progresstabs.adminpages thead th:nth-child(2),
.progresstabs.adminpages tbody td:nth-child(2) {
    text-align: left;
}

.admin-heading-box {
    background: #f3e8e9;
    padding: 15px;
}

.progresstabs.adminpages .verticalnav {
    border-bottom: 4px solid #f3e8e9;
    background-color: #ffffff;
}

.admin-heading-box .progress-text {
    margin-bottom: 0;
}


/* Responsive Tables */

table.dataTable>tbody>tr.child ul.dtr-details {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

table.dataTable>tbody>tr.child span.dtr-data {
    font-weight: normal;
}

.page-link {
    color: #034da0;
}

.mt25 {
    margin-top: 25px;
}

.newstabs {
    background: #034da0;
    display: block;
    text-align: center;
    height: 80px;
    padding: 20px;
    margin-bottom: 15px;
    color: #fff !important;
    cursor: pointer;
}


/* Box tabs */

.boxtabs .nav-item {
    margin-bottom: 20px;
}

.boxtabs .nav-link {
    background: #034da0;
    color: #fff;
    text-align: center;
    height: 100%;
    vertical-align: middle;
    padding: 15px;
}

.boxtabs .nav-link.active {
    background: #cd4335;
}


/* Alert Box - Home Page */

.alert-box {
    background: #cd4335;
    color: #fff;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.alert-box .alert-marquee,
.alert-box .alert-text {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    background: #cd4335;
    padding-top: 4px;
    padding-bottom: 4px;
}

.alert-marquee {
    padding-left: 25px;
}

.alert-box .alert-text {
    width: 90px;
    min-width: 90px;
    max-width: 90px;
    background: #034da0;
    text-align: center;
    text-transform: uppercase;
    position: relative;
}

.alert-box .alert-text::after {
    position: absolute;
    content: "";
    right: -8px;
    top: 0;
    bottom: 0;
    background-color: #034da0;
    width: 20%;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    transform: skew(-20deg);
}

.alert-section {
    position: relative;
}

.alert-section .container, .alert-section .container-fluid {
    z-index: 2;
    position: relative;
}

.alert-section::after,
.alert-section::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    width: 50%;
    z-index: 1;
}

.alert-section::after {
    right: 0px;
    background-color: #cd4335;
}

.alert-section::before {
    left: 0px;
    background-color: #034da0;
}

.alert-ul {
    margin-bottom: 0;
    padding-top: 5px;
}

.alert-ul li {
    display: inline-block;
    margin-right: 50px;
}


/* ORGANIZATION CHART */

.org-chart {
    *zoom: 1;
}

.org-chart {
    display: block;
    clear: both;
    margin-bottom: 30px;
    margin-top: 30px;
    width: 100%;
    position: relative;
}

.org-chart .board {
    width: 90%;
    margin: 0 auto;
    display: block;
    position: relative;
}

.org-chart ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.org-chart ul.columnOne {
    height: 90px;
    position: relative;
    width: 100%;
    display: block;
    clear: both;
}

.org-chart ul.columnOne li {
    width: 30%;
    margin: 0px auto;
    top: 20px;
}

.org-chart ul.columnThree {
    position: relative;
    width: 100%;
    display: block;
    clear: both;
    margin-top: 50px;
}


/* .org-chart ul.columnThree:before {
    content: "";
    display: block;
    position: relative;
    width: 80%;
    height: 10px;
    border-top: 2px solid #034da0;
    margin: 0 auto;
    top: 40px;
} */

.org-chart ul.columnThree li {
    width: 30%;
    margin-left: 5%;
    float: left;
}

.org-chart ul.columnThree li:first-child {
    width: 30%;
    float: left;
    margin-left: 0;
}

.org-chart ul.columnThree li:last-child {
    width: 30%;
    float: right;
    margin-left: 0;
}

.org-chart ul li {
    position: relative;
}

.org-chart ul li span {
    display: block;
    border: 3px solid #034da0;
    text-align: center;
    overflow: hidden;
    text-decoration: none;
    color: black;
    font-size: 15px;
    box-shadow: 4px 4px 9px -4px rgba(0, 0, 0, 0.4);
    -webkit-transition: all linear .1s;
    -moz-transition: all linear .1s;
    transition: all linear .1s;
    background: #dee7f1;
    padding: 15px;
}

.org-chart .departments {
    width: 100%;
    display: block;
    clear: both;
    padding: 5px;
    padding-top: 0;
    margin-top: 25px;
    position: relative;
}

.org-chart .departments:before {
    content: "";
    display: block;
    width: 85%;
    height: 22px;
    border-top: 2px solid #034da0;
    border-left: 2px solid #034da0;
    border-right: 2px solid #034da0;
    margin: 0 auto;
    top: 0px;
}

.org-chart .department {
    /* border-left: 2px solid #034da0; */
    width: 20%;
    float: left;
    padding: 5px;
    padding-top: 0px;
    /* margin: 0px 4px; */
}

.org-chart .department:after {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 22px;
    border-left: 2px solid #034da0;
    left: 50%;
    top: -22px;
}

.org-chart .departments:after {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 49px;
    border-left: 2px solid #034da0;
    left: 50%;
    top: -49px;
    margin-left: -1px;
}

.org-chart .department:first-child:after,
.org-chart .department:last-child:after {
    border-left: none;
}

.org-chart .department .section {
    margin-top: 22px;
}

.org-chart .department .section:after {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 22px;
    border-left: 2px solid #034da0;
    left: 50%;
    top: -22px;
}

.org-chart .columnThree:after {
    content: "";
    display: block;
    width: 70%;
    height: 22px;
    border-top: 2px solid #034da0;
    border-left: 2px solid #034da0;
    border-right: 2px solid #034da0;
    margin: 0 auto;
    top: -85px;
    position: relative;
}

.org-chart .columnThree:before {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 50px;
    border-left: 2px solid #034da0;
    left: 50%;
    top: -50px;
    margin-left: -1px;
}

.columnOne span {
    font-size: 25px !important;
}

.columnThree span {
    font-size: 20px !important;
}

.departments span strong {
    font-weight: normal;
}

.cell-sno {
    width: 55px !important;
    max-width: 55px;
    min-width: 55px;
}

.modal-body {
    max-height: calc(100vh - 192px);
    overflow-y: auto;
}

@media (min-width: 1200px) {
    .modal-lg {
        max-width: 1140px;
    }
}

@media (max-width:1199px) {
    .org-chart .columnThree:after {
        top: -120px;
    }
    .org-chart .departments {
        margin-top: -5px;
    }
}

@media (max-width:991px) {
    .org-chart .columnThree:after {
        top: -115px;
    }
    .org-chart .departments {
        margin-top: 25px;
    }
}

@media (max-width:767px) {
    .org-chart ul li span {
        font-size: 13px;
        padding: 5px;
    }
    .org-chart .columnThree:after {
        top: -95px;
    }
    .columnThree span {
        font-size: 13px !important;
    }
    .org-chart ul.columnThree {
        margin-top: 20px;
    }
    .org-chart .columnThree:before {
        top: -40px;
    }
    .org-chart .columnThree:after {
        top: -74px;
    }
    .org-chart .departments {
        margin-top: 5px;
    }
}

@media (max-width:550px) {
    .org-chart ul.columnOne li {
        margin: inherit;
        width: 120px;
    }
    .org-chart ul.columnThree {
        margin-top: 0;
        padding-left: 60px;
    }
    .org-chart ul.columnThree li {
        float: none !important;
        width: 170px !important;
        margin-left: 0 !important;
        margin-bottom: 20px !important;
    }
    .org-chart ul.columnThree li span {
        text-align: left
    }
    .org-chart .columnThree:after {
        content: none;
    }
    .org-chart ul.columnThree:before {
        left: 30px;
        height: 100%;
        top: -20px;
    }
    .org-chart ul.columnThree li span:before {
        content: "";
        position: absolute;
        display: block;
        width: 30px;
        height: 2px;
        border-left: none;
        left: -30px;
        background: #034da0;
        top: 36%;
    }
    .org-chart .departments {
        padding-left: 80px;
    }
    .org-chart .departments:before {
        content: none;
    }
    .org-chart .department {
        float: none;
        width: 180px;
        margin-bottom: 11px;
    }
    .org-chart .department span:before {
        content: "";
        position: absolute;
        display: block;
        width: 40px;
        height: 2px;
        border-left: none;
        left: -35px;
        background: #034da0;
        top: 15px;
    }
    .org-chart .department:after,
    .org-chart .department .section span:before {
        content: none;
    }
    .org-chart .departments:after {
        left: 45px;
        height: 100%;
        top: -95px;
    }
}


/* Uploaded Box */

.uploaded-box {
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 5px;
    position: relative;
}

.uploaded-box-content img {
    max-width: 100%;
}

.uploaded-box-action {
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: right;
    opacity: 0;
    visibility: hidden;
    transition-duration: .3s;
}

.uploaded-box:hover .uploaded-box-action {
    opacity: 1;
    visibility: visible;
}

.btn-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 13px;
    padding: 0;
    text-align: center;
}

.uploaded-box-header {
    padding: 10px
}

.files-disp-name {
    font-size: 16px;
}

.files-date-order {
    margin-bottom: 0;
    color: #9d9898;
}

.files-date-order span {
    color: #535252;
}


/* Approval Page */

.approval-page .card {
    border: 1px solid rgba(0, 0, 0, .125);
    box-shadow: none;
    margin-bottom: 10px;
}

.approval-page .card .card-header {
    padding: 0;
}

.approval-page .card .card-header>button {
    width: 100%;
    text-align: left;
    border-radius: 0;
    background: #cd4335;
    color: #fff;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
    border: none;
    position: relative;
}

.approval-page .card .card-header>button.collapsed {
    background: #034da0;
}

.approval-page .card .card-header>button:after {
    position: absolute;
    right: 15px;
    top: 15px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: #fff;
    text-align: center;
}

.approval-page .card .card-header>button.collapsed:after {
    content: "\f138";
}

.approval-page .card .card-header>button:after {
    content: "\f13a";
}


/* Repository Page */

.table-box {
    display: table;
    table-layout: fixed;
    width: 100%;
    font-size: 16px;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 8px;
}

.widthicon {
    width: 45px;
    max-width: 45px;
    min-width: 45px;
}

.width100percent {
    width: 100%;
}

.btn-icon {
    width: 35px;
    height: 35px;
    text-align: center;
    padding: 0;
    line-height: 35px;
    border-radius: 50%;
}

.repo-link {
    position: relative;
    display: block;
    color: #000;
    font-size: 15px;
}


/* Additional CSS - Repository Page */

.repository-page .card>.card-body {
    max-height: 350px;
    overflow-y: auto;
}


/* File Type Based Style */

.filetype:before {
    margin: 0 10px 0 5px;
    content: url("../images/filetype/file.png");
}

.filetype[href$=".doc"]:before,
.filetype[href$=".docx"]:before {
    content: url("../images/filetype/doc.png");
}

.filetype[href$=".pttx"]:before,
.filetype[href$=".ppt"]:before,
.filetype[href$=".pptx"]:before {
    content: url("../images/filetype/ppt.png");
}

.filetype[href$=".xlsx"]:before,
.filetype[href$=".xls"]:before {
    content: url("../images/filetype/xls.png");
}

.filetype[href$=".pdf"]:before {
    content: url("../images/filetype/pdf.png");
}

.filetype[href$=".jpg"]:before,
.filetype[href$=".jpeg"]:before {
    content: url("../images/filetype/jpg.png");
}

.filetype[href$=".png"]:before {
    content: url("../images/filetype/png.png");
}

.filetype[href$=".txt"]:before {
    content: url("../images/filetype/txt.png");
}


/* Text Wrap Issue fixes */

.maxdesc-width {
    max-width: 250px;
    min-width: 200px;
    white-space: normal !important;
}

table.dataTable>tbody>tr.child span.dtr-data {
    white-space: normal;
}


/* Select2js Issues fixes */

.select2-container {
    display: block;
}


/* Tree table */

.treebox {
    border: 1px solid #478bd6 !important;
    margin-bottom: 0 !important;
}

.treebox thead tr th:first-child,
.treebox tbody tr td:first-child {
    min-width: 250px;
    width: 250px;
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.treebox thead tr th:last-child,
.treebox tbody tr td:last-child {
    min-width: 70px;
    width: 70px;
    max-width: 70px;
    text-align: center;
}

.treebox .download-icon {
    color: #007bff;
    margin-right: 6px;
}

.treebox .delete-icon {
    color: #dc3545;
}

.treebox thead tr th,
.treebox tbody tr td {
    font-size: 14px;
    vertical-align: middle;
}

.treebox thead tr {
    background: #034da0;
    color: #fff;
}

.treebox thead tr th {
    padding: 9px 5px !important;
    border: 1px solid #478bd6 !important;
}


/* Home Page */

.homesliderbox .carousel-item .card {
    height: 400px;
}

.homesliderbox .carousel-item .card .card-img {
    object-fit: cover;
    object-position: center;
}

.nopad {
    padding: 0;
}


/* Event Information */

.event-box-design {
    height: 353px;
}

.event-box-design>div:first-child {
    padding-right: 0;
}

.event-box-design>div:last-child {
    padding-left: 0;
}

.event-box-design .c-pad-top {
    padding-top: 3%;
    padding-bottom: 3%;
}

.event-box-design .c-event-over {
    background-color: #EFF4F9;
}

.event-box-design .c-event {
    background-color: #223da1;
    color: #fff;
}

.event-box-design .c-grid-title {
    text-align: center;
}

.event-box-design .c-event-list {
    overflow: auto;
    max-height: 310px;
}

.event-box-design .c-event-item {
    padding-left: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-right: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
}


/* Menu Responsive handle */

.navbar-toggler {
    background: #034da2;
    color: #fff;
    padding: 8px 15px;
    cursor: pointer;
}

.menu-md-show {
    display: none;
}


/* Fixes */

input[type="file"] {
    padding-bottom: 36px;
}

.alerticon {
    color: #cd4335;
    padding-right: 5px;
}

.pr10 {
    padding-right: 10px;
}

.clustervideos {
    margin: 0px;
}

.clustervideos .thumb {
    padding: 0px;
}

.clustervideos .thumb video {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
}

.clustervideos,
.clusterimages {
    display: none;
}

.clusterimages.active,
.clustervideos.active {
    display: flex;
}


/* Logo Box */

.logo-text {
    font-weight: 700;
    color: #cd4335;
    position: relative;
    padding-left: 15px;
    border-left: 2px solid #cd4335;
    font-size: 20px;
}


/* Notification */

.notification-box {
    margin-right: 20px;
}

.notification {
    display: inline-block;
    position: relative;
}

.notification .icon {
    font-size: 25px;
    color: #034da0;
    -webkit-animation: bell 1s 1s both infinite;
    animation: bell 1s 1s both infinite;
    animation-iteration-count: 5;
}

.notification .count-label {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #cd4335;
    color: #fff;
    font-size: 12px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    -webkit-animation: zoom 1s 1s both;
    animation: zoom 1s 1s both;
}

@-webkit-keyframes bell {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    10% {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
    20% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    80% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    90% {
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes bell {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    10% {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
    20% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    80% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    90% {
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@media (min-width:768px) and (max-width:1199px) {
    .menu-md-show {
        display: inline;
    }
    .menu-md-hide {
        display: none;
    }
    .homesliderbox .carousel-item .card {
        height: 420px;
    }
    .area-box {
        width: 130px;
    }
    .area-box h4 {
        font-size: 13px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .2rem;
        padding-left: .2rem;
    }
}

@media (max-width:767px) {
    /* MESSAGE FROM Responsive Fixes */
    .messagefrom-content,
    .messagefrom-content .messagefrom-left,
    .messagefrom-content .messagefrom-right {
        display: block;
    }
    .messagefrom-content .messagefrom-left {
        height: 250px;
        margin: 0 auto;
    }
    .messagefrom-content .messagefrom-right {
        padding-left: 0;
        padding-top: 25px;
        text-align: center;
    }
    .messagefrom-person:after {
        content: none;
    }
    .messagefrom-person {
        padding-left: 0;
    }
    #featured .carousel-item .card {
        justify-content: center;
    }
    /* For Design */
    .event-box-design {
        height: inherit;
    }
    .event-box-design>div:first-child {
        padding-right: 15px;
    }
    .event-box-design>div:last-child {
        padding-left: 15px;
    }
    /* Order Style */
    .header-navbox>.form-inline {
        order: 1;
    }
    .header-navbox>.navbar-toggler {
        order: 2;
    }
    .header-navbox>.navbar-collapse {
        order: 3;
    }
    .area-cover {
        white-space: nowrap;
        overflow-y: auto;
        scroll-behavior: smooth;
    }
    .area-box h4 {
        white-space: normal;
        font-size: 13px;
    }
}

@media (max-width:520px) {
    .header-brand {
        -ms-flex-direction: column!important;
        flex-direction: column!important;
    }
    .logo-text {
        padding-left: 0px;
        border-left: none;
        font-size: 18px;
    }
}

@media (max-width:450px) {
    footer {
        height: auto;
    }
    footer p {
        line-height: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}