/*.selector
 * @include prefix((transform: translateX(-20px), transition: color 0.3s linear)) */
/* a {
  color: #fff;
} */
a:hover {
  text-decoration: none;
}

img:not(.non-max-100) {
  max-width: 100%;
}

hr {
  margin: 2rem auto;
  width: 70%;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

ul {
  padding: 0;
}

hr.style14 {
  border: 0;
  height: 1.5px;
  background-image: -webkit-linear-gradient(left, #F9F6F8, #DED9D9, #F9F6F8);
  background-image: -moz-linear-gradient(left, #F9F6F8, #DED9D9, #F9F6F8);
  background-image: -ms-linear-gradient(left, #F9F6F8, #DED9D9, #F9F6F8);
  background-image: -o-linear-gradient(left, #F9F6F8, #DED9D9, #F9F6F8);
}

.d-grid {
  display: -ms-grid !important;
  display: grid !important;
}

.grid-3 {
  grid-template-columns:  auto auto auto;
}

.of-hidden {
  overflow: hidden;
}

.hover-zoom-img-wrapper {
  overflow: hidden;
}
.hover-zoom-img-wrapper img {
  width: 100%;
  height: 230px;
}
.hover-zoom-img-wrapper img:hover {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}

.heading h2 {
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 20px;
}
.heading p {
  font-size: 16px;
  margin: 0 auto;
  max-width: 60%;
}

.description {
  max-width: 100%;
}

.description,
.heading {
  margin-right: auto;
  margin-left: auto;
}

.font-12 {
  font-size: 12px;
}

.transition {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.cur-p:hover {
  cursor: pointer;
}

@-webkit-keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@-moz-keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@-ms-keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@-webkit-keyframes text-slider {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
  50.1% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes text-slider {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
  50.1% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes text-slider {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
  50.1% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes text-slider {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
  50.1% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
body {
  padding-top: 118px;
  font-family: calibri;
}

.topbar {
  line-height: 1.1;
}
.topbar #top-search {
  font-size: 12px;
  color: #030303;
}
.topbar #top-search:focus {
  box-shadow: none;
}
.topbar .dropdown-menu {
  min-width: 80px;
}
.topbar .dropdown-item {
  font-size: 12px;
  padding: 8px;
  width: 100%;
}
.topbar .dropdown-toggle:after {
  content: none;
}

.marquee {
  height: 30px;
  width: 500px;
  color: #fff;
  overflow: hidden;
  position: relative;
}
.marquee p {
  padding-left:100px;
  width: 1000px;
  position: absolute;
  overflow: hidden;
  animation: marquee 12s linear infinite;
  margin-top: 6px !important;
}
.marquee p:hover {
  animation-play-state: paused;
  cursor: pointer;
}

#top-search {
  padding-left: 20px;
  border-radius: 40px;
  height: 30px;
}

#search-icon {
  border-radius: 20px;
}
#search-icon:hover {
  cursor: pointer;
}

.input-group-addon {
  margin-left: -52px;
  border-radius: 40px;
  background-color: transparent;
  border: none;
  z-index: 3;
}

.navbar {
  padding: 0 1rem;
  background: #fff;
}

.navbar-brand {
  display: flex;
}
.navbar-brand img {
  height: 85px;
  float: left;
}

.brand-text {
  margin-top: 27px;
  position: relative;
  left: 0;
  display: flex;
  flex-direction: column;
}
.brand-text h6 {
  font-size: 15px;
  font-weight: bold;
  color: #054586;
}
.brand-text span {
  font-size: 11px;
  font-weight: bold;
  color: #054586;
  letter-spacing: 2.5px;
}
.sticky-navbar .navbar-brand a {
  display: block;
  position: relative;
  height: 15px;
  width: 50px;
}
.sticky-navbar .navbar-brand img {
  position: absolute;
  left: 0;
  height: 60px;
}
.sticky-navbar .brand-text {
  margin-left: 15px;
  margin-top: 20px;
}

.dropdown:hover > .dropdown-menu {
  display: block !important;
}
.dropdown .dropdown-menu {
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1000;
  margin: 0px;
}
.dropdown .dropdown-menu .dropdown-item {
  padding: 0.75rem 1.5rem;
  text-align: left !important;
}

.navbar-light .active > .nav-link {
  color: #054586;
}
.navbar-light .navbar-nav .nav-item .nav-link {
  color: #054586;
  position: relative;
  font-size: 16px;
}
.navbar-light .navbar-nav .nav-item .nav-link:focus {
  color: #4BADD2;
}
.navbar-light .navbar-nav .nav-item .nav-link:not(.dropdown-item):before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.navbar-light .navbar-nav .nav-item .nav-link:not(.dropdown-item):hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.navbar-light .dropdown:hover {
  color: white  !important;
  text-decoration: none;
  background-color: #4BADD2;
}
.navbar-light .navbar-nav .dropdown-item:hover {
  color: white;
  text-decoration: none;
  background-color: #4BADD2;
}

.dropdown-item:active, .dropdown-item:focus, .dropdown-item.is-checked, .navbar-nav li a:active, .navbar-nav li a:focus, .navbar-nav.is-checked {
  color: #4BADD2;
}

.icon-style {
  padding: 7px 8.25px;
  border: 3px solid black;
  font-size: 20px;
}

.progress-container {
  height: 3px;
  background: #4BADD2;
}

.progress-bar {
  height: 3px;
  background: #fff;
  border-bottom: 2px solid #4bacd2;
  box-sizing: content-box;
  width: 0%;
}

.carousel-inner img {
  width: 100%;
  height: auto;
}

.carousel-caption {
  bottom: 80px;
  font-size: 24px;
}

.horz-fill .carousel-img-wrapper {
  width: 100%;
  height: 600px;
  position: relative;
}
.horz-fill .carousel-img-wrapper img {
  width: 100%;
  height: 100%;
}

.carousel-control-next {
  width: auto;
  right: 3%;
  justify-content: initial;
}

.carousel-control-prev {
  width: auto;
  left: 3%;
  justify-content: initial;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  background-image: none;
  font-size: 25px;
  color: #000;
}

#slider .rich-text h3, #slider .rich-text p {
  text-shadow: 1px 1px 15px #000;
}

#button-list {
  background-color: #4BADD2;
}
#button-list .d-grid {
  margin-left: -5.5px;
  margin-right: -5.5px;
}
#button-list .btn {
  margin: 5.5px;
}
#button-list .btn:hover {
  color: white;
  background-color: #6AA845;
  border-color: #6AA845;
}
.each-about i,.each-about h2,.each-about .rich-text{
  color: white;
}
.each-about {
  position: relative;
  text-align: center;
  padding:20px 20px;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  box-shadow: 0 5px 20px 0 rgba(0,0,0,.2), 0 13px 24px -11px rgb(62 10 15);
  background-color: #054586;
  background: -ms-linear-gradient(left, #00ace8 0%, #054586 100%);
  background: -moz-linear-gradient(left, #00ace8 0%, #054586 100%);
  background: -o-linear-gradient(left, #00ace8 0%, #054586 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #00ace8), color-stop(100, #054586));
  background: -webkit-linear-gradient(left, #00ace8 0%, #054586 100%);
  background: linear-gradient(to right, #00ace8 0%, #054586 100%);
}
.card{
  box-shadow: 0 5px 20px 0 rgba(0,0,0,.2), 0 13px 24px -11px rgb(62 10 15);
}
#news-event{
  padding-bottom: 20px;
  /* background: linear-gradient(to right, #00ace8 0%, #054586 100%); */
}
#news-event .shape-1 {
  position: absolute;
  left: 0px;
  /* bottom: -200px; */
  background: url(../images/shape-1.png);
  width: 535px;
  height: 668px;
  background-repeat: no-repeat;
  background-position: center;
}
#news-event .shape-2 {
  position: absolute;
  right: 0px;
  /* bottom: -200px; */
  background: url(../images/shape-2.png);
  width: 535px;
  height: 668px;
  background-repeat: no-repeat;
  background-position: center;
}

.card-header{ 
  background: skyblue;
}
.heading h2 {
  position: relative;
  font-weight: 700;
  color: #054586;
  font-size: 46px;
  line-height: 1.2em;
  text-shadow: 1px 1px 2px #000;
  letter-spacing: 1px;
}
#gallery {
  position: relative;
  padding: 20px 0px 20px 0px;
}
#gallery:before {
  position: absolute;
  content: '';
  background: url(../images/service-pattern.png);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
.milumax {
  position: relative;
  background: #4BADD2;
}
.milumax:before {
  position: absolute;
  content: '';
  /* background: url(../images/pattern-bg.png); */
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-style-six .video-gallery:after {
  position: absolute;
  content: '';
  background: url(../images/video-pattern.png);
  width: 495px;
  height: 370px;
  right: -65px;
  bottom: 223px;
  z-index: -1;
}
.text p{
 text-align: justify;
}
.title-box{
 float: right;
 text-align: center;
}
#about-us {
  color: #030303;
  padding-top: 50px;
  background: #87ceeb57;
  padding-bottom: 20px;
}
#about-us .all-abouts {
  margin-bottom: 50px;
  margin-top: 20px;
}
#about-us .all-abouts .each-about i {
  font-size: 35px;
}
#about-us .all-abouts .each-about h2 {
  font-size: 24px;
}
#about-us .all-abouts .each-about p {
  font-size: 15px;
}
#about-us .all-abouts .each-about:hover i, #about-us .all-abouts .each-about:hover h2 {
  color: #fff;
}
.each-about:hover{
  box-shadow:none;
}
.news-slider img {
  width: 80px;
}
.news-slider ul {
  line-height: 20px;
  -webkit-animation: text-slider 10s linear infinite;
  -moz-animation: text-slider 10s linear infinite;
  -ms-animation: text-slider 10s linear infinite;
  -o-animation: text-slider 10s linear infinite;
  animation: text-slider 10s linear infinite;
}
.news-slider ul:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

.isotopne-btn {
  background: #4BADD2;
  color: #fff;
  box-shadow: 0 5px 20px 0 rgba(0,0,0,.2), 0 13px 24px -11px rgb(62 10 15);
}
.isotopne-btn:focus {
  outline: 0;
}

.isotopne-btn:hover,
.isotopne-btn:active,
.isotopne-btn.is-checked {
  background-color: #6AA845;
}

.portfolio-item {
  position: relative;
  float: left;
  color: #262524;
  overflow: hidden;
}
.portfolio-item img{
  box-shadow: 0 5px 20px 0 rgba(0,0,0,.2), 0 13px 24px -11px rgb(62 10 15);
}
.isotope-overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  height: calc(100% - 30px);
  width: calc(100% - 30px);
  margin-top: 15px;
  top: -100%;
  transition: 0.5s;
  color: #fff;
}
.isotope-overlay h3 {
  color: #fff;
  margin-top: 60px;
  text-align: center;
}
.isotope-overlay h5 {
  color: #fff;
}
.isotope-overlay p {
  color: #fff;
}

.portfolio-item:hover .isotope-overlay {
  top: 0;
  cursor: pointer;
}

#map p {
  line-height: 18px;
}

#contact input {
  color: #030303;
  border-left: 0;
}

.slider_img {
  height: 400px;
  width: auto;
}
.slider_img img {
  height: 100%;
  width: 100%;
}

.form-group button {
  color: white;
  background-color: #4BADD2;
}
.form-group button:focus {
  border-color: aliceblue;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.input-group-text {
  background-color: transparent;
  border-right: 0;
}

.form-control:focus {
  border-color: #ced4da;
  box-shadow: none;
}
.copyright {
  color: #fff;
  padding-top: 0px;
  background: #054586;

}
.footer {
  background-color: #4BADD2;
}

.social-icon a i {
  font-size: 40px;
  margin-right: 10px;
  color: white;
  transition: 0.4s linear;
}

.social-icon h4 {
  color: #fff;
}

.social-icon a i:hover {
  color: black;
  cursor: pointer;
}

.footer ul li {
  list-style-type: none;
  margin-bottom: 5px;
}

.footer ul li a:hover {
  color: #000;
}

.footer ul li a {
  color: #fff;
  transition: 0.3s linear;
}

.footer-text {
  padding-top: 20px;
  text-align: center;
  color: black;
  font-size: 15px;
  padding-bottom: 10px;
}

.footer-text p a {
  color: yellow;
}

.footer-text p a:hover {
  color: black;
}

.footer_logo div img {
  display: block;
  padding: 0;
  max-width: 160px;
  margin-left: 40px;
}

@media (max-width: 580px) {
  
  body {  
    width: 484px; 
    overflow-x: hidden; 
  }
  header {
    width: 384px !important;
  }
  .brand-text span { 
    letter-spacing: normal;
  }
  #about-us {
    width: 384px;
  }
  #top-search {
    max-width: 70%;
  }
  .my-5.news-content {
    width: 370px;
  }
  #portfolio,#gallery {
    width: 420px;
  }
  #demo {
    height: 300px;
  }
  .horz-fill .carousel-img-wrapper img { 
    height: 300px;
  }
  .footer {
    text-align: center;
  }
}
.scrollup {
  width: 40px;
  height: 40px;
  font-size: 27px;
  color: #fff;
  background: #044585;
  bottom: 57px;
  right: 0;
  border-radius: 5px;
}

.arrow {
  position: relative;
  display: flex;
  justify-content: center;
}

.down-arrow {
  position: absolute;
  font-size: 45px;
  opacity: 1.5;
  animation: bounce 1.5s linear infinite;
  animation-delay: 0s;
}
.down-arrow i {
  color: #4BADD2;
}
.down-arrow:hover {
  animation-play-state: paused;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(-30px);
  }
  15% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-20px);
  }
  30% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  45% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.breadcrumb-style {
  margin-top: 15px;
}

.breadcrumb {
  display: -webkit-inline-flex;
  background: #4BADD2;
  border: 2px solid #4BADD2;
  padding: 8px 30px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.breadcrumb ul {
  padding: 15px 30px;
}

.breadcrumb li {
  font-style: italic;
  font-size: 18px;
}

.breadcrumb i {
  color: #fff;
}

.breadcrumb a {
  text-decoration: underline;
  color: #fff;
}

.breadcrumb:hover {
  box-shadow: none;
}

/*# sourceMappingURL=home.css.map */
html *{
  -webkit-font-smoothing: antialiased;
}
h3{
  font-size: 25px !important;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.4em !important;
}

p {
  font-size: 18px;
  margin: 0 0 10px !important;
  font-weight: 300;
} 

small {
  font-size: 75%;
  color: #777;
  font-weight: 400;
}

.container .title{
  color: #3c4858;
  text-decoration: none;
  margin-top: 30px;
  margin-bottom: 25px;
  min-height: 32px;
}

.container .title h3{
  font-size: 25px;
  font-weight: 300;
}

div.card {
  border: 0;
  margin-bottom: 30px;
  margin-top: 30px;
  border-radius: 6px;
  color: rgba(0,0,0,.87);
  background: #fff;
  width: 100%;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

div.card.card-plain {
  background: transparent;
  box-shadow: none;
}
div.card .card-header {
  color: aliceblue;
  border-radius: 3px;
  padding: 1rem 15px;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: -30px;
  border: 0;
  background: linear-gradient(60deg,#054586,#00ace8 );
}

.card-plain .card-header:not(.card-avatar) {
  margin-left: 0;
  margin-right: 0;
}

.div.card .card-body{
  padding: 15px 30px;
}

div.card .card-header-primary {
  /* background: linear-gradient(60deg,#ab47bc,#7b1fa2); */
  background: linear-gradient(60deg,#054586,#00ace8 );
  box-shadow: 0 5px 20px 0 rgba(0,0,0,.2), 0 13px 24px -11px rgba(156,39,176,.6);
}

div.card .card-header-danger {
  background: linear-gradient(60deg,#ef5350,#d32f2f);
  box-shadow: 0 5px 20px 0 rgba(0,0,0,.2), 0 13px 24px -11px rgba(244,67,54,.6);
}


.card-nav-tabs .card-header {
  margin-top: -30px!important;
}

.card .card-header .nav-tabs {
  padding: 0;
}

.nav-tabs {
  border: 0;
  border-radius: 3px;
  padding: 0 15px;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-item .nav-link.active {
  background-color: hsla(0,0%,100%,.2);
  transition: background-color .3s .2s;
}

.nav-tabs .nav-item .nav-link{
  border: 0!important;
  color: #fff!important;
  font-weight: 500;
}

.nav-tabs .nav-item .nav-link {
  color: #fff;
  border: 0;
  margin: 0;
  border-radius: 3px;
  line-height: 24px;
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px 15px;
  background-color: transparent;
  transition: background-color .3s 0s;
}

.nav-link{
  display: block;
}

.nav-tabs .nav-item .material-icons {
  margin: -1px 5px 0 0;
  vertical-align: middle;
}

.nav .nav-item {
  position: relative;
}
table td{
  border-color: #ccc;   
  padding-left: 10px;   
  padding-top: 5px;
  border: 0px solid;
}
.card-title {
  font-size: 16px;
  height: 20px;
}
footer{
  margin-top:100px;
  color: #555;
  background: #fff;
  padding: 25px;
  font-weight: 300;
  
}
.footer p{
  margin-bottom: 0;
  font-size: 14px;
  margin: 0 0 10px;
  font-weight: 300;
}
footer p a{
  color: #555;
  font-weight: 400;
}

footer p a:hover {
  color: #9f26aa;
  text-decoration: none;
}

.card:hover{
  box-shadow: 0 5px 20px 0 rgba(0,0,0,.2), 0 13px 24px -11px rgb(62 10 15);
}
.nav-tabs .nav-link{
  color: #fff;
}
.nav-tabs .nav-link.active {
  color: #fff;
  /* font-weight:bold; */
  background-color: transparent;
  border-bottom:3px solid #fff;
  border-right: none;
  border-left: none;
  border-top: none;
}