/* Theme Default CSS
==================================================*/
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap');

html {
    scroll-behavior: smooth;
}

/* Al Qalam College brand layer.
   Kept in the theme stylesheet so it works before Moodle's compiled SCSS cache is rebuilt. */
:root {
    --qalam-orange: #f15a1b;
    --qalam-orange-dark: #d9470d;
    --qalam-blue: #2e318b;
    --qalam-blue-dark: #191e65;
    --qalam-ink: #15182f;
    --qalam-muted: #62677e;
    --qalam-surface: #f7f8fc;
    --qalam-line: #e7e8f1;
}

body.pagelayout-frontpage {
    background: #fff;
    color: var(--qalam-ink);
}

body.pagelayout-frontpage .header-area {
    min-height: 78px;
    border: 0;
    border-bottom: 1px solid rgba(46, 49, 139, .08);
    background: rgba(255, 255, 255, .96) !important;
    box-shadow: 0 8px 30px rgba(25, 30, 101, .06);
    backdrop-filter: blur(14px);
}

body.pagelayout-frontpage .header-area .navbar-brand {
    min-width: 74px;
}

body.pagelayout-frontpage .header-area .navbar-brand .logo {
    width: auto;
    max-width: 68px;
    height: 60px;
    object-fit: contain;
    margin: 0 !important;
}

body.pagelayout-frontpage .header-area .nav-link {
    color: var(--qalam-ink) !important;
    font-weight: 700;
}

body.pagelayout-frontpage .header-area .nav-link:hover,
body.pagelayout-frontpage .header-area .nav-link:focus {
    color: var(--qalam-orange) !important;
}

.qalam-home,
.qalam-home * {
    box-sizing: border-box;
}

.qalam-home {
    overflow: hidden;
    text-align: right;
}

.qalam-home h1,
.qalam-home h2,
.qalam-home h3,
.qalam-home p {
    margin-top: 0;
}

.qalam-hero {
    position: relative;
    min-height: 720px;
    padding: 150px 0 90px;
    overflow: hidden;
    background:
        radial-gradient(circle at 82% 25%, rgba(241, 90, 27, .16), transparent 27%),
        radial-gradient(circle at 8% 75%, rgba(46, 49, 139, .12), transparent 30%),
        linear-gradient(135deg, #fff 0%, #f8f8fd 54%, #fff6f0 100%);
}

.qalam-hero::before {
    position: absolute;
    inset: 0;
    content: "";
    opacity: .2;
    background-image:
        linear-gradient(rgba(46, 49, 139, .12) 1px, transparent 1px),
        linear-gradient(90deg, rgba(46, 49, 139, .12) 1px, transparent 1px);
    background-size: 46px 46px;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .7), transparent 82%);
}

.qalam-hero-container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(330px, .92fr);
    gap: 68px;
    align-items: center;
}

.qalam-kicker,
.qalam-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;
    color: var(--qalam-orange-dark);
    font-size: .92rem;
    font-weight: 800;
    letter-spacing: .02em;
}

.qalam-kicker {
    padding: 10px 15px;
    border: 1px solid rgba(241, 90, 27, .2);
    border-radius: 999px;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 8px 22px rgba(25, 30, 101, .06);
}

.qalam-hero h1 {
    max-width: 760px;
    margin-bottom: 24px;
    color: var(--qalam-blue-dark);
    font-size: clamp(2.65rem, 5vw, 5rem);
    font-weight: 800;
    line-height: 1.14;
    letter-spacing: -.04em;
}

.qalam-hero-copy > p {
    max-width: 700px;
    margin-bottom: 32px;
    color: var(--qalam-muted);
    font-size: 1.18rem;
    line-height: 2;
}

.qalam-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.qalam-btn {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 24px;
    border: 1px solid transparent;
    border-radius: 12px;
    font-weight: 800;
    text-decoration: none !important;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.qalam-btn:hover,
.qalam-btn:focus {
    transform: translateY(-2px);
}

.qalam-btn-primary {
    color: #fff !important;
    background: linear-gradient(135deg, var(--qalam-orange), var(--qalam-orange-dark));
    box-shadow: 0 14px 30px rgba(241, 90, 27, .24);
}

.qalam-btn-secondary {
    border-color: rgba(46, 49, 139, .18);
    color: var(--qalam-blue) !important;
    background: #fff;
    box-shadow: 0 10px 25px rgba(25, 30, 101, .07);
}

.qalam-btn-white {
    flex-shrink: 0;
    color: var(--qalam-blue-dark) !important;
    background: #fff;
    box-shadow: 0 12px 26px rgba(8, 11, 57, .18);
}

.qalam-hero-facts {
    display: flex;
    gap: 38px;
    margin-top: 45px;
}

.qalam-hero-facts > div {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.qalam-hero-facts > div:not(:last-child)::after {
    position: absolute;
    top: 8px;
    left: -20px;
    width: 1px;
    height: 42px;
    content: "";
    background: var(--qalam-line);
}

.qalam-hero-facts strong {
    color: var(--qalam-blue);
    font-size: 1.55rem;
    line-height: 1.1;
}

.qalam-hero-facts span {
    color: var(--qalam-muted);
    font-size: .85rem;
}

.qalam-hero-visual {
    position: relative;
    display: grid;
    min-height: 500px;
    place-items: center;
}

.qalam-logo-card {
    position: relative;
    z-index: 3;
    display: grid;
    width: min(430px, 90%);
    aspect-ratio: 1;
    place-items: center;
    padding: 28px;
    border: 1px solid rgba(46, 49, 139, .1);
    border-radius: 50%;
    background: rgba(255, 255, 255, .93);
    box-shadow: 0 30px 80px rgba(25, 30, 101, .16);
}

.qalam-logo-card::after {
    position: absolute;
    inset: 14px;
    z-index: -1;
    content: "";
    border: 1px dashed rgba(241, 90, 27, .32);
    border-radius: inherit;
}

.qalam-logo-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.qalam-orbit {
    position: absolute;
    z-index: 1;
    border: 1px solid rgba(46, 49, 139, .18);
    border-radius: 50%;
}

.qalam-orbit::after {
    position: absolute;
    width: 14px;
    height: 14px;
    content: "";
    border: 3px solid #fff;
    border-radius: 50%;
    background: var(--qalam-orange);
    box-shadow: 0 5px 14px rgba(241, 90, 27, .28);
}

.qalam-orbit-one {
    width: 490px;
    height: 330px;
    transform: rotate(22deg);
}

.qalam-orbit-one::after {
    top: 34px;
    left: 76px;
}

.qalam-orbit-two {
    width: 350px;
    height: 500px;
    transform: rotate(-20deg);
}

.qalam-orbit-two::after {
    right: 25px;
    bottom: 92px;
}

.qalam-hero-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(2px);
}

.qalam-hero-shape-one {
    top: 18%;
    right: -90px;
    width: 230px;
    height: 230px;
    border: 46px solid rgba(241, 90, 27, .08);
}

.qalam-hero-shape-two {
    bottom: -150px;
    left: -100px;
    width: 360px;
    height: 360px;
    border: 60px solid rgba(46, 49, 139, .06);
}

.qalam-section {
    padding: 100px 0;
}

.qalam-section-heading h2 {
    margin-bottom: 18px;
    color: var(--qalam-blue-dark);
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 800;
    line-height: 1.3;
}

.qalam-section-heading p {
    max-width: 680px;
    color: var(--qalam-muted);
    font-size: 1.05rem;
    line-height: 2;
}

.qalam-section-heading-centered {
    max-width: 760px;
    margin: 0 auto 48px;
    text-align: center;
}

.qalam-section-heading-centered p {
    margin-right: auto;
    margin-left: auto;
}

.qalam-about {
    background: #fff;
}

.qalam-about-grid {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(460px, 1.1fr);
    gap: 72px;
    align-items: center;
}

.qalam-values {
    display: grid;
    gap: 16px;
}

.qalam-values article {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding: 24px;
    border: 1px solid var(--qalam-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(25, 30, 101, .05);
    transition: border-color .2s ease, transform .2s ease;
}

.qalam-values article:hover {
    transform: translateY(-3px);
    border-color: rgba(241, 90, 27, .4);
}

.qalam-values article > span {
    display: grid;
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
    place-items: center;
    border-radius: 16px;
    color: var(--qalam-orange);
    font-size: 1.3rem;
    background: #fff1e9;
}

.qalam-values h3,
.qalam-program-card h3,
.qalam-contact-grid h3 {
    margin-bottom: 7px;
    color: var(--qalam-blue-dark);
    font-size: 1.08rem;
    font-weight: 800;
}

.qalam-values p,
.qalam-program-card p,
.qalam-contact-grid p {
    margin-bottom: 0;
    color: var(--qalam-muted);
    line-height: 1.75;
}

.qalam-programs {
    position: relative;
    background: var(--qalam-surface);
}

.qalam-program-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.qalam-program-card {
    position: relative;
    display: flex;
    min-height: 168px;
    gap: 15px;
    align-items: flex-start;
    padding: 25px 22px;
    overflow: hidden;
    border: 1px solid var(--qalam-line);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(25, 30, 101, .05);
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.qalam-program-card::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 100%;
    content: "";
    background: linear-gradient(var(--qalam-orange), var(--qalam-blue));
    opacity: 0;
    transition: opacity .22s ease;
}

.qalam-program-card:hover {
    transform: translateY(-5px);
    border-color: rgba(46, 49, 139, .18);
    box-shadow: 0 20px 45px rgba(25, 30, 101, .1);
}

.qalam-program-card:hover::before {
    opacity: 1;
}

.qalam-program-icon {
    display: grid;
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 14px;
    color: var(--qalam-blue);
    font-size: 1.15rem;
    background: #eef0ff;
}

.qalam-program-card p {
    font-size: .89rem;
}

.qalam-card-arrow {
    position: absolute;
    bottom: 19px;
    left: 20px;
    color: var(--qalam-orange);
    opacity: .45;
}

.qalam-elearning {
    background: #fff;
}

.qalam-elearning-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr) auto;
    gap: 42px;
    align-items: center;
    padding: 58px;
    overflow: hidden;
    border-radius: 28px;
    color: #fff;
    background:
        radial-gradient(circle at 8% 10%, rgba(255, 255, 255, .12), transparent 25%),
        linear-gradient(135deg, var(--qalam-blue-dark), var(--qalam-blue));
    box-shadow: 0 28px 65px rgba(25, 30, 101, .24);
}

.qalam-elearning-card::after {
    position: absolute;
    top: -110px;
    left: -70px;
    width: 300px;
    height: 300px;
    content: "";
    border: 48px solid rgba(255, 255, 255, .06);
    border-radius: 50%;
}

.qalam-elearning-card > * {
    position: relative;
    z-index: 1;
}

.qalam-eyebrow-light {
    color: #ffb38f;
}

.qalam-elearning-card h2 {
    margin-bottom: 14px;
    color: #fff;
    font-size: clamp(1.8rem, 3vw, 2.65rem);
    font-weight: 800;
}

.qalam-elearning-card p {
    max-width: 620px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, .76);
    line-height: 1.9;
}

.qalam-elearning-points {
    display: grid;
    gap: 14px;
}

.qalam-elearning-points span {
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: 700;
}

.qalam-elearning-points i {
    display: grid;
    width: 25px;
    height: 25px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: .72rem;
    background: var(--qalam-orange);
}

.qalam-contact {
    background: var(--qalam-surface);
}

.qalam-contact-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.qalam-contact-grid article {
    padding: 30px;
    border: 1px solid var(--qalam-line);
    border-radius: 20px;
    text-align: center;
    background: #fff;
}

.qalam-contact-grid article > i {
    display: grid;
    width: 56px;
    height: 56px;
    margin: 0 auto 18px;
    place-items: center;
    border-radius: 17px;
    color: #fff;
    font-size: 1.3rem;
    background: linear-gradient(135deg, var(--qalam-orange), var(--qalam-orange-dark));
    box-shadow: 0 12px 26px rgba(241, 90, 27, .2);
}

.qalam-contact-grid a {
    color: var(--qalam-blue);
    font-weight: 800;
}

.qalam-home .footer-area {
    margin-top: 0 !important;
}

.qalam-home .footer-area,
.qalam-home .copyright-area {
    background: #151737 !important;
}

body.pagelayout-login .login-background {
    background:
        radial-gradient(circle at 84% 18%, rgba(241, 90, 27, .18), transparent 25%),
        radial-gradient(circle at 12% 82%, rgba(46, 49, 139, .2), transparent 30%),
        linear-gradient(135deg, #f8f9ff, #fff8f3);
}

body.pagelayout-login .login-container {
    border: 1px solid rgba(46, 49, 139, .1);
    border-radius: 24px;
    box-shadow: 0 28px 70px rgba(25, 30, 101, .15);
}

body.pagelayout-login .login-logo img {
    max-width: 170px;
    max-height: 170px;
}

body.pagelayout-login .btn-primary {
    border-color: var(--qalam-orange);
    background: var(--qalam-orange);
}

body.pagelayout-login .btn-primary:hover,
body.pagelayout-login .btn-primary:focus {
    border-color: var(--qalam-orange-dark);
    background: var(--qalam-orange-dark);
}

@media (max-width: 1199.98px) {
    .qalam-hero-container {
        grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr);
        gap: 30px;
    }

    .qalam-logo-card {
        width: min(365px, 90%);
    }

    .qalam-program-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .qalam-elearning-card {
        grid-template-columns: minmax(0, 1fr) minmax(260px, .8fr);
    }

    .qalam-elearning-card .qalam-btn {
        width: fit-content;
    }
}

@media (max-width: 991.98px) {
    body.pagelayout-frontpage .header-area {
        min-height: 68px;
    }

    .qalam-hero {
        min-height: auto;
        padding: 122px 0 72px;
    }

    .qalam-hero-container,
    .qalam-about-grid {
        grid-template-columns: 1fr;
    }

    .qalam-hero-copy {
        text-align: center;
    }

    .qalam-hero h1,
    .qalam-hero-copy > p {
        margin-right: auto;
        margin-left: auto;
    }

    .qalam-hero-actions,
    .qalam-hero-facts {
        justify-content: center;
    }

    .qalam-hero-visual {
        min-height: 420px;
    }

    .qalam-about-grid {
        gap: 42px;
    }

    .qalam-elearning-card {
        grid-template-columns: 1fr;
        gap: 28px;
    }
}

@media (max-width: 767.98px) {
    .qalam-section {
        padding: 72px 0;
    }

    .qalam-hero h1 {
        font-size: 2.6rem;
    }

    .qalam-hero-copy > p {
        font-size: 1rem;
    }

    .qalam-hero-facts {
        gap: 24px;
    }

    .qalam-hero-facts > div:not(:last-child)::after {
        left: -13px;
    }

    .qalam-hero-visual {
        min-height: 350px;
    }

    .qalam-logo-card {
        width: min(315px, 88%);
    }

    .qalam-orbit-one {
        width: 350px;
        height: 240px;
    }

    .qalam-orbit-two {
        width: 250px;
        height: 350px;
    }

    .qalam-contact-grid {
        grid-template-columns: 1fr;
    }

    .qalam-elearning-card {
        padding: 38px 28px;
    }
}

@media (max-width: 575.98px) {
    .qalam-hero {
        padding-top: 110px;
    }

    .qalam-hero h1 {
        font-size: 2.18rem;
    }

    .qalam-hero-actions {
        flex-direction: column;
    }

    .qalam-btn {
        width: 100%;
    }

    .qalam-hero-facts {
        gap: 14px;
        justify-content: space-between;
    }

    .qalam-hero-facts > div {
        flex: 1;
    }

    .qalam-hero-facts strong {
        font-size: 1.3rem;
    }

    .qalam-program-grid {
        grid-template-columns: 1fr;
    }

    .qalam-program-card {
        min-height: 145px;
    }
}

html[dir="ltr"] .qalam-home {
    direction: ltr;
    text-align: left;
}

html[dir="ltr"] .qalam-program-card::before {
    right: auto;
    left: 0;
}

html[dir="ltr"] .qalam-card-arrow {
    right: 20px;
    left: auto;
    transform: rotate(180deg);
}

html[dir="ltr"] .qalam-btn .fa-arrow-left {
    transform: rotate(180deg);
}

/* global classes */

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}
/* Theme info */
#theme-info {
    position: relative;
    color: transparent;
    font-size: 9px;
    z-index: -1;
}
/* Theme info end */
label {
    color: #333;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}
*::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}
*::-moz-placeholder {
    color: #555;
    font-size: 14px;
    opacity: 1;
}
*::-webkit-input-placeholder {
    color: #555;
    font-size: 14px;
    opacity: 1;
}
*:-ms-input-placeholder {
    color: #555;
    font-size: 14px;
    opacity: 1;

}
*::placeholder {
    color: #555;
    font-size: 14px;
    opacity: 1;
}
.theme-overlay {
    position: relative;
}
.theme-overlay:before {
    background: #4272d7 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}

.separator {
    border-top: 1px solid #f2f2f2;
}

.hybtn {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #4272d7 none repeat scroll 0 0;
    border: 2px solid #4272d7;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 0;
    padding: 13px 25px;
    text-align: center;
    text-transform: uppercase;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
}

.hybtn:hover {
    background: transparent;
    color: #4272d7;
}

.hybtn.hybtn-lg {
    padding: 10px 25px;
}

.hybtn-xl {
    font-weight: 700;
    padding: 13px 31px;
}

.hybtn.hybtn-inline {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    padding: 0;
    text-decoration: none;
}

.hybtn.hybtn-inline:hover {
    color: #fff;
    text-decoration: underline;
}

.breadcrumb > .active {
    color: #888;
}

input:focus[type="url"],
input:focus[type="text"],
input:focus[type="email"],
input:focus[type="tel"],
input:focus[type="button"],
input:focus[type="submit"],
input:focus[type="search"],
button:focus[type="button"],
button:focus[role="button"],
button:focus,
input:focus {
    outline: none;
    text-decoration: none;
}
.btn:focus {
    box-shadow: 0 0 0 0;
}
.btn .icon {
    margin: 0;
}
.pagelayout-frontpage .card {
    border-radius: 0;
}

/* Start Header Area
==================================================*/
.main-menu li {
    display: inline-block;
    margin-left: 20px;
}
.main-menu li a {
    display: block;
    padding: 0 10px;
}
.header-area {
    border-top: 5px solid #4272d7;
}
.main-menu li.search-trigger a {
    border-left: 1px solid #666;
    padding-left: 30px;
}
.main-menu {
    margin-top: 5px;
}

.header-area.sticky {
    position: fixed;
    width: 100%;
    z-index: 9;
    background: rgba(255, 255, 255);
    padding: 20px 0;
}

.main-menu li.active a {
    color: #4272d7;
}

/* End Header Area */
/* Start Slider Area
==================================================*/
.single-slider {
    height: 600px;
    background-size: cover;
    background-position: center;
    background-color: #ccc;
    display: table;
    width: 100%;
}

.slider-inner {
    display: table-cell;
    vertical-align: middle;
}

.slider-inner h1 {
    font-weight: 700;
    font-size: 70px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 3px;
    line-height: 1;
}

.slider-inner h3 {
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 3px;
    font-weight: 400;
}

.slider-inner h5 {
    font-weight: 500;
    font-size: 19px;
    color: white;
}

.get-started-btn {
    margin-top: 40px;
    padding: 15px 35px;
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: 2px;
}

/* End Slider Area */
/* Start Hire Us Area
==================================================*/
.carousel-inner img {
    width: 100%;
    object-fit: cover;
}

.hire-us-content h6 {
    font-size: 18px;
    margin: 0;
    font-weight: 700;
    color: #fff;
}

.hire-us-button {
    border-color: #fff !important;
    padding: 15px 40px;
    background: transparent !important;
}

.hire-us-button:hover {
    background: #333 !important;
    color: #fff !important;
}

.hire-us-area {
    padding: 30px 0;
}

.hire-us-content h6 span {
    font-size: 30px;
}

/* End HIre Us Area */
/* Start Iconbox Area */
.single-course {
    height: 245px;
    display: table;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-color: #cccc;
    position: relative;
    z-index: 1;
}

.single-icon-box {
    height: 280px;
    background-size: cover;
    background-position: center;
    background-color: #cccc;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.icon-box-content {
    position: absolute;
    left: 0;
    top: 210px;
    width: 100%;
    height: 100%;
    background: #4272d7;
    opacity: .9;
    color: #fff;
    z-index: -1;
    padding: 20px 30px 30px 30px;
    -webkit-transition: .6s;
    transition: .6s;
    cursor: pointer;
}

.icon-box-content:hover {
    top: 0;
}

.iconbox-content-heading {
    font-family: var(--font-lato);
    font-weight: 600;
    font-style: normal;
    margin: 0 0 15px;
    text-transform: capitalize;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
}

.iconbox-content-heading i {
    font-size: 30px;
    margin-right: 15px;
}

[dir="rtl"] .iconbox-content-heading i {
    margin-right: 0;
    margin-left: 15px;
}
.iconbox-content-body p {
    color: #f6f6f6;
    font-size: 14px;
    text-align: justify;
    margin-bottom: 25px;
}

.read-more-btn {
    text-transform: capitalize;
    font-weight: 600;
}

.read-more-btn i {
    margin-right: 5px;
}

/* End Iconbox Area */
/* Start Bemax Area
==================================================*/
.section-title-fp h4 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
    position: relative;
    padding-bottom: 10px;
}

.section-title-fp h4:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 3px;
    width: 50px;
    content: "";
    background: #adadad;
}

.item-icon i {
    width: 50px;
    height: 50px;
    max-height: 50px;
    max-width: 50px;
    background: #4272d7;
    color: #fff;
    font-size: 25px;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    border: 1px solid #4272d7;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 100px;
}

.item-icon i:hover {
    background: transparent;
    color: #4272d7;
}

.item-content {
    padding-left: 20px;
    margin-top: -4px;
}

.item-content h6 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.single-bemax-item {
    margin-bottom: 40px;
}

/* End Bemax Area */
/* Start Latest Project Area
==================================================*/
/* .project-bg-8 {background-image:url([[pix:almondb|almondb/project_08]]);} */
.single-project {
    height: 225px;
    display: table;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-color: #cccc;
    position: relative;
    z-index: 1;
}

.project-inner {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
}

.project-inner:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    background: #4272d7;
    color: #fff;
    z-index: -1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s;
}

.project-inner h5 {
    font-size: 16px;
    color: #cccc;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 5px;
    -webkit-transition: .3s;
    transition: .3s;
}

.project-inner h5 a {
    color: #d6d7d8;
}

.project-inner h5 a:hover {
    color: #fff;
}

.project-inner p {
    color: #fff;
    font-size: 14px;
    margin: 0;
    font-weight: 400;
}

.project-inner p a {
    color: #ccc;
    -webkit-transition: .3s;
    transition: .3s;
}

.project-inner p a:hover {
    color: #fff;
}

.courseall a:hover {
    color: #ccc;
}

.single-project:hover .project-inner:after {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
    opacity: .9;
}

.single-project:hover .project-inner {
    visibility: visible;
    opacity: 1;
}

/* End Latest Project Area */
/* Start Course Area
==================================================*/
.course-inner {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
}

.course-inner:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    background: #4272d7;
    color: #fff;
    z-index: -1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s;
}

.course-inner h5 {
    font-size: 16px;
    color: #cccc;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 5px;
    -webkit-transition: .3s;
    transition: .3s;
}

.course-inner h5 a {
    color: #d6d7d8;
}

.course-inner h5 a:hover {
    color: #fff;
}

.course-inner p {
    color: #fff;
    font-size: 14px;
    margin: 0;
    font-weight: 400;
}

.course-inner p a {
    color: #ccc;
    -webkit-transition: .3s;
    transition: .3s;
}

.course-inner p a:hover {
    color: #fff;
}

.course-project {
    height: 225px;
    display: table;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-color: #cccc;
    position: relative;
    z-index: 1;
}

.course-project:hover .course-inner:after {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
    opacity: .5;
}

.course-project:hover .course-inner {
    visibility: visible;
    opacity: .8;
}

/* End Course Area */
/* Start Choose Us Area
==================================================*/
/* .video-img-thumbnail {background-image: url(../img/video_01.jpg);} */
.video-img-thumbnail {
    height: 320px;
    background-size: cover;
    background-position: center;
    background-color: #cccc;
}

.video-img-thumbnail a {
    position: absolute;
    left: 0;
    right: 0;
    font-size: 60px;
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .5s;
    transition: .5s;
}

.video-img-thumbnail a:hover {
    color: #4272d7;
}

.single-choose-item h6 {
    font-size: 16px;
    font-weight: 600;
    color: #555;
}

.single-choose-item h6 i {
    margin-right: 10px;
}

.single-choose-item p {
    margin: 0;
    font-size: 15px;
    color: #666;
}

.single-choose-item {
    margin-bottom: 20px;
}

/* End Choose Us Area */
/* Course Us Area
==================================================*/
.single-course-item h6 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .05rem;
    color: #555;
}

.single-course-item h6 i {
    margin-right: 10px;
}

.single-course-item p {
    margin: 0;
    font-size: 15px;
    color: #666;
}

.single-course-item {
    margin-bottom: 1px;
}

/* End Course Us Area */
/* Start Working With Us Area
==================================================*/
.hire-us-content span {
    font-size: 20px;
}

/* End Working With Us Area */
/* Start Carousel Area
==================================================*/
.blog-carousel img {
    width: 200px;
    display: inline-block;
    height: auto;
}

.single-blog-img {
    position: relative;
    float: left;
}

.single-blog-img span {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #222;
    width: 100%;
    text-transform: uppercase;
    color: #fff;
    font-size: 11px;
    padding: 0 10px;
}

.blog-content {
    padding-left: 220px;
}

.blog-btn {
    margin-top: 10px;
}

.post-heading {
    font-size: 18px;
    font-weight: 600;
    color: #555;
}

.post-content-text {
    margin: 0;
    color: #666;
    font-size: 15px;
    text-align: justify;
}

.blog-tags {
    display: inline-block;
    font-size: 13px;
}

.blog-tags i {
    font-size: 12px;
}

.blog-tags a {
    color: #555;
    font-weight: 600;
    -webkit-transition: .3s;
    transition: .3s;
}

.blog-btn .read-more-btn {
    color: #555;
    display: inline-block;
    margin-left: 20px;
}

.blog-btn .read-more-btn:hover {
    color: #4272d7;
}

.blog-tags a:hover {
    color: #4272d7;
}

.carousel-area .section-title-fp h4 {
    margin-bottom: 30px;
}

.carousel-area .section-title-fp h4:after {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.testimonial-content i {
    font-size: 20px;
    color: #666;
    margin-right: 15px;
}

.testimonial-content p {
    font-size: 15px;
    color: #666;
    text-align: justify;
    margin: 0;
}

.testimonial-content p {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.testimonial-carousel img {
    display: block;
    width: 55px;
    height: auto;
    border-radius: 50%;
}

.author-img {
    padding-left: 30px;
}

.author-content a {
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    color: #555;
    -webkit-transition: .3s;
    transition: .3s;
}

.author-content span {
    display: block;
    line-height: 15px;
}

.author-content {
    padding-left: 15px;
}

.author-content a:hover {
    color: #4272d7;
}

/* End Carousel Area */
/* Start Brand Area
==================================================*/
.brand-item {
    display: table;
    width: 100%;
    position: relative;
    height: 100%;
}

.brand-item-inner {
    display: table-cell;
    vertical-align: middle;
}

/* End Brand Area */
/* Start ScrollUp */
.scrollUp {
    background: #4272d7;
    height: 40px;
    width: 40px;
    padding: 0;
    right: 30px;
    bottom: 30px;
    font-weight: 900;
    text-align: center;
    line-height: 37px;
    border-radius: 50%;
    font-size: 25px;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: opacity .7s ease 0s, visibility .1s ease .8s;
    display: flex;
    position: fixed;
    z-index: 10009;
    justify-content: center;
    align-items: center;
}

.scrollUp a {
    position: absolute;
    right: 0;
    transform: translateY(-100%);
}

body.scrolled .scrollUp {
    opacity: 1;
    visibility: visible;
    transition: visibility 0s ease 0s, opacity .7s ease .1s;
}

/* End ScrollUp */
/* Tablet desktop :768px. */
@media only screen and (max-width: 991px) {
    .blockbgwhite {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .blockbgwhite-t {
        margin-top: 25px;
    }

    .blockbgwhite-b {
        margin-bottom: 25px;
    }

    .blockbgcolor {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .blockbgcolor-t {
        padding-top: 25px;
    }

    .blockbgcolor-b {
        padding-bottom: 25px;
    }

    .single-slider {
        height: 500px;
    }

    .single-icon-box {
        width: 80%;
        margin: 0 auto;
        margin-bottom: 25px;
    }

    .single-course {
        width: 100%;
        margin: 0 auto;
    }

    .video-img-thumbnail {
        height: 300px;
        margin-bottom: 30px;
    }

    .section-title-fp {
        margin-bottom: 0;
    }

    .single-choose-item {
        display: block;
        margin-bottom: 30px;
    }

    .single-choose-item h6 {
        margin-bottom: 10px;
    }

    .single-course-item {
        display: block;
        margin-bottom: 10px;
    }

    .single-course-item h6 {
        margin-bottom: 5px;
    }

    .hire-us-img img {
        width: 100%;
    }

    .hire-us-content .section-title-fp {
        margin-bottom: inherit;
    }

    .carousel-area .section-title-fp {
        margin-bottom: inherit;
    }

    .blog-carousel {
        margin-bottom: 30px;
    }

    .brand-area {
        padding: 50px 0;
    }

    .widget-title {
        margin-bottom: 25px;
    }

    .footer-widget {
        margin-bottom: 40px;
    }

    .footer-area {
        padding-bottom: 20px;
    }
}

/* small mobile :320px. */
@media only screen and (max-width: 767.98px) {
    .blockbgwhite {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .blockbgwhite-t {
        margin-top: 20px;
    }

    .blockbgwhite-b {
        margin-bottom: 20px;
    }

    .blockbgcolor {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .blockbgcolor-t {
        padding-top: 20px;
    }

    .blockbgcolor-b {
        padding-bottom: 20px;
    }

    .single-slider {
        height: 400px;
    }

    .slider-inner h1 {
        font-size: 50px;
        font-weight: 500;
    }

    .slider-inner h3 {
        font-size: 25px;
        font-weight: 400;
        line-height: inherit;
    }

    .slider-inner h5 {
        font-weight: 400;
        font-size: 16px;
    }

    .get-started-btn {
        margin-top: 30px;
    }

    .hire-us-content {
        text-align: center;
    }

    .hire-us-area .col-12.text-right {
        text-align: center !important;
        margin-top: 20px;
    }

    .single-icon-box {
        width: 100%;
    }

    .single-course {
        width: 100%;
    }

    .working-with-us-area .hire-us-content {
        padding: 40px 0;
    }

    .blog-carousel img {
        width: 100%;
        height: 250px;
    }

    .blog-content {
        padding-left: 0;
    }

    .single-blog-img {
        margin-bottom: 30px;
    }

    .single-blog-item {
        margin-bottom: 30px;
    }
}
