﻿@import url(fontiran.css);
body {
    font-family: iranyekan, sans-serif;
    color: #252d31;
    font-size: 18px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: iranyekan;
    font-weight: 500;
    line-height: 1.3;
}
a {
    text-decoration: none;
    outline: none;
}
p {
    line-height: 1.6;
    color: #476464;
}
html {
    scroll-padding-top: 70px;
    scroll-behavior: smooth;
}
.row > * {
    position: relative;
}
.text-primary {
    color: #45aa82 !important;
}
.bg-primary {
    background-color: #45aa82 !important;
}
.bg-soft-primary {
    background-color: rgba(255, 128, 93, 0.18) !important;
}
.text-success {
    color: #06ba63 !important;
}
.bg-success {
    background-color: #06ba63 !important;
}
.bg-soft-success {
    background-color: rgba(6, 186, 99, 0.18) !important;
}
.text-info {
    color: #49c6e5 !important;
}
.bg-info {
    background-color: #49c6e5 !important;
}
.bg-soft-info {
    background-color: rgba(73, 198, 229, 0.18) !important;
}
.text-warning {
    color: #f4b942 !important;
}
.bg-warning {
    background-color: #f4b942 !important;
}
.bg-soft-warning {
    background-color: rgba(244, 185, 66, 0.18) !important;
}
.text-danger {
    color: #ef4b4b !important;
}
.bg-danger {
    background-color: #ef4b4b !important;
}
.bg-soft-danger {
    background-color: rgba(239, 75, 75, 0.18) !important;
}
.text-light {
    color: #bbbaba !important;
}
.bg-light {
    background-color: #bbbaba !important;
}
.bg-soft-light {
    background-color: rgba(187, 186, 186, 0.18) !important;
}
.text-dark {
    color: #152c5c !important;
}
.bg-dark {
    background-color: #152c5c !important;
}
.bg-soft-dark {
    background-color: rgba(21, 44, 92, 0.18) !important;
}
.text-muted {
    color: #839393 !important;
}
.bg-muted {
    background-color: #839393 !important;
}
.bg-soft-muted {
    background-color: rgba(131, 147, 147, 0.18) !important;
}
.text-white,
.text-white a {
    color: #fff !important;
}
.bg-white {
    background-color: #fff !important;
}
.bg-soft-white {
    background-color: rgba(255, 255, 255, 0.18) !important;
}
.section {
    /* padding-top: 80px; */
    padding-bottom: 3rem;
    position: relative;
}
@media (max-width: 576px) {
    .section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
.fs-12 {
    font-size: 12px;
}
.fs-13 {
    font-size: 13px;
}
.fs-14 {
    font-size: 14px;
}
.fs-15 {
    font-size: 15px;
}
.fs-16 {
    font-size: 16px;
}
.fs-17 {
    font-size: 17px;
}
.fs-18 {
    font-size: 18px;
}
.fs-19 {
    font-size: 19px;
}
.fs-20 {
    font-size: 20px;
}
.bg-overlay {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(131deg, #2e3140, transparent);
}
.overflow-hidden-x {
    overflow-x: hidden;
}
.heading {
    font-size: 34px;
}
.heading span {
    position: relative;
}
.heading span::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #ccc;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
}
.home-shape-arrow i {
    background: #fff;
    border: 1px solid #45aa82;
    height: 50px;
    width: 50px;
    margin: 0 auto;
    line-height: 50px;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
}
.home-shape-arrow .arrow-icon {
    position: absolute;
    top: -26px;
    left: 0;
    right: 0;
    text-align: center;
    display: inline-block;
}
#back-to-top {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 20px;
    z-index: 999;
    right: 30px;
    background: #ff805d;
    border-color: transparent;
    border-radius: 50%;
    color: #fff;
    transition: all 0.5s ease;
    display: none;
}
#back-to-top:hover {
    background-color: #fff;
    color: #252d31;
    border: 1px solid;
}
.fw-medium {
    font-weight: 500;
}
.fw-semibold {
    font-weight: 600;
}
.primary-link {
    color: #152c5c;
    transition: all 0.5s ease;
}
.primary-link:hover {
    color: #ff805d;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px !important;
    }
}
.btn {
    padding: 13px -1px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.5s ease;
    position: relative;
    border-radius: 25px;
}
.btn:hover {
    text-shadow: 0px 0.2px 0px #000;
}
.btn:focus {
    box-shadow: none;
}
.btn-primary {
    background: #45aa82;
    border-color: #45aa82 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary .open > .dropdown-toggle.btn-primary {
    background: #ff7049;
    border-color: #ff7049;
    box-shadow: 0px 8px 20px -6px rgba(255, 128, 93, 0.6);
    transform: translateY(-6px);
}
.btn-outline-primary {
    color: #ff805d;
    border-color: #ff805d;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.focus,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary .open > .dropdown-toggle.btn-primary {
    background: #ff805d;
    border-color: #ff805d;
    box-shadow: 0px 8px 20px -6px rgba(255, 128, 93, 0.6);
    transform: translateY(-6px);
}
.btn-success {
    background: #06ba63;
    border-color: #06ba63 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.focus,
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success .open > .dropdown-toggle.btn-primary {
    background: #05a658;
    border-color: #05a658;
    box-shadow: 0px 8px 20px -6px rgba(6, 186, 99, 0.6);
    transform: translateY(-6px);
}
.btn-outline-success {
    color: #06ba63;
    border-color: #06ba63;
}
.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:active,
.btn-outline-success.active,
.btn-outline-success.focus,
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success .open > .dropdown-toggle.btn-primary {
    background: #06ba63;
    border-color: #06ba63;
    box-shadow: 0px 8px 20px -6px rgba(6, 186, 99, 0.6);
    transform: translateY(-6px);
}
.btn-info {
    background: #49c6e5;
    border-color: #49c6e5 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.focus,
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info .open > .dropdown-toggle.btn-primary {
    background: #37c0e2;
    border-color: #37c0e2;
    box-shadow: 0px 8px 20px -6px rgba(73, 198, 229, 0.6);
    transform: translateY(-6px);
}
.btn-outline-info {
    color: #49c6e5;
    border-color: #49c6e5;
}
.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info:active,
.btn-outline-info.active,
.btn-outline-info.focus,
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info .open > .dropdown-toggle.btn-primary {
    background: #49c6e5;
    border-color: #49c6e5;
    box-shadow: 0px 8px 20px -6px rgba(73, 198, 229, 0.6);
    transform: translateY(-6px);
}
.btn-warning {
    background: #f4b942;
    border-color: #f4b942 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.focus,
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning .open > .dropdown-toggle.btn-primary {
    background: #f3b22f;
    border-color: #f3b22f;
    box-shadow: 0px 8px 20px -6px rgba(244, 185, 66, 0.6);
    transform: translateY(-6px);
}
.btn-outline-warning {
    color: #f4b942;
    border-color: #f4b942;
}
.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning:active,
.btn-outline-warning.active,
.btn-outline-warning.focus,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning .open > .dropdown-toggle.btn-primary {
    background: #f4b942;
    border-color: #f4b942;
    box-shadow: 0px 8px 20px -6px rgba(244, 185, 66, 0.6);
    transform: translateY(-6px);
}
.btn-danger {
    background: #ef4b4b;
    border-color: #ef4b4b !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.focus,
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger .open > .dropdown-toggle.btn-primary {
    background: #ed3838;
    border-color: #ed3838;
    box-shadow: 0px 8px 20px -6px rgba(239, 75, 75, 0.6);
    transform: translateY(-6px);
}
.btn-outline-danger {
    color: #ef4b4b;
    border-color: #ef4b4b;
}
.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger:active,
.btn-outline-danger.active,
.btn-outline-danger.focus,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger .open > .dropdown-toggle.btn-primary {
    background: #ef4b4b;
    border-color: #ef4b4b;
    box-shadow: 0px 8px 20px -6px rgba(239, 75, 75, 0.6);
    transform: translateY(-6px);
}
.btn-light {
    background: #bbbaba;
    border-color: #bbbaba !important;
}
.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.active,
.btn-light.focus,
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light .open > .dropdown-toggle.btn-primary {
    background: #b1b0b0;
    border-color: #b1b0b0;
    box-shadow: 0px 8px 20px -6px rgba(187, 186, 186, 0.6);
    transform: translateY(-6px);
}
.btn-outline-light {
    color: #bbbaba;
    border-color: #bbbaba;
}
.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:active,
.btn-outline-light.active,
.btn-outline-light.focus,
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light .open > .dropdown-toggle.btn-primary {
    background: #bbbaba;
    border-color: #bbbaba;
    box-shadow: 0px 8px 20px -6px rgba(187, 186, 186, 0.6);
    transform: translateY(-6px);
}
.btn-dark {
    background: #152c5c;
    border-color: #152c5c !important;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.btn-dark.focus,
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark .open > .dropdown-toggle.btn-primary {
    background: #11244b;
    border-color: #11244b;
    box-shadow: 0px 8px 20px -6px rgba(21, 44, 92, 0.6);
    transform: translateY(-6px);
}
.btn-outline-dark {
    color: #152c5c;
    border-color: #152c5c;
}
.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark:active,
.btn-outline-dark.active,
.btn-outline-dark.focus,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark .open > .dropdown-toggle.btn-primary {
    background: #152c5c;
    border-color: #152c5c;
    box-shadow: 0px 8px 20px -6px rgba(21, 44, 92, 0.6);
    transform: translateY(-6px);
}
.btn-muted {
    background: #839393;
    border-color: #839393 !important;
}
.btn-muted:hover,
.btn-muted:focus,
.btn-muted:active,
.btn-muted.active,
.btn-muted.focus,
.btn-muted:not(:disabled):not(.disabled):active,
.btn-muted:not(:disabled):not(.disabled):active:focus,
.btn-muted .open > .dropdown-toggle.btn-primary {
    background: #788a8a;
    border-color: #788a8a;
    box-shadow: 0px 8px 20px -6px rgba(131, 147, 147, 0.6);
    transform: translateY(-6px);
}
.btn-outline-muted {
    color: #839393;
    border-color: #839393;
}
.btn-outline-muted:hover,
.btn-outline-muted:focus,
.btn-outline-muted:active,
.btn-outline-muted.active,
.btn-outline-muted.focus,
.btn-outline-muted:not(:disabled):not(.disabled):active,
.btn-outline-muted:not(:disabled):not(.disabled):active:focus,
.btn-outline-muted .open > .dropdown-toggle.btn-primary {
    background: #839393;
    border-color: #839393;
    box-shadow: 0px 8px 20px -6px rgba(131, 147, 147, 0.6);
    transform: translateY(-6px);
}
.btn-white {
    background: #ffffff;
    border-color: #ffffff !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.btn-white.focus,
.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white .open > .dropdown-toggle.btn-primary {
    background: #f5f5f5;
    border-color: #f5f5f5;
    box-shadow: 0px 8px 20px -6px rgba(255, 255, 255, 0.6);
    transform: translateY(-6px);
}
.btn-outline-white {
    color: #ffffff;
    border-color: #ffffff;
}
.btn-outline-white:hover,
.btn-outline-white:focus,
.btn-outline-white:active,
.btn-outline-white.active,
.btn-outline-white.focus,
.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-white .open > .dropdown-toggle.btn-primary {
    background: #fff;
    border-color: #fff;
    box-shadow: 0px 8px 20px -6px rgba(255, 255, 255, 0.6);
    transform: translateY(-6px);
}
.btn.btn-outline-white:focus,
.btn.btn-outline-white:active,
.btn.btn-outline-white:hover,
.btn.btn-outline-white.active,
.btn.btn-outline-light:focus,
.btn.btn-outline-light:active,
.btn.btn-outline-light:hover,
.btn.btn-outline-light.active {
    color: #152c5c;
}
.btn.btn-outline-primary:focus,
.btn.btn-outline-primary:active,
.btn.btn-outline-primary:hover,
.btn.btn-outline-primary.active,
.btn.btn-outline-dark:focus,
.btn.btn-outline-dark:active,
.btn.btn-outline-dark:hover,
.btn.btn-outline-dark.active,
.btn.btn-outline-success:focus,
.btn.btn-outline-success:active,
.btn.btn-outline-success:hover,
.btn.btn-outline-success.active {
    color: #fff !important;
}
.avatar-xs {
    height: 1.5rem;
    width: 1.5rem;
}
.avatar-sm {
    height: 3.2rem;
    width: 3.2rem;
}
.avatar-md {
    height: 4rem;
    width: 4rem;
}
.avatar-lg {
    height: 6rem;
    width: 6rem;
}
.avatar-xl {
    height: 7.5rem;
    width: 7.5rem;
}
.avatar-title {
    background-color: #ff805d;
    color: #fff;
    display: flex;
    font-weight: 500;
    height: 100%;
    justify-content: center;
    width: 100%;
}
.avatar-group {
    padding-left: 12px;
    display: flex;
    flex-wrap: wrap;
}
.avatar-group .avatar-group-item {
    margin-left: -12px;
    border: 2px solid #f8f9fa;
    border-radius: 50%;
    transition: all 0.2s;
}
.avatar-group .avatar-group-item:hover {
    position: relative;
    transform: translateY(-2px);
}
.navbar-custom {
    background-color: #18382b;
    background-image: linear-gradient(
        180deg,
        rgba(24, 56, 43, 1) 0%,
        rgba(57, 131, 102, 1) 100%
    );
    padding: 18px 0px;
    width: 100%;
    border-radius: 0px;
    z-index: 999;
    margin-bottom: 0px;
    transition: all 0.5s ease-in-out;
}
.navbar-custom.is-home {
    /* background-color: transparent; */
    background-image: none;
}
.navbar-custom .navbar-brand {
    margin-right: 0;
}
.navbar-custom .navbar-brand .logo-light {
    display: inline-block;
}
.navbar-custom .navbar-brand .logo-dark {
    display: none;
}
.navbar-custom .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 14.5px;
    margin: 0 14px;
    transition: all 0.5s;
    position: relative;
    font-weight: 500;
}
.navbar-custom .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: rgba(255, 255, 255, 0.7);
}
.navbar-custom .navbar-collapse .navbar-nav .nav-item .nav-link.active {
    color: #ff805d;
}
.navbar-custom .navbar-collapse .navbar-nav .nav-item .nav-link.active::before {
    width: 100%;
}
.navbar-custom .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
    color: #ff805d;
}
.navbar-custom .navbar-collapse .nav-text .nav-item .nav-link {
    color: #252d31;
}
.navbar-custom .navbar-collapse .nav-btn {
    padding: 7px 25px;
    border-radius: 50px;
    font-size: 13px;
    letter-spacing: 1px;
}
.navbar-custom .navbar-toggler {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: rgba(255, 255, 255, 0.7);
}
.nav-sticky .navbar-toggler {
    color: #152c5c;
}
.navbar-custom .navbar-toggler:focus {
    box-shadow: 0 0 0 1.25px;
}
.nav-sticky.navbar-custom {
    margin-top: 0px;
    padding: 18px 0px;
    background-color: #fff;
    background-image: none;
    box-shadow: 0px 3px 10px 0px rgba(38, 107, 193, 0.08);
}
.nav-sticky .navbar-brand .logo-dark {
    display: inline-block;
}
.nav-sticky .navbar-brand .logo-light {
    display: none;
}
.nav-sticky .navbar-nav .nav-item .nav-link {
    color: #252d31 !important;
}
.nav-sticky .navbar-nav .nav-item .nav-link.active {
    color: #45aa82 !important;
}
.nav-sticky .navbar-nav .nav-item .nav-link:hover {
    color: #45aa82 !important;
}
.nav-sticky .navbar-nav .nav-item .nav-link::before {
    background-color: #45aa82 !important;
}
.nav-sticky .nav-btn {
    background-color: #45aa82;
    color: #fff;
}
.modal .modal-dialog .modal-content .modal-close {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    z-index: 2;
}
.modal .modal-dialog .modal-content .modal-body .modal-title {
    font-weight: 600;
}
.modal .modal-dialog .modal-content .modal-footer .footer-text {
    margin-bottom: 2px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
}
@media (max-width: 768px) {
    .navbar-custom {
        padding: 18px 0px;
        background-color: #fff;
    }
    .navbar-custom .navbar-brand {
        margin-left: 14px;
    }
    /* .navbar-custom .navbar-brand .logo-dark {
        display: inline-block !important;
    }
    .navbar-custom .navbar-brand .logo-light {
        display: none !important;
    } */
    /* .navbar-custom .nav-item .nav-link {
        display: inline-block;
        color: #252d31 !important;
    } */
    /* .navbar-custom .nav-item .nav-link.active {
        color: #45aa82;
    }
    .navbar-nav .nav-item .nav-link {
        color: #252d31 !important;
    }
    .navbar-nav .nav-item .nav-link.active {
        color: #45aa82 !important;
    }
    .navbar-nav .nav-item .nav-link:hover {
        color: #45aa82 !important;
    }
    .navbar-nav .nav-item .nav-link::before {
        background-color: #45aa82 !important;
    } */
    .nav-btn {
        background-color: #45aa82 !important;
        color: #fff !important;
    }
}
.home {
    background-position: center;
    background-size: cover;
}
.home .home-heading h1 {
    font-size: 45px;
    font-weight: 600;
    line-height: 1.4;
}
.home .home-btn {
    margin-top: 30px;
}
.home .home-btn .modal-btn {
    position: relative;
    padding: 13px 52px 13px 30px;
}
.home .home-btn .modal-btn span {
    position: absolute;
    align-items: center;
    justify-content: center;
}
.home .home-btn .modal-btn span i {
    font-size: 34px;
}
.home .home-btn .modal-btn:hover .btn-icon,
.home .home-btn .modal-btn:focus .btn-icon {
    background-color: #fff;
    color: #ff805d;
    transition: all 0.9s ease;
}
.home .home-modal {
    border: 0;
    background-color: transparent;
}
.home .home-modal .btn-close {
    width: 24px;
    height: 24px;
    background-color: rgba(21, 44, 92, 0.5);
    border-radius: 4px;
    position: relative;
    top: 60px;
    right: 3px;
    z-index: 3;
}
.home .home-modal .btn-close:hover,
.home .home-modal .btn-close:focus {
    opacity: 0.5;
}
.home .home-modal video:focus {
    outline: none;
}
.home-1 {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
}
.home-1::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #152c5c;
    z-index: -3;
    width: 65%;
    left: auto;
    right: 0;
}
.home-1::after {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: auto;
    right: 0;
    background: #f1f0fe;
    width: 27%;
    z-index: -1;
}
.home-1 .left-img img {
    position: absolute;
    top: 16%;
    z-index: -1;
}
.home-1 .home-heading .home-text {
    height: 30px;
    background-color: #f1f0fe;
}
@media (max-width: 1140px) {
    .home-1::after {
        width: 100%;
    }
    .home-1 .left-img img {
        display: none;
    }
}
@media (max-width: 1440px) {
    .home-1 .home-img {
        height: auto;
        max-width: 100%;
    }
}
@media (max-width: 576px) {
    .home .modal-btn {
        align-items: center;
        justify-content: center;
        margin-top: 20px;
        display: flex;
    }
}
.home-2 {
    padding: 220px 0;
}
.home-3 {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: #28292e;
}
.home-3 .hero-img img {
    transform: perspective(750px) rotateX(0deg) rotateY(345deg);
    transition: all 0.5s ease-in-out;
}
.home-3 .hero-img img:hover {
    transform: scaleY(1);
}
.home-4 {
    background-color: #152c5c;
    padding: 180px 0;
    padding-top: 250px;
    z-index: 1;
}
.home-4 .banner-form {
    display: flex;
    justify-content: flex-end;
    margin-bottom: -90px;
}
.home-4 .banner-form form {
    background-color: #fff;
    box-shadow: rgba(37, 45, 49, 0.05) 0px 8px 24px;
    margin-bottom: -140px;
    padding: 44px;
    border-radius: 20px;
}
.home-4 .banner-form form label {
    margin-bottom: 8px;
    font-size: 14px;
}
.home-4 .banner-form form .form-control {
    padding: 8px 0px;
    padding-left: 14px;
    font-size: 14px;
    border-color: rgba(131, 147, 147, 0.2);
    border-radius: 10px;
    padding: 14px;
}
.home-4 .banner-form form .form-control:focus {
    box-shadow: none;
    border-color: rgba(131, 147, 147, 0.5);
}
.home-4 .banner-form form .form-btn {
    margin-top: 20px;
}
@media (max-width: 768px) {
    .home-4 .banner-form {
        margin-bottom: 200px;
    }
}
.home-5 {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-color: #28292e;
}
.home-5 #myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}
.home-5 .bg-overlay {
    background-color: rgba(52, 22, 14, 0.5);
}
.home-5 .home-headign {
    font-size: 60px;
    color: #fff;
    margin-bottom: 30px;
    line-height: 1.1;
}
.home-5 .home-headign span {
    font-family: "Roboto", sans-serif;
    font-style: italic;
}
.home-5 .home-text {
    max-width: 720px;
    margin: auto;
    margin-bottom: 30px;
}
.home-6 {
    min-height: 100vh;
    display: flex;
    align-items: center;
}
.home-6 .bg-overlay {
    background-color: #000;
}
.home-6 .home-title {
    color: #ff805d;
}
.home-6 .heading::before {
    content: "";
    width: 40px;
    height: 3px;
    background: #ff805d;
    position: absolute;
    bottom: -30px;
}
@media (max-width: 1440px) {
    .home-6 .home-img {
        height: auto;
        max-width: 100%;
    }
}
.home-7 {
    background-image: url(../images/home-bg-7.png);
    background-size: cover;
    padding-top: 180px;
}
.home-7 .home-img {
    margin-top: 60px;
}
.home-slider .swiper-sliders {
    min-height: 100vh;
    align-items: center;
    display: flex;
}
.home-slider .bg-overlay {
    background-color: #000;
    opacity: 0.8;
}
.home-slider .swiper-button-next,
.home-slider .swiper-button-prev {
    height: 44px;
    width: 44px;
    line-height: 44px;
    border-radius: 50%;
    background-color: #ff805d;
    color: #fff;
}
.home-slider .swiper-button-next::after,
.home-slider .swiper-button-prev::after {
    font-size: 15px;
}
@media (max-width: 767.98px) {
    .home-slider .swiper-button-next,
    .home-slider .swiper-button-prev {
        display: none;
    }
}
.home-9 {
    background: linear-gradient(291deg, #403c3c 0%, black 67%);
    position: relative;
    min-height: 100vh;
    align-items: center;
    display: flex;
}
.home-9::after {
    content: "";
    position: absolute;
    background-size: 100% !important;
    content: "";
    left: -1px;
    right: -1px;
    bottom: -1px;
    top: 0;
    background-image: url(../images/img-wave-2.png);
    background-repeat: no-repeat;
    background-position: bottom;
}
.home-9 .bg-image img {
    z-index: 1;
    border-radius: 50rem;
    position: relative;
    border-top-left-radius: 10rem;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
        rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
@media (max-width: 1440px) {
    .home-9 .home-img {
        height: auto;
        max-width: 100%;
    }
}
.home-10 {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
}
.home-10::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #ffe8e1;
    z-index: -3;
    width: 73%;
    left: auto;
    right: 0;
}
.home-10::after {
    content: "";
    position: absolute;
    border-left: 10px solid #fff;
    height: 100%;
    top: 0;
    left: auto;
    right: 0;
    background: #fff7f4;
    width: 27%;
    z-index: -1;
}
.home-10 .left-img img {
    position: absolute;
    top: 16%;
    z-index: -1;
}
.home-10 .home-heading .home-text {
    height: 30px;
    background-color: #f1f0fe;
}
@media (max-width: 1140px) {
    .home-10::after {
        width: 100%;
        border: 0;
    }
    .home-10 .left-img img {
        display: none;
    }
}
.home-11 {
    background-image: url(../images/overlay-11.png);
    background-position: center;
    min-height: 100vh;
    display: flex;
    align-items: center;
}
.home-12 {
    overflow: hidden;
    padding-top: 78px;
}
.home-12 .modal-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-12 .modal-btn span {
    position: absolute;
    align-items: center;
    justify-content: center;
}
.home-12 .modal-btn span i {
    font-size: 30px;
}
.cta {
    position: relative;
    background: linear-gradient(rgba(37, 45, 49, 0.7), rgba(37, 45, 49, 0.7)),
        url("../images/cta.jpg") fixed no-repeat;
    color: #fff;
}
.cta .cta-heading {
    font-size: 35px;
    font-weight: 600;
}
.cta marquee {
    position: absolute;
    top: 0;
    background-color: rgba(37, 45, 49, 0.5);
    padding: 6px;
    font-size: 14px;
}
.client-logo .client-list img {
    opacity: 0.5;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}
.client-logo .client-list img:hover {
    opacity: 1;
}
.services {
    background-color: rgba(131, 147, 147, 0.04);
}
.services .card {
    border-radius: 10px;
    border: 1px solid rgba(131, 147, 147, 0.2);
    transition: all 0.5s ease-in-out;
}
.services .card .card-body .box {
    text-align: center;
}
.services .card .card-body .box .avatar-sm {
    margin: 0 auto;
}
.services .card .card-body .box .avatar-sm .avatar-title {
    align-items: center;
    border-radius: 8px;
}
.services .card .card-body .box .avatar-sm .avatar-title i {
    font-size: 26px;
}
.services .card:hover {
    transform: scale(1.1);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px;
}
.features {
    background-color: rgba(131, 147, 147, 0.04);
}
.features .features-box {
    border-radius: 20px;
    background-color: rgba(255, 128, 93, 0.06);
}
.features .features-box .features-body .features-icon {
    font-size: 40px;
    color: rgba(255, 128, 93, 0.8);
    cursor: pointer;
    transition: all 0.1s ease-in-out;
}
.features .features-box .features-body h6 {
    font-size: 16px;
}
.features .features-box .features-body .features-img {
    border-radius: 20px;
}
.pricing {
    position: relative;
}
.pricing .pricing-box {
    padding: 46px 36px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 7px 29px 0px;
    transition: all 0.5s ease-in-out;
}
.pricing .pricing-box .ribbon {
    background: #ff805d;
    color: #fff;
    font-size: 0.9em;
    padding: 45px 54px 15px;
    transform: rotate(45deg);
    position: absolute;
    top: -23px;
    right: -60px;
    border-radius: 50%;
}
.pricing .pricing-box .pricing-list .pricing-item {
    margin: 10px 0;
    font-size: 16px;
}
.pricing .pricing-box sub {
    bottom: -0.15rem;
    font-size: 14px;
}
.pricing .pricing-box .btn-pricing {
    background-color: #252d31;
    color: #fff;
}
.pricing .pricing-box:hover {
    transform: scale(1.05);
}
.pricing .pricing-box,
.pricing .active {
    border: 2px solid #ff805d;
}
@media (min-width: 992px) {
    .pricing-box.pricing-active {
        transform: scale(1.05);
    }
    sup {
        top: -1.5rem;
        font-size: 29px;
    }
}
@media (max-width: 768px) {
    .bg-pricing {
        height: auto;
        padding: 80px 0;
    }
}
.testimonials {
    position: relative;
}
.testimonials .client-box {
    cursor: pointer;
    padding: 40px 25px;
    border-radius: 20px;
    transition: all 0.5s ease;
    background-color: transparent;
}
.testimonials .client-box:hover {
    border-color: transparent;
    background-color: #fff;
}
.testimonials .client-box .client-content {
    z-index: 0;
}
.testimonials .client-box .client-content .quote-img {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: -1;
    opacity: 0.3;
}
.about .text-center {
    margin-bottom: 100px;
}
.about .img-bg {
    position: relative;
}
.about .img-bg::before {
    content: "";
    position: absolute;
    top: -60px;
    right: 40%;
    left: -80px;
    bottom: -60px;
    border-radius: 20px;
    background-color: rgba(255, 128, 93, 0.2);
}
.about .about-img {
    position: relative;
    border-radius: 20px;
}
.about .about-title {
    font-size: 26px;
}
.about .about-box {
    border: none;
}
.about .about-box .card-body {
    border-radius: 10px;
    background-color: rgba(255, 128, 93, 0.06);
}
.about .about-box .card-body .avatar-title {
    border-radius: 10px;
    align-items: center;
    background-color: #ffe6df;
}
.about .about-box .card-body .avatar-title i {
    font-size: 38px;
    color: #ff805d;
}
@media (max-width: 768px) {
    .about .text-center {
        margin-bottom: 30px;
    }
    .about .img-bg {
        margin-bottom: 40px;
    }
    .about .img-bg::before {
        display: none;
    }
}
.about .tab-pane .about-img img {
    border-radius: 20px;
}
.about .nav.nav-tabs {
    border-bottom: none;
}
.about .nav.nav-tabs .nav-item {
    padding-right: 10px;
}
.about .nav.nav-tabs .nav-item .nav-link {
    color: #252d31;
    padding: 18px 0;
    border-radius: 8px;
}
.about .nav.nav-tabs .nav-item .nav-link.active,
.about .nav.nav-tabs .nav-item .nav-link :focus {
    border: 2px solid rgba(255, 128, 93, 0.8);
    color: #ff805d;
    box-shadow: rgba(37, 45, 49, 0.27) 0px 3px 8px;
    transition: all 0.9s ease 0s;
    background: transparent;
}
.about .nav.nav-tabs .nav-item .nav-link:hover {
    border: 2px solid rgba(255, 128, 93, 0.8);
    color: #ff805d;
}
.about .tab-content {
    padding-top: 1rem;
}
.about .tab-content .accordion .accordion-item {
    border-radius: 8px;
    margin: 19px 0 0 0;
    border: 1px solid #e0e0e0;
}
.about .tab-content .accordion .accordion-item .accordion-button {
    margin: 0px 8px 0px 0;
    border-radius: 8px;
    padding: 36px 24px 10px 24px;
}
.about .tab-content .accordion .accordion-item .accordion-button::after {
    background-image: none;
    transition: all 0.5s ease;
}
.about .tab-content .accordion .accordion-item .accordion-button h6 {
    margin-bottom: 0;
    position: relative;
    padding-left: 40px;
    font-size: 18px;
}
.about .tab-content .accordion .accordion-item .accordion-button h6 span {
    position: absolute;
    font-size: 44px;
    top: -27px;
    left: 0;
}
.about .tab-content .accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
}
.about .tab-content .accordion .accordion-item .accordion-body {
    padding: 12px 58px 8px 66px;
}
.about .tab-content .accordion .accordion-button:not(.collapsed) {
    color: #ff805d;
    background-color: transparent;
    box-shadow: none;
}
.about .tab-content .accordion .accordion-button:not(.collapsed) h6 {
    font-weight: 600;
}
.about .tab-content .accordion .accordion-button:not(.collapsed) h6 span {
    opacity: 1;
    color: #ff805d;
}
.about .tab-content .accordion .accordion-button:after {
    content: "󰍴";
    font-family: "Material Design Icons";
    color: #ff805d;
    margin-top: -20px;
}
.about .tab-content .accordion .accordion-button.collapsed:after {
    content: "󰐕";
    font-family: "Material Design Icons";
    color: #252d31;
    margin-top: -20px;
}
.about .tab-content .about-heading {
    position: relative;
    margin-bottom: 14px;
    padding-left: 22px;
}
.about .tab-content .about-heading::before {
    content: "󰄯";
    position: absolute;
    width: 10px;
    font-family: "Material Design Icons";
    font-size: 14px;
    color: #ff805d;
    left: 0;
    top: 6px;
    transition: all 0.7s ease;
}
.about .tab-content .about-heading::after {
    content: "";
    position: absolute;
    width: 19%;
    height: 2px;
    background: #ff805d;
    bottom: -2px;
    left: 10px;
}
#style-switcher {
    transition: all 0.4s;
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0px 4px 12px rgba(21, 44, 92, 0.07);
    left: -189px;
    position: fixed;
    border-bottom-right-radius: 5px;
    top: 26%;
    width: 189px;
    z-index: 999;
    padding: 10px 5px;
}
#style-switcher .settings {
    background: #343a40;
    color: #fff;
    font-size: 20px;
    position: absolute;
    right: -45px;
    top: 0;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
}
ul.pattern {
    overflow: hidden;
    border-radius: 0px;
}
ul.pattern li {
    float: left;
    margin: 2px;
}
ul.pattern li a {
    display: block;
    height: 35px;
    width: 35px;
    border-radius: 30px;
    margin: 5px;
}
ul.pattern .color1 {
    background-color: #ff805d;
}
ul.pattern .color2 {
    background-color: #06ba63;
}
ul.pattern .color3 {
    background-color: #f4b942;
}
ul.pattern .color4 {
    background-color: #3083dc;
}
ul.pattern .color5 {
    background-color: #49c6e5;
}
ul.pattern .color6 {
    background-color: #8850f8;
}
@media only screen and (max-width: 479px) {
    #style-switcher {
        display: none;
    }
}
.team {
    background-color: rgba(131, 147, 147, 0.04);
}
.team .team-member {
    overflow: hidden;
}
.team .team-member .team-img {
    position: relative;
}
.team .team-member .team-img img {
    border-radius: 14px;
}
.team .team-member .team-hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    border: 3px solid rgba(255, 128, 93, 0.6);
    background-color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    transition: all 0.3s;
    border-radius: 14px;
}
.team .team-member .team-hover .desk {
    position: absolute;
    top: 0%;
    width: 100%;
    opacity: 0;
    transform: translateY(-55%);
    transition: all 0.3s 0.2s;
    padding: 0 20px;
}
.team .team-member .team-hover .s-link {
    bottom: 10%;
    position: absolute;
    width: 100%;
    opacity: 0;
    text-align: center;
    transform: translateY(45%);
    transition: all 0.3s 0.2s;
    font-size: 35px;
}
.team .team-member .team-hover .s-link a {
    margin: 0 10px;
    color: #152c5c;
    font-size: 16px;
}
.team .team-member:hover .team-hover .desk {
    top: 35%;
}
.team .team-title {
    position: static;
    padding: 20px 0;
    display: inline-block;
    /* letter-spacing: 2px; */
    width: 100%;
}
.team .team-title h5 {
    margin-bottom: 0px;
    display: block;
    text-transform: uppercase;
}
.team .team-title span {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.team-member,
.team-member .team-img {
    position: relative;
}
.team-member:hover .team-hover,
.team-member:hover .team-hover .desk,
.team-member:hover .team-hover .s-link {
    opacity: 1;
}
.contact .input-group-text {
    padding: 12px 15px;
    border: none;
    background-color: rgba(131, 147, 147, 0.08);
    position: absolute;
    top: 0;
    z-index: 1;
    border-radius: 0;
    bottom: 0;
    border-right: 1px solid #ced4da;
}
.form-control {
    padding: 8px 0px;
    padding-left: 54px;
}
.form-control:focus {
    box-shadow: none;
    border-color: rgba(131, 147, 147, 0.5);
}
.authentication-bg {
    background-color: rgba(255, 128, 93, 0.03);
}
.authentication-bg .auth-box {
    padding: 0px 60px;
    border-radius: 20px;
}
.authentication-bg .auth-box .auth-form label {
    font-size: 15px;
}
.authentication-bg .auth-box .auth-form a {
    font-size: 14px;
    color: #030236;
}
.authentication-bg .auth-box .auth-form .form-control {
    padding: 12px;
    padding-left: 20px;
    border-radius: 30px;
}
.authentication-bg .auth-box ::placeholder {
    color: rgba(131, 147, 147, 0.7);
    font-size: 15px;
}
.authentication-bg .auth-box .form-link {
    color: #030236 !important;
}
.bg-footer {
    background-color: #17382b;
}
.bg-footer .social-icon .list-inline-item:not(:last-child) {
    margin-right: 10px;
}
.bg-footer .social-icon li {
    display: inline-flex;
    margin-top: 20px;
}
.bg-footer .social-icon li a {
    color: #252d31;
    border: 1px solid #252d31;
    display: inline-block;
    height: 32px;
    text-align: center;
    font-size: 17px;
    width: 32px;
    line-height: 30px;
    transition: all 0.4s ease;
    border-radius: 14px;
}
.bg-footer .social-icon li a:hover {
    color: #ff805d;
    border: 1px solid #45aa82;
}
.bg-footer .icon-text {
    display: inline-flex;
}
.bg-footer .icon-text .icon {
    position: relative;
    background-color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 10px 10px rgba(37, 45, 49, 0.1);
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.bg-footer .icon-text .icon .tooltip {
    position: absolute;
    top: 0;
    font-size: 14px;
    background-color: #fff;
    color: #252d31;
    padding: 5px 8px;
    border-radius: 5px;
    box-shadow: 0 10px 10px rgba(37, 45, 49, 0.1);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.bg-footer .icon-text .icon .tooltip::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%) rotate(45deg);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.bg-footer .icon-text .icon i {
    font-size: 18px;
}
.bg-footer .icon-text .facebook:hover {
    background-color: #3b5999;
    color: #fff;
}
.bg-footer .icon-text .facebook:hover .tooltip {
    background-color: #3b5999;
    color: #fff;
}
.bg-footer .icon-text .facebook:hover .tooltip::before {
    background-color: #3b5999;
    color: #fff;
}
.bg-footer .icon-text .twitter:hover {
    background-color: #46c1f6;
    color: #fff;
}
.bg-footer .icon-text .twitter:hover .tooltip {
    background-color: #46c1f6;
    color: #fff;
}
.bg-footer .icon-text .twitter:hover .tooltip::before {
    background-color: #46c1f6;
    color: #fff;
}
.bg-footer .icon-text .instagram:hover {
    background-color: #e1306c;
    color: #fff;
}
.bg-footer .icon-text .instagram:hover .tooltip {
    background-color: #e1306c;
    color: #fff;
}
.bg-footer .icon-text .instagram:hover .tooltip::before {
    background-color: #e1306c;
    color: #fff;
}
.bg-footer .icon-text .github:hover {
    background-color: #333;
    color: #fff;
}
.bg-footer .icon-text .github:hover .tooltip {
    background-color: #333;
    color: #fff;
}
.bg-footer .icon-text .github:hover .tooltip::before {
    background-color: #333;
    color: #fff;
}
.bg-footer .icon-text .youtube:hover {
    background-color: #de463b;
    color: #fff;
}
.bg-footer .icon-text .youtube:hover .tooltip {
    background-color: #de463b;
    color: #fff;
}
.bg-footer .icon-text .youtube:hover .tooltip::before {
    background-color: #de463b;
    color: #fff;
}
.bg-footer .icon-text:hover .tooltip {
    top: -45px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.bg-footer .footer-link a {
    color: #152c5c;
    line-height: 38px;
    transition: all 0.5s;
}
.bg-footer .footer-link a:hover {
    color: #ff805d;
}
.bg-footer .footer-subcribe input {
    padding: 15px 20px;
    width: 100%;
    font-size: 14px;
    border: none;
    outline: none !important;
    padding-right: 75px;
    padding-left: 15px;
    border-radius: 5px;
    font-weight: 500;
}
.bg-footer .footer-subcribe button {
    position: absolute;
    top: 0px;
    right: 0px;
    outline: none !important;
    border-radius: 0px 5px 5px 0px;
    font-size: 14px;
    padding: 14px 20px;
}
.bg-footer .footer-subcribe form {
    position: relative;
    max-width: 400px;
}
.footer-alt {
    background-color: #ff805d;
    border-top: 1px solid rgba(37, 45, 49, 0.1);
} /*# sourceMappingURL=style.min.css.map */

/* Dijlah 2023 */

.team-title a,
.item a {
    color: #252d31;
}
.team .team-member .team-img img {
    width: 100%;
    aspect-ratio: 80/49;
}
.navbar-custom:not(.is-home):not(.nav-sticky) .nav-item .nav-link.active,
.navbar-custom:not(.is-home):not(.nav-sticky) .nav-item .nav-link:hover {
    color: #c0cf92 !important;
}
.img-full {
    width: 100%;
}
.services a {
    color: #252d31;
}

.features .features-box {
    transition: all 0.5s ease-in-out;
}
.features .features-box:hover {
    transform: scale(1.1);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px;
}
.features-icon a {
    color: #45aa82 !important;
}

.shbook-parent img {
    width: 30%;
}
@media (max-width: 768px) {
    .shbook-parent img {
        width: 80%;
    }
}

.easy-tree {
    background: #368465 !important;
}
.easy-tree span.badge {
    background-color: #1f4a39 !important;
}

.book {
    display: inline-block;
    box-shadow: 5px 5px 20px #333;
    max-width: 70%;
    margin: 5px;
}

.book img {
    vertical-align: middle;
}

.csstransforms3d {
    background: transparent;
    /*position: relative;*/
}

.csstransforms3d.singleBook {
    background: none;
    margin-top: 0;
    margin-right: 0;
    text-align: right;
    margin-bottom: 0;
}

.csstransforms3d .books {
    -moz-perspective: 100px;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    padding: 20px 0 20px;
    margin-right: 0;
}

.csstransforms3d .book {
    position: relative;
    -moz-perspective: 100px;
    -moz-transform: rotateY(5deg);
    -webkit-transform: perspective(100px) rotateY(5deg);
    outline: 1px solid transparent;
    box-shadow: none;
    margin: 0;
}
@media screen and (min-color-index: 0) and(-webkit-min-device-pixel-ratio:0) {
    @media {
        .csstransforms3d .book {
            -webkit-transform: perspective(100px) rotateY(0deg);
        }
    }
}
.csstransforms3d .book img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    border: 1px solid #d0cccc;
}

.csstransforms3d .book:before,
.csstransforms3d .book:after {
    position: absolute;
    top: 2%;
    height: 96%;
    content: " ";
    z-index: -1;
}

.csstransforms3d .book:before {
    width: 100%;
    z-index: -1;
    right: 7.5%;
    background-color: #979797;
    border: 1px solid #d0cccc;
}

.csstransforms3d .book:after {
    width: 5%;
    right: 100%;
    z-index: 1;
    background-color: #efefef;
    box-shadow: inset 0 0 5px #aaa;
    -moz-transform: rotateY(-10deg);
    -webkit-transform: perspective(100px) rotateY(-10deg);
    border: 1px solid #d0cccc;
}

.book_container {
    text-align: center;
    margin: 20px 0 0 0;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
    float: right;
}

@media all and (max-width: 540px) {
    .csstransforms3d .books {
        padding: 18px;
    }
}

/*-----------------*/
/***** Apollo *****/
/*-----------------*/

figure.effect-apollo {
    /*background: #3498db; */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 10px;
}

figure.effect-apollo:hover {
    background: rgba(101, 111, 117, 0.52);
}

figure.effect-apollo img {
    opacity: 0.95;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
}

figure.effect-apollo figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    content: "";
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
        translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
        translate3d(0, -100%, 0);
}

figure.effect-apollo p {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 1em;
    padding: 0 0.5em;
    /*max-width: 150px; */
    border-right: 4px solid #f9f5b3;
    text-align: right;
    opacity: 0;
    font: 13px dijFont-Bold;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;

    color: #f9f5b3;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.32);
}

figure.effect-apollo h2 {
    text-align: right;
    opacity: 0;
}

figure.effect-apollo a {
    opacity: 0;
    float: right;
    margin-left: 4%;
    color: #fff;
}
figure.effect-apollo:hover img {
    opacity: 0.6;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

figure.effect-apollo:hover figcaption::before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
        translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
        translate3d(0, 100%, 0);
}

figure.effect-apollo:hover p,
figure.effect-apollo:hover h2,
figure.effect-apollo:hover a {
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.effect-apollo h2 {
    font: 15px dijFont-Bold;
    margin: 6% 4% 10px 1%;
    color: #fff;

    text-shadow: 0 0 5px rgba(0, 0, 0, 0.32);
}

.bookShadow {
    z-index: 0;
    content: " ";
    width: 100%;
    position: absolute;
    bottom: 6px;
    height: 0;
    right: 0;
    left: 0;

    box-shadow: 3px 1px 25px 10px rgba(58, 57, 57, 0.6);

    -webkit-box-shadow: 3px 1px 37px 10px rgba(58, 57, 57, 0.67);
    -moz-box-shadow: 2px 2px 8px 5px rgba(58, 57, 57, 0.67);

    /* border-top: 10px solid transparent; */
    /* border-bottom: 10px solid transparent; */
    /* border-right:10px solid blue; */
}

.booklist li,
.booklist ul,
.booklist ul li {
    list-style: none;
}
.booklist ul {
    padding: 0;
    margin: 0;
}
.booklist ul li i {
    font-size: 14px;
    color: #52555c;
}
.booklist ul li,
.book .content ul li {
    padding: 3px 0;
    font-size: 110%;
    color: #52555c;
    border-bottom: solid 1px #e1e2e3;
    text-align: justify;
    direction: rtl;
}
.ltr .booklist ul li,
.book .content ul li {
    direction: ltr;
}
.book .content .btn-danger {
    width: 150px;
    text-align: right;
    font: 90% gelight2;
    margin-top: 10px;
}
.booklist .item {
    padding: 0 15px;
}
.booklist .item .thumbnail {
    margin: 0px;
}
.booklist .item h2,
.book h2 {
    border-bottom: 3px solid #45aa82;
    font-size: 140%;
    padding-bottom: 5px;
    padding-right: 5px;
    text-align: right;
    color: #45aa82;
    margin-bottom: 20px !important;
}
.ltr .booklist .item h2,
.book h2 {
    text-align: left;
}
.booklist .item h2 a {
    color: #00a8e0;
}

.book .content {
    margin: 10px 0 !important;
}
.bookgroup .item .panel {
    margin: 0px;
    padding: 0px;
}
.bookgroup .item .panel {
    border-radius: 10px;
}
.bookgroup .item .panel-heading {
    background-color: #d9524c;
    text-align: center;
    font-size: 140%;
    color: #fff;
    cursor: pointer;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.bookgroup .item ul li,
.book ul li {
    font-size: 110%;
    padding: 5px 0;
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.gallery-item .entry-item .entry-content {
    background-color: #368465;
    overflow: hidden;
    margin-bottom: 0;
    color: white;
    padding: 5px 10px;
}
.gallery-item .entry-item .entry-content a {
    color: white;
}

a,
a:hover {
    color: #45aa82;
}

#searchForm {
    /* px-4 bg-amber-400 hover:bg-amber-300 rounded-tl-2xl dark-blue justify-center flex items-center absolute z-10 h-full left-0*/
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 1.5rem;
    background: white;
    left: 0;
    top: 0;
}

.search-input {
    /* display: none; */
    width: 0;
    transition: width 0.2s;
    font-size: 0.9rem;
    border: 0;
    background: none;
    border: 0;
    outline: none;
    padding: 0.3em 0;
}

.search-icon {
    display: flex;
    /* width: 4rem; */
    padding: 0.3rem;
    margin: -2px;
    cursor: pointer;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 1.5rem;
}
.nav-sticky #searchForm,
.nav-sticky .search-icon {
    /* border-color: rgba(0, 0, 0, 0.3); */
    border-color: #c9d6d1 !important;
}
.search-input.active {
    width: 180px;
    padding: 0.3em 0.6em;
    /* display: flex; */
}
input[type="search"]::-webkit-search-cancel-button {
    display: none;
}
.search-icon svg {
    /* color: #d3e59c !important; */
    color: #378969 !important;
}
.nav-sticky .search-icon svg {
    color: #378969 !important;
}

.search-input {
    /* color: rgba(255, 255, 255, 0.7); */
    color: #252d31 !important;
}
/* .nav-sticky .search-icon svg, */
.nav-sticky .search-input {
    color: #252d31 !important;
}
#searchForm {
    display: inline-flex;
}
@media (min-width: 992px) {
    #searchForm {
        position: absolute;
        display: flex;
    }
}

.book-slider::before,
.book-slider::after {
    content: "";
    display: flex;
    position: absolute;
    height: 100%;
    width: 20rem;
    top: 0;
    z-index: 2;
}

.book-slider::before {
    right: 0;
    background: linear-gradient(
        270deg,
        rgba(255, 255, 255, 1) 20%,
        rgba(255, 255, 255, 0) 100%
    );
}

.book-slider::after {
    left: 0;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 1) 20%,
        rgba(255, 255, 255, 0) 100%
    );
}

.book-slider .swiper-button-next::after,
.book-slider .swiper-button-prev::after {
    display: none;
}

.book-slider .swiper-button-next,
.book-slider .swiper-button-prev {
    display: flex;
    width: 40px;
    height: 40px;
    color: white;
    border-radius: 50%;
    background-color: #174d89;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .book-slider::before,
    .book-slider::after {
        width: 4rem;
    }
}
