.main-menu a:hover {
  text-decoration: none;
  font-weight: 600;
  color: #051e66;
}

.tabcontent h4{
  margin-bottom: 30px;
}
 .tabcontent img{
    margin-bottom: 40px;
  }

div .col-md-4 {
  overflow: hidden;
}
.tecs{
    height: 80px;
    width: 80px;
    border:none;
  }
.dropdown-toggle:after { 
  content: none;
}
.caret {
display: none;
}


 #navbar-light .nav-link {
    color: #051e66;
  } 
  @media (max-width: 768px) {
  #text-small{
    font-size: 13px;
   }  
  }
/* colors */
  .fa {
      padding-right: 5px;  
    }  
    .redcolor{
            color: red;
          }
    .greencolor{
            color: green;
          }
    .bluecolor{
            color: blue;
          }
    .yellowcolor{
            color: yellow;
      }
    .orangecolor{
            color: orange;        }  
    .basecolor{
      color: #051e66;
    } 
    .fbcolor{
      color: #c5d8f9;
    }              

  /*HTML BODY*/

  html,

  body {
    overflow-x: hidden; /* Prevent scroll on narrow devices */
  }
  /* covers screen with grey layer  */
  .screen-overlay {
    width:0%;
    height: 100%;
    z-index: 30;
    position: fixed;
    top: 0;
    left: 0;
    opacity:0;
    visibility:hidden;
    background-color: rgba(34, 34, 34, 0.6);
    transition:opacity .2s linear, visibility .1s, width 1s ease-in;
     }
  .screen-overlay.show {
      transition:opacity .5s ease, width 0s;
      opacity:1;
      width:100%;
      visibility:visible;
  }
    
  body.offcanvas-active{
    overflow:hidden;
  }
  .nav-link .fa{
    display: none;
  }
   .navbar-dark .navbar-nav .nav-link{
      padding: 5px;  
      color: white;
    }
  #brand-logo{
      height: 60px;
    }
    #dropdown{
      width: 240px;
    }
.breadcrum{
    height: 240px;  
  }
  @media (max-width: 768px) {
    #brand-logo{
      height: 50px;
    }
    #dropdown{
      width: 200px;
    }
    .breadcrum{
    height: 150px;  
  }
    .nav-link .fa{
      display: inline;
      padding-right: 10px;
    }
    .offcanvas-collapse {
      overflow-x: hidden;
      border: 1px solid #c2c2c2;
      color: grey;  
      z-index: 99;
      position: fixed;
      top: 0px; /* Height of navbar */
      bottom: 0;
      right: 100%;
      width: 250px;
      padding-right: 1rem;
      padding-left: 1rem;
      overflow-y: auto;
      visibility: hidden;
      background-color: white;
      transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
      transition: transform .3s ease-in-out, visibility .3s ease-in-out;
      transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    }
      
    .navbar-dark .navbar-nav .nav-link{
      padding: 10px 20px;  
      color: teal;
      border-bottom: 1px solid #e2e2e2;
    }
    .offcanvas-collapse.open {
      visibility: visible;
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
   
    
  }

  .nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
  }

  .nav-scroller .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    color: rgba(255, 255, 255, .75);
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .nav-underline .nav-link {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .875rem;
    color: #6c757d;
  }
  .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
      color: red;
  }
  .nav-underline .nav-link:hover {
    color: #07bff1;
  }

  .nav-underline .active {
    font-weight: 500;
    color: #343a40;
  }

  .text-white-50 { color: rgba(255, 255, 255, .5); }

  .bg-purple { background-color: #6f42c1; }

  .lh-100 { line-height: 1; }
  .lh-125 { line-height: 1.25; }
  .lh-150 { line-height: 1.5; }

  /*--------------*/

   .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
      }

  @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }

  /*COLLAPSE BAR*/

   #dropdown:hover > .dropdown-menu {
      display: block;
  }
    .dropdown-toggle:after { content: none }

  .navbar-collapse{
      background: white;
      z-index: 99;
      /*padding: 5px;*/
  }
  a .dropdown-item {
    font-size: 14px;
    font-family: sans-serif;
  }
  .dropdown-menu{
    padding-top: 0;
    padding-bottom: 0;
  }
  .nav-item .nav-link{
    margin-left: 10px;
  }
  @media (max-width: 768px) {
    #navbarCollapse{
      background-color: #f2f2f2;
      padding: 10px;
      border: 1px solid grey;
    }
  }

  /* THE CAROUSEL ---------------------------- */

  /* Carousel base class */
  .carousel {
  /*  margin-bottom: 4rem; */
    margin-bottom: 0rem;
  }
  /* Since positioning the image, we need to help out the caption */
  .carousel-caption {
    z-index: 10;
  }

  /* Declare heights because of positioning of img element */
  .carousel-item {
    /*height: 100%;*/
  }
  .carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: auto;
  }
  @media (min-width: 756px) {
  #prev-icon, #next-icon {
    height: 50px; width: 50px; border-radius: 2px;
    }  
  }
  /* RESPONSIVE CSS ------------------------------- */
  @media (max-width: 756px) {
   .carousel-item {
     /*height:100%;*/
   }
   .carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
    }
  }
 
  .responsive {
    width: 100%;
    height: auto;
  }

  .card-deck .col-md-4{
    padding: 0;
  }  

  /*<!-- Tab ------------------------------------------------------------------->*/
    /* Style the tab */
  .tab {
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    /*background-color: #f1f1f1;*/
  }

  /* Style the buttons that are used to open the tab content */
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 12px;
    transition: 0.3s;
  }

  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #eee;
  }

  /* Create an active/current tablink class */
  .tab button.active {
    background-color: #ddd;
    color: #045FB4;

    outline: none;
    border: none;

  }
  h4{
    color: #045FB4;
    margin-bottom: 20px;
  }
  /* Style the tab content */
  .tabcontent {
    min-height: 320px;
    display: none;
    padding: 6px 12px;
    /*border: 1px solid #ccc;*/
    border-top: none;
  }

  .tabcontent {
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
  }

  /* Go from zero to full opacity */
  @keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
  }
  .tablinks{
    font-family:Poppins,sans-serif;
    font-weight: 600;
    color: #0B3861;
  }
  td, th {
    font-size: 15px;
  }
  b{
    color: #051e66;
  }