﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}
.fa-star {
    font-size: 50px;
    align-content: center;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}
.no-enter {
    resize: none;
}

/* class for dropdown menu*/

.startp-nav nav .navbar-nav .nav-item .dropdown_menu {
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
    background: #fff;
    position: absolute;
    top: 80px;
    left: 0;
    width: 250px;
    z-index: 99;
    padding-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 20px;
    opacity: 0;
    border-radius: 5px;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .startp-nav nav .navbar-nav .nav-item .dropdown_menu li {
        position: relative;
        padding: 0;
    }

        .startp-nav nav .navbar-nav .nav-item .dropdown_menu li a {
            font-size: 14px;
            font-weight: 500;
            padding: 9px 15px;
            margin: 0;
            display: block;
            color: #4a6f8a;
        }

            .startp-nav nav .navbar-nav .nav-item .dropdown_menu li a.active,
            .startp-nav nav .navbar-nav .nav-item .dropdown_menu li a:focus,
            .startp-nav nav .navbar-nav .nav-item .dropdown_menu li a:hover {
                color: #44ce6f;
            }

        .startp-nav nav .navbar-nav .nav-item .dropdown_menu li .dropdown_menu {
            position: absolute;
            left: 220px;
            top: 0;
            opacity: 0 !important;
            visibility: hidden !important;
        }

            .startp-nav nav .navbar-nav .nav-item .dropdown_menu li .dropdown_menu li a {
                color: #4a6f8a;
            }

                .startp-nav nav .navbar-nav .nav-item .dropdown_menu li .dropdown_menu li a.active,
                .startp-nav nav .navbar-nav .nav-item .dropdown_menu li .dropdown_menu li a:focus,
                .startp-nav nav .navbar-nav .nav-item .dropdown_menu li .dropdown_menu li a:hover {
                    color: #44ce6f;
                }

        .startp-nav nav .navbar-nav .nav-item .dropdown_menu li:hover .dropdown_menu {
            opacity: 1 !important;
            visibility: visible !important;
            top: -20px !important;
        }

        .startp-nav nav .navbar-nav .nav-item .dropdown_menu li:hover a {
            color: #44ce6f;
        }

.startp-nav nav .navbar-nav .nav-item:hover ul {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

#tabs {
    border: none
}

.wrapper {
    width: 100%;
    padding-top: 20px;
    text-align: center;
}

.carousel {
    width: 90%;
    margin: 0px auto;
}

.slick-slide {
    margin: 10px;
}

    .slick-slide img {
        width: 100%;
        border: 2px solid #fff;
    }

.wrapper .slick-dots li button:before {
    font-size: 20px;
    color: white;
}

