@import url('https://fonts.googleapis.com/css?family=Lato|Pacifico|Righteous|Roboto+Condensed|Ubuntu&display=swap');

body {
	padding: 0%;
	margin: 0%;
    font-family: 'Roboto Condensed';
    background-color: #eef5d0;
}

a, a:hover {
    color: #0dad58;
    transition: .3s;
    text-decoration: none;
}

.border {
    width: 100% !important;
    border-width: 1px !important;
    border-color: #222725 !important;
}

.navbar {
	background-color: #0dad58 !important;
}
.navbar-brand {
	font-size: 35px;
	color: #FFFFFF !important;
}
.navbar-nav li {
    padding-left: 0px;
    padding-right: 1px;
    text-align: center;
}
.nav-link {
    font-size: 11px !important;
    font-weight: bold;
    color: #87bba2 !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.navbar-toggler {
    background-color: #DB995A;
}

#regTab .nav-link:hover {
    color: #003A62 !important;
}
.nav-link:hover {
    color: #FFFFFF !important;
}
.active .nav-link {
    color: #FFFFFF !important;
    font-weight: bold;
}
.navbar img {
    width: 120px;
    height: 40px;
    position: relative;
    left: 1px;
    top: -4px;
    padding-right: 5px;
}
.dropdown-menu {
    font-size: .9rem;
    background-color: #0D384B !important;
}
.dropdown-item {
    color: #E1FFE1 !important;
}
.dpd-item-font:focus {
    background-color: #50A569;
}
.dpd-item-font:hover {
    background-color: #50A569;
}

/* For Carousel */
.middlework {
	background-image:url('/img/centre.png');
	background-size:contain;
	background-position:center;
	height:auto;
    width:100%;
}
.carousel.carousel-fade .item {
	-webkit-transition: opacity 1.2s ease-in-out;
	-moz-transition: opacity 1.2s ease-in-out;
	-ms-transition: opacity 1.2s ease-in-out;
	-o-transition: opacity 1.2s ease-in-out;
	transition: opacity 1.2s ease-in-out;
	opacity:0.5;
}
.carousel.carousel-fade .active.item {
	opacity:1;
}
.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
	left: 0;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
}
.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
	left: 0;
	z-index: 1;
}
.carousel.carousel-fade .carousel-control {
	z-index: 3;
}
/* For Carousel */

.breadcrumb {
    padding-top: .5em;
    padding-bottom: 0%;
    background-color: #F9F5D0 !important;
    color: #621B00 !important;
    font-size: 1rem !important;
}
.breadcrumb a:link {
    color: #621B00 !important;
}
.breadcrumb a:visited {
    color: #621B00 !important;
}

.vheight {
	min-height: 100vh;
}
.title-underline {
	width: 100px;
	height: 5px;
	margin: auto;
}
.vheight-80 {
	min-height: 80vh;
}
.bg-info {
    background-color: #BBC5AA!important;
}
.rowspacing {
    padding-bottom: 14px;
}
.ttc {
    text-transform: capitalize;
}

.image-bg {
	background-size: 670px 650px;
    background-image: url('/img/login-bg.png');
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: inherit;
    width: 100vw;
    height: 100vh;
}

.shimg {
    display: none;
}

.card {
    background-color: #B7CECD !important;
}

.card-layout {
    border: 1px solid #E3F6F5;
    margin: 5px;
}

.card-vsp {
    padding: 0.5px;
}

hr.commHr {
    border-top: 1px solid #C17767;
    width: 100%;
    margin-top: .1px;
    margin-bottom: .1px;
}

.tbhd {
    color: #222725;
    font-weight: 700;
    text-align: center;
}

.border-blue {
    padding-left: 7px;
    padding-right: 7px;
    border-color: #007bff!important;
    background-color: #dee2e6;
}

.hplnk {
    padding-top: 20px;
    font-size: 20px;
    border-color: #007bff!important;
}

.tdbrdr {
    border: 1px solid #191a1b;
}

.tbtitle {
    background-color: #3b6064;
    color: #FFFFFF;
    font-size: 14px !important;
    padding-left: 3px;
    padding-right: 1px;
}

.tbodd {
    color: #c6fced;
}

.tbeven {
    color: #8ad7c1;
}

.tboddbg {
    background-color: #c9e4ca;
    color: #222;
    padding-left: 3px;
    padding-right: 1px;
    font-size: 14px !important;
}

.tbevenbg {
    background-color: #87bba2;
    color: #222;
    padding-left: 3px;
    padding-right: 1px;
    font-size: 14px !important;
}

.grid-container {
    display: grid;
    grid-template-columns: auto auto auto auto;
    background-color: #007bff!important;
    padding: 1px;
    text-align: right;
}

.grid-container > div {
    background-color: #dee2e6;
    justify-self: end;
    padding: 5px 0;
    font-size: 1.75rem;
    font-weight: bold;
    color: #FF0000;
}

.item1 {
    grid-row: 1 / 3;
}

.box {
    display: flex;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    background-color: #dee2e6!important;
    border-style: outset;
    border-color:  #007bff!important;
    color: #FF0000;
}


table.inner {
    width:100%;
}

table.inner td {
    border-top: 1px solid #444;
    border-left: 1px solid #444;
    border-right: 1px solid #444;
    width:100%;
}

.boxhd {
    color: #0D384B;
    font-size: small;
    font-weight: 600;
    text-align: center;
}

.sub_hd1 {
    padding-top: .5em;
    padding-bottom: 0%;
    color: #344e41;
    font-size: 16px;
    font-weight: 900;
    text-transform: capitalize;
    text-decoration: underline;
}

.divbrdr {
    border: 1px solid black;
}

footer {
    background-color: #a5a58d;
    color: #d5d5d5;
}
footer .line1 {
    color: #344e41;
    font-size: .9rem;
    font-weight: 900;
	font-family: 'Roboto Condensed';
}
footer .line2 {
    color: #344e41;
    font-size: .9rem;
    font-weight: 900;
	font-family: 'Roboto Condensed';
}
footer .line3 {
    color: #344e41;
    font-size: .8rem;
    font-weight: 600;
	font-family: 'Roboto Condensed';
}
footer .line4 {
    color: #344e41;
    font-size: .8rem;
    font-weight: 600;
	font-family: 'Roboto Condensed';
}
footer p {
    margin-bottom: 0;
}
hr.light {
    border-top: 1px solid #8b948f;
    width: 75%;
    margin-top: .8rem;
    margin-bottom: 1rem;
}
footer a {
    color: #344e41;
}
.ft1, .ft1:link, .ft1:hover {
    color: #344e41;
}
hr.light-100 {
    border-top: 1px solid #335c67;
    width: 100%;
    margin-top: .8rem;
    margin-bottom: 1rem;
}

.vpl-5 {padding-left: 3rem !important;}
.vml-5 {margin-left: 3rem !important;}

.pdfSz {
    width : 1000px;
    height: 800px;
}

.btn {
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ffffff;
    background: #6b705c;
    border: 2px solid transparent;
    border-radius: 0;
    box-shadow: inset 0 0 0 50px #6b705c;
    transition: ease-out 0.3s;
    -webkit-transition: ease-out 0.3s;
    -moz-transition: ease-out 0.3s;
}

.btn:hover {
    color: red;
    background: transparent;
    box-shadow: inset 0 0 0 0 #6b705c;
    border-color: #6b705c;
}

.small-btn {
    padding: 5px 5px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ffffff;
    background: #6b705c;
    border: 2px solid transparent;
    border-radius: 0;
    box-shadow: inset 0 0 0 50px #6b705c;
    transition: ease-out 0.3s;
    -webkit-transition: ease-out 0.3s;
    -moz-transition: ease-out 0.3s;
}

.small-btn:hover {
    color: #6b705c;
    background: transparent;
    box-shadow: inset 0 0 0 0 #6b705c;
    border-color: #6b705c;
}

#loader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s ease-out, visibility 0s linear .3s;
    -o-transition: opacity .3s ease-out, visibility 0s linear .3s;
    transition: opacity .3s ease-out, visibility 0s linear .3s;
    z-index: 999;
}

#loader.show {
    -webkit-transition: opacity .6s ease-out, visibility 0s linear 0s;
    -o-transition: opacity .6s ease-out, visibility 0s linear 0s;
    transition: opacity .6s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

#loader .loader {
    position: relative;
    width: 45px;
    height: 45px;
    border: 5px solid #dddddd;
    border-top: 5px solid #EF233C;
    border-radius: 50%;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.back-to-top {
    position: fixed;
    display: none;
    width: 44px;
    height: 44px;
    padding: 8px 0;
    text-align: center;
    line-height: 1;
    font-size: 22px;
    right: 15px;
    bottom: 15px;
    z-index: 9;
}

.back-to-top i {
    color: white;
}

.back-to-top:hover i {
    color: #414141;
}

.txt-align {
    text-align: justify;
    text-justify: inter-word;
    font-size: 23px;
    font-weight: 700;
    color: #000;
    padding: 90px 100px 0px 100px;
}

.txt-align1, .txt-align2 {
    text-align: justify;
    text-justify: inter-word;
    font-size: 17px;
}

#wapp {
    position: fixed;
    bottom: 13px;
    left: 15px;
}

.img-align {
    text-align: center;
    font-size: 23px;
    font-weight: 700;
    color: green;
    background-color: white;
}

.intl {
    width : 150px;
    height: 70px;
    margin-bottom: 5px;
}

.indl {
    width : 163px;
    height: 40px;
    margin-bottom: 5px;
    margin-left: 15px;
}

.lngt1 {
    max-width : 70%;
    height: 70%;
}

.lngt2 {
    max-width : 100%;
    height: 80%;
}

.xspc {
    margin-bottom : -4px;
}

.imgWdth {
    width : 100%;
    height: 1% !important;
}

/*******************************/
/********* Footer CSS **********/
/*******************************/
.footer {
    position: relative;
    margin-top: 45px;
    background: #d2eae1;
}

.footer .container-fluid {
    padding: 60px 0 0 0;
}

.footer .footer-info {
    position: relative;
    width: 100%;
    text-align: center;
}

.footer .footer-info h2 {
    margin-bottom: 0px;
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
}

.footer .footer-info h3 {
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
}

.footer .footer-info h4 {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff !important;
}

.footer .footer-info h5 {
    margin-bottom: 25px;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
}

.footer .footer-menu {
    width: 100%;
    display: flex;
    justify-content: center;
}

.footer .footer-menu p {
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    line-height: 20px;
    padding: 0 15px;
    border-right: 1px solid #ffffff;
}

.footer .footer-menu p:last-child {
    border: none;
}

.footer .footer-social {
    position: relative;
    margin-top: 15px;
}

.footer .footer-social a {
    display: inline-block;
}

.footer .footer-social a i {
    margin-right: 15px;
    font-size: 20px;
    color: #ffffff;
    transition: .3s;
}

.footer .footer-social a:last-child i {
    margin: 0;
}

.footer .footer-social a:hover i {
    color: #414141;
}

.footer .copyright {
    position: relative;
    text-align: center;
    margin-top: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.footer .copyright::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 1px;
    top: 0;
    left: 25%;
    background: rgba(256, 256, 256, .2);
}

.footer .copyright p {
    margin: 0;
    color: #0dad58;
}

.footer .copyright .col-md-6:last-child p {
    text-align: right;
}

.footer .copyright p a {
    color: #ffffff;
    font-weight: 600;
}

.footer .copyright p a:hover {
    color: #414141;
}

@media (max-width: 575.98px) {
    .footer .footer-info h2 {
        margin-bottom: 20px;
        font-size: 20px;
        font-weight: 600;
    }

    .footer .footer-info h3 {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .footer .footer-menu p {
        font-size: 16px;
        line-height: 16px;
        padding: 0 5px;
    }
}

/*--- Bootstrap padding fix ---*/
[class*="col-"] {
    padding: .5rem;
}

/*-- Media Queries --*/
@media (max-width: 1204px) {
    footer .line1 {
        font-size: 2rem;
    }
    footer .line2 {
        font-size: 1.5rem;
    }
    footer .line3 {
        font-size: 1.2rem;
    }
    footer .line4 {
        font-size: 1.2rem;
    }
}
@media (max-width: 992px) {
    footer .line1 {
        font-size: 1.2rem;
    }
    footer .line2 {
        font-size: 1rem;
    }
    footer .line3 {
        font-size: .8rem;
    }
    footer .line4 {
        font-size: .8rem;
    }
    .vpl-5 {
        padding-left: 0px !important;
    }
    .vml-5 {
        margin-left: 0px !important;
    }
    .border {
        border-width: 0px !important;
    }
    .border-blue {
        padding-left: 0px;
        padding-right: 0px;
        border-color: #F0FFF0;
    }
    .pdfSz {
        width : 300px;
        height: 800px;
    }
}
@media (max-width: 768px) {
    footer .line1 {
        font-size: 1.2rem;
    }
    footer .line2 {
        font-size: 1rem;
    }
    footer .line3 {
        font-size: .8rem;
    }
    footer .line4 {
        font-size: .8rem;
    }
    .pdfSz {
        width : 300px;
        height: 800px;
    }
}
@media (max-width: 576px) {
    footer .line1 {
        font-size: 1rem;
    }
    footer .line2 {
        font-size: .8rem;
    }
    footer .line3 {
        font-size: .8rem;
    }
    footer .line4 {
        font-size: .8rem;
    }
    .pdfSz {
        width : 300px;
        height: 800px;
    }
}
@media (max-width: 375px) {
    footer .line1 {
        font-size: .9rem;
    }
    footer .line2 {
        font-size: .9rem;
    }
    footer .line3 {
        font-size: .8rem;
    }
    footer .line4 {
        font-size: .8rem;
    }
    .pdfSz {
        width : 300px;
        height: 800px;
    }
}