@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Merriweather+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
body {
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #323232;
    background: #d3edf9;
}
.preloader {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url('../images/loader.gif');
	background-repeat: no-repeat; 
	background-color: #FFF;
	background-position: center;
	z-index: 999999;
}
.pl-0{
    padding-left: 0px;
}
.pr-0{
    padding-right: 0px;
}
.top-bar {
    background: #062661;
    padding: 10px 10px 10px 10px;
}
.title-area ul{
    padding: 0px;
    display: block;
    margin-bottom: 0px;
    text-align: center;
}
.title-area ul li{
    list-style-type: none;
    display: inline-block;
    vertical-align: middle;
    margin-left: 50px;
}
.title-area ul li:first-child{
    margin: 0px !important;
}
.logo{
    border-radius: 98px;
    position: relative;
    max-width: 80px;
    height: auto;
    width: 100%;
}
.main-title{
    color: #fff;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin-bottom: 5px;
}
h4.secondary-title{
    color: #d3edf9;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin-bottom: 3px;
}
h4.secondary-title.with-color{
    color: #ffff00;
    text-align: center;
}
.top-bar .address-details ul{
    display:block;
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 15px;
}
.top-bar .address-details li{
    font-size:18px;
    display: block;
    padding: 0px 5px;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-top: 15px;
}

.bottom_border {
    border-bottom: 1px solid #323f45;
    padding-bottom: 20px;
}

.mb10 {
    padding-bottom: 0px;
}
/*** Footer ***/
.footer { 
	width:100%; 
	background-color: #22223c;
	min-height:30px; 
	padding:5px 0px;
	bottom: 0px;
	position: absolute;
	z-index: 2;
}
footer p { 
    font-size:13px; 
    color:#CCC; 
    padding-bottom:0px; 
    margin-bottom:0px;
}



/*** Side Nav Bar ***/
ul.sidenav {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 80vh;
    background: #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 1;
    overflow-x: hidden;
    padding: 0px;
    margin: 0px;
}


.sidenav h4{
    text-align: center;
    font-weight: 600;
    padding: 15px;
    font-family: 'Noto Sans', sans-serif;
    border-radius: 40px 60px 0px 0px;
    background: #ffdcf5;
    margin: 0px;
}
.main-level,
.parent-level,
.child-level{
    padding: 0px;
    margin: 0px;
}
.main-level h5{
    padding: 10px 10px 5px;
    background-color: #f6f3b5;
    color: #a900ff;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Noto Sans', serif;
    margin: 0px;
    letter-spacing: .5px;
}
.main-level h6{
    padding: 10px;
    background-color: #e197a9;
    margin: 0px;
    color: #fff;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: .5px;
}
.parent-level li span{
    width: 100%;
    padding: 10px;
    background-color: #bbf6f3;
    margin: 0px;
    display: block;
    color: #111;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: .5px;
}
.child-level li{
    display: block;
    background-color: #fefefe;
    padding: 8px 10px 8px 20px;
    font-size: 15px;
    /*box-shadow: 5px 0px 10px 1px rgb(0 0 0 / 25%);*/
}
.child-level li:hover{
    background-color: #c7d8f7;
}
.child-level li i{
    rotate: 45deg;
    margin-right: 8px;
    font-size: 13px;
}
.child-level li a{
    font-size: 15px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    letter-spacing: .2px;
}
.child-level li a:hover,
.child-level li a:focus{
    text-decoration: none;
}
/*** Content Area ***/

.side-content{
    width: 100%;
    height: 80vh;
    background: #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 1;
    overflow-x: hidden;
    padding: 0px;
    margin: 10px 0px 0px 0px;
}

.side-content h1,
.side-content h2,
.side-content h3,
.side-content h4,
.side-content h5,
.side-content h6{
    font-family: 'Libre Baskerville', serif;
    
}

.side-content h4{
    text-align: center;
    color: #062661;
    font-size: 26px;
    border-bottom: 4px double #062661;
    border-radius: 0px 0px 15px 10px;
}
.side-content .row .col-lg-6 h5{
    text-align: center;
    font-weight: 700;
}
.side-content h5 a{
    font-size: 18px;
}
.side-content p{
    text-align: justify;
}
.justify-content-center{
    justify-content: center;
}
.align-items-center{
    align-items: center;
}
.content-inner{
    margin: 15px 15px 25px 0px;
}
.content-inner .table th,
.content-inner .table td{
    font-family: 'Merriweather Sans', sans-serif;
}
.content-inner ul li{
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 14px;
    letter-spacing: .3px;
    margin-bottom: 8px;
    list-style-type: none;
    font-weight: 500;
}
.content-inner ul li:before{
    content: "\f1d8";
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    color: #000;
    margin-right: 5px;
    font-size: 12px;
    display: inline-block;
    transform: rotate(15deg);
}
.content-inner ul li a:hover,
.content-inner ul li a:focus{
    text-decoration: none;
    color: #062661;
}
.box-list{
    padding: 15px;
    background: linear-gradient(#ffdcf5 0%, #f6f3b5 100%);
}
.box-list h5{
    text-align: left;
    font-family: "Merriweather Sans", sans-serif;
    font-weight: 600;
}
.box-list li{
    text-align: left;
    padding-left: 15px;
}
.content-inner .table{
    width: 100%;
}



@media (max-width: 991px){
    /* menu */
    .menu {
      clear: both;
      max-height: 0;
      transition: max-height .2s ease-out;
    }
    
    /* menu icon */
    
    .menu-icon {
      cursor: pointer;
      display: inline-block;
      float: right;
      padding: 15px;
      position: relative;
      user-select: none;
      margin-bottom: 0px !important;
    }
    
    .menu-icon .navicon {
      background: #d72e2b;
      display: block;
      height: 2px;
      position: relative;
      transition: background .2s ease-out;
      width: 18px;
    }
    
    .menu-icon .navicon:before,
    .menu-icon .navicon:after {
      background: #d72e2b;
      content: '';
      display: block;
      height: 100%;
      position: absolute;
      transition: all .2s ease-out;
      width: 100%;
    }
    
    .menu-icon .navicon:before {
      top: 5px;
    }
    
    .menu-icon .navicon:after {
      top: -5px;
    }
    
    /* menu btn */
    
    .menu-btn:checked ~ .menu {
      max-height: 300px;
    }
    
    .menu-btn:checked ~ .menu-icon .navicon {
      background: transparent;
    }
    
    .menu-btn:checked ~ .menu-icon .navicon:before {
      transform: rotate(-45deg);
    }
    
    .menu-btn:checked ~ .menu-icon .navicon:after {
      transform: rotate(45deg);
    }
    
    .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
    .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
      top: 0;
    }
    ul.sidenav{
        top: 40px;
    }
}
@media (min-width: 992px){
    .menu-btn, .menu-icon {
      display: none;
    }
    body{
        max-height: 100vh;
        overflow: hidden;
    }
    .main-inner .col-lg-8{
        padding-right: 0px;
    }
}