/*
* =====================
* GENERAL
* =====================
*
*/
.boxed {
  background: url("../img/boxed-pattern.html");
}

.boxed #all {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
}

a {
	color:#ffffff;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
  display: inline-block;
}
a:hover 
{
	color:#ffffff;
}

button {
  cursor: pointer;
}

strong {
  font-weight: 700;
}

p.lead {
  margin-bottom: 40px;
}

.accent {
  color: #4fbfa8;
}

.tooltip {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}

.bs-select .dropdown-menu .dropdown-menu {
  min-height: 20px;
  display: block;
}

.bs-select .dropdown-menu .dropdown-menu a {
  padding: 6px 10px;
  color: #666;
  font-weight: 700;
  text-decoration: none !important;
  display: block;
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  outline: none;
}

.heading-light {
  font-weight: 300 !important;
}

.text-bold {
  font-weight: 700;
}

.text-small {
  font-size: 0.9rem;
}

.text-uppercase {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.no-letter-spacing {
  letter-spacing: 0 !important;
}

.bar {
  padding: 60px 0;
}

.bar.padding-big {
  padding: 50px 0;
}

.pagination {
  margin-top: 20px;
}

#pagination .pagination {
  margin-bottom: 40px;
}

.text-sm, .form-group label, #blog-listing-big .date-comments a, #blog-listing-medium .date-comments a, #blog-listing-big p.intro, #blog-listing-medium p.intro {
  font-size: 0.9rem;
}

.text-xs {
  font-size: 0.9rem;
}

.text-xs * {
  font-size: 0.9rem;
}

@media (max-width: 767px) {
  .text-sm-center {
    text-align: center !important;
  }
}

@media (max-width: 991px) {
  .text-md-center {
    text-align: center !important;
  }
}

@media (max-width: 1199px) {
  .text-lg-center {
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  .text-center-sm {
    text-align: center !important;
  }
}

@media (max-width: 991px) {
  .text-center-md {
    text-align: center !important;
  }
}

@media (max-width: 1199px) {
  .text-center-sm, .text-center-xs {
    text-align: center !important;
  }
}

.bg-gray {
  background: #e9ecef !important;
}

.bg-gray-dark {
  background: #555 !important;
}

.bg-primary {
  background: #4fbfa8 !important;
}

.color-white {
  color: #fff !important;
}

.bg-white {
  background: #fff !important;
}

.bg-fixed {
  background-attachment: fixed !important;
}

.light-gray {
  background: #eee;
}

.no-mb {
  margin-bottom: 0 !important;
}

.no-mt {
  margin-top: 0 !important;
}

.no-horizontal-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.mb-small {
  margin-bottom: 20px !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.padding-horizontal {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.relative-positioned {
  position: relative;
  z-index: 1;
}

.jumbotron {
  margin: 0;
}

.owl-carousel.equal-height .owl-stage {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.background-pentagon, #heading-breadcrumbs {
  background: url("../img/texture-bw.png") center center repeat;
  border-top: 1px solid #175f75;
  border-bottom: 1px solid #175f75;
}

.heading, .panel-heading {
  margin-bottom: 1rem;
}

.heading h1, .panel-heading h1, .heading h2, .panel-heading h2, .heading h3, .panel-heading h3, .heading h4, .panel-heading h4, .heading h5, .panel-heading h5, .heading h6, .panel-heading h6 {
  line-height: 1.1;
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.heading h1:after, .panel-heading h1:after, .heading h2:after, .panel-heading h2:after, .heading h3:after, .panel-heading h3:after, .heading h4:after, .panel-heading h4:after, .heading h5:after, .panel-heading h5:after, .heading h6:after, .panel-heading h6:after {
  content: " ";
  display: block;
  width: 100px;
  height: 2px;
  margin-top: .6rem;
  background: #4fbfa8;
}

.heading.text-center h1:after, .text-center.panel-heading h1:after, .heading.text-center h2:after, .text-center.panel-heading h2:after, .heading.text-center h3:after, .text-center.panel-heading h3:after, .heading.text-center h4:after, .text-center.panel-heading h4:after, .heading.text-center h5:after, .text-center.panel-heading h5:after, .heading.text-center h6:after, .text-center.panel-heading h6:after {
  margin-left: auto;
  margin-right: auto;
}

.buttons a {
  margin: 0 3px;
}

.dropdown-item.active, .dropdown-item:active {
  background: #9adacd;
}

.card {
  border-radius: 0;
  margin-bottom: 10px;
}

.card-header {
  border-radius: 0;
  padding: 20px;
}

.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.935rem;
  margin: 0 !important;
}

.card-header a {
  color: #333;
}

.card-body p {
  font-size: 0.9rem;
  color: #333;
}

.alert {
  border-radius: 0;
}

#heading-breadcrumbs {
  padding: 2rem 0;
  border-top: none !important;
  border-bottom: none !important;
}

#heading-breadcrumbs .breadcrumb {
  margin-bottom: 0;
  background: none;
  font-size: 0.9rem;
}

#heading-breadcrumbs h1 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}

#heading-breadcrumbs li {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.row.no-space {
  margin-left: 0;
  margin-right: 0;
}

.row.no-space div[class*="col-"] {
  padding: 0;
}

.row.no-space .box-image {
  margin: 0;
}

.owl-carousel .owl-dots {
  margin-top: 20px;
  text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 5px;
}

.owl-carousel .owl-dots .owl-dot.active span {
  background: #fff;
}

.owl-carousel .owl-dots .owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #aaa;
}

.dark-mask {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.dark-mask.mask-primary {
  background: rgba(79, 191, 168, 0.9);
}

.icon-outlined.icon-sm {
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 1.15rem;
}

.icon-outlined.icon-thin {
  border-width: 1px;
}

.icon-filled {
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: #4fbfa8;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 0.75rem;
}

.ul-icons .icon-filled {
  display: inline-block;
  margin-right: 10px;
}

.ul-icons li {
  margin-bottom: 20px;
  color: #555;
  font-size: 0.9rem;
}

.ul-icons a {
  display: inline;
}

ul.social {
  margin: 15px 0;
}

ul.social a {
  width: 28px;
  height: 28px;
  line-height: 28px;
  background: #555;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  margin: 0 2px;
  font-size: 0.8rem;
}

ul.social a:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

ul.social a.facebook {
  background: #4561ae;
}

ul.social a.gplus {
  background: #c22026;
}

ul.social a.twitter {
  background: #34ccff;
}

ul.social a.email {
  background: #4b8046;
}

.showcase {
  color: #555;
}

.showcase .icon-outlined {
  border-color: #555;
}

.showcase .counter {
  margin-bottom: 20px;
  display: inline-block;
  margin-top: 0;
}

.showcase h4 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.935rem;
  margin-top: 0;
}

.form-control {
  border-radius: 0;
}

.form-control:focus {
  border-color: #4fbfa8;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(79, 191, 168, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(79, 191, 168, 0.25);
}

.form-group label {
  color: #555;
}

.card-primary {
  border-radius: 0;
  border-color: #4fbfa8;
}

.card-primary .card-header {
  background: #4fbfa8;
  color: #fff;
  border: none;
  border-radius: 0;
}

.card-primary .card-header a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.05em;
}

.card-primary .card-body {
  border-color: #4fbfa8;
}

.card-body li {
  font-size: 0.9rem;
}

table {
  font-size: 0.9rem;
}

table img {
  min-width: 50px !important;
  max-width: 50px !important;
  height: 50px;
}

table input[type="number"] {
  max-width: 50px;
}

.nav-tabs {
  border-bottom: none;
}

.nav-tabs a.nav-link {
  border-radius: 0 !important;
  font-size: 0.9rem;
}

.tab-content {
  padding: 20px;
  border: 1px solid #ddd;
  font-size: 0.9rem;
}
/********************************************************************************
								Container Property
*********************************************************************************/
.container_min {
    background: #ffffff;
    padding: 20px;
    width: 50%;
    margin: 15px;
    text-align: center;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.container_qua {
    background: #ffffff;
    padding: 20px;
    width: 75%;
    margin: 15px;
    text-align: center;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.container_max {
    background: #ffffff;
    padding: 20px;
    width: 100%;
    margin: 15px;
    text-align: center;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.container_max  b, strong {
    font-weight: bolder;
	color:#ff0000;
}

.container_max p
{
    text-align: justify;
/*	text-indent:10%;*/
	margin: 5px;
}

.container_max span
{
	margin-left: 38px;
}

.container_max h4
{
	font-size:18px;
}

.container_max ul li
{
	list-style-type:none;
	line-height: 10px;
	text-indent:0px;
}

.container_max ul li:before
{
    font-family: 'FontAwesome';
    content: '\f046';
    margin:8px 10px 0px -40px;
    color: #f30707;
	float: left;
}

.container_max ul li ul li b
{
    color: #000000;
}

.container_max ul li ul li:before
{
    font-family: 'FontAwesome';
    content: '\f1d8';
    margin:8px 10px 0px -32px;
    color: #000000;
	float: left;
}

.container_max ul li ul li ul li:before
{
    font-family: 'FontAwesome';
    content: '\f197';
    margin:8px 10px 0px -32px;
    color: #f30707;
	float: left;
}

.container_max ul li p
{
	text-indent:0px;
	line-height:20px;
}


.container_max ol p
{
    text-indent: 0px;
}

.container_max ol li
{
    margin-left: 0px;
}

.container_max ol li p
{
    text-align: justify;
	text-indent: 0px;
}

.container_max ol li ul
{
	list-style-type:disc;
	line-height: 10px;
}

.container_col
{
	margin-left:15px;
	margin-right:15px;
}

.container_col p 
{
	margin-left:10px;
	margin-right:10px;
	text-align:center;
}
.container_col img 
{
	border-radius:15px;
	border:2px solid #175f75;
	padding:10px;
}

.under_line b
{
	color:#000000;
}

.under_line ul li:before
{
    font-family: 'FontAwesome';
    content: '\f1d8';
    margin: 8px 10px 0px -32px;
    color: #000000;
    float: left;
    float: left;
}
/********************************************************************************
								Table Property
*********************************************************************************/
.table_min {
    width: 50%;
    margin-top: 10px;	
    margin-bottom: 10px;
    color: #000000;
    border:2px solid #175f75;
	margin-left: auto;
    margin-right: auto;
}

.table_min  thead tr th{
	background: #175f75;
	border:2px solid  #dee2e6;
	vertical-align: middle;
	text-align: center;
	color: #ffffff;
} 
.table_min tbody tr td{

	border:2px solid #175f75;
	vertical-align: middle;
	text-align: center;
}

.table_min tbody tr td p
{
	color: #000000;
    text-align: center;
	
}

.table_qua {
    width: 75%;
    margin-top: 10px;	
    margin-bottom: 10px;
    color: #000000;
    border:2px solid #175f75;
    margin-left: auto;
    margin-right: auto;
}

.table_qua  thead tr th{
	background: #175f75;
	border:2px solid  #dee2e6;
	vertical-align: middle;
	text-align: center;
	color: #ffffff;
	line-height: 16px;
} 
.table_qua tbody tr td{

	border:2px solid #175f75;
	vertical-align: middle;
	text-align: center;
	line-height: 16px;
}

.table_qua tbody tr td p
{
	color: #000000;
    text-align: center;
    font-weight: 500;
	margin-bottom: 0px;
	
}

.table_qua tbody tr td a i
{
	color: #0d41ca;
	font-size: 19px;
}

.table_qua tbody tr td ul li
{
 list-style-type:none;
}

.table_qua tbody tr td ul li:before
{
    font-family: 'FontAwesome';
    content: '\f13d';
    margin:0 20px 0 -15px;
    color: #000000;
	line-height: 20px;
}

.table_qua tbody tr td ul li p
{
	text-align:left;
}

.table_max {
    width: 100%;
    margin-top: 10px;	
    margin-bottom: 10px;
    color: #000000;
    border:2px solid #175f75;
	margin-left: auto;
    margin-right: auto;
}

.table_max  thead tr th{
	background: #175f75;
	border:2px solid  #dee2e6;
	vertical-align: middle;
	text-align: center;
	color: #ffffff;
	line-height: 16px;
} 
.table_max tbody tr td{

	border:2px solid #175f75;
	vertical-align: middle;
	text-align: center;
	line-height: 16px;
}

.table_max tbody tr td a i
{
	color: #0d41ca;
	font-size: 19px;
}

/********************************************************************************
									Top Bar
********************************************************************************/
.top-bar {
  background: #175f75;
  font-size: 0.9rem;
  padding: 10px 0;
}

/* Top info Left*/
.top-info-left{
	text-align: left;
}

.top-info-left ul {
    margin: 0;
    padding: 0;
}

.top-info-left ul li {
    position: relative;
    line-height: 10px;
    display: inline-block;
    margin-left: 5px;
    padding-right: 15px;
	border-right:1px solid #ffffff;
}

.top-info-left ul li:last-child{
 	border-right: none;
}

.top-info-left ul li i {
    font-size: 14px;
    position: relative;
    top: 2px;
    margin-right: 5px;
	color:#FFC300;
}

.top-info-left ul li a{
	font-size: 14px;
    margin: 0;
    line-height: normal;
    display: inline-block;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
	color:#ffffff;
	
}

.top-info-left ul li a:hover{
	color:#FFC300;
}

/* Top info Center*/
.top-info-center {
    text-align: center;
}
.top-info-center img{
    width: 40px;
	height:40px;
}

/* Top info Right*/
.top-info-right {
    text-align: right;
}

.top-info-right ul {
    margin: 0;
    padding: 0;
}

.top-info-right ul li {
    position: relative;
    line-height: 10px;
    display: inline-block;
    margin-left: 15px;
    padding-right: 15px;
	border-right:1px solid #ffffff
}

.top-info-right ul li i {
    font-size: 14px;
    position: relative;
    top: 2px;
    margin-right: 5px;
	color:#FFC300;
}

.top-info-right ul li:last-child {
	border-right: none
}

.top-info-right ul li a{
	font-size: 14px;
    margin: 0;
    line-height: normal;
    display: inline-block;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
	color:#ffffff;
	
}

.top-info-right ul li a:hover{
	color:#FFC300;
}
/********************************************************************************
					Top Bar end & Header Bar Start
********************************************************************************/
.header-bar {
  background: #ffffff;
  color: #000000;
  font-size: 0.9rem;
  text-align:center;
  margin-bottom:15px;
}

.college-logo
{
	margin-top:25px;
}

.college-logo img
{
	text-align: center;
	width:150px;
	height:150px;
}
.naac-logo
{
	margin-top:25px;
}

.naac-logo img
{
	text-align: center;
	width:200px;
	height:148px;
}

.college-name
{
	margin-top:37px;
	text-align:center;
}
.college-name h2
{
	font-size: 23px;
	line-height: 30px;
}

.college-name h3
{
	font-size: 20px;
	color: #BB0202;
	line-height:20px;
}

.college-name h4
{
	font-size: 20px;
	line-height:28px; 
}
/********************************************************************************
									Header Bar
********************************************************************************/
.modal .modal-header h4 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.modal input::-moz-placeholder {
  font-size: 0.85rem;
}

.modal input::-webkit-input-placeholder {
  font-size: 0.85rem;
}

.modal input:-ms-input-placeholder {
  font-size: 0.85rem;
}

.modal p {
  font-size: 0.85rem;
}
/********************************************************************************
						Header Bar end & Menu Nav-Bar Start 
********************************************************************************/
header.nav-holder.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #175f75;
  z-index: 999;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
}

#navbar {
  background: #175f75;
  padding-top: 0;
  padding-bottom: 0;
}

#navbar .navbar-toggler {
  font-size: 0.9rem;
  padding: 10px 15px;
  border-color: #ddd;
}

#navbar ul ul a {
  padding-left: 0 !important;
  color:#ffffff;
  text-align: center;
  border-bottom: 1px solid #FFC300;
}

#navbar .dropdown-menu {
  border-radius: 0;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 5px;
}

#navbar .dropdown-menu .dropdown-item {
  padding: 0;
}

#navbar .dropdown-menu h5 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding-bottom: 5px;
  border-bottom: 1px dotted #ccc;
  margin-top: .7rem;
  margin-bottom: .5rem;
}

#navbar .dropdown-menu a.nav-link {
  background:#555;
  /*font-size: 0.75rem;*/
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.1em;
  text-transform: uppercase !important;
  border-bottom: 1px solid #FFC300;
  padding: 15px 20px !important;
  text-align:left;
}

#navbar .dropdown-menu a.nav-link:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  color: #FFC300;
}

#navbar .dropdown-submenu {
  position: relative;
}

#navbar .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -2px;
  font-size: 1em;
  line-height: 5px;
}

#navbar .menu-large {
  position: static !important;
}

#navbar .menu-large .megamenu {
  padding: 20px;
  width: 100%;
  max-width: 1140px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: -1px;
  background: #555;
  line-height:25px;
}

#navbar .menu-large .megamenu img{
width:100px;
height:100px;
margin-left :27px;
}

#navbar .menu-large a.nav-link {
  padding: 7px !important;
  padding-left: 0 !important;
}

#navbar .navbar-nav > li.active > a {
  color: #FFC300 !important;
  text-decoration: none !important;
  border-color: #FFC300 !important;
}

#navbar .navbar-nav > li > a {
  margin: 0;
  padding: 20px 7px 20px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-size: 0.9rem;
  text-decoration: none;
  border-bottom: .3rem solid transparent;
}

#navbar .navbar-nav > li > a:focus {
  color: #FFC300 !important;
  text-decoration: none !important;
  border-color: #FFC300 !important;
}

#navbar.nav-light .navbar-nav > li.active a.dropdown-toggle,
#navbar.nav-light .navbar-nav > li.active a.dropdown-toggle:hover {
  background: none !important;
  color: #555 !important;
  text-decoration: underline !important;
  border-color: #4fbfa8 !important;
}

#navbar.nav-light .navbar-nav > li > a:hover {
  background: none !important;
  border-color: #87d3c4 !important;
}

#navbar.nav-light .navbar-nav > li > a:focus {
  background: none !important;
  color: #555 !important;
  text-decoration: underline !important;
  border-color: #4fbfa8 !important;
}

@media (max-width: 991px) {
  #navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  #navbar .menu-large .megamenu {
    width: 100%;
    left: 0 !important;
    -webkit-transform: none !important;
    transform: none !important;
  }
  #navbar .navbar-collapse {
    max-height: 600px;
    overflow-y: auto;
    margin-top: 1rem;
  }
  #navbar .navbar-nav > li > a {
    padding: 0 10px;
    height: 45px;
    line-height: 45px;
    border-top: 0;
    font-size: 0.85rem;
    width: 100%;
  }
  #navbar .navbar-nav > li > a:hover {
    background: rgba(79, 191, 168, 0.5);
    border-color: rgba(79, 191, 168, 0.8);
  }
  #navbar .dropdown-menu {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/****************************************************************************************************
								Main Slider
*****************************************************************************************************/
.main-slider{
	background:#ffffff;
	background-size: cover;
}
.main-slider .container{
	max-width: 1600px;
}
.main-slider-row{
	display: flex;
	flex-wrap: wrap;
	margin-right:0px;
	margin-left: -15px;
}

.item {
    min-height: 400px;
    color: #fff;
	margin:0px;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden;
}

.small-item {
    min-height: 250px;
    color: #fff;
	margin:0px;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden;
}
/****************************************************************************************************
											Marquee Bar
*****************************************************************************************************/
.marquee-bar{
	background:#175f75;
	height: 30px;
}
.marquee-bar{
	background:#175f75;
	height: 30px;
}

.marquee-bar p{
	color:#FFC300;
	font-weight:600;
}
/****************************************************************************************************
											Latest News
*****************************************************************************************************/
.box-simple {
  margin-bottom: 40px;
  text-align: center;
  border:1px solid #175f75;
  height:400px;
}


.events-heading
{
	text-align: left;
	height: 50px;
	background: #175f75;
	padding: 10px;
	color: white;
}

.events-heading p
{
	color: white;
    font-weight: 600;
    margin-top: -24px;
    padding-left: 30px;
}
.post_content
{
	margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #FFC300;
}

.post_content .date_box_content {
    width: 70px;
    font-family: 'Open Sans';
    font-size: 11px;
    padding-bottom: 12px;
    margin-top: 0px;
    color: #fff;
    background-color: #26cbbd;
    text-align: center;
    float: inherit;
}
.post .date_box_content .number {
    display: block;
    margin-top: 15px;
    font-family: Lato;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

.post .entry_content {
	display: block;
    line-height: 1;
    text-align: left;
    margin: -47px 0px 0px 90px;
}

.post .entry_content p{
	color:#000000;
    font-family: Lato;
    font-size: 14px;
    font-weight: 600;
}

.post .entry_content a{
	color:#ff0000;
    font-family: Lato;
    font-size: 12px;
    font-weight: 600;
}

.post .entry_content a:hover{
	color:#FFC300;
}
/************** Notice ***********************/
.notice-body
{
	padding: 20px 0;
	margin-top: -20px;
}

.notice-post
{
	margin-bottom: 30px;
    padding-bottom: 8px;
    border-bottom: 1px solid #FFC300;	
}

.notice-heading
{
	text-align: left;
	height: 50px;
	background: #175f75;
	padding: 10px;
	color: #ffffff;
}

.notice-heading p
{
	color: #ffffff;
    font-weight: 600;
    margin-top: -24px;
    padding-left: 30px;
}

.notice-icon
{
	color:#26cbbd;
    font-size: 15px;
    font-weight: 600;
	margin-left:15px;
	text-align: left;	
}

.notice-content
{
	padding-left: 45px;
	margin-top: -20px;
	text-align:left;
}

.notice-content a
{
	font-size:15px;
	color:#000000;
	font-weight: 600;
}

.notice-content a:hover
{
	color:#FFC300;
}

.main-container
{
   padding: 30px;
}
/****************************************************************************************************
			(Event and Notice Content End) And (College Introduction and Quick Link content)
*****************************************************************************************************/
/*==================================================
			College Introduction
================================================== */
.ts-intro 
{
	line-height:25px;
}

.ts-intro h4
{
	font-size: 25px;
	font-weight: 800;
	margin-bottom: 25px;
	color: #000000;
	text-align: left;
}
.ts-intro b 
{
	color: #175f75;
}
.ts-intro p 
{
	color: #000000;
	font-family:sans-serif; 
	font-weight: normal;
	font-size: 16px;
	text-align : justify;
}
.ts-intro img {
    float: left;
    border: 1px solid #175f75;
    border-radius: 4px;
    padding: 5px;
    width: 200px;
    height: 222px;
    margin-right: 15px;
    margin-top: 4px;
}

.ts-intro button {
	background-color: #175f75;
	border: outset;
	padding: 4px 20px;
	text-align: center;
	font-size: 12px;
	margin-top: -39px;
	cursor: pointer;
	border-radius: 10px;
	border-color: #175f75;
	float: right;
}
/********************************** College Introduction End and Ignou LSC Start  **********************************/
.ignou_add p
{
	text-indent:10px;
	line-height:20px;	
}
/********************************** Ignou LSC End and About Page Start  **********************************/
.about-container img 
{
	float:left; 
	border: 1px solid #175f75;
	border-radius: 4px;
	padding: 5px;
	width:350px;
	height:363px;
	margin:6px 15px 15px 0px;
}
/********************************** About Page End And Principal-Intro Start **********************************/
.principal-container h4
{
	color:#df0f0f;
}

.principal-container b
{
	color:#000000;
}

.principal-container img 
{
    float: right;
    border: 2px solid #175f75;
    border-radius: 4px;
    padding: 5px;
    width: 350px;
    height: 350px;
    margin-left: 9px;
    margin-top: 6px;
}

/********************************** Principal-Intro End And Principal-List Start **********************************/
.principallist-container
{
	background:#ffffff;
	padding:20px;
    width: 75%;
    margin: 15px;
    text-align: center;	
	float:none;
	margin-left:auto;
	margin-right:auto;
	
}
/********************************** Principal-intro End And Principal-List Start **********************************/
.principal_heading
{
	background:#175f75;
	color: #ffffff;
}
.principal_heading th
{
	border-left: 2px solid #dee2e6;
}

.pri_name_style td
{
	border: 2px solid #175f75;
}

/********************************** Principal-intro End And RUSA Start **********************************/
.rusa_content ul li p
{
    line-height: 22px;
    margin-top: 15px;
}

.rusa_content ul li:before
{
    font-family: 'FontAwesome';
    content: '\f046';
    margin: 8px 11px 0px -32px;
    color: #000000;
    float: left;
}
/********************************** RUSA End And Self-Finance Start **********************************/
.self-finance_content b
{
 float:left;	
}
/********************************** Self-Finance End and Faculty List Start **********************************/
.faculties_img_row img{
    min-width: 100px !important;
    max-width: 100px !important;
    height: 100px;
	border: 1px solid #175f75;
	border-radius: 4px;
    padding: 3px;
}

.faculties_profile_button {
    background-color: #175f75;
    border: outset;
    padding: 2px 18px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 10px;
    border-color: #175f75;
}

.faculties_profile_button a{
    color: #ffffff;
    font-weight: 700;
}
/*--------------------------------------- Faculty List End and PhD Prorgram Start ---------------------------------------*/
.phd_ul_style ul li
{
padding-left:50px;
}

.phd_ul_style ul li:before
{
    font-family: 'FontAwesome';
    content: '\f1d8';
    margin: 8px 10px 0px -40px;
    color: #000000;
    float: left;	
}
/*--------------------------------------- PhD Prorgram End And CBC System Start ---------------------------------------*/
.cbc-system
{
	text-align: left;
	line-height:14px;
	font-weight: 500;
	padding-left: 20px;
}

.cbc-system ol li p
{
	text-align:justify;
	text-indent: 0px;
	line-height: 20px;
}

.cbc-system ol ol
{
	font-weight:700;
}

.cbc-system ol ol li strong
{
	padding-left:10px;
}

.cbc-system ol ol li ol
{
	padding-left:30px;
}

.cbc-system ol ol li ol p
{
	padding-left: 20px;
    font-weight: 500;
    margin-top: 15px;
}

.cbc-system ol ol li p
{
    font-weight: 500;
    margin-top: 15px;
    text-align: justify;
    line-height: 20px;
}

.cbc-system ol li ol ol p
{
	padding-left: 20px;
    font-weight: 500;
    margin-top: 15px;
}
/*--------------------------------------- CBC System End And IQAC Start ---------------------------------------*/
.iqac
{
	padding-left: 10px;
	line-height: 14px;
    /*margin-left: 25px;*/
}
.iqac i
{
	font-size: 1rem;
	font-weight: 500;
	margin-left: -5px;
}
.iqac p
{
	font-size: 1rem;
	font-weight: 500;
}
/*--------------------------------------- IQAC Start End And NCC Start ---------------------------------------*/
.ncc-officer
{
    text-align: center;	
	margin-top: 20px;
    vertical-align: middle
}

.ncc-officer p
{
	margin-bottom: 10px;
    line-height: 15px;
    text-align: center;
}

.ncc-officer img
{
    width: 150px;
    height: 150px;
}

.ncc-container
{
	background:#ffffff;
	padding:40px;
    width: 100%;
    text-align: justify;
}

.ncc_qua {
    width: 75%;
    margin-top: 10px;	
    margin-bottom: 10px;
    color: #000000;
    margin-left: auto;
    margin-right: auto;
}
/*--------------------------------------- NCC End And Admission Start ---------------------------------------*/
.admission-col
{
    text-align: center;	
	margin-top: 20px;
    vertical-align: middle;
}

.admission-col p
{
    text-align: center;
	color:#0000ff;
}

.admission-col b
{
    text-align: center;
	color:#0000ff;
}

.admission-col p b i
{
padding-left:10px;
}
/*--------------------------------------- Admission Start End And Hostal Start ---------------------------------------*/
.hostel-quotes 
{
    text-align: center;
}
/*--------------------------------------- Hostal End And Career Counseling Start ---------------------------------------*/
.career-counseling
{
	text-align: justify;
    padding-top: 20px;
    text-indent: 10%;
	margin: 20px;
}
/*--------------------------------------- Counseling End And Student Union Start ---------------------------------------*/
.union-align-left
{
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

.union-align-right
{
	text-align:right;
	margin-left:auto;
	margin-right:auto;
}

.union-align-right p
{
	text-align:right;
	margin-left:auto;
	margin-right:auto;
	padding-top: 22px;
}

.union-align-right b{
	float: left;
    padding-left: 233px;

}
/*--------------------------------------- Student Union End And Gallery Start  ---------------------------------------*/

.gallery-container
{
	background:#ffffff;
	padding:20px;
    width: 100%;
    text-align: center;	
}

.gallery-thumb
{
	margin:10px;
}

.photo-container{
    width: 100%;
	border:1px solid #175f75;
	background:#175f75;
	padding-bottom: 20px;
	margin:45px;
}

.imageThumb img{
	border-radius: 10px;
	padding: 5px;
	margin-top:15px;
	width:100%;
}

.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:before {
    display: table;
    line-height: 0;
    content: "";
}

.gallery-heading
{
	width: 100%;
    padding: 0 0 8px;
    border-bottom: 1px solid #e1e1e1;
}

.gallery-heading p
{
	color: #ffffff;
	font-size: 16px;
	border-bottom: 1px solid #e1e1e1;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.gallerybutton {
  background-color: #26cbbd;
  border: outset;
  padding: 5px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 10px;
  border-color: #26cbbd;
}

.gallerybutton a{
	color: #FFC300;
	font-weight: 600;
}

.galleryimageThumb
{
margin: 0px -45px 0px -45px;
text-align: center;
}
.galleryimageThumb img {
    width: 251px;
    height: 188px;
    border: 1px solid black;
    border-radius: 15px;
	}
	
.galleryalbumheading {
    text-align: left;
    color: #29487d;
    padding-left: 20px;
    margin-bottom: 50px;
    font-weight: 700;
}	

.galleryalbumdate {
    text-align: right;
    margin-top: -38px;
    color: #4fbfa8;
    padding-right: 20px;
	font-weight: 600;
}	
/*--------------------------------------- Gallery Page Model ---------------------------------------*/
/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #ffffff;
  margin: auto;
  padding: 0;
  width: 100%;
  max-width: 650px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #000000;
  font-size: 14px;
  font-weight:600;
  padding: 18px 8px;
  position: absolute;
  top: 0;
}

.image-frame{
	margin:20px;
	text-align:center;
}

.image-frame img{
	margin:0px;
	width: 100%;
}


.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/********************************** Gallery End And YRC Start **********************************/
.yrc-container
{
	background:#ffffff;
	padding:20px;
    width: 100%;
    margin: 15px;
    text-align: justify;	
	text-indent:50px;
}

.yrc-container p 
{
	color: #000000;
	font-family:sans-serif; 
	font-weight: normal;
	font-size: 16px;
	text-align : justify;
}

.yrc-name p
{
	font-weight:600;
	line-height:10px;
	text-indent:0px;	
}

/********************************** Gallery Page End and Contact Page Start **********************************/
.contact-container
{
	margin:15px;
	border-color:1px solid black;
}

.contact-box
{
	box-shadow: 0px 0px 5px 5px;	
    width: 100%;
	background: #ffffff;
	padding: 15px;
}


.contact-item
{
	border:2px solid #4fbfa8;
}

.contact-head-text1
{
	padding-left:15px;
	margin-top:15px;
	text-align:left;
}

.contact-head-text1 i
{
	font-size:20px;
	color: #FFC300;
}
.contact-head-text1 h4
{
	font-size:20px;
	margin:-26px 0px 0px 26px;
}

.contact-head-text2
{
	padding-left:15px;
	margin-top:35px;
	text-align:left;
}

.contact-head-text2 h3
{
	font-size:20px;
	margin:-26px 0px 0px 26px;
}

.contact-head-text2 h4
{
	font-size:18px;
	margin:-26px 0px 0px 26px;
	padding-left: 20px;
}

.contact-text
{
	font-size: 15px;
	font-weight:600;
	color: #000000;
	text-align: left;
	margin-left:15px;
	padding-right:15px;
}

.contact-text i
{
	color: #FFC300;
}

.contact-text-no
{
	font-size: 15px;
	font-weight:600;
	color: #000000;
	text-align: left;
	margin-left:15px;
	padding-right:15px;
}

.contact-text-no i
{
	color: #FFC300;
}

.contact-us-name p
{
	margin-top: 5px;
    padding-left: 26px;
    text-align: left;
}

.contact-us-name p:last-child
{
	border-bottom: 1px solid #26cbbd;
	padding-bottom:8px;
}

.contact-us-name2 p
{
	margin-top: 5px;
    padding-left: 48px;
    text-align: left;
	padding-bottom: 10px;
	font-size: 14px;
}

.contact-us-name2 p:last-child
{
	border-bottom: 1px solid #26cbbd;
	padding-bottom:8px;
}
/*--------------------------------------- Contact us Page End and General Page Start---------------------------------------*/

.page-heading
{
  padding: 30px 0;
}

.page-heading h4
{
	font-size: 28px;
	font-weight: 800;
	margin-bottom: 15px;
	color: #000000;
	text-align: left;
}
/*--------------------------------------- Faculty List End and Principal List Start---------------------------------------*/

.principal_heading
{
	background:#175f75;
	color: #ffffff;
}
.principal_heading th
{
	border-left: 2px solid #dee2e6;
}

.pri_name_style td
{
	border: 2px solid #175f75;
}

/*--------------------------------------- Committee End And Photo Gallery Start---------------------------------------*/
.photoGallery{
    width: 90%;
    margin: 15px;
}

.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:before {
    display: table;
    line-height: 0;
    content: "";
}

.photoGalleryContainer .imageThumb {
    width: 100%;
    margin-bottom: 5px;
}
.photoGalleryContainer .imageThumb img {
    width: 100%;
	height: 100%
}
.photocategoriCon .viewGalleryContainer {
    padding: 5px 0 0 0;
    border-bottom: none;
}

.photoGalleryContainer .viewGalleryContainer {
    width: 100%;
    padding: 0 0 8px;
    border-bottom: 1px solid #e1e1e1;
}

.photocategoriCon .viewGalleryContainer p {
    color: #ffffff;
}

.photoGalleryContainer .viewGalleryContainer p {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 10px;
    padding-bottom: 10px;
}


/********** Quick Link Heading ***********/
.quick-link-box {
  border:1px solid #175f75;
  border-radius: 5px;
  height:245px;
}		
		
.quick-link-heading
{
	text-align: center;
	height: 50px;
	background: #175f75;
	padding: 15px;
	color: #ffffff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.quick-link-body
{
	padding: 15px 0;
	text-align: left;
}

.quick-link-icon
{
	color:#175f75;
    font-size: 15px;
    font-weight: 600;
	margin-left:15px;
	text-align: left;
}

.quick-link-content
{
	padding-left: 45px;
	margin-top: -20px;
	text-align:left;
	font-size: 15px;
    font-weight: 600;
}

.quick-link-content a
{
	color:#000000;
}

.quick-link-content a:hover
{
	color:#FFC300;
}


.facebook-link-box {
    border: 1px solid #29487d;
	background: #29487d;
    border-radius: 5px;
    height: 40px;
}

.facebook-link-heading
{
	text-align: center;
	background: #29487d;
	color: #ffffff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.facebook-link-img
{
    color: #29487d;
	margin-top: 3px;
    margin-left: 15px;
    height: 30px;
}

.facebook-link-img img
{
	width:30px;
	height:30px;
	float: left;
}

.facebook-link-content
{
    padding-left: 60px;
    margin-top: -25px;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
}
/*****************************************************************************************************
				College Introduction and Quick Link content End and Lab Image Slider 
*****************************************************************************************************/
#owl-lab-slider .item img{
  display: block;
  width: 100%;
  height: auto;
}

.lab-content
{
	text-align: left;
}

.lab-content h3
{
	text-transform: none;
}


.lab-item-box
{
  margin: 5px;
  border: 8px solid #ffffff;
  float: left;
  border-radius:10px;
}
/*****************************************************************************************************
							Lab Image Slider End and Testimonials Start
*****************************************************************************************************/
/* Testimonial
================================================== */
.testimonial-item
{
    min-height: 300px;
    color: #000000;
    margin: 0px;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden;	
}
.testimonial-area {
    padding: 100px 0;
    background-color: #ffb600;
    background-image: url(../images/parallax2.html);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
}

.testimonial-area .border-title,
.testimonial-area .border-sub-title {
    color: #fff;
}

.quote-item .quote-text {
    margin: 0 0 10px;
    display: inline-block;
    padding: 0 40px 30px 60px;
    background-color: #fff;
    position: relative;
    font-size: 16px;
    font-style: italic;
	text-align: left;
}

.quote-item .quote-text:before {
    content: "\f10d";
    font-family: FontAwesome;
    position: absolute;
    font-size: 30px;
    left: 0;
    top: 0;
    color: #ffc009;
}


img.testimonial-thumb {
    max-width: 80px;
    float: left;
    margin-right: 20px;
    border-radius: 5px;
}

.quote-item-info {
    padding-top: 15px;
    display: inline-block;
}

.quote-author {
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 2px;
    font-weight: 700;
    display: block;
    color: #ffb600;
}


.quote-item-footer {
    margin-top: 0;
    margin-left: 60px;
}


/* Testimonial Border */

.quote-item.quote-border .quote-text-border {
    border: 1px solid #ffb600;
    padding: 20px;
    position: relative;
    line-height: 28px;
    color: #666;
    font-size: 18px;
    text-align: center;
}

.quote-item.quote-border .quote-text-border:before {
    border: 12px solid;
    border-color: #e1e1e1 transparent transparent;
    border-top-color: #ffb600;
    bottom: -24px;
    position: absolute;
    content: "";
    display: block;
    height: 0;
    width: 0;
    left: 0;
    margin: 0 auto;
    right: 0;
}

.quote-item.quote-border .quote-text-border:after {
    border: 12px solid;
    border-color: #fff transparent transparent;
    bottom: -22px;
    position: absolute;
    content: "";
    display: block;
    height: 0;
    width: 0;
    left: 0;
    margin: 0 auto;
    right: 0;
}

.quote-item.quote-border .quote-item-footer {
    margin-left: 0;
    text-align: center;
    margin-top: 35px;
}

.quote-item.quote-border .quote-item-footer img.testimonial-thumb {
    float: none;
    margin: 0;
}

.quote-item.quote-border .quote-item-footer .quote-item-info {
    display: block;
}

/*****************************************************************************************************
										Testimonials End and Footer Content
*****************************************************************************************************/
footer.main-footer {
  padding: 60px 0;
  padding-bottom: 0;
  background: #26454e;
  color: #fff;
}

.widget-title {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    margin: 0 0 30px;
    padding-left: 15px;
    text-transform: uppercase;
    color: #fff;
    border-left: 3px solid #ffb600;
}

/* Footer about us */
.footer-widget
{
text-align: center;	
}

.footer-college-content {
    margin: 10px 0px;
}

.footer-college-content img{
	height:125px;
	width:125px;
	margin: 0px 65px;
 }

.footer-college-content p{
    text-align: center;
	color:#ffffff;
	line-height:24px;
	padding:15px 0px;
	font-size:14px;
}

.widget-title
{
	text-align:left;
}

.list-arrow
{
	text-align:left;
}

.footer-widget ul.list-arrow i
{
    position: absolute;
	margin-left: -24px;
	padding: 5px;
    color: #ffffff;
}
.footer-widget ul.list-arrow li
{
	list-style-type:none;
    position: inherit;
	margin-left: -22px;
	padding: 5px;
    color: #ffffff;
	font-size:14px;
	border-bottom:1px solid #909090;
}

.footer-widget ul.list-arrow li:last-child
{
	border: none;
}


.footer-widget ul.list-arrow li a
{
	color:#ffffff;
}

.footer-widget ul.list-arrow li a:hover
{
	color:#FFC300;
}

.footer-address
{
	text-align: left;
	color:#ffffff;
}

.footer-address i
{
	color:#FFC300;
}
.footer-address p
{
	text-align: left;
	color:#ffffff;
	margin: -28px 30px;
	font-size: 14px;
	
}

.footer-contact
{
	text-align: left;
	color:#ffffff;
}
.footer-contact p
{
	font-size: 14px;
}
.footer-contact i
{
	color:#FFC300;
}

.footer-contact p
{
	text-align: left;
	color:#ffffff;
	margin: -28px 30px 
}
/******************************** Footer Copyrights ****************************************/
footer.main-footer .copyrights {
  padding: 50px 0;
  background: #175f75;
  color: #ffffff;
  margin-top: 50px;
}

footer.main-footer .copyrights a {
  color: #4fbfa8;
}

footer.main-footer .copyrights p {
  color: inherit;
  font-size: 0.8rem;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  footer.main-footer .photo-stream a {
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 767px) {
  footer.main-footer .photo-stream li {
    width: 32%;
    margin-bottom: 10px;
  }
  footer.main-footer .photo-stream a {
    width: 100%;
    height: auto;
  }
}
/*****************************************************************************************************
												Footer Content End
*****************************************************************************************************/
/*

=====================
STYLE SWITCHER FOR DEMO
=====================

*/
#style-switch-button {
  position: fixed;
  top: 120px;
  left: 0px;
  border-radius: 0;
  z-index: 2;
}

#style-switch {
  width: 300px;
  padding: 20px;
  position: fixed;
  top: 160px;
  left: 0;
  background: #fff;
  border: solid 1px #ced4da;
  z-index: 2000;
}

#style-switch h4 {
  color: #495057;
}

/*
 * 1. NAVBAR
 */
.navbar {
  padding: 0.5rem 1rem;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  border: 1px solid transparent;
  border-radius: 0;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

/*
 * 2. BUTTONS
 */
.btn {
  font-weight: 700;
  border: 1px solid transparent;
  padding: 0.5rem 0.75rem;
  font-size: 0.8rem;
  line-height: 1.5;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(79, 191, 168, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(79, 191, 168, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: .65;
}

.btn:not([disabled]):not(.disabled):active, .btn:not([disabled]):not(.disabled).active {
  background-image: none;
}

.btn-primary {
  color: color-yiq(#4fbfa8);
  background-color: #4fbfa8;
  border-color: #4fbfa8;
}

.btn-primary:hover {
  color: color-yiq(#3eaa94);
  background-color: #3aa18c;
  border-color: #3aa18c;
}

.btn-primary:focus, .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(79, 191, 168, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(79, 191, 168, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: color-yiq(#4fbfa8);
  background-color: #4fbfa8;
  border-color: #4fbfa8;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: color-yiq(#3aa18c);
  background-color: #3aa18c;
  border-color: #379783;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(79, 191, 168, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(79, 191, 168, 0.5);
}

.btn-secondary {
  color: color-yiq(#868e96);
  background-color: #868e96;
  border-color: #868e96;
}

.btn-secondary:hover {
  color: color-yiq(#727b84);
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:focus, .btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: color-yiq(#868e96);
  background-color: #868e96;
  border-color: #868e96;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: color-yiq(#6c757d);
  background-color: #6c757d;
  border-color: #666e76;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-success {
  color: color-yiq(#28a745);
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: color-yiq(#218838);
  background-color: #1e7e34;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: color-yiq(#28a745);
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: color-yiq(#1e7e34);
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: color-yiq(#17a2b8);
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: color-yiq(#138496);
  background-color: #117a8b;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: color-yiq(#17a2b8);
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: color-yiq(#117a8b);
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: color-yiq(#ffc107);
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: color-yiq(#e0a800);
  background-color: #d39e00;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: color-yiq(#ffc107);
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: color-yiq(#d39e00);
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: color-yiq(#dc3545);
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: color-yiq(#c82333);
  background-color: #bd2130;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: color-yiq(#dc3545);
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: color-yiq(#bd2130);
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: color-yiq(#f8f9fa);
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: color-yiq(#e2e6ea);
  background-color: #dae0e5;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: color-yiq(#f8f9fa);
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: color-yiq(#dae0e5);
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: color-yiq(#343a40);
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: color-yiq(#23272b);
  background-color: #1d2124;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: color-yiq(#343a40);
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: color-yiq(#1d2124);
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-default {
  color: color-yiq(#ced4da);
  background-color: #ced4da;
  border-color: #ced4da;
}

.btn-default:hover {
  color: color-yiq(#b8c1ca);
  background-color: #b1bbc4;
  border-color: #b1bbc4;
}

.btn-default:focus, .btn-default.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
}

.btn-default.disabled, .btn-default:disabled {
  color: color-yiq(#ced4da);
  background-color: #ced4da;
  border-color: #ced4da;
}

.btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active,
.show > .btn-default.dropdown-toggle {
  color: color-yiq(#b1bbc4);
  background-color: #b1bbc4;
  border-color: #aab4bf;
}

.btn-default:not(:disabled):not(.disabled):active:focus, .btn-default:not(:disabled):not(.disabled).active:focus,
.show > .btn-default.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
}

.btn-outline-primary {
  color: #4fbfa8;
  background-color: transparent;
  background-image: none;
  border-color: #4fbfa8;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #4fbfa8;
  border-color: #4fbfa8;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(79, 191, 168, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(79, 191, 168, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #4fbfa8;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: color-yiq(#4fbfa8);
  background-color: #4fbfa8;
  border-color: #4fbfa8;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(79, 191, 168, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(79, 191, 168, 0.5);
}

.btn-outline-secondary {
  color: #868e96;
  background-color: transparent;
  background-image: none;
  border-color: #868e96;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #868e96;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: color-yiq(#868e96);
  background-color: #868e96;
  border-color: #868e96;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: color-yiq(#28a745);
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: color-yiq(#17a2b8);
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: color-yiq(#ffc107);
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: color-yiq(#dc3545);
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #fff;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: color-yiq(#f8f9fa);
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: color-yiq(#343a40);
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.7rem;
  line-height: 1.5;
  border-radius: 0;
}

/*
 * 3. TYPE  
 */
body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
}



h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}

h1,
.h1 {
  font-size: 2.2rem;
}

h2,
.h2 {
  font-size: 1.8rem;
}

h3,
.h3 {
  font-size: 1.5rem;
}

h4,
.h4 {
  font-size: 1.1rem;
}

h5,
.h5 {
  font-size: 1rem;
}

h6,
.h6 {
  font-size: 0.8rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1;
}

hr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 2rem;
  font-size: 1rem;
  border-left: 5px solid #4fbfa8;
}

.blockquote-footer {
  color: #868e96;
}

.blockquote-footer::before {
  content: "\2014 \00A0";
}

.text-primary {
  color: #4fbfa8 !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #3aa18c !important;
}


