.text-justify {
    text-align: justify;
}
.min-h-115 {
    min-height: 115px;
}
.min-h-200 {
    min-height: 200px;
}

.z-1 {
    z-index: 1;
}

.f20 {
    font-size: 20px;
}

/* Padding */
.pb-9px { padding-bottom:9px; }
.pb-12px { padding-bottom: 12px; }
.pb-20px { padding-bottom: 20px; }
.pb-22px { padding-bottom: 22px; }
.pb-33px { padding-bottom: 33px !important; }



/* Margins */
.mt-20px { margin-top: 20px; }
.mb-5px {margin-bottom: 5px;}
.mb-20px {margin-bottom: 20px;}

/* Widht */
.w-90 { width: 90%; }


.register-bg {
    background: url(../img/reg-back2.png) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.inquiry-bg {
    background: url(../img/inquiry_back.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.fb-bg {
    background: url(../img/fb-bg.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}



.reg-content-banner a img {
    /* box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4); */
    box-shadow: 4px 1px 13px rgba(0, 0, 0, 0.4);
}
.reg-content-banner a img:hover {
    /* box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2); */
    box-shadow: 4px 1px 13px rgba(0, 0, 0, 0.2);
}

.reg-grow {
    transform: scale(1);
    transition: all .3s ease-in-out;
}
.reg-grow:hover {
    transform: scale(1.05);
}

li::marker {
    color: #1363C6;
  }

 /* li::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-weight: 900; 
    color: #1363C6;
  }

  li {
    list-style:none;
  }
   */

li .list-head {
    display: inline-block;
    font-weight: bold;
    border-bottom: 2px solid #1363C6;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #1363C6;
}

.courses-carousel {
    position: relative;
}

.courses-carousel .case-item {
    z-index: 1;
}

.courses-carousel .case-overlay small,
.course-item .case-overlay small {
    margin-bottom: 1px;
    font-size: 12px;
}
.courses-carousel .case-overlay h5,
.course-item .case-overlay h5  {
    font-size: 18px
}

.courses-carousel .case-overlay,
.course-item .case-overlay  {
    padding: 15px;
}


.courses-carousel .owl-nav {
    position: absolute;
    /* width: 40px; */
    width: 100%;
    /* height: 50%; */
    top: calc(50% - 50px);
    left: -21px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.courses-carousel .owl-nav .owl-prev,
.courses-carousel .owl-nav .owl-next {
    margin: 5px 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    border: 1px solid var(--primary);
    border-radius: 40px;
    font-size: 18px;
    transition: .5s;
}

.courses-carousel .owl-nav .owl-prev{
    left: 0px;
    position: absolute;
}

.courses-carousel .owl-nav .owl-next{
    right: -42px;
    position: absolute;
}



.courses-carousel .owl-nav .owl-prev:hover,
.courses-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: #FFFFFF;
}

.courses-carousel .owl-dots {
    margin-top: 35px;
   
    text-align: center;
}

.courses-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    width: 15px;
    height: 15px;
    background: #FFFFFF;
    border: 1px solid var(--primary);
    border-radius: 15px;
    transition: .5s;
}

.courses-carousel .owl-dot.active {
    width: 30px;
    background: var(--primary);
}

.add-primary-bg {
    background-color: #1363c6 !important;
}

.course-enroll-btn {
    position: absolute;
    bottom: 15px;
    right: 10px;
    z-index: 10;
    color: #fff;
    border-bottom: 2px solid #1363C6;
    border-radius: 0;
    padding: 2px;
    /* animation: blinker 2s linear infinite; */
    font-size: 11px;
}

.course-enroll-btn.course-include {
    bottom: 20px;
    font-size: 15px;
}

.case-overlay {
    padding: 30px 20px 20px 20px;
}
/* 
@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
} */

.invalid-feedback {
    display: block;
}
.g-recaptcha {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.cursor-pointer{
    cursor: pointer;
}

.login-container {
    background: url(../img/bg-3.png) no-repeat center center fixed;;
    background-size: cover;
    height: 100vh;

}

.login-subcontainer {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px
}

.login-subcontainer img {
    width: 65%;
}
.btn-link.f-company-email {
    display: inline-block !important;
}
.btn-link.f-company-email::before {
    content: '' !important;
    display: inline-block;
    margin-right: 0px !important;
}

.search-input-button-container {
    margin-bottom: 30px !important;
    margin-top: 20px;
}
.search-input-button-container .form-control{
    height: 45px;
}

.custom-card-body {
    max-height: 250px;
    height: 250px;
    overflow-y: auto;
}

.custom-btn-link {
    font-size: 14px;
}

.spin-grow-custom {
    width: 3rem; height: 3rem;
}

.google-iframe {
    display:none;visibility:hidden
}

.modal-content-bg{
    background: rgba(20, 24, 62, 0.7);
}

.max-w-500px {
    max-width: 500px;
}
.max-w-600px {
    max-width: 600px;
}
.max-h-300 {
    max-height: 300px;
}
.max-h-700 {
    max-height: 700px !important;
}

.h-150px {
    height: 150px !important;
}

.logo-head-custom {
    width: 75px;
}





@media (max-width: 991px) {
    .logo-head-custom {
        margin-top: -17px;
    }
}
