/********** Template CSS **********/
:root {
    --primary: #06BBCC;
    --light: #F0FBFC;
    --dark: #181d38;
}
.fw-medium {
    font-weight: 600 !important;
}
.fw-semi-bold {
    font-weight: 700 !important;
}
.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}
#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}
.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}
.btn-square {
    width: 38px;
    height: 38px;
}
.btn-sm-square {
    width: 32px;
    height: 32px;
}
.btn-lg-square {
    width: 48px;
    height: 48px;
}
.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 0px;
}
/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}
.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #FF5722;
}
@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }
    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}
.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}
.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}
.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}
@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }
    .navbar .dropdown-menu.fade-down {
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }
    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}
/*** Header carousel ***/
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}
.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    transition: .5s;
}
.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: #FF5722;
    border-color: #FF5722;
}
.page-header {
    color: #FF5722;
    background: ;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-header-inner {
    background: rgba(15, 23, 43, .7);
}
.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}
/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}
.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 8px;
    left: -40px;
    background: #FF5722;
    z-index: -1;
}
.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 9px;
    left: -60px;
    background: #FF5722;
    z-index: -1;
}
.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}
.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}
/*** Service ***/
.service-item {
    background: #ffe8e0;
    transition: .5s;
    border-radius: 15px;
}
.service-item:hover {
    margin-top: -10px;
    background: #FF5722;
}
.service-item * {
    transition: .5s;
}
.service-item:hover * {
    color: var(--light) !important;
}


.service-item:hover #flatcal_minical * {
    color: #000000 !important;
}
/*** Categories & Courses ***/
.category img,
.course-item img {
    transition: .5s;
}
.category a:hover img,
.course-item:hover img {
    transform: scale(1.1);
}
a {
    color: #FF5722;
    text-decoration: none;
}
/*** Team ***/
.team-item img {
    transition: .5s;
}
.team-item:hover img {
    transform: scale(1.1);
}
/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}
.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}
@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}
@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}
.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: .5s;
}
.testimonial-carousel .owl-item.center .testimonial-text {
    background: #FF5722 !important;
}
.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}
.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    transition: .5s;
}
.testimonial-carousel .owl-dot.active {
    background: #FF5722 !important;
    border-color: #FF5722 !important;
}
/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-weight: normal;
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}
.footer .btn.btn-social:hover {
    color: var(--primary);
}
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}
.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}
.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}
.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}
.footer .copyright a {
    color: #FF5722;
}
.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}
.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
.mb-5 {
    margin-bottom: 0rem !important;
}
.img-fluid1 {
    max-width: 100%;
    height: 50vh !important;
}
#log
{
    height: 37px;
    margin-top: 18px;
    margin-right: 8px;
    border-radius: 5px;
}
.display-3 {
    font-size: calc(0.525rem + 2vw);
    background-color: #ffc10740;
}
}
#logo
{
    filter: drop-shadow(5px 5px 5px #222); 
}
.btn-primary {
    color: #000;
    background-color: #FF5722;
    border-color: #FF5722;
}
.btn-primary:hover {
    color: #000;
    background-color: #FF9800;
    border-color: #FF9800;
}
.btn-check:checked+.btn-primary, .btn-check:active+.btn-primary, .btn-primary:active, .btn-primary.active, .show>.btn-primary.dropdown-toggle {
    color: #000;
    background-color: #FF5722;
    border-color: #FF5722;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #FF5722;
}
.btn-check:checked+.btn-primary:focus, .btn-check:active+.btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem #FF5722;
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
    color: #000;
    background-color: #FF5722;
    border-color: #FF5722;
    box-shadow: 0 0 0 0.25rem #FF5722;
}
.text-primary {
    color: #FF5722 !important;
}
.text-white {
    color: #fff !important;
   
}
.p-2 {
    padding: 0.5rem !important;
}
.block-20 {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 275px;
    position: relative;
    display: block;
}
.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.blog-entry .meta-date {
    display: inline-block;
    background: #FF5722;
}
.text-center {
    text-align: center !important;
}
.p-2 {
    padding: 0.5rem !important;
}
blog-entry .meta-date .day {
    font-weight: 700;
    font-size: 20px;
}
.blog-entry .meta-date span {
    display: block;
    color: #fff;
}
.blog-entry .meta-date .mos, .blog-entry .meta-date .yr {
    font-size: 13px;
}
.blog-entry .meta-date span {
    display: block;
    color: #fff;
}
.meta-date .yr {
    font-size: 13px;
}
.blog-entry .meta-date span {
    display: block;
    color: #fff;
}
.blog-entry .text {
    position: relative;
    border-top: 0;
    border-radius: 2px;
}
.bg-white {
    background: #fff !important;
}
.blog-entry .meta-date .day {
    font-weight: 700;
    font-size: 20px;
}
a:hover {
    color: #FF5722;
}
.blog{
    color: #FF5722;
}
.bg-org
{
    background-color: beige;
}
.py-b {
    padding-top: 1rem !important;
    padding-bottom: 3rem !important;
}
.spiri
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.form-control:focus {
    color: #52565b;
    background-color: #fff;
    border-color: #FF5722;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(255 189 168);
}
.modal-header {
    background-color: #0b4393;
    font-family: PillGothic300mg-Light, Tahoma, Arial, sans-serif;
    text-transform: uppercase;
    text-align: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 14px 25px 10px;
    display: block;
}
.modal {
    background-color: #ff572233;
}
.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: left;
    padding: 0.75rem;
    border-top: 1px solid #c5c5c4;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}
.btns
{
    border-radius: 5px;
    height: 40px;
}
.bg-primary {
    background-color: #FF5722 !important;
}
.py-6 {
    padding-bottom: 0rem !important; 
}
.qurbana-schedule {
    font-family: Nunito,sans-serif;
    /* padding: 20px; */
    
  
}
.nav-link {
    color: #000;
    }    
.nav-link:hover, .nav-link:focus {
    color: #FF5722;
}
#logo {
  margin-top: 65px;
    width: 135px;
    margin-left: 90px;
    /* border-radius: 50%; */
    /* box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.8); */
    filter: drop-shadow(1px 5px 5px #222);
}
#logo1
{
    width: 100px;
    padding: 5px;
}
#logo2 {
    width: 70px;
    padding: 5px;
}
.px-lg-5 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #ffffff !important;
    background-color: #ff5722ab !important;
    padding-left: 25px;
    border-left: 5px solid #000000;
    transition: all 0.3s ease;
}

#bull
{
    width: 300px;
    float: left;
    padding-left: 0px;
}
.min-vh-100 {
    min-height: fit-content;
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(6 187 204 / 0%) !important;
}
.blog-entry .meta-date {
    display: flex;
    background: #FF5722;
    padding-top: 10px;
    margin-top: -108px;
    /* flex-direction: column; */
    align-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-evenly;
    z-index: 1000;
    position: absolute;
    width: 46px;
}
.p-4 {
   
    
    overflow: hidden;
}
.service-item .p-4 {
    min-height: 372px;
    max-height: 372px;
  padding: 1.5rem !important;
}
.p-4 {
   
    overflow: hidden;
    text-align: center;
}
 .imgsha {
    height: 246px;
    width: auto;
    border-radius: 50%;
    box-shadow: 0px 7px 12px 0px rgb(0 0 0 / 40%);
}
.reslab {
    background-color: #FF5722;
    color: #ffffff;
    text-align: center;
    border-radius: 4px;
    padding: 3px;
    height: 52px;
    vertical-align: middle;
    font-size: 1.0rem;
    line-height: 1.25;
    font-weight: bold;
    display: table-cell;
    min-width: 240px;
    margin: 10px auto 20px auto!important;
    /* margin-top: 10px; */
    clear: both;
}
.page-header h1 {
    font-size: calc(0.125rem + 2vw);
    background-color: #874b3887;
    color: #fff !important;
    /* margin-top: -30px; */
    /* text-shadow: 0 0 black; */
    text-shadow: 2px 7px 5px rgb(0 0 0 / 51%), 0px -4px 10px rgb(255 255 255 / 0%);
}
.page-header {
    color: #ffffff;
    background: ;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
   
    z-index: 999;
}
h3.group-title
{
    display:none;
}
 


.elem155 > span {
     max-height: 75px!important; 
}


