:root {
    --primary: #005527;
    --secondary: #6f1a06;
    --light: #ecc9a1;
    --dark: #6f1a06;
}

@use "sass:math";

:root {
    --theme-color: #374868;
    --theme-color2: #FFD54F;
    --title-color: #03060E;
    --body-color: #4E4E4E;
    --smoke-color: #F0F0F0;
    --smoke-color2: #F8F8F8;
    --smoke-color3: #C5DACC;
    --smoke-color4: #E9F5ED;
    --black-color: #000000;
    --black-color2: #0A0A0A;
    --gray-color: #D8DDE1;
    --white-color: #ffffff;
    --light-color: #B7BEC8;
    --yellow-color: #FFB539;
    --success-color: #28a745;
    --error-color: #dc3545;
    --th-border-color: #E0E0E0;
    --title-font: "Playfair Display", serif;
    --body-font: "Inter", serif;
    --icon-font: "Font Awesome 6 Pro";
    --main-container: 1620px;
    --container-gutters: 24px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s
}

body,
html {

    overflow-x: hidden;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
    font-weight: 600 !important;
}

a {
    text-decoration: none !important;
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600;
}

.text-justify {
    text-align: justify !important;
}

.dec-none {
    text-decoration: none !important;
}

/*** 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-weight: 500;
    transition: .5s;
}

.btn.btn-primary {
    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;
}


/*** 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 .navbar-nav .nav-link {
    padding: 18px 15px;
    color: var(--light);
    outline: none;
    font-weight: 600;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar.fixed-top {
    transition: .5s;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid rgba(255, 255, 255, .3);
        background: var(--dark);
    }

    .navbar .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.header-carousel .owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .5);
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 600px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
}

.header-carousel .owl-nav {
    position: relative;
    width: 40px;
    height: 40px;
    margin: -40px auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-carousel .owl-nav::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #FFFFFF;
    transform: rotate(45deg);
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    position: relative;
    font-size: 40px;
    color: var(--primary);
    transition: .5s;
    z-index: 1;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/bg/breadcrumb.PNG) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light) !important;
}


/*** Facts ***/
.fact-item {
    transition: .5s;
}

.fact-item:hover {
    margin-top: -10px;
    background: #FFFFFF !important;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}


/*** About ***/
.img-twice::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 80%;
    top: 10%;
    left: 20%;
    background: var(--primary);
    border: 25px solid var(--light);
    border-radius: 6px;
    z-index: -1;
}


/*** Product ***/
.product-item {
    transition: .5s;
    background: var(--primary) !important;
}

.product-item:hover {
    background: var(--primary) !important;
}

.product-item i {
    background-color: white;
    border-radius: 50%;
    color: var(--light);
    height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;

}


.product-item:hover .border-primary {
    border-color: var(--light) !important;
}

.product-item .product-overlay {
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    overflow: hidden;
    opacity: 0;
    transition: .5s;
}

.product-item:hover .product-overlay {
    height: 100%;
    opacity: 1;
}


/*** Team ***/
.team-item .team-text {
    position: relative;
    height: 130px;
    overflow: hidden;
}

.team-item .team-title {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--light);
    transition: .5s;
}

.team-item:hover .team-title {
    background-color: #005427;
    color: white;
}

.team-item {
    border: 1px solid #ecc9a1;
}

.team-item .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 130px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    transition: .5s;
    padding: 10px;

}

.team-item .team-social p {
    color: #fff;
}

.team-item .team-social .btn {
    margin: 0 3px;
}

.team-item:hover .team-social {
    top: 0;
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item img {
    width: 60px;
    height: 60px;
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .testimonial-item {
    background: #6f1a06 !important;
}

.testimonial-carousel .testimonial-item * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 22px;
    color: var(--light);
    background: #6f1a06;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--primary);
    background: var(--dark);
}

.video-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.video-carousel .owl-nav .owl-prev,
.video-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 22px;
    color: var(--light);
    background: #6f1a06;
    transition: .5s;
}

.video-carousel .owl-nav .owl-prev:hover,
.video-carousel .owl-nav .owl-next:hover {
    color: var(--primary);
    background: var(--dark);
}




.course-panel .testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.course-panel .testimonial-carousel .owl-nav .owl-prev,
.course-panel .testimonial-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 22px;
    color: var(--light);
    background: #6f1a06;
    transition: .5s;
}

.course-panel .testimonial-carousel .owl-nav .owl-prev:hover,
.course-panel .testimonial-carousel .owl-nav .owl-next:hover {
    color: #6f1a06;
    background: var(--light);
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--light);
    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;
    color: var(--light);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    text-decoration: underline !important;
    box-shadow: none;
}

.copyright {
    background: #111111;
}

.copyright a {
    color: var(--primary);
}

.copyright a:hover {
    color: var(--light);
}

.logo {
    width: auto;
    height: 140px;
}

:root {
    --theme-colour: #005427;
    --common-colour: #701906;

}



p {
    font-size: 16px;
    line-height: 30px;
    color: #555;
    margin: 0;
    font-weight: 400;
}

* {
    margin: 0;
    padding: 0;
}

figure {
    margin-bottom: 0;
}



h2 {
    font-size: 60px;
}

a,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    margin: 0;
}

a {
    text-decoration: none;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    display: block;
}

figure {
    overflow: hidden;
}

.gap {
    padding-top: 120px;
    padding-bottom: 120px;
}

.no-top {
    padding-top: 0;
}

.no-bottom {
    padding-bottom: 0;
}

/* 01. header-top */
.content-header {
    display: flex;
    align-items: center;
}

.content-header svg {
    width: 24px;
    height: auto;
}

.content-header h4 {
    padding-left: 6px;
    font-size: 16px;
    color: #fff;
}

.login a {
    font-size: 14px;
    color: #fff;
}

.login {
    justify-content: end;
}

.top-bar {
    padding: 15px 0;
}

header {
    position: absolute;
    width: 100%;
    z-index: 2;
}

/* 02. navbar */
.navbar {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    padding: 0;
}

.navbar-logo {
    color: #ff3f34;
    text-decoration: none;
    font-size: 25px;
    padding: 0px 20px;
}

.navbar-links {
    list-style-type: none;
    display: flex;
}

.navbar-links li:not(:last-child) {
    padding-right: 40px;
}

.navbar-links li a {
    display: block;
    text-decoration: none;
    color: #707070;
    transition: 0.4s all;
    padding-bottom: 10px;
    padding-top: 10px;
}

.navbar-links li.navbar-dropdown {
    position: relative;
}

.mobile-nav>ul>li span {
    background-color: #fbc50b;
    font-size: 10px;
    padding: 3px 10px;
    border-radius: 50px;
    text-transform: capitalize;
    position: absolute;
    top: 0;
}

.navbar-links li.navbar-dropdown span {
    position: absolute;
    top: -9px;
    background-color: #fbc50b;
    padding: 3px 10px;
    border-radius: 50px;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: bold;
    right: 18px;
}

.navbar-links li.navbar-dropdown:hover .dropdown {
    visibility: visible;
    opacity: 1;
    transform: translatex(0px);
    z-index: 1111;
}

.navbar-links li.navbar-dropdown .dropdown {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    transform: translatex(50px);
    left: 0;
    width: 230px;
    box-shadow: 0px 10px 10px 3px hsl(0deg 0% 0% / 16%);
    z-index: 111;
    transition: 0.4s all;
}

.navbar-links li.navbar-dropdown .dropdown a {
    font-size: 16px;
    padding-left: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 700;
    border: 0;
    position: relative;
    text-transform: capitalize;
    color: #000;
    background-color: #FFF;
}

.navbar-links li.navbar-dropdown .dropdown a:not(:last-child):before {
    content: "";
    z-index: 11;
    position: absolute;
    height: 1px;
    background-color: #58585829;
    width: 75%;
    bottom: 0;
}

.navbar-links li:hover>a {
    border-bottom: 5px solid var(--theme-colour);
}

.navbar-links li>a {
    border-bottom: 5px solid transparent;
    color: white;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
}

.hamburger-icon {
    display: flex;
    align-items: center;
    justify-content: end;
}

.hamburger-icon svg {
    width: 25px;
    height: 25px;
    fill: black;
    margin-right: 20px;
    display: block;
}

/* 03. two-bar */
.two-bar {
    background-color: var(--common-colour);
    padding: 15px 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.two-bar:before {
    border-top-left-radius: 10px;
    top: 0;
    content: "";
    position: absolute;
    width: 34px;
    height: 100%;
    background-color: var(--common-colour);
    left: -34px;
    border-bottom-left-radius: 10px;
}

.two-bar:after {
    border-top-right-radius: 10px;
    top: 0;
    content: "";
    position: absolute;
    width: 34px;
    height: 100%;
    background-color: var(--common-colour);
    right: -34px;
    border-bottom-right-radius: 10px;
}

.logo {
    z-index: 1;
}

.header-search svg {
    fill: #fff;
    width: 20px;
    margin-right: 16px;
}

header ul.social-media i {
    height: 0;
    width: 50px;
    border: 0;
    background-color: transparent;
}

header ul.social-media li {
    position: relative;
}

header ul.social-media li:not(:last-child):after {
    top: -6px;
    content: "";
    width: 1px;
    height: 14px;
    position: absolute;
    background-color: white;
    right: -6px;
}

header ul.social-media i:hover {
    color: var(--theme-colour);
}

.location span {
    color: #fff;
}

/* 04. mobile-nav */
.mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    background-color: #000;
    padding: 50px 40px 15px;
    z-index: 5;
    transition: 0.45s ease-in-out;
    transform: translateX(-101%);
    -webkit-transform: translateX(-101%);
    -moz-transform: translateX(-101%);
    -o-transform: translateX(-101%);
    overflow-y: auto;
}

.mobile-nav ul li a svg {
    width: 11px;
}

.for #nav-icon4 {
    color: black;
}

#nav-icon4 span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
    top: 13px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.responsive-bar {
    display: none;
}

#nav-icon4 span:nth-child(3) {
    top: 25px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 8px;
}

#nav-icon4.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 35px;
    left: 8px;
}

i#nav-icon4 {
    display: none;
}

#nav-icon4 {
    width: 40px;
    height: 25px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: none;
    font-size: 25px;
    color: white;
}

#nav-icon4 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.mobile-nav>ul>li.menu-item-has-children:before {
    color: #fff;
    position: absolute;
    top: 17px;
    right: 0;
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    font-size: 11px;
}

.mobile-nav>ul>li.menu-item-has-children.active:before {
    transform: rotate(90deg);
    color: var(--theme-colour);
}

.mobile-nav>ul>li {
    position: relative;
    border-bottom: 0px solid #d4d4d4;
    padding: 10px 0;
    display: block;
}

.mobile-nav>ul>li:not(:last-child) {
    border-bottom: 1px solid #5b5b5b;
}

.mobile-nav>ul li>a {
    font-size: 14px;
    line-height: 26px;
    text-transform: capitalize;
    color: #fff;
}

.mobile-nav>ul>li>a {
    font-size: 16px;
    line-height: 30px;
}

.mobile-nav>ul>li.menu-item-has-children>ul.sub-menu {
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 5px;
    position: absolute;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transform: translatey(15px);
    -webkit-transform: translatey(15px);
    -moz-transform: translatey(15px);
    -o-transform: translatey(15px);
    border-top: 1px solid #5b5b5b;
    margin-top: 8px;
}

.mobile-nav>ul>li.menu-item-has-children.active>ul.sub-menu {
    position: relative;
    height: auto;
    opacity: 1;
    visibility: visible;
    transform: translatey(0);
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -o-transform: translatey(0);
    transition: .5s;
}

.mobile-nav>ul>li.menu-item-has-children.active>ul.sub-menu li {
    padding: 5px 0;
    position: relative;
}

.res-log img {
    width: auto;
}

.mobile-nav>ul>li.menu-item-has-children.active>ul.sub-menu li:before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: -13px;
    background-color: var(--theme-colour);
}

.res-log {
    margin-bottom: 30px;
}

.res-rights p {
    color: #d6d6d6;
    font-weight: bold;
    letter-spacing: 5px;
    margin-top: 30px;
}

.mobile-nav.open {
    transform: translateX(0) !important;
    z-index: 33333333;
    box-shadow: 3px 3px 39px -4px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 3px 3px 39px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 3px 39px -4px rgba(0, 0, 0, 0.75);
}

li.menu-item-has-children.active {
    background-color: transparent;
}

.mobile-nav a#res-cross:before {
    content: "\f057";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    position: absolute;
    top: 15px;
    right: 20px;
    color: #fff;
    font-size: 28px;
}

.bar-menu i {
    color: black;
    background-color: transparent;
    font-size: 24px;
}

.bar-menu {
    z-index: 1;
    display: none;
}

.responsive-bar-slider {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.bar-menu i {
    margin-right: 20px;
    font-size: 26px;
}

/* 05. btn */
.btn {
    text-transform: capitalize;
    border-radius: 50px;
    color: #000 !important;
    line-height: 16px;
    overflow: hidden;
    padding: 20px 50px;
    position: relative;
    font-weight: 700;
    text-align: center;
    z-index: 1;
    border: 0;
    background-color: var(--theme-colour);
    padding: 20px 43px;
    border-radius: 55px;
    color: #000;
    font-weight: bold;
}

.btn:after {
    background-color: #1c1e211f;
    border-radius: 50%;
    content: '';
    height: 167px;
    min-width: 167px;
    position: absolute;
    top: 100%;
    transition: transform .7s cubic-bezier(.66, .00, .34, 1.00);
    width: 100%;
    z-index: -1;
    left: 0;
}

.btn:hover:after {
    transform: scale(2.47) translateY(0);
    top: 100%;
}

/* 06. hero-section */
.hero-section {
    /* padding-top: 320px; */
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 200px;
    height: 100vh;
}

.hero-text,
.hero-img {
    position: relative;
}

.hero-section:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    background-color: #000000;
    opacity: .3;
}

.hero-text h4 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

.hero-text h1 {
    font-size: 80px;
    color: #fff;
    font-weight: 300;
    padding-bottom: 10px;
}

.hero-text p {
    padding-bottom: 58px;
    color: #fff;
    font-size: 22px;
    width: 98%;
}

.hero-img {
    text-align: right;
}

.owl-carousel .owl-item img {
    width: auto;
}

.hero-img {
    display: flex;
    justify-content: end;
}

.slider-home-1 .owl-item img.hero-img-style {
    transform: scale(1);
    transition: transform 10000ms ease, -webkit-transform 10000ms ease;
}

.slider-home-1 .owl-item.active img.hero-img-style {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.slider-ayat button.owl-dot,
.slider-home-1 button.owl-dot {
    width: 45px;
    height: 3px;
    background-color: var(--theme-colour);
    opacity: .4;
    margin-left: 10px;
}

.slider-ayat button.owl-dot.active,
.slider-home-1 button.owl-dot.active {
    width: 45px;
    opacity: 1;
    height: 3px;
    background-color: var(--theme-colour);
}

.owl-theme .owl-dots .owl-dot span {
    display: none !important;
}

.slider-home-1 .owl-dots {
    left: 14%;
    position: absolute;
    bottom: 60px;
}

.hero-section img.hero-img-style {
    position: absolute;
    top: 0;
    height: 100vh;
}

/* 07. Search Popup */
.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0, 0, 0, 0.90);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
}

.search-popup {
    width: 100%;
}

.search-active .search-popup {
    transform: translateY(0%);
    margin-top: 0;
}

.search-popup .close-search {
    top: 6%;
    position: absolute;
    left: 94%;
    margin: 0 auto;
    border-radius: 50%;
    text-align: center;
    background-color: var(--theme-colour);
    width: 50px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 500ms ease;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.search-active .search-popup .close-search {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.search-popup form {
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin: -35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-active .search-popup form {
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.search-popup .form-group {
    position: relative;
    margin: 0px;
    overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #000000;
    height: 70px;
    width: 100%;
    padding: 10px 30px;
    background-color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 500;
    text-transform: capitalize;
    outline: none;
    border: 0;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: var(--common-colour);
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    border: none;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
    color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
    color: #000000;
}

.search-popup .close-search.style-two {
    position: absolute;
    right: 25px;
    left: auto;
    color: #ffffff;
    width: auto;
    height: auto;
    top: 25px;
    margin: 0px;
    border: none;
    background: none !important;
    box-shadow: none !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-box-btn {
    display: inline-block;
    padding-left: 22px;
}

.search-box-btn i {
    display: inline-block;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    transition: .5s;
}

.upp.search-box-btn i {
    color: #9E9FA1;
}

.search-box-btn.search-box-outer span i {
    font-size: 20px;
    display: inline-block;
    color: #fff;
    padding-left: 17px;
    position: relative;
    z-index: 1;
}

.upp.search-box-btn.search-box-outer span i {
    color: #9E9FA1;
}

.search-box-btn.search-box-outer span i:after {
    position: absolute;
    content: "0";
    right: -10px;
    top: -4px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background: #ED1C24;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    font-size: 12px;
}

.flaticon-multiply:before {
    content: inherit;
}

button.close-search i {
    font-size: 18px;
    color: #000;
    display: inline-block;
}

span.flaticon-multiply i {
    display: inline-block;
    color: #ED1C24;
}

.header-search {
    display: flex;
    align-items: center;
}

.header-search a {
    color: #fff;
}

.header-search-button svg {
    fill: #fff;
}

.header-search-button.search-box-outer {
    border-left: 1px solid #fff;
    margin-left: 40px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* 08. namaz-time */
.namaz-time img {
    position: relative;
}

.namaz-time {
    text-align: center;
    width: 17%;
    padding-top: 36px;
    border: 1px solid #bcbcbc;
    border-bottom-left-radius: 150px;
    border-bottom-right-radius: 151px;
    padding-bottom: 100px;
    position: relative;
    background-image: url(../img/color-bg.jpg);
    overflow: hidden;
    margin-left: -1px;
    border-top: 0;
    margin-top: -1px;
}

.namaz-timing {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.namaz-time:before {
    background-color: #fff;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.namaz-time:after {
    left: 44%;
    bottom: 40px;
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 4px solid var(--theme-colour);
}

.namaz-time h4 {
    font-size: 36px;
    color: var(--common-colour);
    padding-top: 6px;
    padding-bottom: 20px;
    font-family: var(--common-font);
    position: relative;
}

.namaz-time h5 span {
    display: block;
    font-size: 16px;
    padding-top: 4px;
}

.namaz-time h5 {
    position: relative;
    font-size: 20px;
}

.namaz-time:hover:before {
    bottom: 0;
    height: 0;
}

.namaz-time:hover h5,
.namaz-time:hover h4 {
    color: #fff;
}

/* 09. heading */
.heading {
    text-align: center;
    width: 60%;
    margin: auto;
    padding-bottom: 50px;
}

.heading h2 {
    font-family: var(--common-font);
}

.heading p {
    color: #444;
    padding-top: 24px;
    font-family: var(--common-font);
    text-transform: uppercase;
}

.heading.two {
    position: relative;
}

.heading.two p {
    padding-top: 0;
}

.heading.two {
    text-align: left;
    width: 100%;
}

/* 10. islamic-history */
.islamic-history p {
    padding-bottom: 30px;
    font-size: 18px;
}

.islamic-history {
    width: 100%;
}

ul.list li {
    padding-bottom: 14px;
    position: relative;
    padding-left: 20px;
    font-size: 18px;
}

ul.list li:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: var(--common-colour);
    border-radius: 50%;
    top: 7px;
    left: 0;
}

.islamic-history a.btn {
    background-color: transparent;
    border: 3px solid var(--theme-colour);
    margin-top: 30px;
}

.circle-text {
    position: relative;
    text-align: center;
}

.circle-text img.circle-text-img {
    top: 6%;
    position: absolute;
    left: 23%;
    animation: rotate 25s infinite;
}

.circle-text figure.circle-img {
    width: 194px;
    height: 194px;
    background-color: var(--theme-colour);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: auto;
}

.circle-text figure.circle-img img {
    border: 1px solid;
    width: 118px;
    padding: 30px;
    border-radius: 50%;
}

/* 11. real-history-book */
.real-history-book {
    margin-top: 50px;
}

.real-history-book img {
    border-bottom-left-radius: 150px;
    border-bottom-right-radius: 150px;
}

.real-history-book.two {
    margin-top: 0px;
    position: relative;
}

.real-history-book.two:before {
    z-index: -1;
    left: -77%;
    content: "";
    position: absolute;
    background-image: url(../img/background-history.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    mix-blend-mode: difference;
    bottom: 11%;
}

.real-history-book.two img {
    border-radius: 0;
    border-top-left-radius: 250px;
    border-top-right-radius: 250px;
}

/* 12. community */
.community-text svg {
    width: 65px;
    height: auto;
}

.community-text {
    display: flex;
    z-index: 111;
    position: relative;
}

.community-text i {
    background-color: var(--common-colour);
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 4px;
    transform: translatey(-60px);
}

.community-text i svg {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.community:hover .community-text i svg {
    -webkit-animation: top-bottom 1s ease-in-out;
    animation: top-bottom 1s ease-in-out;
}

.community-text a {
    font-size: 30px;
    font-family: var(--common-font);
    padding-top: 20px;
    display: block;
}

.community img {
    border-radius: 146px;
    border-bottom-left-radius: 0;
}

.community-text p {
    width: 87%;
}

.community-text a:hover {
    color: var(--common-colour);
}

/* 13. courses */
.courses {
    width: 97%;
    background-color: #fff;
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
}

.courses-img {
    position: relative;
}

.our-courses-section {
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-position: right;
}

.our-courses .content {
    margin-top: 0;
}

.courses-img img {
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
    width: 100%;
}

.courses-img:before {
    background-color: var(--common-colour);
    content: "";
    opacity: .5;
    position: absolute;
    width: 100%;
    height: 0%;
    bottom: 0;
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
}

.courses-img a i {
    color: #fff;
    top: 50%;
    position: absolute;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 50%;
    border: solid 3px var(--theme-colour);
}

.courses-img a i {
    color: #fff;
    position: absolute;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 50%;
    border: solid 3px var(--theme-colour);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(323deg) scale(0);
}

.courses:hover .courses-img a i {
    transform: translate(-50%, -50%) rotate(323deg) scale(1);
}

.courses .courses-img a i:hover {
    transform: translate(-50%, -50%) rotate(0deg) scale(1);
    background-color: var(--theme-colour);
    color: #000;
}

.courses-text {
    width: 85%;
    margin: auto;
}

.courses-text a {
    font-size: 22px;
    line-height: 32px;
    padding-bottom: 20px;
    display: block;
    font-family: var(--common-font);
}

.courses-text span {
    color: var(--common-colour);
    font-weight: bold;
}

.courses-text h4 {
    font-size: 22px;
    color: #444;
    font-weight: 800;
}

.courses-weeks {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 26px;
    background-color: var(--theme-colour);
    margin-top: 23px;
}

.courses-text a:hover {
    color: var(--common-colour);
}

.courses-weeks h6 {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.courses .border {
    border: 1px solid #000000 !important;
    height: 50px;
    margin-top: -30px;
}

.courses:hover .courses-img:before {
    height: 100%;
}

/* 14. scholar */
.scholar img {
    border-radius: 50%;
    margin-right: 13px;
}

.scholar {
    display: flex;
    align-items: center;
    background-color: var(--common-colour);
    padding: 10px;
    border-radius: 50px;
    width: 85%;
    margin: auto;
    margin-top: -30px;
    z-index: 1;
    position: relative;
    margin-bottom: 20px;
}

.scholar h4 {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.scholar span {
    font-size: 13px;
    color: #fff;
}

/* 15. logos */
.logos {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logos li {
    border: 1px solid #ddd;
    padding: 20px 40px;
    background-color: #fff;
    border-radius: 51px;
    margin-right: 20px;
}

.logos-heading {
    margin-top: 120px;
    text-align: center;
}

.logos-heading h3 {
    font-size: 40px;
    padding-bottom: 50px;
    font-family: var(--common-font);
}

.logos-heading h3 span {
    display: inline-block;
    border-bottom: 5px solid var(--theme-colour);
}

.logos li:hover {
    box-shadow: 9px 10px 35px 0px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 9px 10px 35px 0px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 9px 10px 35px 0px rgba(0, 0, 0, 0.14);
}

/* 16. listen-holy */
.listen-holy {
    position: relative;
}

.listen-holy {
    padding-bottom: 76px;
}

.listen-holy .heading.two {
    padding-top: 160px;
    padding-bottom: 0;
}

.listen-holy .heading.two h2,
.listen-holy .heading.two p,
.listen-holy .heading.two h6 {
    color: #fff;
}

.listen-holy .heading.two h6 {
    font-size: 18px;
    padding-top: 34px;
    line-height: 30px;
    width: 90%;
    margin-bottom: 30px;
}

.listen-holy:before {
    background-color: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    opacity: .5;
}

/* 17. support-us */
.support-us {
    position: relative;
}

.support-us h4 {
    color: #fff;
    font-size: 46px;
    font-family: var(--common-font);
    padding-bottom: 20px;
}

.support-us {
    padding: 50px;
    text-align: center;
    padding-bottom: 100px;
    width: 100%;
    padding-top: 84px;
    border-bottom-left-radius: 300px;
    border-bottom-right-radius: 300px;
}

.support-us span {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    display: block;
    padding-bottom: 26px;
    padding-top: 4px;
}

.support-us h6 {
    font-size: 48px;
    color: #fff;
    padding-top: 20px;
    font-weight: bold;
}

/* 18. progressbar */
.progressbar {
    display: inline-block;
    width: 132px;
    margin-right: 0px;
}

.circle {
    width: 143px;
    height: 141px;
    margin: 0 auto;
    margin-top: 10px;
    display: inline-block;
    position: relative;
    text-align: center;
    position: relative;
    z-index: 1;
}

.circle canvas {
    vertical-align: middle;
    border-radius: 50%;
}

.circle div {
    color: #fff;
    position: absolute;
    top: 46%;
    left: 54%;
    margin: -20px 0 0 -86px;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 26px;
    transform: translate(10px, 10px);
    font-weight: bold;
}

.circle strong i {
    font-style: normal;
    font-size: 0.6em;
    font-weight: normal;
}

.circle span {
    display: block;
    color: black;
    margin-top: 12px;
}

/* 19. pillars */
.pillars-name {
    border-radius: 127px;
    border-bottom-left-radius: 0;
    border: 1px solid #bcbcbc;
}

.pillars-name figure {
    background-color: var(--theme-colour);
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    position: absolute;
}

.pillars-name {
    position: relative;
    padding-bottom: 30px;
}

.pillars-name img {
    border-radius: 127px;
    border-bottom-left-radius: 0;
}

.pillars-name:hover figure img {
    -webkit-animation: top-bottom 1s ease-in-out;
    animation: top-bottom 1s ease-in-out;
}

.pillars-name span {
    color: var(--common-colour);
    font-family: var(--common-font);
    padding-left: 20px;
}

.pillars-name a {
    font-size: 26px;
    font-family: var(--common-font);
    display: block;
    padding-top: 17px;
    padding-bottom: 4px;
    padding-left: 20px;
}

.pillars-name a:hover {
    color: var(--common-colour);
}

.pillars {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* 20. count-style */
.count-style h2 {
    font-size: 80px;
    font-weight: bold;
    color: var(--theme-colour);
}

.count-style sup {
    top: 0;
}

/* 21. islamic-mosque */
.islamic-mosque {
    text-align: center;
    width: 24.9%;
    padding: 70px 0;
    border-bottom-left-radius: 300px;
    border-bottom-right-radius: 300px;
}

.islamic-mosque h5 {
    color: #fff;
    padding-top: 4px;
    padding-bottom: 36px;
}

.islamic-mosque:hover img {
    -webkit-animation: top-bottom 1s ease-in-out;
    animation: top-bottom 1s ease-in-out;
}

.fun-facts {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@keyframes top {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(15px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes top-bottom {

    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    60% {
        -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
        transform: translateY(-4px);
    }
}

/* 22. islamic-ayat */
.islamic-ayat .heading {
    width: 100%;
}

.ayat {
    padding: 51px;
    border: 3px solid var(--theme-colour);
    text-align: center;
    background-color: #fff7dc;
    padding-bottom: 40px;
    padding-top: 64px;
    border-radius: 227px;
    border-top-right-radius: 0;
}

.ayat h4 {
    padding-top: 20px;
    font-size: 22px;
    padding-bottom: 20px;
    line-height: 32px;
}

.ayat h5 {
    font-size: 16px;
    background-color: var(--theme-colour);
    display: inline-block;
    padding: 5px 30px;
    font-weight: bold;
    border-radius: 51px;
}

.slider-ayat.owl-carousel .owl-item img {
    width: auto;
    margin: auto;
}

.slider-ayat .owl-dots {
    left: 36%;
    position: absolute;
    bottom: -40px;
}

.islamic-ayat {
    position: relative;
}

.islamic-ayat img.ayat-with-img {
    border-top-left-radius: 500px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.ayat-img img {
    position: relative;
    z-index: 1;
}

.ayat-img {
    margin-top: 230px;
    margin-left: 40px;
}

/* 23. navigating */
.section-navigating {
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-position: right;
    background-position-y: bottom;
}

.img-navigating img {
    border-radius: 410px;
    border-top-right-radius: 0;
    border-top-left-radius: 680px;
}

.img-navigating.two img {
    border-radius: 315px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 680px;
}

.navigating-life span {
    padding-right: 20px;
}

.navigating-life i {
    color: var(--common-colour);
    font-size: 20px;
    padding-right: 8px;
}

.navigating-life .location {
    align-items: center;
}

.navigating-life .location span {
    color: #000;
}

.navigating-life h2 {
    font-family: var(--common-font);
    padding-top: 10px;
    padding-bottom: 30px;
}

.navigating-life .video i {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--common-colour);
    border-radius: 50%;
    margin-left: 22px;
    margin-right: 14px;
}

.navigating-life .video i svg {
    width: 19px;
    height: auto;
    padding: 0;
    padding-left: 10px;
}

.navigating-life .video a {
    color: black;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    font-weight: 900;
    font-size: 16px;
    position: relative;
    top: 0;
    left: 0;
    transform: initial;
}

.navigating-life .video a i:after {
    display: none;
}

.navigating-life {
    padding-left: 60px;
}

/* 24. countdown */
#countdown {
    margin-bottom: 30px;
}

#countdown ul li {
    text-align: center;
    width: 120px;
    height: 120px;
    padding: 20px;
    background-color: #ffd40d;
    border-radius: 150px;
    border-top-left-radius: 0;
    text-transform: uppercase;
    margin-bottom: 4px;
    background-color: #fff;
    border: 3px solid var(--theme-colour);
}

#countdown ul {
    display: flex;
    align-items: center;
    justify-content: start;
    text-align: center;
}

#countdown ul li {
    text-align: center;
    color: #000;
    margin-right: 10px;
}

#countdown ul li span {
    display: flex;
    justify-content: center;
    font-size: 40px;
    font-weight: bold;
    line-height: 26px;
    margin-top: 8px;
    color: var(--common-colour);
    padding: 0;
    padding-bottom: 9px;
}

/* 25. join-our-community */
.join-our-community h2 {
    color: #fff;
    font-family: var(--common-font);
    width: 74%;
    margin: auto;
    font-size: 50px;
}

.join-our-community p {
    padding-top: 20px;
    padding-bottom: 40px;
    font-size: 20px;
    color: #fff;
}

.join-our-community {
    position: relative;
    border-radius: 500px;
    border-top-left-radius: 0;
    padding: 105px 0;
    text-align: center;
}

@keyframes animation01 {
    0% {
        transform: scale(1.0);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1.0);
    }
}

@keyframes animation02 {
    0% {
        transform: translate(0px, 0px) rotate(0);
    }

    25% {
        transform: translate(-10px, -10px) rotate(5deg);
    }

    50% {
        transform: translate(-20px, 0px) rotate(0);
    }

    75% {
        transform: translate(-10px, -10px) rotate(-2deg);
    }

    100% {
        transform: translate(0, 0) rotate(0);
    }
}

.join-our-img img {
    border-radius: 50%;
    position: absolute;
}

.join-our-img img:nth-child(1) {
    left: 4%;
    top: 10%;
    animation: animation02 15s infinite;
}

.join-our-img img:nth-child(2) {
    left: 13%;
    bottom: 16%;
    animation: animation01 3s infinite;
}

.join-our-img img:nth-child(3) {
    right: 7%;
    top: 10%;
    animation: 6s infinite animation01;
}

.join-our-img img:nth-child(4) {
    right: 10%;
    bottom: 20%;
    animation: animation02 6s infinite;
}

.head-title {
    text-transform: uppercase;
    font-size: 35px;
    color: #fff;
}

.bg-brown {
    background-color: #6f1a06;
}

.txt-brown {
    color: #6f1a06 !important;
}

.main-title span {
    border-right: 1px solid #fff;
    margin-right: 10px;
    padding: 0px 5px;
    color: #fff;
}

.main-title a {
    color: #fff;
    text-decoration: none;
}

.background-img {
    position: relative;
    background-image: url(https://winsfolio.net/html/ibadah/assets/img/color-bg.jpg);
}

.bg-design {
    position: relative;
    background-image: url("../img/bg/bg-design.PNG");
}

.enroll-btn {
    background: #edcaa1;
    padding: 8px 15px;
    color: #000;
    font-weight: 700;
    position: relative;
    float: left;
    font-size: 15px;
    margin-left: 10px;
    text-align: center;
    text-decoration: none;
    border-radius: 18px;
}

.enroll-btn:hover {
    background-color: #6f1a06;
    color: #fff;
    transition: 0.4s ease-in-out;
}

.hero-section {
    position: relative;
    overflow: hidden;
    background-color: #000;
}

.hero-section .hero-bg img {
    object-fit: cover;
    object-position: center;
}

.hero-section .form-control,
.hero-section .form-select {
    border-width: 2px;
    color: #fff;
}

.hero-section .form-control::placeholder {
    color: #ccc;
}

.hero-section .form-select option {
    color: #000;
}

.marquee-wrapper {
    position: relative;
    white-space: nowrap;
}

.marquee-content {
    animation: scroll-left 25s linear infinite;
    display: inline-flex;
    min-width: 100%;
}

@keyframes scroll-left {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.marquee-item {
    flex: 0 0 auto;
    padding-inline: 1rem;
}

.bg-green {
    background-color: #005527;
}

.text-cream {
    color: #ecc9a1 !important;
}

.service-card {
    height: 100%;
    min-height: 280px;
    position: relative;
}

.service-card img {
    transition: transform 0.3s ease-in-out;
    height: 100%;
    object-fit: cover;
}

.service-card:hover img {
    transform: scale(1.05);
}

.service-card .overlay a {
    font-size: 20px;
    text-decoration: none;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent 50%);
    height: 100%;
    display: flex;
    justify-content: flex-start;
}

.icon-box {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.txt-light {
    color: var(--light) !important;
}

.product-item .bg-green h3 {
    font-size: 25px;
    font-weight: 500;
}

.product-item .bg-green .border {
    border: 1px solid #ecc9a1 !important;
}

.pillar-item {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 45px 0 40px 0;
    min-width: 229px;
    margin: 0 30px
}

@media (max-width: 767px) {
    .pillar-item {
        min-width: 200px
    }
}

.pillar-item-wrapp {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    gap: 40px
}

@media (max-width: 1699px) {
    .pillar-item-wrapp {
        gap: 9px
    }
}

@media (max-width: 1599px) {
    /* .pillar-item-wrapp {
        grid-template-columns: auto auto auto auto
    } */
}

@media (max-width: 1299px) {
    .pillar-item-wrapp {
        grid-template-columns: auto auto auto
    }
}

@media (max-width: 991px) {
    .pillar-item-wrapp {
        grid-template-columns: auto auto
    }
}

@media (max-width: 767px) {
    .pillar-item-wrapp {
        gap: 10px
    }
}

@media (max-width: 480px) {
    .pillar-item-wrapp {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px
    }
}

.pillar-item:before,
.pillar-item:after {
    content: "";
    position: absolute;
    inset: 0;
    -webkit-mask-image: url("../img/shape/pillar-shape2.png");
    mask-image: url("../img/shape/pillar-shape2.png");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background-color: var(--theme-color);
    z-index: -1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.pillar-item:after {
    inset: 10px;
    background-color: var(--white-color)
}

.pillar-item .box-icon {
    min-height: 50px;
    line-height: 50px;
    margin-bottom: 28px
}

.pillar-item .box-img {
    max-width: 128px;
    height: 128px;
    display: block;
    margin: auto auto 30px auto;
    border-radius: 50%
}

.pillar-item .box-img img {
    border-radius: 50%
}

.pillar-item .box-title {
    position: relative;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.02em;
    color: var(--title-color);
    background-color: var(--theme-color2);
    padding: 12px 20px;
    text-transform: capitalize;
    margin: 0 -30px 0px -30px;
    z-index: 2
}

.pillar-item .box-title img {
    margin-left: 16px
}

.pillar-item .box-title:before,
.pillar-item .box-title:after {
    content: "";
    background-color: transparent;
    border-style: solid;
    border-width: 33px 31px 0px 0px;
    border-color: transparent #DDB73E transparent transparent;
    position: absolute;
    left: 0%;
    top: -45%
}

.pillar-item .box-title:after {
    left: unset;
    right: 0%;
    border-width: 0px 30px 34px 0px;
    border-color: transparent transparent #DDB73E transparent
}

.about-us-btn {
    background-color: #edcaa1;
    color: #000;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    border: none !important;
}

.about-us-btn:hover {
    background-color: #6f1a06;
    color: #fff;
    transition: 0.4s ease-in-out;
}

.bg-cream {
    background-color: #edcaa1;
}

.txt-cream {
    color: #edcaa1;
}

.resource-heading a {
    font-weight: 500;
    text-decoration: none;
    font-size: 18px;
}

.resource-heading a:hover {
    color: #ecc9a1;
}

.footer-contact i {
    color: #ecc9a1;
}

.footer-contact a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    transition: .3s;
}

.footer-contact a:hover,
.footer-contact p:hover {
    text-decoration: underline !important;
    box-shadow: none;
}

.footer-contact p {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.footer-logo .logo {
    height: 90px;
}

.footer-logo {
    justify-content: space-between;
}

.resource-card {
    padding: 20px 30px;
    border-radius: 10px;
    background-color: #6f1a06;
}

.resource-card i {
    background-color: white;
    border-radius: 50%;
    color: var(--light);
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
}

.mission-card {
    padding: 20px 30px;
    border-radius: 10px;
    background-color: #6f1a06;
    transition: 0.3s ease-in-out;
    color: #ecc9a1 !important;
}

.mission-card:hover {
    color: #6f1a06 !important;
    background-color: #ecc9a1;

}

.mission-card:hover p {
    color: #6f1a06 !important;
}

.mission-card:hover i {
    color: #6f1a06 !important;
    transform: rotate(360deg);
    transition: 0.4s;
}

.mission-card i {
    height: 60px;
    width: 60px;
    background-color: white;
    border-radius: 50%;
    color: var(--light);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;

}

.cta-area {
    position: relative
}

/* .cta-area:before,
.cta-area:after {
    content: "";
    position: absolute;
    inset: 0;
    -webkit-mask-image: url("../img/bg/cta-shape-2.png");
    mask-image: url("../img/bg/cta-shape-2.png");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background-color: var(--theme-color);
    z-index: -1
} */

@media (max-width: 767px) {

    .cta-area:before,
    .cta-area:after {
        -webkit-mask-size: cover;
        mask-size: cover;
        -webkit-mask-position: center center;
        mask-position: center center
    }
}

.cta-area:after {
    -webkit-mask-image: url("../img/bg/cta-shape-2.png");
    mask-image: url("../img/bg/cta-shape-2.png");
    background-color: var(--theme-color2);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    z-index: -2;
    top: 20px
}

@media (max-width: 767px) {
    .cta-area:after {
        -webkit-mask-size: cover;
        mask-size: cover;
        -webkit-mask-position: center center;
        mask-position: center center
    }
}

.donation-area {
    position: relative;
    padding: 84px 0 84px 0;
    z-index: 2
}

.donation-area:before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(bottom, rgba(3, 6, 14, 0.7), rgba(3, 6, 14, 0.7));
    background: linear-gradient(0deg, rgba(3, 6, 14, 0.7), rgba(3, 6, 14, 0.7));
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    z-index: -1
}

.donation-form {
    max-width: 714px;
    background-color: var(--white-color);
    box-shadow: 0px 2px 30px rgba(3, 6, 14, 0.1);
    padding: 70px;
    border-radius: 24px
}

@media (max-width: 1299px) {
    .donation-form.style2 {
        max-width: 600px
    }
}

@media (max-width: 1199px) {
    .donation-form.style2 {
        max-width: 100%
    }
}

@media (max-width: 1500px) {
    .donation-form {
        padding: 50px
    }
}

@media (max-width: 1399px) {
    .donation-form {
        padding: 40px
    }
}

@media (max-width: 1199px) {
    .donation-form {
        max-width: 100%;
        padding: 30px
    }
}

@media (max-width: 375px) {
    .donation-form {
        padding: 25px
    }
}

.donation-form .goal-amount-wrapp {
    padding: 17.6px 44px;
    border: 1px solid #E4E4E6;
    border-radius: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 32px
}

@media (max-width: 1399px) {
    .donation-form .goal-amount-wrapp {
        padding: 13px 20px;
        gap: 15px
    }
}

@media (max-width: 767px) {
    .donation-form .goal-amount-wrapp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }
}

.donation-form .goal-amount .text {
    color: var(--theme-color)
}

.donation-form .goal-amount .box-number {
    font-size: 32px;
    font-weight: 700;
    color: var(--title-color)
}

.donation-form .feature-circle .progressbar {
    position: relative;
    max-width: 78px;
    max-height: 78px;
    background-color: #E4E4E5;
    border-radius: 50%;
    display: block;
    margin: auto
}

.donation-form .feature-circle .progressbar .circle-num {
    font-size: 16px;
    line-height: 50px;
    letter-spacing: 0.02em;
    color: var(--title-color);
    font-family: var(--body-font);
    position: absolute;
    top: -6px;
    left: -6px;
    width: 78px;
    height: 78px;
    line-height: 78px;
    border-radius: 50%;
    margin: 8px;
    text-align: center
}

.donation-form .donate-amount-button-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 34px;
    margin-bottom: 24px
}

@media (max-width: 1399px) {
    .donation-form .donate-amount-button-list {
        gap: 12px
    }
}

.donation-form .donate-amount-button-list li {
    border: 1px solid #E4E4E5;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    color: var(--title-color);
    padding: 7px 15px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.donation-form .donate-amount-button-list li.active,
.donation-form .donate-amount-button-list li:hover {
    background: var(--theme-color2);
    border-color: var(--theme-color2);
    color: var(--title-color)
}

.donation-form .form-group.donate-input {
    position: relative;
    margin-bottom: 20px
}

.donation-form .form-group.donate-input:before {
    content: "";
    position: absolute;
    top: 0;
    left: 70px;
    width: 1px;
    height: 100%;
    background-color: rgba(253, 253, 233, 0.5)
}

.donation-form .form-group.donate-input input {
    position: relative;
    background-color: transparent;
    border: 1px solid #E4E4E5;
    border-radius: 8px;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    height: 42px;
    letter-spacing: 0.02em;
    color: var(--title-color)
}

.donation-form .form-group.donate-input .icon {
    position: absolute;
    left: 25px;
    top: 20px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    right: auto;
    width: 20px;
    height: 20px;
    background: var(--theme-color);
    border-radius: 50%;
    text-align: center;
    color: var(--white-color);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500
}

.donation-form .form-group {
    margin-bottom: 8px
}

.donation-form select,
.donation-form .form-control,
.donation-form .form-select,
.donation-form textarea,
.donation-form input {
    background-color: transparent;
    height: 48px;
    border: 1px solid #E4E4E5;
    border-radius: 8px;
    color: var(--body-color)
}

.donation-form select::-moz-placeholder,
.donation-form .form-control::-moz-placeholder,
.donation-form .form-select::-moz-placeholder,
.donation-form textarea::-moz-placeholder,
.donation-form input::-moz-placeholder {
    color: var(--body-color)
}

.donation-form select::-webkit-input-placeholder,
.donation-form .form-control::-webkit-input-placeholder,
.donation-form .form-select::-webkit-input-placeholder,
.donation-form textarea::-webkit-input-placeholder,
.donation-form input::-webkit-input-placeholder {
    color: var(--body-color)
}

.donation-form select:-ms-input-placeholder,
.donation-form .form-control:-ms-input-placeholder,
.donation-form .form-select:-ms-input-placeholder,
.donation-form textarea:-ms-input-placeholder,
.donation-form input:-ms-input-placeholder {
    color: var(--body-color)
}

.donation-form select::-webkit-input-placeholder,
.donation-form .form-control::-webkit-input-placeholder,
.donation-form .form-select::-webkit-input-placeholder,
.donation-form textarea::-webkit-input-placeholder,
.donation-form input::-webkit-input-placeholder {
    color: var(--body-color)
}

.donation-form select::-moz-placeholder,
.donation-form .form-control::-moz-placeholder,
.donation-form .form-select::-moz-placeholder,
.donation-form textarea::-moz-placeholder,
.donation-form input::-moz-placeholder {
    color: var(--body-color)
}

.donation-form select:-ms-input-placeholder,
.donation-form .form-control:-ms-input-placeholder,
.donation-form .form-select:-ms-input-placeholder,
.donation-form textarea:-ms-input-placeholder,
.donation-form input:-ms-input-placeholder {
    color: var(--body-color)
}

.donation-form select::-ms-input-placeholder,
.donation-form .form-control::-ms-input-placeholder,
.donation-form .form-select::-ms-input-placeholder,
.donation-form textarea::-ms-input-placeholder,
.donation-form input::-ms-input-placeholder {
    color: var(--body-color)
}

.donation-form select::placeholder,
.donation-form .form-control::placeholder,
.donation-form .form-select::placeholder,
.donation-form textarea::placeholder,
.donation-form input::placeholder {
    color: var(--body-color)
}

.donation-form input[type="checkbox"].style2~label {
    color: var(--title-color);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px
}

.donation-form input[type="checkbox"].style2~label:before {
    background-color: rgba(255, 255, 255, 0.1);
    border: 2px solid #666666;
    height: 16px;
    width: 16px;
    line-height: 13px;
    border-radius: 2px;
    top: 6px
}

.donation-form .dropdown-btn {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    background: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.donation-form .dropdown-btn img {
    width: 30px;
    margin-right: 10px
}

.donation-form .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 250px;
    border: 1px solid #ccc;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1
}

.donation-form .dropdown-content div {
    padding: 10px;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.donation-form .dropdown-content div:hover {
    background-color: #f1f1f1
}

.donation-form .dropdown-content img {
    width: 30px;
    margin-right: 10px
}

.donation-form .form-group.style2 .payment-method {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #E4E4E5;
    border-radius: 8px
}

@media (max-width: 767px) {
    .donation-form .form-group.style2 .payment-method {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
        border: none
    }
}

.donation-form .form-group.style2 .nice-select:after {
    top: 18px;
    border-bottom-color: var(--white-color);
    border-right-color: var(--white-color)
}

.donation-form .form-group.style2 .nice-select .option {
    color: #181A1E;
    min-height: 30px;
    display: block;
    margin: 0
}

.donation-form .form-group.style2 .nice-select .option.selected {
    color: var(--theme-color) !important;
    background: var(--theme-color) !important;
    font-weight: 500
}

.donation-form .form-group.style2 .nice-select .option.selected.focus {
    color: #fff !important;
    background: var(--theme-color) !important
}

.donation-form .form-group.style2 .nice-select .option:hover,
.donation-form .form-group.style2 .nice-select .option.focus {
    background: var(--theme-color) !important;
    color: #fff !important
}

.donation-form .form-group.style2 .form-select {
    max-width: 170px;
    border: none;
    border-radius: 0;
    border-right: 1px solid #E4E4E5
}

@media (max-width: 767px) {
    .donation-form .form-group.style2 .form-select {
        border: 1px solid #E4E4E5;
        max-width: 100%
    }
}

.donation-form .form-group.style2 .form-control {
    border: none;
    border-radius: 0
}

.donation-form .form-group.style2 .form-control.style1 {
    padding: 0 16px 0 16px;
    padding-right: 16px;
    min-width: 200px;
    border-right: 1px solid #E4E4E5
}

@media (max-width: 767px) {
    .donation-form .form-group.style2 .form-control.style1 {
        border: 1px solid #E4E4E5;
        min-width: 100%
    }
}

.donation-form .form-group.style2 .form-control.style2 {
    padding: 0 16px 0 16px;
    padding-right: 16px;
    min-width: 200px;
    border-right: 1px solid #E4E4E5
}

@media (max-width: 767px) {
    .donation-form .form-group.style2 .form-control.style2 {
        border: 1px solid #E4E4E5;
        min-width: 100%
    }
}

.donation-form .form-group.style2 .form-control.style3 {
    padding: 0 14px 0 14px;
    min-width: 70px
}

@media (max-width: 767px) {
    .donation-form .form-group.style2 .form-control.style3 {
        min-width: 100%;
        border: 1px solid #E4E4E5
    }
}

.donation-form .th-btn {
    margin-top: 30px
}

.counter-card .box-number {
    position: relative;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.02em;
    display: block;
    color: var(--title-color);
    width: 106px;
    height: 100px;
    display: block;
    margin: auto;
    padding: 40px 20px;
    margin-bottom: 24px;
    z-index: 2
}

.counter-card .box-number:before,
.counter-card .box-number:after {
    content: "";
    position: absolute;
    inset: 0;
    -webkit-mask-image: url("../img/shape/counter-shape-1.png");
    mask-image: url("../img/shape/counter-shape-1.png");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background-color: var(--theme-color2);
    z-index: -1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.counter-card .box-number:after {
    inset: 3px;
    background-color: var(--white-color)
}

.counter-card .box-number img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.counter-card .box-title {
    text-transform: capitalize;
    color: var(--white-color);
    margin-bottom: 6px
}

.counter-card .box-text {
    color: var(--white-color)
}

.counter-card .media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.counter-card:hover {
    background-color: var(--theme-color2);
    background-image: url("../img/shape/counter-shape2.png")
}

.counter-card:hover .box-icon img {
    -webkit-animation: scaleUpDown 0.6s ease;
    animation: scaleUpDown 0.6s ease
}

.counter-card:hover .box-title {
    color: var(--title-color)
}

.counter-card:hover .box-text {
    color: var(--title-color)
}

@media (max-width: 1199px) {
    .counter-card-wrap.style2 {
        display: grid;
        grid-template-columns: auto auto;
        gap: 30px 0
    }

    .counter-card-wrap .divider {
        display: none
    }
}

@media (max-width: 991px) {
    .counter-card-wrap {
        display: grid;
        grid-template-columns: auto auto;
        gap: 30px 0
    }

    .counter-card-wrap .divider {
        display: none
    }
}

@media (max-width: 767px) {
    .counter-card {
        text-align: center
    }

    .counter-card:not(:last-child) {
        margin-bottom: 25px
    }
}

@media (max-width: 575px) {
    .counter-card-wrap {
        display: block;
        margin: auto
    }

    .counter-card-wrap .divider {
        display: none
    }
}

.donation-counter-wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 40px
}

@media (max-width: 1399px) {
    .donation-counter-wrapp {
        gap: 20px
    }
}

@media (max-width: 1299px) {
    .donation-counter-wrapp {
        gap: 8px
    }
}

@media (max-width: 1199px) {
    .donation-counter-wrapp {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width: 480px) {
    .donation-counter-wrapp {
        display: grid;
        grid-template-columns: auto auto;
        gap: 20px
    }
}

.counter-box {
    position: relative;
    text-align: center
}

.counter-box .box-number {
    position: relative;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.02em;
    display: block;
    color: var(--title-color);
    width: 106px;
    height: 100px;
    margin: auto;
    padding: 40px 20px;
    margin-bottom: 24px;
    z-index: 2
}

.counter-box .box-number:before,
.counter-box .box-number:after {
    content: "";
    position: absolute;
    inset: 0;
    -webkit-mask-image: url("../img/shape/counter-shape-1.png");
    mask-image: url("../img/shape/counter-shape-1.png");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background-color: var(--theme-color2);
    z-index: -1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.counter-box .box-number:after {
    inset: 3px;
    background-color: var(--white-color)
}

.counter-box .box-number img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.counter-box .box-title {
    color: var(--white-color);
    margin-bottom: 0px
}

.counter-box .box-text {
    color: var(--white-color)
}

.counter-box .media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.donation-table tbody th,
.donation-table tbody td {
    background-color: transparent;
    color: #fff;
}
.pay-online-page .donation-table tbody th,
.pay-online-page .donation-table tbody td {
    background-color: transparent;
    color: #6f1a06;
}

.copyright-aws {
    font-size: 12px;
    color: #757575 !important;
}

.copyright-company,
.copyright-company a {
    font-size: 14px;
    color: #acacac !important;
}

.fs-12 {
    font-size: 12px !important;
}

@media (max-width: 768px) {
    .mobile-none {
        display: none !important;
    }
}
@media screen and (min-width: 320px) and (max-width: 375px) {
.logo {
        height: 80px;
    }

    .main-title h3 {
        font-size: 17px !important;
    }
}

@media (max-width: 425px) {
    .logo {
        height: 80px;
    }

    .main-title h3 {
        font-size: 22px;
    }

    .main-title p span {
        display: block;
        border: none;
    }

    .navbar>.container-fluid {
        justify-content: end !important;
    }
    .translate-position {
        position: absolute;
        z-index: 1;
        top: 107px;
        left: 5px;
    }
    .navbar-toggler {
        font-size: 16px !important;
        padding: 4px 6px !important;
        margin-top: 8px !important;
        margin-bottom: 8px !important;
    }
    .py-6 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
}

.team-carousel .item {
    background: #f0f0f0;
    text-align: center;
    padding: 20px;
    height: 200px;
    /* Ensure items have height */
}

.team-carousel {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}



.sidemenu-wrapper {
    position: fixed;
    z-index: 99999;
    right: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s
}

.sidemenu-wrapper .closeButton {
    display: inline-block;
    border: 1px solid;
    width: 50px;
    height: 50px;
    line-height: 48px;
    font-size: 24px;
    padding: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: transparent;
    border-radius: 50%;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.sidemenu-wrapper .closeButton:hover {
    color: var(--theme-color2);
    border-color: var(--theme-color2);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.sidemenu-wrapper .sidemenu-content {
    background-color: var(--white-color);
    width: 450px;
    margin-left: auto;
    padding: 80px 30px;
    height: 100%;
    overflow: scroll;
    position: relative;
    right: -500px;
    cursor: auto;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transition: right ease 1s;
    transition: right ease 1s
}

@media (max-width: 575px) {
    .sidemenu-wrapper .sidemenu-content {
        width: 320px
    }
}

.sidemenu-wrapper .sidemenu-content .footer-widget .widget_title:after {
    border: 2px solid var(--white-color)
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
    width: 2px;
    background-color: #F5F5F5
}

.sidemenu-wrapper .widget {
    padding: 0;
    border: none;
    background-color: transparent
}

.sidemenu-wrapper .widget .about-text {
    color: var(--title-color)
}

.sidemenu-wrapper .widget .widget_title {
    color: var(--title-color);
    padding: 0
}

.sidemenu-wrapper .widget .recent-post-wrap .recent-post .post-title:hover a {
    color: var(--theme-color2)
}

.sidemenu-wrapper .widget.footer-widget .recent-post {
    max-width: 100%
}

.sidemenu-wrapper .widget.footer-widget .recent-post .post-title {
    color: var(--title-color) !
}

.sidemenu-wrapper .widget.footer-widget .recent-post .post-title:hover a {
    color: var(--theme-color2)
}

.sidemenu-wrapper .widget.footer-widget .th-widget-about .footer-info-title {
    color: var(--title-color)
}

.sidemenu-wrapper.show {
    opacity: 1;
    visibility: visible;
    width: 100%;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s
}

.sidemenu-wrapper.show .sidemenu-content {
    right: 0;
    opacity: 1;
    visibility: visible
}

.sidemenu-wrapper .th-widget-about .footer-info {
    color: var(--theme-color)
}



.recent-post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px
}

.recent-post:last-child {
    margin-bottom: 0
}

.recent-post .media-img {
    margin-right: 20px;
    width: 113px;
    height: 103px;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid var(--light)
}

.recent-post .media-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;

}

.recent-post .post-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    margin-right: 10px;
    text-transform: capitalize
}

.recent-post .post-title a {
    color: #6f1a06
}

.recent-post .post-title:hover a {
    color: var(--light)
}

.recent-post .recent-post-meta {
    margin-bottom: 5px
}

.recent-post .recent-post-meta a {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    color: var(--light)
}

.recent-post .recent-post-meta a i {
    margin-right: 6px;
    color: var(--theme-color2)
}

.recent-post .recent-post-meta a:hover {
    color: var(--theme-color2)
}

.recent-post:hover .media-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.global-img {
    position: relative;
    min-width: 50%;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.global-img:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1
}

.global-img img {
    width: 100%;
    object-fit: cover;
    -webkit-transition: 1.3s all ease;
    transition: 1.3s all ease
}

@media (max-width: 991px) {
    .global-img {
        margin-bottom: 30px
    }
}

.global-img:hover img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

.global-img:hover:after {
    height: 250%;
    -webkit-transition: all 600ms linear;
    transition: all 600ms linear;
    background-color: transparent
}

.page-img {
    border-radius: 30px;
    overflow: hidden
}

.page-img.style1 {
    border-radius: 16px
}

.page-img.style1 img {
    height: 100%;
    border-radius: 16px
}

.page-img img {
    border-radius: 30px
}

.widget_title {
    position: relative;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.02em;
    color: var(--title-color);
    line-height: 1em;
    margin: -0.12em 0 53px 0
}

.widget_title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 136px;
    height: 30px;
    padding-bottom: 30px;
    background-image: url("../img/shape/title_shape5.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.academies-contact-btn {
    padding: 7px 20px;
    background-color: var(--light);
    color: #6f1a06;
    border: none;
    border-radius: 30px;
    font-weight: 600;
    font-size: 18px;
}

.academies-contact-btn:hover {
    color: var(--light);
    background-color: #6f1a06;
    transition: 0.3s ease-in-out;
}

.sidebar-area {
    background: url(../img/bg/bg-design.PNG) center center no-repeat;
    background-size: cover;
    border-radius: 10px;
    padding: 20px 10px;
    position: sticky;
    top: 20px;
    height: fit-content;
}

.sidebar-area {}

.header h1 {}

.header p {
    background-color: var(--light);
    color: #6f1a06;
    padding: 0px 20px;
    display: inline-block;
    border-radius: 8px;
}

.curriculum-section {
    margin: 2rem 0;
}

.year-card {
    background-color: white;
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.5rem;
    padding: 1.5rem;
    background: url(../img/bg/bg-design.PNG) center center no-repeat;
    background-size: cover;
}

.year-card h3 {
    color: #6f1a06;
    border-bottom: 2px solid #6f1a06;
    padding-bottom: 0.5rem;
}

.section-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #6f1a06;
    margin-top: 1rem;
}

.accordion-button {
    font-weight: bold;
}

.accordion-button {
    border-radius: 8px !important;
    border: none;
    margin: 10px 0px;
    background-color: var(--light) !important;
    color: #6f1a06 !important;
}

.accordion-button:hover {
    background-color: #6f1a06 !important;
    color: var(--light) !important;
}

.accordion-button:hover::after {
    color: var(--light) !important;
}

.accordion-button:focus {
    background-color: #6f1a06 !important;
    color: var(--light) !important;
    box-shadow: 0 0 0 0.25rem rgba(231, 177, 62, 0.25) !important;
}

.accordion-item {
    background-color: transparent !important;
    border: none !important;
}

.accordion-body ul li {
    position: relative;
    /* Position relative for absolute positioning of the icon */
    margin-bottom: 10px;
    /* Optional: space between list items */
}

.accordion-body ul li::before {
    content: "\f058";
    /* Unicode for fa-circle-check */
    font-family: "Font Awesome 6 Free";
    /* Font Awesome font family */
    font-weight: 400;
    /* Regular style for fa-regular */
    position: absolute;
    /* Position the icon */
    left: -30px;
    /* Move icon to the left of the list item */
    top: 0;
    /* Align with the top of the text */
    color: #6f1a06;
    /* Optional: set icon color (e.g., green) */
    font-size: 1.2em;
    /* Optional: adjust icon size */
}

.highlights li {
    position: relative;
    /* Position relative for absolute positioning of the icon */
    margin-bottom: 10px;
    /* Optional: space between list items */
}

.highlights li::before {
    content: "\f061";
    /* Unicode for fa-circle-check */
    font-family: "Font Awesome 6 Free";
    /* Font Awesome font family */
    font-weight: 900;
    /* Regular style for fa-regular */
    position: absolute;
    /* Position the icon */
    left: -30px;
    /* Move icon to the left of the list item */
    top: 0;
    /* Align with the top of the text */
    color: #6f1a06;
    /* Optional: set icon color (e.g., green) */
    font-size: 1.2em;
    /* Optional: adjust icon size */
}

/* .accordion-button:not(.collapsed)::after {
    content: none !important;
}
.accordion-button.collapsed::after {
    content: none !important;
} */
.dropdown-item:active {
    background-color: #fff !important;
}

.border-radius-5 {
    border-radius: 7px !important;
}

.admission-form-spacing {
    padding: 50px 50px;
}

.contact-details {
    box-shadow: var(--bs-box-shadow-lg) !important;
    border-radius: 10px;
    padding: 20px 20px !important;

}

.contact-details a,
.contact-details p {
    color: #6f1a06;

}

.contact-details i {
    color: #6f1a06;

}

.contact-details .btn {
    background-color: var(--light) !important;
}

.contact-details .btn:hover {
    background-color: #6f1a06 !important;
    transition: .3s;
    
}
.contact-details .btn:hover i {
   color: var(--light) !important;
   transition: .3s;
}
.col-spacing {
    --bs-gutter-x: 200px !important;
}

/* Terms & Conditions */

       .term-condition-page h2 {
            color: #6f1a06;
            font-size: 1.5rem;
            margin-bottom: 1rem;
        }

       .term-condition-page p,
        li {
            color: #333;
            line-height: 1.6;
        }

      .term-condition-page  .contact {
            margin-top: 2rem;
            text-align: center;
        }

      .term-condition-page  .contact a {
            color: #ecc9a1;
            text-decoration: none;
            font-weight: bold;
        }

      .term-condition-page  .contact a:hover {
            text-decoration: underline;
        }

      .term-condition-page  .note {
            margin-top: 2rem;
            padding: 1rem;
            background: #f8f9fa;
            border-left: 4px solid #2e6b5b;
        }
        .resource-pdf a:last-child {
            background-color: var(--light);
            color: #6f1a06;
            padding: 10px 20px ;
            border-radius: 8px;
        }
        .resource-pdf a:last-child:hover {
            background-color: #6f1a06;
            color: var(--light);
            
        }
        .resource-pdf a img:hover {
            transform: scale(1.02);
            
        }
        .resource-pdf {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        .resource-pdf a img {
            border-radius: 10px;
            border: 1px solid #000;
            margin-bottom: 20px;
            transition: transform 0.3s ease;
        }
        .col{
            transition: transform 0.3s ease;
        } 
        .col:hover {
            transform: scale(1.02);
        }