﻿/* 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;
}

/* 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: 260px;
}
@media (max-width: 991px) {
    body {
        margin-bottom: 520px;
    }
}

body {
    line-height: 1.2;
    font-family: "Poppins", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    color: #5c5c77;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /*line-height: 60px;*/ /* Vertically center the text there */
}


/*login modal*/
@keyframes slideInFromLeft {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

.modal-login .avatar {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -50px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    z-index: 9;
    background: #fafafa; /*#FE4321;*/
    padding: 15px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.31);
}

    .modal-login .avatar img {
        width: 100%;
    }

.modal-login {
    z-index: 10000000 !important;
}

.slideinanim {
    /* This section calls the slideInFromLeft animation we defined above */
    animation: 1s ease-out 0s 1 slideInFromLeft;
    background: transparent;
    padding: 30px;
}

.modal-login .form-group {
    margin-bottom: 0.6rem;
}
/*form control padding settings*/
.control-label {
    margin-bottom: 0;
}

.form-group {
    padding: 0.2rem 0.4rem 0.2rem 0.4rem;
    margin-bottom: 0.4rem;
}

/*modal settings*/
.modal-content .modal-body {
    padding: 0.2rem 2.6rem 0.2rem 2.6rem;
}
.modal-content .modal-footer {
    padding: 0.2rem 1.2rem 0.70rem 2.0rem;
    border-top:0;
}
.modal-content .modal-header {
    padding: 0.8rem 1.0rem 0.2rem 1.5rem;
}
.modal-backdrop {
    opacity: 0.3;
    background-color:rgba(0, 0, 0, 1);
    transition: opacity .2s;
}

/*modal animation*/
    .modal-backdrop.in {
        opacity: 0.9;
    }
#modalgallery .modal-content {
    background-color:#302e2e;
    padding:0;
    margin:0;

}

.animated {
    -webkit-animation-duration: .31s;
    animation-duration: .31s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes zoomIn {
    20% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    20% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50%, to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50%, to {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

/*details btn settings*/
.detbtn.btn {
    border: none;
    text-align: left;
    color: white;
}

    .detbtn.btn i {
        width: 30px;
    }

    /*Gallery */
.letter {
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    margin: 26px auto 0;
/*    max-width: 550px;
    min-height: 300px;*/
    padding: 24px;
    position: relative;
    width: 80%;
}

    .letter:before, .letter:after {
        content: "";
        height: 98%;
        position: absolute;
        width: 100%;
        z-index: -1;
    }

    .letter:before {
        background: #fafafa;
        box-shadow: 0 0 8px rgba(0,0,0,0.2);
        left: -5px;
        top: 4px;
        transform: rotate(-2.5deg);
    }

    .letter:after {
        background: #f6f6f6;
        box-shadow: 0 0 3px rgba(0,0,0,0.2);
        right: -3px;
        top: 1px;
        transform: rotate(1.4deg);
    }
.zoomimg {
    overflow: hidden;
}
    .zoomimg img {
        max-height: 200px;
        transition: all ease 0.5s;
        max-height: 200px;
    }

    .zoomimg:hover img {
        max-height: 200px;
        transform: scale(1.5);
    }

.card-img {
    overflow: hidden;
}
.card-img img{
    transition:all ease 0.5s;
}
    .card-img:hover img {
        transform: scale(1.5);
    }
#modalgallery .modal-dialog .modal-content .modal-body img{
    width:100%;
    height:auto;
    overflow:hidden;
}

.btn i {
    -webkit-transition: 2.6s;
    -moz-transition: 2.6s;
    transition: 2.6s;
}

.btn:hover i {
    -webkit-transform: rotateZ(360deg); 
    -moz-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}

.counselling div.row {
    border: 20px 0px 1px 0px dashed rgba(0, 0, 0, 1);
}
.counselling div h2 {
    color: rgb(72 70 70 / 0.10);
    text-shadow: 0px 2px 3px rgb(173 173 173);
    font-weight: 800;
}

.uniquecourse {

    background: rgb(246,246,247);
    background: linear-gradient(168deg, rgba(246,246,247,1) 0%, rgba(241,241,241,0.8711193095402223) 56%, rgba(246,242,222,1) 100%);
}
