@import url("https://fonts.googleapis.com/css?family=Tangerine");

body {
    overflow-x: hidden;
    position: relative;
}

body {
    font-family: "Cairo", sans-serif;
    font-weight: 400;
    line-height: 28px;
    color: #2F5B73;
    font-size: 14px;
    background-color: #ffffff;
}

a {
    text-decoration: none;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: #2f2f2f;
    text-decoration: underline;
}

a:hover {
    color: #2f2f2f;
    text-decoration: none;
}

a.more {
    font-weight: 600;
}

/* .custom-navbar {
  background: #ffffff !important;
  padding-top: 20px;
  padding-bottom: 20px;
} */

.ha-navbar {
    li {
        width: fit-content;
    }

    li.active a {
        border-bottom: #114b64 solid 3px;
    }

    a {
        color: #114b64;
    }
}


.hero {
    background-color: rgba(17, 75, 100, 1);
    color: rgba(68, 125, 155, 1);
    border-radius: 10%;
    padding: 100px;
    height: 787px;
    padding: calc(4rem - 30px) 0 0rem 0;
}

@media (min-width: 768px) {
    .hero {
        padding: calc(4rem - 30px) 0 4rem 0;
    }
}

@media (min-width: 992px) {
    .hero {
        padding: calc(8rem - 30px) 0 8rem 0;
    }
}

.hero .intro-excerpt {
    position: relative;
    z-index: 4;
}

@media (min-width: 992px) {
    .hero .intro-excerpt {
        max-width: 450px;
    }
}

.hero h1 {
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 30px;
}

@media (min-width: 1400px) {
    .hero h1 {
        font-size: 24px;
        text-align: justify;
    }
}

.hero p {
    color: rgba(255, 255, 255, 0.5);
    text-align: justify;
    font-size: 24;
    margin-botom: 30px;
}

.hero .hero-img-wrap {
    position: relative;
}

.hero .hero-img-wrap img {
    position: relative;
    top: 50px;
    right: 0px;
    z-index: 2;
    max-width: 1400px;
    left: -20px;
}

@media (min-width: 768px) {
    .hero .hero-img-wrap img {
        right: 0px;
        left: 0px;
    }
}

@media (min-width: 992px) {
    .hero .hero-img-wrap img {
        left: 0px;
        top: -80px;
        position: absolute;
        right: -50px;

    }
}

@media (min-width: 1200px) {
    .hero .hero-img-wrap img {
        left: 0px;
        top: -80px;
        right: -100px;
    }
}


.checked {
    color: orange;
    align-items: center;
}

/* .card{
  height: 250px;
  width: 1200px;
  border-radius: 20px;
  left: 120px;
  top: 797;
  font-size: 15px;

} */

.card1 {
    height: 150px;
    width: 570px;
    border-radius: 20px;
    left: 120px;
    top: 797;
    font-size: 15px;

}

.ha-card {
    margin-top: -150px;
    border-radius: 15px;
}

.s2 h1 {
    font-weight: 700;
    color: #447e9e;
    margin-bottom: 30px;
}

@media (min-width: 1400px) {
    .s2 h1 {
        font-size: 28px;
        text-align: justify;
    }
}

.s2 p {
    text-align: justify;
    font-size: 24;
    margin-bottom: 30px;
}

.hero .hero-img-wrap {
    position: relative;
}


.s3 .ha-bg {
    height: 700px;
    background-image: url(../assets/image/bg1.png);
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% 600px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.tap {
    background-color: #ffffff;
    /* width: 684px;
  height: 42px;
  position: center; */
    border-radius: 30px;

}

.s4 {
    padding-top: 90%;

}



.btn {
    font-weight: 600;
    /* padding: 12px 30px; */
    border-radius: 10px;
    color: #ffffff;
    background: #2F5B73;
    border-color: #184963;
}

.btn:hover {
    color: #ffffff;
    background: #222222;
    border-color: #222222;
}

.btn:active,
.btn:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.btn-primary {
    background: #2f5b73;
    border-color: #2f5b73;
}

.btn.btn-primary:hover {
    background: #447E9E;
    border-color: #447E9E;
}

.btn.btn-secondary {
    color: #447E9E;
    background: #447E9E;
    border-color: #447E9E;
}

.btn.btn-secondary:hover {
    background: #2f5b73;
    border-color: #2f5b73;
}

.btn.btn-success {
    color: #cad5db;
    background: #cad5db;
    border-color: #cad5db;
}

.btn.btn-success:hover {
    background: #93b5c7;
    border-color: #93b5c7;
}

.btn.btn-white-outline {
    background: transparent;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.3);
}

.btn.btn-white-outline:hover {
    border-color: rgb(110, 107, 107);
    color: #ffffff;
}

.btn.btn-primary-outline {
    background: transparent;
    border-width: 2px;
    border-color: rgba(17, 75, 100, 1)
}

.btn.btn-primary-outline:hover {
    border-color: rgb(164, 207, 228);
    color: #97c6e0;
}

.btn.btn-secondary-outline {
    background: transparent;
    border-width: 2px;
    border-color: rgb(111, 138, 149)
}

.btn.btn-secondary-outline:hover {
    border-color: rgb(164, 207, 228);
    color: #97c6e0;
}

.btn.btn-danger-outline {
    background: transparent;
    border-width: 2px;
    border-color: rgb(160, 78, 78)
}

.btn.btn-danger-outline:hover {
    border-color: rgb(208, 147, 147);
    color: #d88893;
}


.text-primary {
    color: #447e9e !important;
}

.text-success {
    color: #4eb7e8 !important;
}

.text-danger {
    color: #b73232 !important;
}

.text-warning {
    color: #b2cb57 !important;
}






.badge.bg-primary {
    color: #cad5db;
    background: #cad5db;
    border-color: #cad5db;
}

.badge.bg-primary :hover {
    background: #93b5c7;
    border-color: #93b5c7;
}

.badge.bg-primary {

    color: linear-gradient(#114B64, #447D9B);
}

.section-title {
    color: #447e9e;
}

/* .modal-dialog {
  padding-top: 5%;
  padding-right: 60%;
}

.modal-content {
  width: 1000px;
  align-items: center;
  background-color: #ffffff;
  padding: 0%;
} */


.product-section {
    padding: 7rem 0;
}

.product-section .product-item {
    text-align: center;
    text-decoration: none;
    display: block;
    position: relative;
    padding-bottom: 50px;
    cursor: pointer;
}

.product-section .product-item .product-thumbnail {
    margin-bottom: 30px;
    position: relative;
    top: 0;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.product-section .product-item h3 {
    font-weight: 600;
    font-size: 16px;
}

.product-section .product-item strong {
    font-weight: 800 !important;
    font-size: 18px !important;
}

.product-section .product-item h3,
.product-section .product-item strong {
    color: #2f2f2f;
    text-decoration: none;
}

.product-section .product-item .icon-cross {
    position: absolute;
    width: 35px;
    height: 35px;
    display: inline-block;
    background: #2f2f2f;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: -17.5px;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.product-section .product-item .icon-cross img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.product-section .product-item:before {
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    content: "";
    background: #dce5e4;
    height: 0%;
    z-index: -1;
    border-radius: 10px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.product-section .product-item:hover .product-thumbnail {
    top: -25px;
}

.product-section .product-item:hover .icon-cross {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}

.product-section .product-item:hover:before {
    height: 70%;
}





.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: rgba(17, 75, 100, 1);
    border-color: #8e9eb4;
    align-items: center;
}

.page-link {
    position: relative;
    display: block;
    color: rgba(17, 75, 100, 1);
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-item.active {
    position: relative;
    display: block;
    color: rgba(17, 75, 100, 1);
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.footer-section {
    background-image: url('assets/image/BG.png');
    width: 1600px !important;
    height: 500px;
}

.footer-section .relative {
    position: relative;
}

.footer-section a {
    text-decoration: none;
    color: #2f2f2f;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.footer-section a:hover {
    color: rgba(47, 47, 47, 0.5);
}

.footer-section .links-wrap {
    margin-top: 0px;
}

@media (min-width: 992px) {
    .footer-section .links-wrap {
        margin-top: 54px;
    }
}

.footer-section .links-wrap ul li {
    margin-bottom: 10px;
}

.footer-section .footer-logo-wrap .footer-logo {
    font-size: 32px;
    font-weight: 500;
    text-decoration: none;
    color: #3b5d50;
}

.footer-section .custom-social li {
    margin: 2px;
    display: inline-block;
}

.footer-section .custom-social li a {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    background: #dce5e4;
    color: #3b5d50;
    border-radius: 50%;
}

.footer-section .custom-social li a:hover {
    background: #3b5d50;
    color: #ffffff;
}

.footer-section .border-top {
    border-color: #dce5e4;
}

.footer-section .border-top.copyright {
    font-size: 14px !important;
}

.untree_co-section {
    padding: 7rem 0;
}


.service {
    line-height: 1.5;
}

.service .service-icon {
    border-radius: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #3b5d50;
    margin-right: 20px;
    color: #ffffff;
}

textarea {
    height: auto !important;
}

.site-blocks-table {
    overflow: auto;
}

.site-blocks-table .product-thumbnail {
    width: 200px;
}

.site-blocks-table .btn {
    padding: 2px 10px;
}

.site-blocks-table thead th {
    padding: 30px;
    text-align: center;
    border-width: 0px !important;
    vertical-align: middle;
    color: rgba(0, 0, 0, 0.8);
    font-size: 18px;
}

.site-blocks-table td {
    padding: 20px;
    text-align: center;
    vertical-align: middle;
    color: rgba(0, 0, 0, 0.8);
}

.site-blocks-table tbody tr:first-child td {
    border-top: 1px solid #3b5d50 !important;
}

.site-blocks-table .btn {
    background: none !important;
    color: #000000;
    border: none;
    height: auto !important;
}

.site-block-order-table th {
    border-top: none !important;
    border-bottom-width: 1px !important;
}

.site-block-order-table td,
.site-block-order-table th {
    color: #000000;
}

.couponcode-wrap input {
    border-radius: 10px !important;
}


.thankyou-icon {
    position: relative;
    color: #3b5d50;
}

.thankyou-icon:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(59, 93, 80, 0.2);
}

footer {
    width: 100vw;
}

footer .footer-head {
    background-image: linear-gradient(39deg, #447d9b, #114b64);
    padding: 6rem 6rem .5rem;
}

@media(max-width:992px) {
    footer .footer-head {
        padding: 6rem 3rem .5rem;
    }
}

footer .footer-bottom {
    background: #204863;
    min-height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media(max-width:768px) {
    footer .footer-bottom {
        flex-direction: column;
        min-height: 70px;
        justify-content: center;
    }
}

@media(max-width:1080pc) {
    footer .email-btn {
        width: 152px;
    }
}

#nav {
    position: fixed !important;
    top: 0;
    z-index: 300;
    left: 0;
    right: 0;
}

#nav button:focus {
    box-shadow: 0 0 0 0rem !important;
    border: 0;
}

#nav .navbar-toggler-icon {
    color: #447d9b;
}

/* COURSE PAGE */
.ha-header-course {
    background-image: linear-gradient(39deg, #447d9b, #114b64);
    padding-top: 75px;
    height: 275px !important;
}

.ha-header-course .container {
    position: relative;
    z-index: 2;
    text-shadow: 0px 0px 5px #000000;
}

.ha-header-bg-course {
    background-image: url(/frontend/image/bg2.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% 230px;
    height: 230px !important;
    bottom: 0;
    left: 0;
    right: 0;
    rotate: 180deg;
    z-index: 1;
}

html[dir='rtl'] .ha-header-bg-course {
    rotate: 0deg;
}

.w-10 {
    width: 10% !important;
}

.ha-card-feature {
    margin-top: -150px;
    border-radius: 15px;
}

@media (max-width:768px) {
    .ha-card-feature {
        margin-top: -25px;
    }

    .ha-card-feature .d-flex {
        flex-direction: column;
    }

    .ha-card-feature .d-flex div {
        margin: 15px 0px;
        padding-bottom: 15px;
        width: 10from;
    }

    .ha-card-feature .d-flex div:not(:last-child) {
        border-bottom: 1px dashed #a6a6a6;
    }
}

.ha-hero-5 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

@media(min-width:992px) {
    .ha-hero-5 {
        height: 350px;
        margin: auto;
    }
}

.hero {
    border-radius: 0;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

@media screen and (max-width: 992px) and (min-width: 768px) {
    .hero {
        height: 650px;
    }
}

@media (max-width: 767px) {
    .hero {
        height: 920px;
    }
}

@media (max-width: 552px) {
    .hero {
        height: unset !important;
        padding: 50px 25px;
    }
}

.ha-course {
    max-width: 50% !important;
    margin: auto !important;
}

@media (max-width:992px) {
    .ha-course {
        max-width: 75% !important;
    }
}

@media (max-width:768px) {
    .ha-course {
        max-width: 100% !important;
    }
}

.ha-course .active {
    background-color: #447e9e;
    border-radius: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-left: -5px;
}

.ha-course li.active {
    background-color: #447e9e;
}

html[dir='rtl'] .ha-course .nav-link.active {
    margin-right: -5px;
    background-color: #447e9e;
}

html[dir='rtl'] .ha-course li:nth-child(4) .active {
    margin-left: -5px;
    margin-right: 5px;
    background-color: #447e9e;
}

html[dir='ltr'] .ha-course li:nth-child(4) .active {
    margin-right: -5px;
    margin-left: 5px;
    background-color: #447e9e;
}

.ha-course .nav-link {
    color: #447e9e;
}

.ha-course .nav-pills {
    background: #fff;
    border-radius: 20px;
}

.ha-course-card {
    overflow: hidden;
    border-radius: 1rem;
}

.ha-course-card .card-body {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.ha-course-card .card-footer {
    margin-bottom: -70px;
    border-radius: 1rem;
    border-bottom: 5px solid #447e9e !important;
}

@media(max-width:991px){
    .ha-course-card .card-footer {
        margin-bottom: 0px;
    }
}

.ha-course-card:hover .card-body {
    animation: mt 500ms ease-in forwards;
}

@media(max-width:991px){
    .ha-course-card:hover .card-body {
        animation: unset;
    }
}

@keyframes mt {
    0% {
        margin-top: 0;
    }

    100% {
        margin-top: -70px;
    }
}

@-moz-keyframes mt {
    0% {
        margin-top: 0;
    }

    100% {
        margin-top: -70px;
    }
}

@-webkit-keyframes mt {
    0% {
        margin-top: 0;
    }
}

@-o-keyframes mt {
    100% {
        margin-top: -70px;
    }
}

.ha-course-card:hover .card-footer {
    animation: mb 500ms ease-in forwards;
}

@keyframes mb {
    0% {
        margin-bottom: -70px;
    }

    100% {
        margin-bottom: 0;
    }
}

@-moz-keyframes mb {
    0% {
        margin-bottom: -70px;
    }

    100% {
        margin-bottom: 0;
    }
}

@-webkit-keyframes mb {
    0% {
        margin-bottom: -70px;
    }
}

@-o-keyframes mb {
    100% {
        margin-bottom: 0;
    }
}

.cursor-pointer {
    cursor: pointer;
}

.bg-primary {
    background-color: #447e9e !important;
}

.bg-gradient-primary {
    background: linear-gradient(270deg, #114B64 0%, #447D9B 100%);

    height: 15px;
    opacity: 50%;

}

.bg-gradient-primary:hover {
    color: #fff !important;
    background: #052938 !important;
}

.panel:hover {
    background-color: #447f9e41 !important;
    color: #447e9e !important;
}

.panel[aria-expanded='true'] {
    background-color: #447e9e !important;
    color: #fff !important;
}

.panel[aria-expanded='false'] {
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
    color: #447d9b !important;
}

.panel.collapsed img,
.panel[aria-expanded='false'] img {
    rotate: 180deg;
    filter: invert(.6);
}

.panel:hover img {
    filter: invert(.4);
}

.ha-col-md-12 {
    width: 48% !important;
}

@media (max-width:768px) {}

.image-card-title {
    white-space: nowrap;
    overflow: hidden;
}

.dropdown-menu.show li {
    width: 100%;
}

html[dir='rtl'] .auth-img {
    margin-right: -3rem;
}

html[dir='ltr'] .auth-img {
    margin-left: -3rem;
}

.decoration-none {
    text-decoration: none;
}

.text-primary.breadcrumb-item.active {
    color: #a5c9dc !important;
}

.modal-header button.close {
    border: 0;
    background: transparent;
    font-size: 2rem;
}

.placement-test-question.btn-primary label {
    color: #fff !important;
}

.ha-rating span:hover {
    color: orange;
    cursor: pointer;
}

.dropdown-menu[data-bs-popper] {
    right: 0;
    left: unset;
}

html[dir='rtl'] .dropdown-menu[data-bs-popper] {
    right: unset;
    left: 0;
}

.dropdown .btn:hover {
    color: #114b648c;
    background: #222222;
    border-color: #222222;
}


.bg-primary {
    background-color: #447e9e !important;
}

.bg-gradient-primary {
    background: linear-gradient(270deg, #114B64 0%, #447D9B 100%);

    height: 15px;
    opacity: 50%;

}

.bg-gradient-primary:hover {
    color: #fff !important;
    background: #052938 !important;
}

.panel:hover {
    background-color: #447f9e41 !important;
    color: #447e9e !important;
}

.panel[aria-expanded='true'] {
    background-color: #447e9e !important;
    color: #fff !important;
}

.panel[aria-expanded='false'] {
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
    color: #447d9b !important;
}

.panel.collapsed img,
.panel[aria-expanded='false'] img {
    rotate: 180deg;
    filter: invert(.6);
}

.panel:hover img {
    filter: invert(.4);
}

.ha-bg:hover {
    color: #fff !important;
    background: linear-gradient(270deg, #114B64 0%, #447D9B 100%);
}

.ha-bg:hover {

    h1,
    p {
        color: #fff;
    }

    img {
        filter: brightness(5);
    }
}

@media(max-width: 992px) and (min-width: 768px) {
    .ha-bg h1 {
        min-height: 45px;
    }
}

.ha-col-md-12 {
    width: 46% !important;
}

@media (max-width: 768px) {
    .ha-col-md-12 {
        width: 100% !important;
    }
}

.ha-sidebar {
    width: 300px;
}

.ha-account-content {
    width: calc(100% - 350px) !important;
}

.ha-sidebar-div-btn {
    display: none;
}

@media (max-width: 992px) {
    .ha-sidebar {
        display: none;
        width: 280px;
        position: absolute;
        z-index: 2;
        top: -100px;
    }

    .ha-account-content {
        width: 100% !important;
    }

    .ha-sidebar-div-btn {
        display: block !important;
    }
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}
.inputs input {
    width: 40px;
    height: 40px
}
