/* Template Name: DeltaCode Book Store Page Template
   Author: Abdo
   Version: 1
   Created: 2025
*/

@import url("https://fonts.googleapis.com/css2?family=Muli:ital,wght@0,300;0,600;0,700;0,800;1,400;1,500&family=Quicksand:wght@400;500;600;700&display=swap");

body {
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
}

select,
textarea,
input {
    font-size: 16px;
}

.form-control:focus {
    box-shadow: none;
}

.form-control {
    font-size: 16px;
}

.tar {
    text-align: right;
}

.w-100-p {
    width: 100% !important;
}

.w-100 {
    width: 100px !important;
}

.w-150 {
    width: 150px !important;
}

.w-200 {
    width: 200px !important;
}

.w-300 {
    width: 300px !important;
}

.w-400 {
    width: 400px !important;
}

.h-100 {
    height: 100px !important;
}

.h-150 {
    height: 150px !important;
}

.h-200 {
    height: 200px !important;
}

.btn {
    border-radius: 3px;
    padding: 12px 30px;
    font-size: 15px !important;
    transition: all 0.5s;
    font-weight: 700;
}

.btn:focus {
    box-shadow: none !important;
}

.btn:hover {
    transform: translateY(-2px);
    transition: all 0.5s;
}

.btn.btn-lg {
    padding: 10px 22px !important;
    font-size: 18px !important;
}

.btn.btn-sm {
    padding: 8px 16px !important;
    font-size: 14px !important;
}

.btn.btn-primary {
    background-color: #5a4fdc !important;
    border: 1px solid #5a4fdc !important;
    color: #fff;
    box-shadow: 0 4px 20px rgba(90, 79, 220, 0.15);
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary.focus,
.btn.btn-primary:active,
.btn.btn-primary.active {
    background-color: #4e42d9 !important;
    border: 1px solid #4e42d9 !important;
    box-shadow: 0 3px 10px rgba(90, 79, 220, 0.5);
    color: #fff !important;
}

.btn.btn-outline-primary {
    background-color: #ffffff !important;
    border: 1px solid #5a4fdc !important;
    color: #5a4fdc !important;
}

.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus,
.btn.btn-outline-primary.focus,
.btn.btn-outline-primary:active,
.btn.btn-outline-primary.active {
    background-color: #5a4fdc !important;
    border: 1px solid #5a4fdc !important;
    box-shadow: 0 3px 10px rgba(90, 79, 220, 0.5);
    color: #fff !important;
}

.btn.btn-soft-primary {
    background-color: rgba(90, 79, 220, 0.18) !important;
    color: #5a4fdc !important;
}

.badge.bg-success {
    background: #11af33 !important;
}

.badge.bg-danger {
    background: #ff3c23 !important;
}

.bg-website {
    background: #6440FB !important;
    border: 0;
}

.ml-auto {
    margin-left: auto !important;
}

a {
    transition: 0.35s;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

p {
    font-weight: 400;
}

.bg_f3f3f3 {
    background: #f3f3f3;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #6440FB;
}

.primary-color {
    color: #6440FB;
}

.primary-color:hover {
    color: #333;
}

select {
    width: 100% !important;
}

.button-style-1 a {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    background: #6440FB;
    color: #fff;
    text-decoration: none;
    border: 1px solid #6440FB;
    border-radius: 30px;
    padding: 14px 45px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.button-style-1 a:hover {
    transition: all 0.3s;
    background: transparent;
    border: 1px solid #6440FB;
    color: #6440FB;
}

.button-style-2 a {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    background: #6440FB;
    color: #fff;
    text-decoration: none;
    border: 1px solid #6440FB;
    border-radius: 30px;
    padding: 8px 35px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.button-style-2 a:hover {
    transition: all 0.3s;
    background: transparent;
    border: 1px solid #6440FB;
    color: #6440FB;
}




@media (max-width: 585px) {
    .slider {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }

    .slider .text {
        padding-top: 40px !important;
    }

    .slider .text h2 {
        margin-left: 0px !important;
        margin-right: 0px !important;
        font-size: 28px !important;
    }

    .slider .text p {
        font-size: 16px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}



 


/* Heading Area */
.main-nav {
    position: fixed;
    padding: 2px 0px;
    width: 100%;
    border-radius: 0px;
    z-index: 999;
    margin-bottom: 0px;
    transition: all 0.5s ease-in-out;
    background-color: #fff;
    height: 70px !important;
}

.main-nav .navbar {
    padding-left: 0;
    padding-right: 0;
}

.main-nav nav .navbar-nav .nav-item {
    padding-top: 5px;
    padding-bottom: 14px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
    top: 38px !important;
    background: #ffffff !important;
    padding: 0 !important;
    border: 2px solid #f5f5f5 !important;
    border-radius: 0 !important;
    width: 200px !important;
    z-index: 999999 !important;
}

.main-nav nav .navbar-nav .nav-item a {
    color: #333;
    font-weight: 500;
    text-transform: none !important;
    font-size: 15px !important;
    position: relative;
}

.main-nav nav .navbar-nav .nav-item.active a {
    color: #6440FB;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
    color: #444;
    border-bottom: 1px solid #dbdbdb;
}

.mobile-nav.mean-container .mean-nav ul li a.active,
.main-nav nav .navbar-nav .nav-item a:hover,
.main-nav nav .navbar-nav .nav-item a:focus,
.main-nav nav .navbar-nav .nav-item a.active,
.main-nav nav .navbar-nav .nav-item:hover a,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a {
    color: #6440FB;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #6440FB !important;
}

.main-nav img {
    height: 45px;
}

.mobile-nav img {
    height: 40px;
}

.mean-container .mean-bar {
    background-color: #fff;
    height: 40px ;
    z-index: 999999 !important;
}

.mean-container .logo {
    top: 5px;
}

.mean-container img {
    height: 50px;
}

.mean-container a.meanmenu-reveal span {
    background: #6440FB;
}

.mean-container a.meanmenu-reveal {
    color: #6440FB;
}





/* Scroll to Top */
.scroll-top {
    cursor: pointer;
    text-align: center;
    font-size: 22px;
    position: fixed;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    bottom: 20px;
    right: 20px;
    background: #6440FB;
    color: #fff;
    opacity: 0.7;
    z-index: 999999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.scroll-top:hover {
    opacity: 1;
    color: #fff;
    background: #313131;
}

/* Home Slider */
.slider {
    padding: 130px 0 110px;
    background: rgba(90, 79, 220, 0.025);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}


.slider .item {
    position: relative;
    height: auto;
    transition: all 0.5s;

    padding-top: 100px;
    padding-bottom: 100px;
}

.slider .item .left {
    padding-left: 70px;
    padding-right: 100px;
}

.slider .item img {
    padding-right: 70px;
}

@media (max-width: 991px) {
    .slider .item .left {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 30px;
    }

    .slider .item img {
        padding-right: 0;
    }
}

.slider .item h2 {
    font-size: 56px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 15px;
}

.slider .item p {
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 1.7;
}

.slider .item .item_button a {
    background: #6440FB;
    border-color: #6440FB;
}

.slide-carousel.owl-carousel .owl-nav .owl-prev,
.slide-carousel.owl-carousel .owl-nav .owl-next {
    position: absolute;
    text-align: center;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 45px;
    font-size: 18px;
    color: #6440FB;
    border: 2px solid #6440FB;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.slide-carousel.owl-carousel .owl-nav .owl-prev {
    top: 47%;
    left: 0;
    margin-left: 40px;
}

.slide-carousel.owl-carousel .owl-nav .owl-next {
    top: 47%;
    right: 0;
    margin-right: 40px
}

.slide-carousel.owl-carousel .owl-nav .owl-prev:hover,
.slide-carousel.owl-carousel .owl-nav .owl-next:hover {
    color: #6440FB;
    border: 2px solid #6440FB;
}





.special {
    background: #fff;
}

.special .left-side {
    width: 100%;
    min-height: 500px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

@media (max-width: 767px) {
    .special .left-side {
        margin-bottom: 30px;
    }

    .special .right-side .inner {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.special .left-side .video-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 24px 18px 18px 28px;
}

.special .left-side .video-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 66px;
    height: 66px;
    background: #6440FB;
    border-radius: 50%;
    animation: video-pop 1500ms ease-out infinite;
}

.special .left-side .video-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 66px;
    height: 66px;
    background: #6440FB;
    border-radius: 50%;
    transition: all 200ms;
}

.special .left-side .video-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 28px solid #fff;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}

.special .right-side {
    height: 100%;
    display: table;
}

.special .right-side .inner {
    padding: 0 30px;
    display: table-cell;
    vertical-align: middle;
}

.special .right-side h2 {
    color: #6440FB;
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 10px;
}

.special .right-side h3 {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
}

.special .right-side p {
    color: #333;
    font-size: 15px;
}

.special .right-side .read-more {
    margin-top: 30px;
}

.special .right-side .read-more a {
    border: 0;
    padding: 10px 30px;
    display: inline-block;
    background: #6440FB;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

@keyframes video-pop {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@media only screen and (max-width: 768px) {
    .special .left-side .video-section {
        margin-top: 40px;
    }
}


.book-home .heading {
    text-align: center;
    margin-bottom: 30px;
}

.book-home .heading h2 {
    font-size: 30px;
    font-weight: 700;
}

.book-home .heading p {
    color: #696969;
}

.book-home .item {
    margin-bottom: 30px;
}

.book-home .item .photo {
    background: #eef1f3;
    padding: 50px;
    margin-bottom: 10px;
    overflow: hidden;
    transition: all 0.4s ease;
}

.book-home .item .photo:hover {
    background: #6440FB;
}

.book-home .item .photo img {
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 0.4s ease;
}

.book-home .item .photo:hover img {
    transform: scale(1.1);
    rotate: 5deg;
}

.book-home .item .text h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}

.book-home .item .text h2 a {
    color: #333;
}

@media (max-width: 1199px) {
    .book-home .item .photo img {
        height: 180px;
    }
}

@media (max-width: 991px) {
    .book-home .item .photo img {
        height: 210px;
    }
}

@media (max-width: 767px) {
    .book-home .item .photo img {
        height: auto;
    }
}



.event .heading {
    text-align: center;
    margin-bottom: 30px;
}

.event .heading h2 {
    font-size: 30px;
    font-weight: 700;
}

.event .heading p {
    color: #696969;
}

.event .item .photo {
    margin-bottom: 10px;
    overflow: hidden;
}

.event .item .photo img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.4s ease;
}

.event .item:hover .photo img {
    transform: scale(1.1);
}

.event .item .text h2 {
    font-size: 20px;
    font-weight: 700;
}

.event .item .text h2 a {
    color: #333;
}

.event .item .text .short-des {
    margin-bottom: 15px;
}

.event .item .text .short-des p {
    color: #333;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
}

.event .item .text .date-time {
    font-size: 14px;
    color: #696969;
    font-weight: 600;
    margin-bottom: 15px;
}

.event .item .text .date-time i {
    color: #6440FB;
}

.event .item .text .read-more a {
    background: #6440FB;
    border-color: #6440FB;
}

@media (max-width: 1199px) {
    .event .item .photo img {
        height: 180px;
    }
}

@media (max-width: 991px) {
    .event .item .photo img {
        height: 210px;
    }
}

@media (max-width: 767px) {
    .event .item .photo img {
        height: auto;
    }
}



.blog .heading {
    text-align: center;
    margin-bottom: 30px;
}

.blog .heading h2 {
    font-size: 30px;
    font-weight: 700;
}

.blog .heading p {
    color: #696969;
}

.blog .item .photo {
    margin-bottom: 10px;
    overflow: hidden;
}

.blog .item .photo img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.4s ease;
}

.blog .item:hover .photo img {
    transform: scale(1.1);
}

.blog .item .text h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
}

.blog .item .text h2 a {
    color: #333;
}

.blog .item .text .short-des p {
    color: #333;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 15px;
}

.blog .item .text .button a {
    background: #6440FB;
    border: 0;
}

.blog .item .read-more a {
    background: #6440FB;
    border-color: #6440FB;
}

@media (max-width: 1199px) {
    .blog .item .photo img {
        height: 180px;
    }
}

@media (max-width: 991px) {
    .blog .item .photo img {
        height: 210px;
    }
}

@media (max-width: 767px) {
    .blog .item .photo img {
        height: auto;
    }
}



.footer {
    background: #1b1b1b;
    color: #fff;
}

.footer h2.heading {
    font-size: 24px;
    margin-bottom: 25px;
}

.footer p,
.footer ul li,
.footer ul li a,
.footer .list-item .right {
    font-weight: 400;
    font-size: 15px;
    color: #a2a2a2;
}

.footer input[type="text"] {
    background: #3f3f3f;
    border: 0;
    color: #a2a2a2;
}

.footer input[type="submit"] {
    width: 100%;
    background: #6440FB;
    border: 0;
    margin-top: 10px;
    font-weight: 600;
}

.footer input[type="submit"]:hover {
    background: #fff;
    color: #6440FB;
}

.footer .list-item {
    overflow: hidden;
    margin-bottom: 10px;
    font-weight: 400;
}

.footer .list-item .left {
    width: 30px;
    height: auto;
    float: left;
    padding-top: 2px;
}

.footer .list-item .left i {
    font-size: 20px;
    color: #a2a2a2;
}

.footer .list-item .right {
    width: calc(100% - 40px);
    height: auto;
    float: left;
}

.footer ul.social {
    padding: 0;
    margin-bottom: 25px;
    overflow: hidden;
}

.footer ul.social li {
    list-style-type: none;
    float: left;
    margin-right: 6px;
    margin-bottom: 6px;
}

.footer ul.social li a {
    color: #fff;
    background: #6440FB;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    display: block;
}

.footer ul.social li a:hover {
    color: #6440FB;
    background: #fff;
}

.footer ul.useful-links {
    padding: 0;
}

.footer ul.useful-links li {
    list-style-type: none;
    margin-right: 6px;
    margin-bottom: 6px;
    position: relative;
}

.footer ul.useful-links li a {
    color: #a2a2a2;
}

.footer ul.useful-links li a:hover {
    padding-left: 6px;
    color: #6440FB !important;
}

.footer .newsletter input[type="text"]::placeholder {
    color: #fff;
}


.footer-bottom {
    background: #1b1b1b;
    color: #fff;
    border-top: 1px solid #3c3c3c;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-bottom .copyright {
    text-align: center;
    font-size: 14px;
}


.page-top {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
}

.page-top:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #222;
    color: #fff;
    opacity: 0.5;
    z-index: 9;
}

.page-top h2 {
    font-weight: 700;
    font-size: 40px;
    position: relative;
    z-index: 99;
    color: #fff;
    opacity: 1;
    text-align: center;
}

.page-top .button {
    position: relative;
    z-index: 99;
    text-align: center;
}

.page-top .button a {
    background: #6440FB;
    border: 0;
}

.page-top .button a:hover {
    background: #6440FB;
    opacity: 0.8;
}

.page-top .breadcrumb-container {
    position: relative;
    z-index: 99;
    opacity: 1;
}

.page-top .breadcrumb {
    margin-bottom: 0;
    justify-content: center;
}

.page-top .breadcrumb-item.active {
    color: #ffffff;
}

.page-top .breadcrumb-item+.breadcrumb-item::before {
    content: ">";
    color: #ffffff;
}

.page-top .breadcrumb a {
    color: #ffffff;
}

.page-top .breadcrumb a:hover {
    color: #6440FB;
}

@media (max-width: 991px) {
    .page-top {
        margin-top: 60px;
    }

    .page-top-company-single .item .text .detail-1 .email,
    .page-top-company-single .item .text .detail-1 .phone {
        display: inline-block;
    }
}

@media (max-width: 767px) {

    .page-top-company-single .item .text .detail-1 .category,
    .page-top-company-single .item .text .detail-1 .location,
    .page-top-company-single .item .text .detail-1 .email,
    .page-top-company-single .item .text .detail-1 .phone {
        margin-bottom: 10px;
    }
}



.page-content .sub {
    overflow: hidden;
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.page-content .sub .item {
    float: left;
    margin-right: 15px;
    color: #969696;
}

.page-content .sub .item a {
    color: #969696;
    text-decoration: underline;
}

.page-content .main-text {
    margin-bottom: 25px;
}

.page-content h2 {
    font-weight: 700;
}

.page-content h3 {
    font-weight: 700;
}

.page-content h4 {
    font-weight: 700;
}

.page-content h5 {
    font-weight: 700;
}

.page-content h6 {
    font-weight: 700;
}



.contact-form label {
    font-weight: 600;
}

.contact-form textarea {
    height: 200px;
}

.contact-form button {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    background: #6440FB;
    color: #fff;
    text-decoration: none;
    border-color: #6440FB;
    padding: 8px 35px;
    transition: all 0.3s;
}

.contact-form button:hover {
    transition: all 0.3s;
    background: transparent;
    border: 1px solid #6440FB;
    color: #6440FB;
}

.map iframe {
    width: 100%;
    height: 450px;
}

@media (max-width: 1199px) {
    .map iframe {
        height: 400px;
    }
}



.faq .accordion {
    width: 70%;
}

.faq .accordion-button {
    color: #6440FB;
    font-weight: 700;
    background: #ebebeb;
    font-size: 18px;
}

.faq .accordion-button.collapsed {
    background: none;
}

.faq .accordion-button:focus {
    box-shadow: none !important;
}

.faq .accordion-item {
    margin-bottom: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.faq .accordion-button::after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 700;
    background-image: none;
    transform: none;
    color: #6440FB;
}

.faq .accordion-button.collapsed::after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 700;
    background-image: none;
}

.faq .accordion-item .accordion-button {
    border-radius: 0 !important;
}

.faq .accordion-body {
    font-weight: 400;
}

.faq .accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.faq .accordion-item:last-of-type {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

@media (max-width: 991px) {
    .faq .accordion {
        width: 100% !important;
    }
}




.testimonial {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}

.testimonial .bg {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #212025;
    opacity: 0.85;
}

.testimonial h2.main-header {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
    position: relative;
}

.testimonial .item {
    text-align: center;
    color: #fff;
    padding: 30px;
}

.testimonial .description {
    margin: 0 auto;
    padding-left: 120px;
    padding-right: 120px;
}

.testimonial .description p {
    position: relative;
    padding-top: 15px;
    margin-top: 15px;
    margin-bottom: 0;
}

.testimonial .description p:before {
    position: absolute;
    content: "";
    width: 120px;
    height: 3px;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
    background: #fff;
}

.testimonial .photo {
    width: 95px;
    height: 95px;
    margin: 0 auto;
}

.testimonial .photo img {
    width: 100%;
    height: auto;
}

.testimonial .text {
    margin-top: 15px;
}

.testimonial .text h4 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}

.testimonial .text p {
    font-size: 15px;
    margin: 0;
}

.testimonial-carousel .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 24px;
    height: 24px;
    background: #6440FB;
    border: 7px solid #fff;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 24px;
    height: 24px;
    background: #313131;
    border: 7px solid #fff;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    text-align: center;
    font-size: 18px;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 50px;
    line-height: 48px;
    background: #fff;
    color: #6440FB;
    margin-top: -25px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.testimonial-carousel .owl-nav .owl-prev {
    left: 0;
}

.testimonial-carousel .owl-nav .owl-next {
    right: 0;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #6440FB;
    background: #fff;
}

@media (max-width: 991px) {
    .testimonial .description {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}




.counter-section {
    padding-top: 120px;
    padding-bottom: 140px;
    background: #000;
}

.counter-section .counter-items {
    text-align: center;
}

.counter-section .counter-item {
    text-align: center;
    color: #fff;
}

.counter-section .counter-item .counter {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
}

.counter-section .counter-item .text {
    font-size: 20px;
}

@media only screen and (max-width: 767px) {
    .counter-section .counter-item {
        margin-bottom: 30px;
    }
}


.clearfix {
    width: 100%;
    clear: both;
}

.page-top-job-single {
    padding-top: 0;
    padding-bottom: 0;
}

.page-top-job-single .job-single {
    z-index: 999;
    padding-top: 30px;
    padding-bottom: 20px;
}

.page-top-job-single .job-single .item {
    border: 0;
}

.page-top-job-single .job-single .item .text h3,
.page-top-job-single .job-single .item .text h3 a {
    color: #fff;
    font-size: 28px;
}

.page-top-job-single .job-single .item .text .detail-1,
.page-top-job-single .job-single .item .text .detail-1 .category:before,
.page-top-job-single .job-single .item .text .detail-1 .location:before,
.page-top-job-single .job-single .item .text .detail-1 .email:before,
.page-top-job-single .job-single .item .text .detail-1 .phone:before,
.page-top-job-single .job-single .item .text .detail-2 .date,
.page-top-job-single .job-single .item .text .detail-2 .date:before,
.page-top-job-single .job-single .item .text .detail-2 .budget,
.page-top-job-single .job-single .item .text .detail-2 .budget:before {
    color: #e3e3e3;
}

.page-top-job-single .job-single .item .text .apply {
    position: absolute;
    right: 0;
    top: 35px;
}

.page-top-job-single .job-single .item .text .apply a {
    background: #6440FB;
    border: 0;
    padding: 12px 30px;
    font-weight: 600;
}

.page-top-job-single .job-single .item .text .apply a.save-job {
    background: #bbcdff;
    color: #3661ef;
}

@media (max-width: 991px) {
    .page-top-job-single .job-single .item {
        display: block !important;
    }

    .page-top-job-single .job-single .item .logo {
        margin-right: 0;
    }

    .page-top-job-single .job-single .item .text .apply {
        position: relative;
    }

    .page-top-job-single .job-single .item .text {
        text-align: center;
    }

    .page-top-job-single .job-single .item .text h3 {
        padding-right: 0;
    }

    .page-top-job-single .job-single .item .text .detail-1,
    .page-top-job-single .job-single .item .text .detail-2,
    .page-top-job-single .job-single .item .text .special {
        display: block !important;
        text-align: center;
    }

    .page-top-job-single .job-single .item .text .detail-1 .category,
    .page-top-job-single .job-single .item .text .detail-1 .location,
    .page-top-job-single .job-single .item .text .detail-2 .date,
    .page-top-job-single .job-single .item .text .detail-2 .budget,
    .page-top-job-single .job-single .item .text .detail-2 .expired,
    .page-top-job-single .job-single .item .text .special .featured,
    .page-top-job-single .job-single .item .text .special .type,
    .page-top-job-single .job-single .item .text .special .urgent {
        display: inline-block !important;
    }

    .page-top-job-single .job-single .item .text .apply {
        margin-bottom: 30px !important;
    }
}

@media (max-width: 480px) {

    .page-top-job-single .job-single .item .text .detail-1 .category,
    .page-top-job-single .job-single .item .text .detail-1 .location,
    .page-top-job-single .job-single .item .text .detail-2 .date,
    .page-top-job-single .job-single .item .text .detail-2 .budget,
    .page-top-job-single .job-single .item .text .detail-2 .expired {
        padding-left: 0 !important;
        margin-right: 0 !important;
    }

    .page-top-job-single .job-single .item .text .detail-1 .category:before,
    .page-top-job-single .job-single .item .text .detail-1 .location:before,
    .page-top-job-single .job-single .item .text .detail-2 .date:before,
    .page-top-job-single .job-single .item .text .detail-2 .budget:before,
    .page-top-job-single .job-single .item .text .detail-2 .expired:before {
        position: relative;
        top: 2px;
        left: -7px;
    }
}




.event-detail .left-item {
    margin-bottom: 30px;
}

.event-detail .left-item .main-photo {
    margin-bottom: 25px;
}

.event-detail .left-item .main-photo img {
    width: 100%;
    height: auto;
}

.event-detail .left-item h2 {
    color: #222;
    font-weight: 700;
    border-bottom: 1px solid #b5b5b5;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 18px;
}

.event-detail .right-item {
    margin-bottom: 30px;
}

.event-detail .right-item h2 {
    color: #222;
    font-weight: 700;
    border-bottom: 1px solid #b5b5b5;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 18px;
}

.event-detail .right-item .location-map iframe {
    width: 100%;
    height: 400px;
}

.event-detail .right-item .enquery-form input,
.event-detail .right-item .enquery-form textarea {
    font-size: 16px;
}

.event-detail .right-item .enquery-form button {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    background: #6440FB;
    color: #fff;
    text-decoration: none;
    border: 1px solid #6440FB;
    padding: 8px 35px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.event-detail .right-item .enquery-form button:hover {
    transition: all 0.3s;
    background: transparent;
    border: 1px solid #6440FB;
    color: #6440FB;
}

.event-detail .right-item .summary table tr td:nth-of-type(1) {
    width: 120px;
}

.event-detail .right-item .summary table tr tr,
.event-detail .right-item .summary table tr td {
    border: 1px solid #c7c7c7;
    vertical-align: middle;
}

.event-detail .right-item .summary .price {
    font-size: 30px;
    font-weight: 700;
}

.event-detail .right-item .summary .buy-ticket {
    padding-top: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.event-detail .right-item .boxes {
    display: flex;
    justify-content: center;
}

.event-detail .right-item .box {
    background: #6440FB;
    border: 2px solid #fff;
    width: 100px;
    height: 100px;
    text-align: center;
    color: #fff;
    margin-right: 10px;
}

.event-detail .right-item .box .num {
    font-size: 36px;
    font-weight: 700;
    padding-top: 8px;
}

.event-detail .right-item .box .name {
    margin-top: -10px;
}

.event-detail .right-item ul {
    padding-left: 0;
}

.event-detail .right-item ul li {
    list-style: none;
    margin-bottom: 10px;
}

.event-detail .right-item ul li a {
    color: #242424;
    font-weight: 400;
}

@media (max-width: 991px) {
    .event-detail .right-item .location-map iframe {
        height: 400px;
    }
}

@media (max-width: 767px) {
    .event-detail .right-item .location-map iframe {
        height: 300px;
    }
}

@media (max-width: 575px) {
    .event-detail .right-item .location-map iframe {
        height: 350px;
    }
}



.post .main-item {
    margin-bottom: 30px;
}

.post .main-item .main-photo {
    margin-bottom: 25px;
}

.post .main-item .main-photo img {
    width: 100%;
    height: auto;
}

.post .main-item h2 {
    color: #222;
    font-weight: 700;
    border-bottom: 1px solid #b5b5b5;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 18px;
}

.post .main-item .sub {
    display: block;
    margin-bottom: 20px;
}

.post .main-item .sub ul {
    padding-left: 0;
    margin-bottom: 0;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding-top: 6px;
    padding-bottom: 6px;
}

.post .main-item .sub ul li {
    list-style: none;
    margin-right: 20px;
    display: inline-block;
    color: #646464;
    font-weight: 400;
    font-size: 14px;
}

.post .main-item .sub ul li a {
    color: #646464;
    font-weight: 400;
    font-size: 14px;
}

.post .main-item .sub ul li i {
    color: #6440FB;
}

.post .main-item .description {
    display: block;
}



.photo-all .item {
    position: relative;
    margin-bottom: 25px;
}

.photo-all .item-delete {
    margin-bottom: 0px;
}

.photo-all img {
    width: 100%;
    height: auto;
    height: 180px;
    object-fit: cover;
    border-radius: 6px;
}

.video-all .item {
    position: relative;
    margin-bottom: 25px;
}

.video-all .item-delete {
    margin-bottom: 0px;
}

.video-all img {
    width: 100%;
    height: auto;
    height: 180px;
    object-fit: cover;
    border-radius: 6px;
}

.photo-all .item .icon,
.video-all .item .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
}

.photo-all .item .icon {
    font-size: 20px;
}

.video-all .item .icon {
    font-size: 40px;
}

.photo-all .item .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: 0.3;
    border-radius: 6px;
}

.video-all .item .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: 0.3;
    border-radius: 6px;
}

@media only screen and (max-width: 1199px) {

    .photo-all img,
    .video-all img {
        height: 120px;
    }
}

@media only screen and (max-width: 991px) {

    .photo-all img,
    .video-all img {
        height: 190px;
    }
}

@media only screen and (max-width: 767px) {

    .photo-all img,
    .video-all img {
        height: 320px;
    }
}

@media only screen and (max-width: 575px) {

    .photo-all img,
    .video-all img {
        height: 320px;
    }
}

@media only screen and (max-width: 475px) {

    .photo-all img,
    .video-all img {
        height: 280px;
    }
}

@media only screen and (max-width: 400px) {

    .photo-all img,
    .video-all img {
        height: 220px;
    }
}



.login-form .nav-item {
    margin-right: 10px;
}

.login-form .nav-link {
    background: #bbcdff;
    color: #3661ef;
    font-weight: 600;
}



.select2-container {
    z-index: 99999 !important;
}

.select2-container--bootstrap .select2-selection--single {
    height: 36px !important;
    line-height: 36px !important;
    padding-top: 0 !important;
    font-size: 15px !important;
}




.photo-video-caption {
    font-weight: 600;
    margin-top: 5px;
}


.photo-gallery-item {
    position: relative;
}

.photo-gallery-item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.photo-gallery-item .photo-gallery-item-bg {
    position: absolute;
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #333;
    z-index: 9;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.photo-gallery-item:hover .photo-gallery-item-bg {
    opacity: 0.6;
}

.photo-gallery-item .plus-icon {
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 100%;
    text-align: center;
    z-index: 99;
    font-size: 30px;
    color: #fff;
}

.photo-gallery-item:hover .plus-icon {
    visibility: visible;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .photo-gallery-item img {
        height: 207px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .photo-gallery-item img {
        height: 236px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .photo-gallery-item img {
        height: 364px;
    }
}

@media only screen and (max-width: 575px) {
    .photo-gallery-item img {
        object-fit: fill;
        height: auto;
    }
}

/* Education, Experience, and Awards Sections */
.education-section .heading,
.experience-section .heading,
.awards-section .heading {
    text-align: center;
    margin-bottom: 3rem;
}

.education-item-box,
.experience-item-box {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    height: 100%;
}

.education-item-box:hover,
.experience-item-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.education-icon,
.experience-icon {
    margin-bottom: 1rem;
}

.education-icon i {
    font-size: 2.5rem;
}

.education-icon i {
    color: #6440FB;
}

.experience-icon i {
    font-size: 2.5rem;
}

.experience-icon i {
    color: #6440FB;
}

.education-item-box h4,
.experience-item-box h4 {
    color: #333;
    margin-bottom: 10px;
}

.education-item-box h5 {
    margin-bottom: 8px;
}

.education-item-box h5:first-of-type {
    color: #6440FB;
}

.education-item-box:nth-child(2) h5:first-of-type {
    color: #6440FB;
}

.experience-item-box h5:first-of-type {
    margin-bottom: 8px;
}

.experience-item-box h5:first-of-type {
    color: #6440FB;
}

.year-badge {
    background: #f8f9fa;
    padding: 5px 15px;
    border-radius: 20px;
    display: inline-block;
    font-weight: bold;
    color: #666;
    margin-bottom: 15px;
}

.education-item-box p:last-child,
.experience-item-box p:last-child {
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Awards Section */
.award-item-box {
    border-radius: 15px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    color: white;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    height: 100%;
    text-align: center;
}

.award-item-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.award-item-box {
    background: #6440FB;
}

.award-icon {
    margin-bottom: 1rem;
    text-align: center;
}

.award-icon i {
    font-size: 3rem;
    color: #ffd700;
}

.award-content h4 {
    margin-bottom: 10px;
}

.award-content h5 {
    opacity: 0.9;
    margin-bottom: 8px;
}

.award-year-badge {
    background: rgba(255, 255, 255, 0.2);
    padding: 5px 15px;
    border-radius: 20px;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 15px;
}

.award-content p:last-child {
    opacity: 0.9;
    line-height: 1.6;
    margin-bottom: 0;
}

.experience-section {
    background-color: #f8f9fa;
}


.video-gallery-item {
    position: relative;
}

.video-gallery-item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.video-gallery-item .video-gallery-item-bg {
    position: absolute;
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #333;
    z-index: 9;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.video-gallery-item:hover .video-gallery-item-bg {
    opacity: 0.6;
}

.video-gallery-item .plus-icon {
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 100%;
    text-align: center;
    z-index: 99;
    font-size: 30px;
    color: #fff;
}

.video-gallery-item:hover .plus-icon {
    visibility: visible;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .video-gallery-item img {
        height: 207px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .video-gallery-item img {
        height: 236px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .video-gallery-item img {
        height: 364px;
    }
}

@media only screen and (max-width: 575px) {
    .video-gallery-item img {
        object-fit: fill;
        height: auto;
    }
}



.books .left-item {
    margin-bottom: 30px;
}

.books .left-item .widget {
    padding: 20px;
    background: #f4f4f4;
    border: 1px solid #e3e3e3;
    margin-bottom: 25px;
}

.books .left-item .widget h2 {
    background: #dcd1ff;
    color: #000;
    font-weight: 700;
    font-size: 20px;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.books .left-item .book-search {
    width: 100%;
    background: #6440FB;
    border-color: #6440FB;
}

.books .right-item {
    margin-bottom: 20px;
}

.books .right-item .heading {
    text-align: center;
    margin-bottom: 30px;
}

.books .right-item .heading h2 {
    font-size: 30px;
    font-weight: 700;
}

.books .right-item .heading p {
    color: #696969;
}

.books .right-item .item {
    margin-bottom: 30px;
}

.books .right-item .item .photo {
    background: #eef1f3;
    padding: 50px;
    margin-bottom: 10px;
    overflow: hidden;
    transition: all 0.4s ease;
}

.books .right-item .item .photo:hover {
    background: #6440FB;
}

.books .right-item .item .photo img {
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 0.4s ease;
}

.books .right-item .item .photo:hover img {
    transform: scale(1.1);
    rotate: 5deg;
}

.books .right-item .item .text h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    text-align: center;
}

.books .right-item .item .text h2 a {
    color: #333;
}

.books .right-item .price {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.books .right-item .price .del {
    text-decoration: line-through;
    color: #ed4444;
}

.books .right-item .cart a {
    width: 100%;
    background: #2f2f2f;
    border: 0;
}

@media (max-width: 1199px) {
    .books .right-item .item .photo img {
        height: 180px;
    }
}

@media (max-width: 991px) {
    .books .right-item .item .photo img {
        height: 210px;
    }
}

@media (max-width: 767px) {
    .books .right-item .item .photo img {
        height: auto;
    }
}


.book-detail .book-photo {
    margin-right: 25px;
}

.book-detail .book-photo img {
    width: 300px;
}

.book-detail .book-info h2 {
    font-weight: 700;
}

.book-detail .book-info h3 {
    font-size: 16px;
    color: #6440FB;
    margin-bottom: 20px;
}

.book-detail .detail h4 {
    font-size: 16px;
}

.book-detail .price {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #6440FB;
}

.book-detail .price .del {
    text-decoration: line-through;
    color: #ed4444;
}

.book-detail .cart a {
    background: #2f2f2f;
    border: 0;
}

.book-detail .tab-content {
    padding-top: 20px;
}

.book-detail .nav-link {
    color: #6440FB;
}

@media (max-width: 767px) {

    .book-detail .row,
    .book-detail .row .col-lg-9 {
        display: block !important;
    }

    .book-detail .book-photo img {
        width: 100%;
        margin-bottom: 20px;
    }
}

.cart img {
    width: 70px;
}

@media (max-width: 991px) {
    .cart.cart-table {
        margin-bottom: 30px;
    }

    .cart .billing {
        margin-bottom: 30px;
    }
}

.cart .order-summary h3,
.cart .coupon h3 {
    font-weight: 700;
    font-size: 22px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.cart .coupon button {
    background: #000;
    border-color: #000;
}

.cart .checkout-button button {
    width: 100%;
    background: #6440FB;
    border-color: #6440FB;
}

.cart .billing h3,
.cart .payment h3 {
    font-weight: 700;
    font-size: 22px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.cart .billing label {
    font-weight: 600;
}

.cart .buy-button button {
    width: 100%;
    background: #6440FB;
    border-color: #6440FB;
}