/* ==================== Start:- Import URL ====================  */
@import url('../fonts/fonts.css');
@import '../css/animate.min.css';
@import '../owlcarousel/owl.carousel.min.css';
@import '../owlcarousel/owl.theme.default.min.css';

/* ==================== End:- Import URL ====================  */
/* */

/* ==================== Start:- Common ====================  */
html, body {
    height: 100%;
    margin: 0;
    
}
.login-home-body {
    display: flex;
    flex-direction: column;
}
.main-sec-log {
    flex: 1 0 auto;
	background: #e6e5e5;
}

footer {
    flex-shrink: 0;
    background: #232a31;
    color: #fcfcfc;
}

a {
    text-decoration: none !important;
}
input:focus, select:focus {
    border-color: #dddcdc !important;
    box-shadow: none !important;
}
.btn:focus {
    box-shadow: none !important;
}

.center-mid {
    display: flex;
    justify-content: center;
    align-items: center;
  
}

.size-01 {
    font-size: 50px;
    font-weight: bold;
}

.size-01-1 {
    font-size: 50px;
    font-weight: bold;
}
.size-02 {
    font-size: 18px;
    font-weight: bold;
}
.size-03 {
    font-size: 30px;
}
.padding-01 {
    padding: 20px 250px;
}

.img-s {
    box-shadow: 2px 4px 6px #8b8b8b;
}
@media only screen and (max-width:767px) {
    h1 {
        font-size: 30px;
    }
    .size-03 {
        font-size: 30px;
    }
    .padding-01 {
        padding: 20px 20px;
    }
    .size-01-1 {
        font-size: 40px;
        font-weight: bold;
    }
}
.visible{
    opacity:1;
}
.delay-p5s {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
/* ==================== End:- Common ====================  */

/* ==================== Start:- Navbar ====================  */
nav .btn-primary{
    width: 120px !important; 
}


@media only screen and (max-width: 960px) {
    nav .btn-primary{
        width: 100% !important; 
    }
}
/* ==================== End:- Navbar ====================  */

/* ==================== Start:- footer ====================  */
footer hr {
    background: #8b8b8b;
}
.btn-social {
    width: 35px;
    background-color: #e0dfdf;
}
.footer-heading:link, .footer-heading:hover, .footer-heading:visited, .footer-heading:active {
    color: #fcfcfc;
    text-transform: uppercase;
}

.footer-subHeading:link, .footer-subHeading:visited, .footer-subHeading:active {
    color: #8b8b8b;
    font-size: 15px;
}
.footer-subHeading:hover {
    color: #e0dfdf;
}
.footer-law {
    font-size: 14px;
}
/* ==================== End:- footer ====================  */


/* ==================== Start:- login Home ====================  */

.btn-type {
    width: 100%;
    height: 120px;
    color: #000000;
    background-color: #ffffff;
    border-radius: 3px;
    box-shadow: 0 2px 20px #d6d6d6;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .btn-type:hover, .btn-type:focus {
      
    box-shadow: 0 2px 5px #dddcdc;
  }
  /* ==================== End:- login Home ====================  */

  /* ==================== Start:- Login ====================  */
.ls-home {
    background-color: #4f5052;
}
.main-sec{
    color: #000000;
    padding: 40px;
}
.log-div {
    display: flex;
    justify-content: center;
}
.btn-signin {
    background-color: #1F4983;
    color: #ffffff;
    width: 100%;
    height: 45px;
    -webkit-transition: .9s;
    transition: .9s;
}
.btn-signin:hover, .btn-signin:active, .btn-signin:focus {
    background-color: #41addf;
    color: #ffffff;
    box-shadow: none !important;
}
/* ==================== End:- Login ====================  */


/* ==================== Start:- Forgot password ====================  */
.main-sec-log-reset {

    min-height: 400px;
}

/* ==================== End:- Forgot password ====================  */


/* ==================== Start:- Dashboard ====================  */

.btn-dash {
    width: 100%;
    height: 100px;
    color: #000000;
    background-color: #ffffff;
    border-radius: 3px;
    box-shadow: 0 2px 20px #d6d6d6;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-dash:hover, .btn-dash:focus {
      
    box-shadow: 0 2px 5px #b1b0b0;
}
.btn-dash h4 {
    font-size: 17px;
}

.img-student {
    box-shadow: 2px 4px 6px #8b8b8b;
}
/* ==================== End:- Dashboard ====================  */


/* ==================== Start:- Stats ====================  */
.stat-name {
    font-size: 12px;
    text-align: center;
}
.stat-count {
    padding: 8px;
    text-align: center;
    background-color: #fcfcfc;
}

/* ==================== End:- Stats ====================  */

/* ==================== Start:- Home ====================  */


.section-row {
    color: #ffffff;
    background-color: #c26a11;
}
.row-color {
    color: #ffffff;
    background-color: #003168;
}
.border-r {
    border-right: 1px solid #ffffff;
}

@media only screen and (max-width: 767px) {
    .border-r {
        border-right: none;
        border-bottom: 1px solid #0e1316;
    }
}

/* ==================== End:- Home ====================  */

/* ============ Start:- Brands ============ */
.banner-content-div {
    height: 150px;
    margin: 1rem !important;
    background-color: #ffffff;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    box-shadow: 0px 0px 10px #5858581e;
    -webkit-transition: .5s;
            transition: .5s;
}
.banner-logo {
    width:80% !important;
}

/* ============ End:- Brands ============ */