p.popup-body {

    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #212529;
    margin-bottom: 2%;
}

.rectangle {
    height: 300px;
}

.accordian {
    border: 1px solid #E2E2E2;
    min-height: 400px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 2%;
}

.tab {
    float: left;
    width: 33%;
    height: 300px;
    overflow-y: auto;
    border: 1px solid #ddd;
    border-right: 0;
}

* width */::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.tab::-webkit-scrollbar-track {
    background: #fff;
}

/* Handle */
.tab::-webkit-scrollbar-thumb {
    background: #fff;
}

/* Handle on hover */
.tab::-webkit-scrollbar-thumb:hover {
    background: #555;
}

ul.list {
    height: 300px;
    overflow-y: auto;
}

/* Style the buttons inside the tab */
.tab button {
    display: block;
    background-color: #FAFAFA;
    color: #989898;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;

    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 37px;
    margin-bottom: 0px;
    border: 1px solid #ddd;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
    color: #3a68c8;
    border: 1px solid #ddd;
    border-right: 0;
    background-color: #fff;
    font-weight: bold;
}

/* Style the tab content */
.tabcontent {
    float: left;
    width: 67%;
    border-left: none;
}

.list li {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    list-style-type: none;
    color: #989898;
    text-transform: uppercase;
	border: 1px solid #dddddd;
    border-left: none;
    padding: 8px 0px 8px 6px;
    /* padding-bottom: 10px; */
}

/* .title{
background: #000000;
    height: 35px;
}
 */
/* .title p{
  
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
	text-transform: uppercase;
}
 */
.item img {
    height: 300px !important;
}

.item canvas {
    height: 300px !important;
    transition: transform .2s;
    cursor: -webkit-zoom-out;
}

.item canvas:hover {
    transform: scale(1.3);
}

.carousel-indicators .active {
    background-color: #000 !important;
}

.carousel-indicators li {
    border: 1px solid #333 !important;
}

.carousel-indicators {
    position: relative !important;
    bottom: 0 !important;
}

@font-face {
    font-family: PoetsenOne;
    src: url("fonts/poetsen-one/PoetsenOne-Regular.ttf");
}

@font-face {

    src: url("fonts/Roboto/Roboto-Regular.ttf");
}

.image-aboutus-banner {
    background: url(image/home.png);
    height: 600px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.navbar {
    /* margin-top: 1%; */
}

.image-aboutus-banner h1 {
    color: #fff;
    font-family: PoetsenOne;
    font-style: normal;
    font-weight: normal;
    line-height: 55px;
    font-size: 50px;
    text-transform: uppercase;
    margin-bottom: 5%;

}

.image-aboutus-banner1 h1 {
    font-family: PoetsenOne;
    font-style: normal;
    font-weight: normal;
    font-size: 50px;
    line-height: 77px;
    text-transform: uppercase;
    color: #01253D;
    margin-bottom: 5%;
}

.image-aboutus-banner1 {
    background: url(image/horse.png);
    background-repeat: no-repeat;
    height: 680px;
}

div#collapsibleNavbar {
    width: 100%;
    position: fixed;
    z-index: 1;
    float: right;
    top: 72px;
    margin: auto;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
}

ul.navbar-nav {
    text-align: center;
    margin-top: 30px;
}

ul.navbar-nav a {
    color: #fff !important;
}

.navbar-light .navbar-toggler {
    border: 0 !important;
}

.circle1Wrapper img {
    height: 96px;
    z-index: 2000;
    position: absolute;
}

.circle1Wrapper p {

    font-style: normal;
    font-weight: bold;
    font-size: 31px;
    line-height: 27px;
    color: #00439F;
    box-sizing: border-box;
    margin-left: 7px;
}

.circle {
    width: 70px;
    height: 70px;
    border: 4px solid #00439F;
    box-sizing: border-box;
    border-radius: 50%;
    padding: 10%;
    text-align: center;
}

.banner {
    top: 93px;
}

p.image-aboutus-paragraph {
    color: #FFFFFF;

    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5%;
}

p.image-aboutus-para {

    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: rgba(1, 37, 61, 0.63);
    margin-bottom: 5%;
}

.banner-button {
    width: 189px;
    background: #71EFD1;
    border-radius: 48px;
    font-family: Roboto;
    color: #000000;
}

/*
.left {
    width: 38px;
   height: 45px;
    border: 10px solid #00439F;
    border-radius: 63%;
    border-right-color: transparent;
}
*/
img.Landing_img {
    width: 100%;
    height: auto;
}

img.background {
    width: 42%;
    float: right;
    /* height: 500px; */
    /* position: relative; */
}

.sub-banner {
    background: url(image/banner1.png);
    background-size: 65% 99%;
    background-repeat: no-repeat;
    background-position: right;
    height: 550px;
}

.image-aboutus-banner1 .container-fluid {
    padding-left: 0 !important;
}

.footer {
    background: #192E64;
    height: 177px;
    padding: 4%;
}

.footer nav,
#collapsibleNavbar nav {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    padding: 2%;
}

.footer nav a {
    color: #fff;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    margin: 4%;
}

#collapsibleNavbar nav a {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #000;
    line-height: 30px;
    text-align: center;
    margin: 4%;
}

/* ul.list-group{
    background: #153590;
    border-radius: 26px;
    color: #fff;
    padding: 16%;
}
 */
ul.list-group h4 {
    margin-bottom: 9%;
}

/* ul.list-group li{
font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
   margin-bottom: 9%;
    list-style-type: none;
    border-bottom: 1px solid #416BA5;
}

ul.list-group li a{
color:#fff;
}
 */
.department-content {
    padding: 4%;
}

.breadcrumb {
    background: none !important;
}

.breadcrumb-item.active,
.breadcrumb-item+.breadcrumb-item::before {
    color: #fff !important;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
}

li.breadcrumb-item {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
}

li.breadcrumb-item a {
    color: #fff;
}

.image-gigamap-banner {
    background: url(image/gigamap_image.png);
    height: 550px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-bottom: 6%;
}

ul.list-group h4:hover {
    color: #000;
}

h4.gigamap-heading {
    font-family: PoetsenOne;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 5%;
}

p.gigamap-sub-heading {

    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
}

p.image-gigamap-paragraph {

    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
}

p.image-gigamap-title {

    font-family: PoetsenOne;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.list {
    background: #FFF;
    padding: 0px;
}

ul.list-group {
    color: #424242;
    text-align: left;
    min-height: 800px;
}

ul.list-group li {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 3%;
    list-style-type: none;
}

ul.list-group li a {
    color: #424242;
}

ul.list-group li a:hover {
    color: #5d39ec;
    text-decoration: blink;
}

input#myInput {
    border: 0;
    border-bottom: 1px solid;
    background: none;
    margin-bottom: 8%;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 66px;
    padding: 0;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
    display: none;
}

.bhoechie-tab-menu .list-group-item.active {
    color: #2A60D0;
    border: 1px solid #ddd;
    border-right: 0;
    background-color: #fff;
}

.bhoechie-tab-menu .list-group-item {
    display: block;
    background-color: #FAFAFA;
    color: #989898;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;

    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 37px;
    margin-bottom: 0px;
    border: 1px solid #ddd;
}

.popup-title {
    background: #277fb2;
    height: 35px;
}

.popup-title p {

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: center;
    color: #000;
    text-transform: uppercase;
}

.bhoechie-tab-menu,
.bhoechie-tab {
    padding: 0 !important;
}

.form-control::-webkit-input-placeholder {
    color: red;
}

::placeholder {
    color: red;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: red;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: red;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.tabcontent {
    display: none;
}

.first-tabcontent {
    display: block;
}

.accordians {
    padding: 0 !important;
}

h4.modal-title {

    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;    
    color: #000000;
}