*{
    margin: 0;
    padding: 0;
    box-sizing: border-box
}
body{
    font-family: 'Lato', 'Noto Kufi Arabic', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #091935
}
img {
    width: 100%;
    height: auto;
    user-select: none
}
a{
    color: inherit;
    text-decoration: none
}
h1, h2, h3, h4, h5{
    font-family: 'Playfair Display', 'Cairo', serif;
}
ul, li{
    list-style: none
}
input::placeholder{
    color: #ACACAC !important
}
input, textarea, select{
    font-size:14px !important;
    padding: 12px !important;
    /* background-color: #F5F5F5 !important; */
    border: 1px solid #E3E3E3 !important;
}
button{
    border:0
}
label{
    color: #374151;
    font-size:14px
}
.form-control:focus, .form-select:focus{
    box-shadow: none !important;
    border-color: #A87A38 !important
}

/*
|
|----------------------------------------------------------------------------------
|   Custom Classes
|----------------------------------------------------------------------------------
|
*/
.center{
    display: flex;
    align-items: center;
    justify-content: center
}
.space-between{
    display: flex;
    align-items: center;
    justify-content: space-between
}
.align-center{
    display: flex;
    align-items: center
}

.rounded-15{
    border-radius: 15px !important
}
.rounded-top-15{
    border-radius: 15px 15px 0 0 !important
}
.py-6{padding-top: 6rem !important; padding-bottom: 6rem !important}
@media (max-width: 992px) {
    .py-6{padding-top: 5rem !important; padding-bottom: 5rem !important}
}
.pt-6{padding-top: 6rem !important}
.pb-6{padding-bottom: 6rem !important}

.w-h-16{width: 16px;height: 16px}
.w-h-35{width: 35px;height: 35px}
.w-h-40{width: 40px;height: 40px}
.w-h-50{width: 50px;height: 50px}

.fs-10{font-size: 10px}
.fs-11{font-size: 11px}
.fs-12{font-size: 12px}
.fs-13{font-size: 13px}
.fs-14{font-size: 14px}
.fs-15{font-size: 15px}
.fs-16{font-size: 16px}
.fs-17{font-size: 17px}
.fs-18{font-size: 18px}
.fs-19{font-size: 19px}
.fs-20{font-size: 20px}
.fs-21{font-size: 21px}

/* Backgrounds */
.bg-dark-1{background: #091935 !important}
.bg-dark-2{background: #374151}
.bg-dark-3{background: #6B7280}
.bg-dark-4{background: #9095a0}

.bg-smoke-1{background: #E4E4E4}
.bg-smoke-2{background: #F5F5F5}

.bg-gold-1{background: #A87A38}
.bg-gold-2{background: #FBF3E7}
.bg-red-1{background:  #790407}

/* Text */
.text-dark-1{color: #091935}
.text-dark-2{color: #374151}
.text-dark-3{color: #6B7280}
.text-dark-4{color: #9095a0}

.text-smoke-1{color: #E4E4E4}
.text-smoke-2{color: #F5F5F5}

.text-gold-1{color: #A87A38}
.text-gold-2{color: #FBF3E7}
.text-red-1{color:  #790407}

h6,
.about p,
.courses .title p,
.certificates .title p{
    font-family: 'Merriweather', 'Noto Kufi Arabic', serif
}

/*
|
|----------------------------------------------------------------------------------
|   Navbar
|----------------------------------------------------------------------------------
|
*/
.navbar-shape {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 95px;
  width: calc(100% - 180px);
  background: url(/assets/images/head-shape.svg) no-repeat left center/contain;
}
.navbar-brand {
  z-index: 1
}
@media (max-width: 992px) {
    .navbar-shape{
        display: none
    }
}


/*
|
|----------------------------------------------------------------------------------
|   Hero
|----------------------------------------------------------------------------------
|
*/
.hero {
    height: calc(100vh - 164.7px);
    /* background-image: url(/assets/images/hero.jpg); */
    background-image: url(/assets/images/hero.webp);
    background-size: cover;
    background-position: bottom
}
@media (max-width: 767px) {
    .hero {
        height: 80vh
    }
}
.hero::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #091935, transparent)
}
.hero p{
    font-family: 'Merriweather', 'Noto Kufi Arabic', serif
}

/*
|
|----------------------------------------------------------------------------------
|   Partners
|----------------------------------------------------------------------------------
|
*/
#Partners img{
    width: auto;
    height: 60px
}
.partners{
    margin: 30px auto
}

/*
|
|----------------------------------------------------------------------------------
|   About
|----------------------------------------------------------------------------------
|
*/
.about p{
    line-height: 2
}
.about{
    border: 40px solid #091935;
}

@media (max-width: 767px) {
    .about{
        border: 10px solid #091935;
    }
}

/*
|
|----------------------------------------------------------------------------------
|   Courses
|----------------------------------------------------------------------------------
|
*/
.courses .item h3{
    font-family: 'Lato', 'Noto Kufi Arabic', serif
}
.certificate-slider img{
    border: 10px groove #795548;
}

.accordion-button:not(.collapsed){
    color: #222
}
.user-form{
    background-image: linear-gradient(rgb(9 25 53), rgb(9 25 53 / 19%)), url(/assets/images/cert-city.png) !important;
    background-size: auto, 59% 100% !important;
    background-position: 50% 50%, 105% 0% !important;
    background-repeat: no-repeat, repeat-x !important;
    min-height: 100vh;
    padding: 100px 0 70px 0
}
@media (max-width: 767px) {
    .user-form{
        padding: 50px 0 120px 0
    }
}

/*
|
|----------------------------------------------------------------------------------
|   About us page
|----------------------------------------------------------------------------------
|
*/
.about-hero:after {
    content: "";
    position: absolute;
    left: 50%;
    width: 50px;
    height: 50px;
    bottom: -25px;
    background: #fbf3e7;
    border-radius: 100px;
    transform: translateX(-50%)
}
.vision-mission{
    z-index: 1
}
.vision-mission:after, .vision-mission:before {
    content: '';
    position: absolute;
    width: 60px;
    z-index: -1;
    height: 60px;
    border-radius: 100px
}
.vision-mission:after{
    top: -7px;
    left: 47px;
    background: #f1dec5
}
.vision-mission:before{
    left: 0;
    top: -39px;
    background: #f0e6d7
}


/*
|
|----------------------------------------------------------------------------------
|   Single Page, Policies
|----------------------------------------------------------------------------------
|
*/

.single-page p {
    margin: 0 0 25px;
}
.single-page h2 {
    margin: 40px 0 15px
}
.single-page ul {
    margin: 15px 20px 20px 25px
}
.single-page li {
    margin-bottom: 10px;
}
.single-page hr.hr-repeat {
    margin: 40px 0
}
.single-page a{
    color: #A87A38;
    font-weight: 600
}
.single-page a:hover{
    text-decoration: underline
}
.single-page ul li {
    list-style: disc;
    line-height: 28px
}





.policies-page ul li{
    list-style: disc;
    line-height: 28px
}
.policies-page  a{
    color: #A87A38;
    font-weight: 600
}


.hr-repeat {
    opacity: .25;
    height: 11px;
    border-width: 0;
    margin-top: 2rem;
    background: repeating-linear-gradient(135deg, transparent, transparent 8px, #b5b5b5 0, #ffffff 11px)
}
tr:last-child td{ border-bottom:0}

.hero-primary-hover,
.hero-secondary-hover,
footer .social a,
.primary-btn-hover,
.dark-btn-hover,
.course-card-hover,
.content-card-hover{
    transition: 0.2s ease-in-out
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    background-color: #ffffff !important; 
    transition: background-color 5000s ease-in-out 0s
}


.primary-btn-hover:hover {
    color: var(--bs-primary);
    box-shadow: 0 0 0px 1px var(--bs-primary);
    background: transparent !important
}
.dark-btn-hover:hover {
    color: #091935 !important;
    box-shadow: 0 0 0px 1px #091935;
    background: transparent !important
}
.hero-primary-hover:hover {
    background: #e1d8cb
}
.hero-secondary-hover:hover {
    background: hsl(0deg 0% 100% / 19%)
}
footer .links a:hover{
    color: var(--bs-primary) !important;
    text-decoration: underline
}
footer .social a:hover{
    color: #fff;
    transform: scale(1.1);
    background-color: rgba(var(--bs-white-rgb),0.3)!important
}
.content-card-hover:hover{
    box-shadow: inset 0 0 0px 1px rgb(169 122 57),0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important
}
.course-card-hover:hover {
    box-shadow: inset 0 0 0px 1px rgb(169 122 57),0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important
}
.navbar a.nav-link:hover {
    color: var(--bs-primary) !important
}
.link-hover:hover {
    color: var(--bs-primary) !important
}