  /* FontAwesome for working BootSnippet :> */
  @import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
  @import url('https://fonts.googleapis.com/css?family=Lato');
  
  #team {
    background: #eee !important;
  }

  #team .card table td {
    max-width: 200px;
  }
  
  .btn-primary:hover,
  .btn-primary:focus {
    background-color: #108d6f;
    border-color: #108d6f;
    box-shadow: none;
    outline: none;
  }
  
  .btn-primary {
    color: #fff;
    background-color: #057ac9 !important;
    border-color: #057ac9 !important;
  }
  
  section .section-title {
    text-align: center;
    color: #057ac9 !important;
    margin-bottom: 50px;
    text-transform: uppercase;
  }
  /* #e6a805 */
  #team .card {
    border: 12px groove #1C79B6;
    border-radius: 0px 0px 40px 0px;
  }
/* 
  #team .card::before{
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    border: 8px groove #e6a805;
    border-radius: 0px 0px 30px 0px;
  } */
  
  .image-flip:hover .backside,
  .image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
  }
  
  .image-flip:hover .frontside,
  .image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  
  .mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
  }
  
  .frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
  }
  
  .backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
  }
  
  .frontside,
  .backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
  }
  
  .frontside .card,
  .backside .card {
    min-height: 390px;
    max-height: 390px;
  }
  
  .backside .card a {
    font-size: 18px;
    color: #057ac9 !important;
  }
  
  .backside .card td a {
    font-size: 14px;
    color: #057ac9 !important;
  }
  
  .frontside .card .card-title,
  .backside .card .card-title {
    color: #057ac9 !important;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    margin-left: -10px;
    margin-right: -10px;
  }
  
  .frontside .card .card-body img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
  }
  
  #logo a {
    width: 350px;
  }
  
  #chart_div a img {
    border-radius: 5px;
    border: 2px solid #73AD21;
    /* max-width: 200px;
      max-height: 200px; */
  }
  
  #chart_div p {
    font-size: 14px;
  }
  
  #chart_div td {
    max-width: max-content;
    word-break: keep-all;
    word-wrap: normal;
  }
  
  nav div ul li ul li a div {
    text-transform: capitalize;
  }
  
  .tab-counter tr {
    line-height: 0px;
  }
  
  #primary-menu.style-2 {
    border-color: #202273;
    border-bottom-width: 10px;
    border-bottom-style: ridge;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    line-height: 10px;
    height: 55px;
  }
  
  #header {
    height: 150px;
  }
  
  #logo img {
    height: 120px;
    width: max-content;
    padding-right: 70px;
    box-sizing: none;
  }
  
  #header.sticky-header #header-wrap {
    background-color: #fff0;
  }
  
  /* From news.css */
  .line-xs.line-dark {
    border-bottom-color: var(--dark) !important;
  }
  
  .line-xs {
    margin: 4px 0 20px;
    border-bottom: 3px solid #EEE;
  }
  
  .line, .double-line {
    clear: both;
    position: relative;
    width: 100%;
    margin: 60px 0;
    border-top: 1px solid #EEE;
  }
  
  .google-visualization-orgchart-node,
  .google-visualization-orgchart-node-medium{
    max-width: 200px;
    /* background-color:  */
  }
  
  table.roundedCorners {
    border: 4px solid DarkOrange;
    border-radius: 13px;
    border-spacing: 1px;
    border-collapse: separate;
  }
  
  table.roundedCorners td {
    border-radius: 13px;
  }
  
  .counter.counter-small {
    font-size: 16px;
  }
  
  /* rgb(244, 100, 35); */
  .dark .table-striped>tbody>tr:nth-child(odd)>td, .dark .table-striped>tbody>tr:nth-child(odd)>th, .table-striped>tbody>tr:nth-child(odd) {
    background-color: rgb(213, 35, 41);
    color: #fff;
    font-weight: bold;
  }
  
  .dark .table-striped>tbody>tr:nth-child(odd)>td, .dark .table-striped>tbody>tr:nth-child(odd)>th, .table-striped>tbody>tr:nth-child(even) {
    background-color: #22236f;
    color: #fff;
    font-weight: bold;
  }
  
  th.heading {
    border-radius: 13px;
    background-color: #f06524;
    font-size: 16px;
    color: black;
  }
  
  .card {
    border: 10px #d52329 solid;
    border-radius: 3px;
    min-height: 19rem;
  }
  
  .card-header {
    color: white;
  }
  
  .hero {
    margin-left: -50px;
    min-width: 19rem;
  }
  
  #footer.dark {
    background-color: #03034a;
  }
  
  #footer .footer-widgets-wrap {
    position: relative;
    padding: 10px;
  }
  
  .col_one_fourth>.home {
    margin: 1%;
  }
  
  .home {
    margin: 1%;
  }
  
  @media (max-width: 900px) {
    .submenu>li>a>div {
      color: #1ABC9C !important;
      background: aqua !important;
    }
  
    .sidebar-home {
      margin-left: 180px;
    }
  
    li.submenu {
      background-color: orange;
    }
  
    #primary-menu ul li {
      background-color: #d52329;
    }
  
    .hero {
      margin-left: auto;
    }
  
    #logo img {
      max-width: 100%;
      height: 120px;
      width: max-content;
      padding-right: 70px;
    }
  }
  
  @media (max-width: 1164px) {
    #logo img {
      height: 120px;
      width: max-content;
      padding-right: 70px;
    }
  
    .hero {
      margin-left: -50px;
      min-width: 27%;
    }
  }
  
  .home>.card>.card-body {
    background-color: #f9f2e4;
  }
  
  .home>.card, .hero .card {
    border: 12px groove #f14019;
    border-radius: 0px 0px 40px 0px;
  }
  
  .home > .card > .card-header {
    background-color:#36a0f1;
  }
  
  .hero .card {
    margin-left: 5px;
  }
  
  #page-title {
    padding: 20px;
    padding-top: 60px;
  }
  
  .rounded-heading {
    background: #122286;
    font: bold 26px Arial;
    -webkit-border-radius: 0 25px 0 25px;
    border-radius: 0 25px 0 25px;
    padding: 10px 10px 10px 30px;
    color: #fff;
    margin-bottom: 15px;
  }
  
  .yubraj-box {
    margin-top: 5px;
    border: 3px outset #a4244e7d;
    padding: 10px;
    border-radius: 0 25px 0 25px;
  }
  
  .side-tabs ul.tab-nav.tab-nav2 li.ui-state-active a,
  .color-blue-selection a:focus {
    background: #122286;
    color: #fff;
  }
  
  .dark hr {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    /* border-style: groove; */
    border-width: 2px;
    border-color: red;
  }
  
  .side-tabs ul.tab-nav {
    float: left;
    width: 300px;
  }
  
  @-moz-document url-prefix() {
    .google-visualization-orgchart-node,  .google-visualization-orgchart-node-medium {
      width:200px;
    }
  }
  