/*====================================== HEADER STYLE ===========================*/
.header{
  background: #fff;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
}
.menuButton i {
  color: #d9d9d9;
  font-size: 2rem;
}
.navbar .navbar-brand .logo,.logo-port img {
  width: 270px;
}
header .navbar-nav .nav-item {
  padding: 0 10px;
  text-align: center;
}
header .navbar-nav i{
  font-size: 0.6rem;
  vertical-align: middle;
  font-weight: 600;
  margin-left: 2px;
}
header .navbar-nav i.icon-menu{
  font-size: 0.9rem;
  vertical-align: middle;
}
header .navbar-nav .nav-item .button.btn-second{
  line-height: 20px;
  border: 0;
}
header .navbar-nav .nav-item .button.btn-second::after{
  top: 0;
  left: 0;
}
header .call-number i{font-size: 1.6rem}
header .call-number .webContent .mainHeading{font-size: 1.2rem;margin-bottom: 0}
header .navbar-nav .nav-item:nth-last-child(1) {
  padding-right: 0;
}
header .navbar-nav .nav-item{
  border-right: 1.5px solid var(--color-second);
  position: relative;
}
header .navbar-nav .nav-item:nth-last-child(1){border-right: 0}
header .navbar-nav .nav-item .nav-link,.sideBar .nav-link{
  font-size: 1rem;
  color: #d9d9d9;
  font-family: var(--other-font-family);
  font-weight: 700;
  padding: 0;
  text-transform: capitalize;
  display: inline-block;
  letter-spacing: 0;
  cursor: pointer;
}
header .navbar-nav .nav-item img{width: 32px;height: 32px};
header .second-nav.navbar-nav .nav-item{
  padding: 0 13px;
}
.sideBar .navCategoryList{
  margin-bottom: 20px;
}
.sideBar .navCategoryList .show-hide-category {
  font-size: 1.3rem;
  font-weight: bold;
  color: #2f6271;
  margin-bottom: 5px;
}
.sideBar {
  width: 100%;
  height: 100vh;
  background: var(--color-first);
}
@media only screen and (max-width:992px){
  .sideBar a.navItems, .sideBar .nav-link { color: #fff; padding:10px 0}
}
.sideBar::-webkit-scrollbar {
  width: 10px;
}
.sideBar .navbar-nav {
    list-style: none;
    border-top: 1px solid #78808a;
    padding: 10px 0;
    margin: 0
}

.sideBar .navbar-nav li {
    text-align: left
}

.sideBar .navbar-nav li a {
    display: block;
    font-weight: 600;
    font-size: 110%;
    padding: 10px 20px;
    color: #d9d9d9
}
.sideBar .navbar-nav li i,.sideBar .navbar-nav li svg {
  color: rgba(175,196,199,.6);
  font-size: 1rem;
  color: #d9d9d9;
  padding: 0;
  text-transform: capitalize;
  display: inline-block;
  letter-spacing: 0;
  cursor: pointer;
  opacity: 0.8;
  font-weight: 300;
}
.sideBar .navbar-nav li svg {width: 20px;filter:invert(80%);}
/*====================================== FOOTER STYLES ==========================*/
  footer{
    position: relative;
    background:var(--color-first);
  }
  .footer-useful-links li{
    margin-bottom: 15px;
  }
  .footer-sec{background:#f8f8f8;box-shadow: 0 -0.125em 0.25em 0 rgba(0,0,0,.075);}
  .footer-useful-links .footer-heading{
    color: var(--color-first);
    font-family: var(--font-family-sub-heading);
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: -0.03em;
    margin-bottom: 20px;
  }
  .footer-useful-links li a,footer a{
    color: #888;
    text-decoration: none;
  }
  .footer-useful-links li a,.footerCategoryList ul.nav a,.call-option p,.call-option a{
    font-size:1rem;
    font-weight: 400;
  }
  .footer-useful-links li a:hover, footer a:hover{
    color: #148dd0;
  }
  .call-option a{color:#148dd0;font-weight:bold; }
  .footer-contentinfo ul li,.bottom-nav-list li a{
    color: #fff;
    font-size: 0.9rem;
    margin-bottom: 10px;
  }
  .bottom-nav-list li{margin: 0 7px}
  .bottom-nav-list li a{
    color: #148dd0;
    font-size: 0.8rem;
    opacity: 0.9;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .disclaimer{text-transform: uppercase;}
  .footer-contentinfo ul li strong{color: #fff}
  .bottom-secondary-social a{margin: 0 15px}
  .bottom-secondary-social a i{
    font-size: 1.5rem;
    color: #148dd0;
    font-weight: 500;
  }
  .fa.fa-twitter {
    display: inline-block;
    width: 0.88em;
    height: 1em;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23000' d='M64 32C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zm297.1 84L257.3 234.6L379.4 396h-95.6L209 298.1L123.3 396H75.8l111-126.9L69.7 116h98l67.7 89.5l78.2-89.5zm-37.8 251.6L153.4 142.9h-28.3l171.8 224.7h26.3z'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
  .fa.fa-square-threads {
    display: inline-block;
    width: 0.88em;
    height: 1em;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23000' d='M64 32C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zm230.2 212.3c19.5 9.3 33.7 23.5 41.2 40.9c10.4 24.3 11.4 63.9-20.2 95.4c-24.2 24.1-53.5 35-95.1 35.3h-.2c-46.8-.3-82.8-16.1-106.9-46.8c-21.5-27.3-32.6-65.4-33-113.1v-.2c.4-47.7 11.5-85.7 33-113.1c24.2-30.7 60.2-46.5 106.9-46.8h.2c46.9.3 83.3 16 108.2 46.6c12.3 15.1 21.3 33.3 27 54.4l-26.9 7.2c-4.7-17.2-11.9-31.9-21.4-43.6c-19.4-23.9-48.7-36.1-87-36.4c-38 .3-66.8 12.5-85.5 36.2c-17.5 22.3-26.6 54.4-26.9 95.5c.3 41.1 9.4 73.3 26.9 95.5c18.7 23.8 47.4 36 85.5 36.2c34.3-.3 56.9-8.4 75.8-27.3c21.5-21.5 21.1-47.9 14.2-64c-4-9.4-11.4-17.3-21.3-23.3c-2.4 18-7.9 32.2-16.5 43.2c-11.4 14.5-27.7 22.4-48.4 23.5c-15.7.9-30.8-2.9-42.6-10.7c-13.9-9.2-22-23.2-22.9-39.5c-1.7-32.2 23.8-55.3 63.5-57.6c14.1-.8 27.3-.2 39.5 1.9c-1.6-9.9-4.9-17.7-9.8-23.4c-6.7-7.8-17.1-11.8-30.8-11.9h-.4c-11 0-26 3.1-35.6 17.6l-23-15.8c12.8-19.4 33.6-30.1 58.5-30.1h.6c41.8.3 66.6 26.3 69.1 71.8c1.4.6 2.8 1.2 4.2 1.9zm-71.8 67.5c17-.9 36.4-7.6 39.7-48.8c-8.8-1.9-18.6-2.9-29-2.9c-3.2 0-6.4.1-9.6.3c-28.6 1.6-38.1 15.5-37.4 27.9c.9 16.7 19 24.5 36.4 23.6z'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
  .bottom-secondary-social a:hover i,.bottom-nav-list li:hover a{
    opacity: 0.7;
  }