/*
Theme Name: DeltaPress
Theme URI: https://speciatheme.com/deltapress-free/
Author: Specia
Author URI: https://speciatheme.com/
Description: DeltaPress is a sleek and modern block-based WordPress theme built for Full Site Editing (FSE). Designed for flexibility and ease of customization, DeltaPress empowers users to create stunning websites using WordPress’s native block editor. With a clean and minimal design, it’s perfect for blogs, businesses, portfolios, and more. View the demo of DeltaPress Premium https://demo.speciatheme.com/pro/?theme=deltapress
Version: 1.5
Tested up to: 6.7
Requires PHP: 5.6
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: deltapress
Slug: deltapress
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, e-commerce, full-site-editing, block-patterns, full-width-template, rtl-language-support, threaded-comments, translation-ready, block-styles, wide-blocks

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/

:root {
    var(--wp--preset--color--primary): --wp--preset--color--primary;
    var(--wp--preset--color--secondary): --wp--preset--color--secondary;
    --dark: #000000;
    --white: #ffffff;
}

* {
    /* font-family: "poppins"; */
}


a {
    color: var(--wp--preset--color--primary);

}

a:hover {
    text-decoration: dotted underline;
}

::selection {
    background-color: var(--wp--preset--color--primary);
    color: var(--white);
}


/* ====== header-section ====== */

/*============================*/
/*========== top bar =========*/
/*============================*/
header { box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 3px; }
.header-col{
	display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
}

.header::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: rgba(50, 50, 50, 0.08);
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
}
.header .wp-block-navigation__responsive-container .wp-block-pages-list__item {
	margin-bottom: 0;
}
.header .wp-block-navigation__responsive-container .wp-block-pages-list__item a {
	padding-bottom: 0;
}

body:has(.nojq) .header::before {
	/* top: 77px; */
}

.header .top-bar {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 50px;

}

.header .top-bar .visit {
    position: relative;
    flex: 1;
    height: 100%;
    line-height: 2.6;
    text-align: left;
    padding-left: 13px;
}

.header .top-bar .visit::before {
    content: "";
    position: absolute;
    height: 100%;
    border-right: 1px solid rgba(50, 50, 50, 0.129);
    left: 0;
}

.header .top-bar .visit a {
    text-decoration: none;
    color: var(--dark);
    font-size: 20px;
    font-weight: 500;
}


.header .top-bar .visit p {
	margin-right: -16px;
    font-size: 14px;
    font-weight: 600;
}
.header .top-bar .visit span {
    color: var(--dark);
    font-size: 14px;
    font-weight: 500;
}

.icons {
    height: 100%;
    z-index: 1;
}

.header .top-bar .social-icon {
    display: flex;
	align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: -1;
}

.header .top-bar .social-icon li {
    text-decoration: none;
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 20px;
    position: relative;
    background-color: var(--white);
    margin: 5px 8px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.header .top-bar .social-icon li::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleY(0);
    transform-origin: bottom center;
    background: var(--wp--preset--color--primary);
    z-index: -1;
    transition: transform 0.3s;
    border-radius: 50%;
}

.header .top-bar .social-icon li:hover::before {
    transform: scaleY(1);
    color: var(--white);
    transition: 0.3s;
}

.header .top-bar .social-icon li:hover {
	color: #ffffff !important;
    background-color: transparent;
    transition: 0.3s;
}

.header .top-bar .social-icon li:hover a {
    color: var(--white);
    transition: 0.3s;
}

.header .top-bar .social-icon li a {
    color: var(--wp--preset--color--primary);
    line-height: 35px;
    font-size: 18px;
    transition: 0.3s;
}

.wp-block-social-link a {
	justify-content: center;
	height: 100%;
}

.header .top-bar-container .wp-block-columns .wp-block-column {
	display: flex;
	align-items: center;
}

/*============================*/
/*========== menu bar ========*/
/*============================*/

/* .header .menu-bar .navbar */

.header .menu-bar {
	margin-top: 0;
}

.is-sticky-menu {
    position: fixed;
    top: 29px;
    width: 100%;
    z-index: 9999;
    background-color: var(--white);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 3px;
    animation: slideInDown;
    animation-duration: 0.5s;
}

.header .menu-bar .navbar-brand {
    font-size: 30px;
    font-weight: 600;
    position: relative;
    z-index: 2;
    padding: 0px 15px;
    color: var(--white);
    text-decoration: none;
}

.header .menu-bar .navbar-brand a:hover {
	color: var(--white);
}


.header .navbar.navbar-expand-lg::after, .header .navbar.navbar-expand-lg::before {
	content: "";
    position: absolute;
    background-color: var(--wp--preset--color--primary);
    left: 0;
}
.header .navbar.navbar-expand-lg::before {
    height: 100%;
    width: 20%;
    top: 0px;
    z-index: -1;
}

.header .navbar.navbar-expand-lg::after {
    clip-path: polygon(0% 0, 100% 0, 86% 88%, 0 3%);
    height: 18px;
    width: 22.5%;
    bottom: -18px;
    z-index: 2;
}

.header .nav-link {
    margin: 0px 10px;
    text-transform: capitalize;
    color: var(--dark);
    font-weight: 600;
    position: relative;
    font-size: 18px;
    text-decoration: none;
}

.header .nav-link::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 0;
    background-color: var(--wp--preset--color--primary);
    transition: 1.5s;
    bottom: 0;
    left: 0;
    right: 0;
}

.header .dropdown-menu {
    background-color: var(--white);
    color: var(--dark);
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 0;
    padding: 0;
    transition: 1s;
}

.header .dropdown-menu li a i {
    padding-left: 5px;
    float: right;
    margin-top: 4px;
}

.header .nav-item .dropdown-menu li {
    margin: 10px 0px;
    position: relative;
}

.header .dropdown-menu .dropdown-item {
    position: relative;
    padding-left: 30px;
    transition: 0.5s;
}


.header .dropdown-menu li .dropdown-item::before {
    content: "\f0a4";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    inset: 0;
    left: 15px;
    top: 5px;
    z-index: 1;
    transition: 1s;
    margin-left: -5px;
}

.header .dropdown-menu li .dropdown-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--wp--preset--color--primary);
    width: 0;
    z-index: -1;
    transition: 1s;
}

.header .dropdown-menu li .dropdown-item:hover:after {
    width: 100%;
    transition: 1s;
}

.header .dropdown-menu li .dropdown-item:hover::before {
    color: var(--white);
    transition: 0.5s;
}

.header .dropdown-menu .dropdown-item:hover {
    color: var(--white);
    animation: headShake;
    animation-duration: 2s;
}

.header .dropdown-menu .dropdown-item {
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: unset;
    background-color: unset;
}


.header .drp-button {
    border: none;
    background: var(--wp--preset--color--primary);
    color: var(--white);
    font-size: 20px;
    height: 30px;
    width: 30px;
    line-height: 0;
    transform: rotate(-90deg);
    transition: 1s;
    border-radius: 50px;
}

.header .drp-button:focus {
    transform: rotate(0deg);
    transition: 0.8s;
    background-color: var(--dark);
    color: var(--white);
}

.dropdown-toggle::after {
    display: none;
}

.header .sibar-toggle {
    background-color: var(--white);
    color: var(--wp--preset--color--primary);
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-right: 10px;
}



.header .nav-link:hover:after {
    width: 100%;
    transition: 0.5s;
}

.header .nav-link:hover {
    color: var(--wp--preset--color--primary);
}

.header .nav-link.active {
    color: var(--wp--preset--color--primary);
}

.dropdown-menu .nav-item li {
    position: relative;
}

.dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
}

.dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
}


.header .contact {
    display: flex;
    margin: 0;
    position: relative;
}

.header .contact h2 {
    font-size: 14px;
    margin: 0;
    font-weight: 600;
    color: var(--dark);
}

.header .contact p {
	margin-top: 3px;
}

.header .contact a {
    font-size: 15px;
    padding: 0;
    color: var(--dark);
    text-decoration: none;
}

.header .content {
    position: absolute;
    z-index: 2;
    background: var(--white);
    padding: 0 15px;
	width: 150px;
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    visibility: hidden;
    bottom: 0;
    top: 65px;
    left: 0;
    transition: 0.5s;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 15px 5px, rgba(254, 3, 3, 0.494) 0px 5px 5px;
}

.header .contact:hover .content {
    visibility: visible;
    transition: 0.5s;
}

.header .contact .icon i {
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 45px;
}

.header .contact .play-btns {
    width: 45px;
    height: 45px;
    background: var(--wp--preset--color--primary);
    color: var(--white);
    border: none;
    border-radius: 50px;
    transition: box-shadow 0.2s ease-in-out;
    position: relative;
    display: flex;
    margin: 5px 5px;
    text-decoration: none;
	align-items: center;
	justify-content: center;
}

.header .contact .play-btns:before {
    position: absolute;
    content: "";
    animation: phone-wave 2s linear infinite;
    inset: 0;
    border-radius: 50%;
}

@keyframes phone-wave {
    from {
        box-shadow: 0 0 0 0 var(--wp--preset--color--primary);
    }

    to {
        box-shadow: 0 0 0 10px var(--wp--preset--color--primary);
        opacity: 0;
    }
}
.wc-block-mini-cart{
    margin: 5px 5px;
    font-size: 16px;
    position: relative;
    height: 45px;
    width: 45px;
    border-radius: 50px;
    background-color: var(--wp--preset--color--primary);
    color: var(--white);
    border: none;
	display: flex; 
	align-items: center;
	justify-content: center;
}

.header .menu-bar .cart-icon .cart {
    margin: 5px 5px;
    font-size: 18px;
    position: relative;
    height: 45px;
    width: 45px;
    border-radius: 50px;
    background-color: var(--wp--preset--color--primary);
    color: var(--white);
    border: none;
}

.header .menu-bar .cart-icon .cart i {
    line-height: 50px;
    margin-right: 3px;
}

.header .menu-bar .cart-icon .cart .item-no {
    position: absolute;
    background-color: var(--dark);
    padding: 0px 5px;
    color: var(--white);
    font-size: 10px;
    border-radius: 10px;
    top: 2px;
    right: 14px;
}

.menu-bar .cart-icon .dropdown-menu {
    height: 200px;
    width: 300px;
    position: absolute;
    right: 0px;
    background: var(--white);
    padding: 30px;
    overflow: auto;
    top: 55px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 15px 5px, rgba(254, 3, 3, 0.494) 0px 5px 5px;
}

.header .menu-bar .cart-item {
    margin-bottom: 20px;
    position: relative;
    display: flex;
}

.header .menu-bar .cart-item::before {
    content: "";
    position: absolute;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.086);
    width: 100%;
    bottom: -10px;
}

.header .menu-bar .cart-inner-item img {
    height: 50px;
    width: 50px;
}

.header .menu-bar .cart-inner-item h2 {
    font-size: 16px;
}

.header .menu-bar .cart-inner-item a {
    text-decoration: none;
    color: var(--dark);
}

.header .menu-bar .cart-inner-item p {
    font-size: 14px;
    font-weight: 300;
}

.header .menu-bar .cart-item a {
    font-size: 14px;
    font-weight: 600;
    color: var(--dark);
}

.header .menu-bar .cart-inner-item .cart-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
}

.header .menu-bar .cart-inner-item .cart-total i {
    display: flex;
    font-size: 24px;
    color: var(--wp--preset--color--primary);
    position: relative;
}

.header .menu-bar .cart-inner-item .cart-total .item-no-2 {
    position: absolute;
    background-color: var(--dark);
    padding: 0px 5px;
    color: var(--white);
    font-size: 10px;
    border-radius: 10px;
    bottom: -5px;
    left: 38px;
}

.header .menu-bar .cart-inner-item .cart-total p {
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    margin: 0;
}

.header .menu-bar .cart-inner-item .cart-inner-checkout {
    margin: 10px 0px;
}

.header .menu-bar .cart-inner-item .cart-inner-checkout a {
    display: inline-block;
    border: none;
    background-color: var(--wp--preset--color--primary);
    color: var(--white);
    position: relative;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    padding: 10px 20px;
    border-radius: 30px;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin-top: 25px;
}

.header .menu-bar .cart-inner-item .cart-inner-checkout a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--dark);
    transform: translateX(-100%);
    transition: all 0.5s;
    z-index: -1;
    opacity: 0;
}

.header .menu-bar .cart-inner-item .cart-inner-checkout a:hover::before {
    transform: translateX(0);
    opacity: 1;
}

.header .menu-bar .cart-inner-item .cart-inner-checkout a:hover {
    color: var(--white);
    background-color: var(--wp--preset--color--primary);
}

.header .menu-bar .search {
    width: 45px;
    height: 45px;
    background-color: var(--white);
    color: var(--wp--preset--color--primary);
    border-radius: 50%;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 45px;
    text-decoration: none;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border: none;
    margin: 0px 5px;
    line-height: 0;
}

.header .menu-bar .search .search-icon {
    margin-left: -20px;
}

.header .menu-bar .modal.show .modal-dialog {
    transform: none;
    display: flex;
    align-items: center;
    animation: backInDown;
    animation-duration: 1s;
}

.header .menu-bar .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    outline: 0;
    background-color: rgba(0, 0, 0, 0.63);
    transition: 1s;
}

.modal-header {
    padding: 10px 20px;
    border: none;
}

.modal-header .modal-title {
    font-size: 24px;
    font-weight: 600;
    color: var(--dark);
}

.modal-header .btn-close {
    height: 20px;
    background-color: var(--wp--preset--color--primary);
    opacity: 1;
    width: 30px;
    color: var(--white);
    font-size: 20px;
    line-height: 0;
    box-shadow: none;
    background-image: none;
    margin-top: 10px;
}

.header .modal-body {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 1s;
}

.sidebar .widget .search-form {
    margin: 20px;
    padding-bottom: 20px;
}

.header .modal-body .search-field {
    padding: 15px 100px 15px 20px;
    border-radius: 30px;
    border: none;
    box-shadow: none;
    background-color: var(--white);
    filter: drop-shadow(0 0 0.08rem rgba(0, 0, 0, 0.194));
    outline: none;
    color: var(--dark);
}

.header .modal-body .search-submit {
    background-color: var(--wp--preset--color--primary);
    border: none;
    color: var(--white);
    border-radius: 0px 30px 30px 0px;
    padding: 15px 30px;
    font-size: 20px;
    filter: drop-shadow(0 0 0.08rem rgba(0, 0, 0, 0.194));
    outline: none;
}

.header .touch-btn a {
	position: relative;
	overflow: hidden;
	z-index: 0;
}
	
.header .touch-btn a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    transform: translateX(-100%);
    transition: all 0.5s;
    opacity: 0;
	z-index: -1;
}	
.header .touch-btn a:hover::before {
    transform: translateX(0%);
    opacity: 1;
}

.navbar-toggler {
    color: var(--white);
    background-color: var(--wp--preset--color--primary);
    padding: 5px;
}

.navbar-toggler:focus {
    border: 2px solid var(--dark);
}

.navbar-toggler-icon {
    background: none;
    padding: 5px;
    font-size: 20px;
}

/*=============================*/
/*====== slider-section ======*/
/*=============================*/

.slider {
	margin-top:0px;
}

.slider .slide {
    background-size: cover;
    z-index: 1;
    background-position: center;
    height: 750px;
    position: relative;
    display: flex;
    align-items: center;
}

.slider .slide::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(to right, black 20%, rgba(56, 36, 1, 0.487));
}

.slider .content {
    color: var(--white);
    width: 80%;
    z-index: 1;
	padding-left: 30px;
}

.slider .content figure.shape-image {
	position: absolute;
	inset:0;
}

.slider figure.shape-image img{
	height: 100%;
}

.slider figure.shape-image:has(img) {
    position: absolute;
    width: 100%;
    background-size: cover;
    height: 100%;
    z-index: -1;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
}

.slider .content span {
    font-weight: 600;
}

.slider .content h2 {
    font-size: 60px;
    font-weight: 700;
    padding: 10px 120px 10px 0px;
    margin: 0;
    text-transform: capitalize;
}


.slider .content button {
    color: var(--white);
    border: none;
    background-color: var(--wp--preset--color--primary);
    font-weight: 500;
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px 3px 2px 30px;
}

.slider .content button i {
    background-color: var(--white);
    color: var(--wp--preset--color--primary);
    height: 45px;
    width: 45px;
    border-radius: 50%;
    line-height: 45px;
    margin-left: 20px;
    font-size: 18px;
}

.slider .review {
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.client-images {
    display: flex;
}

.slider .review .client-images img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0px -3px;
    border: 1px solid var(--wp--preset--color--primary);
}

.slider .review .rating {
    padding: 0;
    list-style: none;
    display: flex;
    font-size: 16px;
    color: var(--wp--preset--color--primary);
    margin-top: 10px;
    margin: 0;
}

.slider .review .clint-count {
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.slide {
    position: relative;
}

.slider .owl-carousel .owl-nav button.owl-next {
    height: 45px;
    width: 45px;
    border: 1px;
    background-color: var(--wp--preset--color--primary);
    border-radius: 50%;
    font-size: 24px;
    color: var(--white);
    position: absolute;
    right: 25px;
    top: 50%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider .owl-carousel .owl-nav button.owl-next i {
    padding-left: 3px;
}

.slider .owl-carousel .owl-nav button.owl-prev i {
    padding-right: 3px;
}

.slider .owl-carousel .owl-nav button.owl-prev {
    height: 45px;
    width: 45px;
    border: 1px;
    background-color: var(--wp--preset--color--primary);
    border-radius: 50%;
    font-size: 24px;
    color: var(--white);
    position: absolute;
    left: 25px;
    top: 50%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider .owl-dots {
    position: absolute;
    margin: auto;
    left: 50%;
    bottom: 15px;
    transform: translate(-50%, -50%);
}

.slider .owl-carousel button.owl-dot {
    color: inherit;
    height: 20px;
    width: 20px;
    border: 1px;
    background-color: #f7f5f5;
    border-radius: 50%;
    margin: 2px;
    font-size: 50px;
    line-height: 0;
    color: var(--white);
}

.slider .owl-carousel button.owl-dot.active {
    background-color: var(--wp--preset--color--primary);
    height: 18px;
    width: 40px;
    border-radius: 10px;
    transition: 0.5s;
}

/*=============================*/
/*======service-section====== */
/*=========================-=*/

.service-section {
    padding: 83px 0px;
}

.service-section .heading {
    text-align: center;
    padding-bottom: 17px;
}

.heading span {
    font-weight: 600;
    position: relative;
}

.prima {
    color: var(--wp--preset--color--primary);
}

.heading span:not(.prima)::before, .heading span:not(.prima)::after {
    content: url(./assets/images/right.svg);
    display: inline-block;
    vertical-align: middle;
}

.heading span:not(.prima)::before{
    margin-right: 15px;
}

.heading span:not(.prima)::after{
    margin-left: 15px;
}

.service-section .heading h2 {
    font-size: 36px;
    font-weight: 700;
    padding-top: 5px;
}

.service-section .heading p {
    font-size: 16px;
    color: #777777;
    margin: 0;
    padding: 0;
}

.service-section .service-item {
    background-color: var(--white);
    box-shadow: rgba(149, 157, 165, 0.9) 0px 8px 24px;
    padding: 40px 40px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 10px;
}

.service-section .service-item h2 {
    font-size: 24px;
    font-weight: 600;
}

.service-section .service-item p {
    color: #888893;
    padding: 5px 0px 0px 0px;
    line-height: 1.5em;
    margin: 0;
    transition: 1s;
}

.service-section .service-item .icon {
    position: absolute;
    bottom: -30px;
    left: -5px;
    padding: 20px 0px;
}

.service-section .service-item .icon img {
    height: 50px;
    width: 50px;
}

.service-section .service-item span {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    text-align: center;
    line-height: 26px;
    font-weight: 600;
    right: 15px;
    top: 14px;
}

.service-section .service-item::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: 1px;
    top: 1px;
    background: var(--wp--preset--color--primary);
    transition: 1s;
    z-index: -1;
    transform-origin: top right;
    border-radius: 10px;
}

.service-section .service-item::after {
    content: "";
    position: absolute;
    right: -1px;
    top: -1px;
    background: var(--wp--preset--color--primary);
    transition: 1s;
    z-index: -1;
    height: 100px;
    width: 100px;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.service-section .service-item:hover::before {
    width: 100%;
    height: 100%;
    /* border-radius: 0px; */
    transform-origin: bottom left;
}

.service-section .service-item:hover::after {
    background-color: var(--white);
}

.service-section .service-item:hover span {
    color: var(--dark);
    border: 3px solid var(--wp--preset--color--primary);
}

.service-section .service-item:hover h2 {
    color: var(--white);
}

.service-section .service-item:hover p {
    color: var(--white);
}

/* =============================*/
/* ====== feature-section ====== */
/* =============================*/

.our-feature {
	margin-top: 0;
    padding: 83px 0px;
    overflow: hidden;
}

.our-feature .heading {
    text-align: center;
    padding-bottom: 43px;
}

.our-feature .heading .word-color {
    color: var(--wp--preset--color--primary);
}

.our-feature .heading h2 {
    font-size: 36px;
    font-weight: 700;
    padding-top: 5px;
}

.our-feature .heading p {
    font-size: 16px;
    color: #777777;
    margin: 0;
    padding: 0;
}

.our-feature .features-item {
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.our-feature .features-item>img {
    object-fit: cover;
    height: 400px;
    width: 100%;
}

.our-feature .features-item .content {
    padding: 20px 20px;
    display: flex;
    align-items: end;
    position: absolute;
    bottom: 0px;
    transition: 1s;
    z-index: 1;
    height: 150px;
    width: 100%;
    justify-content: center;
}

.our-feature .features-item .content::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--wp--preset--color--primary);
    z-index: -1;
    clip-path: polygon(49% 49%, 100% 23%, 100% 100%, 0 100%, 0 23%);
}

.our-feature .features-item .content::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--wp--preset--color--primary);
    opacity: 0.5;
    z-index: -1;
    clip-path: polygon(50% 41.5%,
            49.8% 41.3%,
            100% 0%,
            100% 100%,
            0% 100%,
            0% 0%);
}

.our-feature .features-item:hover .content {
    transform: translateY(100%);
    visibility: hidden;
}

.our-feature .features-item .content img {
    width: 50px;
    margin-right: 15px;
}

.our-feature .features-item .content h2 {
    font-size: 22px;
    color: var(--white);
    font-weight: 700;
    margin-bottom: 10px;
}

.our-feature .features-item .main-content {
    position: absolute;
    inset: 0;
}

.our-feature .features-item .main-image {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.our-feature .features-item .main-image:before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    border: 2px solid var(--white);
    left: 0%;
    right: 0;
    bottom: 0;
    border-radius: 73px;
    width: 100px;
    height: 100px;
    line-height: 0;
    color: var(--white);
    z-index: 1;
    font-weight: 900;
}

@keyframes round-one {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

.our-feature .features-item:hover .main-image:before {
    animation: round-one 5s linear infinite;
}

.our-feature .features-item .main-image:after {
    content: "\f111";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    color: var(--white);
    z-index: 1;
    inset: 0;
    line-height: 0;
    transform: rotate(180deg);
    font-weight: 900;
}

@keyframes round-two {
    from {
        transform: rotate(180deg);
    }

    to {
        transform: rotate(540deg);
    }
}

.our-feature .features-item:hover .main-image:after {
    animation: round-two 5s linear infinite;
}

.our-feature .features-item .main-image img {
    background-color: var(--wp--preset--color--primary);
    border-radius: 50%;
    height: 100px;
    width: 100px;
    object-fit: scale-down;
}

.our-feature .features-item .main-content h2 {
    font-size: 28px;
    color: var(--white);
    font-weight: 700;
    text-align: center;
    margin: auto;
    padding-top: 5px;
}

.our-feature .features-item .main-content p {
    font-size: 16px;
    color: var(--white);
    font-weight: 500;
    padding: 10px 0px;
    line-height: 1.5em;
    margin: 0;
    text-align: center;
}

.our-feature .features-item .main-content a {
    background-color: var(--wp--preset--color--primary);
    color: var(--white);
    height: 50px;
    width: 50px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 50%;
    font-size: 24px;
    padding: 8px;
}

.our-feature .features-item .main-content {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: var(--wp--preset--color--primary);
    padding: 35px 25px 30px 30px;
    opacity: 0;
    border-radius: 10px;
    transform: translateY(100%);
    visibility: hidden;
}

.our-feature .features-item:hover .main-content {
    opacity: 0.8;
    transition: 1s;
    transform: translateY(0);
    visibility: visible;
}

.our-feature .features-item:hover .content {
    opacity: 0;
    transition: 1s;
}

/* ===========================*/
/* ======= cta-section ======= */
/* =========================== */

.cta-section {
	margin-top: 0;
    background-image: url(./assets/images/bg-image.jpg);
    background-size: cover;
    overflow: hidden;
    background-color: rgba(0 0 0 / 80%);
    background-blend-mode: multiply;
    text-align: center;
}

.cta-section .cta-item {
    padding: 85px 0px;
    height: 100%;
}

.cta-section .cta-item .icon .cta-play-btn {
    color: var(--white);
    font-size: 30px;
    line-height: 72px;
    padding: 0px 25px;
}

.cta-section .cta-item .content {
    padding-top: 40px;
    width: 70%;
    margin: auto;
}

.cta-section .cta-item .content h2 {
    color: #ffffff;
    font-size: 40px;
    font-weight: 600;
}

.cta-section .cta-item .content p {
    color: #ffffff;
    padding: 10px 0px;
}

.cta-section .cta-item .cta-play-btn {
    width: 70px;
    height: 70px;
    background: var(--wp--preset--color--primary);
    color: var(--white);
    border: none;
    border-radius: 50px;
    transition: box-shadow 0.2s ease-in-out;
    position: relative;
    display: inline-block;
    margin: 0px 5px;
}

.cta-section .cta-item .cta-play-btn:before {
    position: absolute;
    content: "";
    animation: wave 2s linear infinite;
    inset: 0;
    border-radius: 50%;
}

.cta-section .cta-item .cta-play-btn:after {
    position: absolute;
    content: "";
    animation: wave-2 2s linear infinite;
    inset: 0;
    border-radius: 50%;
}

@keyframes wave {
    from {
        box-shadow: 0 0 0 0 var(--wp--preset--color--primary);
    }

    to {
        box-shadow: 0 0 0 40px #f2f2f2;
        opacity: 0;
    }
}

@keyframes wave-2 {
    from {
        box-shadow: 0 0 0 0 #ffffff;
    }

    to {
        box-shadow: 0 0 0 20px #ffffff;
        opacity: 0;
    }
}

.cta-section .cta-item:hover .cta-play-btn {
    animation: fadeInDown;
    animation-duration: 1s;
}

.cta-section .cta-item .read-btn {
    /* padding: 15px 30px; */
    background-color: var(--wp--preset--color--primary);
    color: #ffffff;
    border: none;
    border-radius: 30px;
    margin: 10px 5px;
    text-decoration: none;
    display: inline-block;
}

.cta-section .cta-item .read-btn a {
    padding: 15px 30px;
    border-radius: 30px;
}

.cta-section .modal-dialog {
    position: relative;
}

/* .cta-section iframe, */
/* .my-skill-section iframe { */
    /* z-index: 1; */
    /* width: 100%; */
    /* left: 0; */
    /* height: 300px; */
/* } */
.modal-body iframe {
    width: 100%; 
}
.wp-embed-responsive .wp-has-aspect-ratio iframe{
	height: 300px; 
}

.modal .modal-content .btn-close {
    height: 20px;
    background-color: var(--wp--preset--color--primary);
    opacity: 1;
    width: 30px;
    color: var(--white);
    font-size: 20px;
    line-height: 0;
    background-image: none;
    margin: 15px 5px 0px auto;
    box-shadow: none;
}

.learn-btn {
    display: inline-flex;
    border: none;
    border: 2px solid var(--white);
    color: #ffffff;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    border-radius: 30px;
    background-color: transparent;
    margin: 10px 0px;
    text-decoration: none;
    align-items: center;
    text-decoration: none;
}
.cta-section .cta-item .learn-btn a {
    padding: 15px 30px;
}
.learn-btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--wp--preset--color--primary);
    transform: translateX(-100%);
    transition: all 0.5s;
    z-index: -1;
    opacity: 0;
}

.learn-btn:hover::before {
    transform: translateX(0);
    opacity: 1;
}

.learn-btn.active {
    background-color: var(--wp--preset--color--primary);
    color: var(--white);
}

.learn-btn:hover {
    color: var(--white);
    border-color: var(--wp--preset--color--primary);
    text-decoration: none;
}

.learn-btn i {
    margin-left: 4px;
}


/* ==================================*/
/* ======= funfact section ======= */
/* =================================== */

.funfact-section {
	margin-top: 0;
    padding: 145px 0px 90px 0px;
    background: url(./assets/images/funfact-bg.jpg);
    position: relative;
    z-index: 1;
    text-align: center;
    overflow: hidden;
}

.funfact-section::after {
    position: absolute;
    content: "";
    inset: 0;
    background-color: #000000d1;
    z-index: -1;
}

.funfact-section .funface-item {
    background-color: var(--white);
    padding: 25px 0px;
    position: relative;
    border-radius: 10px;
}

.funfact-section .funface-item::before {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: var(--white);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
    border-radius: 10px;
}

.funfact-section .funface-item:hover::before {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    background-color: var(--white);
}

.funfact-section .funface-item .funfact-icon {
    position: absolute;
    top: -100px;
    font-size: 40px;
    background-color: var(--wp--preset--color--primary);
    left: 50%;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    line-height: 80px;
    transform: translate(-50%);
}

.funfact-section .funface-item .funfact-icon img {
    height: 50px;
    width: 50px;
    margin-top: 15px;
}

.funfact-section .funface-item .funfact-icon::before {
    content: "";
    position: absolute;
    inset: 0px;
    border: 2px dashed #ffff;
    border-radius: 50%;
}

@keyframes round {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

.funfact-section .funface-item:hover .funfact-icon:before {
    animation: round 6s linear infinite;
    inset: -3px;
    border: 2px dashed #ffff;
}

.funfact-section .funface-item .funfact-content {
    padding-top: 30px;
}

.funfact-section .funface-item .funfact-content h2 {
    font-size: 30px;
    color: #15101e;
    font-weight: 700;
}

.funfact-section .funface-item .funfact-content p {
    font-size: 22px;
    color: #1a1a1b;
    font-weight: 700;
    margin: 0;
}

.funfact-section .funface-item:hover {
    background-color: var(--wp--preset--color--primary);
    transition: 0.5s;
}

.funfact-section .funface-item:hover .funfact-icon {
    background-color: var(--wp--preset--color--primary);
}

.funfact-section .funface-item:hover .funfact-content h2 {
    color: #fff !important;
    margin: 0;
}

.funfact-section .funface-item:hover .funfact-content p {
    color: #fff !important;
}

.funfact-section .funface-item:hover {
    /* animation: bounce2 2s ease; */
}

@keyframes bounce2 {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-5px);
    }

    60% {
        transform: translateY(-5px);
    }
}

.funfact-section .funface-item .funfact-content .counter-value span:last-child {
    font-size: 22px;
    vertical-align: top;
    line-height: 45px;
}

/* ==================================*/
/* ======= blog section ======= */
/* =================================== */

.blog-section {
	margin-top: 0;
    padding: 90px 0px;
}

.blog-section .heading {
    text-align: center;
    padding-bottom: 43px;
}

.blog-section .heading>span {
    font-size: 26px;
    font-weight: 600;
    color: var(--wp--preset--color--primary);
    position: relative;
}

.blog-section .heading .word-color {
    color: var(--wp--preset--color--primary);
}

.blog-section .heading>span::before {
    content: url(../images/Right.svg);
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.blog-section .heading>span::after {
    content: url(../images/Right.svg);
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}

.blog-section .heading h2 {
    font-size: 36px;
    font-weight: 700;
    padding-top: 5px;
}

.blog-section .blog-item {
    margin-bottom: 25px;
    border-radius: 10px;
}

.blog-section .blog-item .card {
    position: relative;
    height: 400px;
    border: none;
    transition: 1s;
    border-radius: 10px;
    overflow: hidden;
}

.blog-section .blog-item .card::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(to top, #000000d1, rgba(7, 2, 26, 0.595));
    border-radius: 10px;
}

.blog-section .blog-item .card img {
    height: 400px;
    max-width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.blog-section .blog-item .card-body {
    position: absolute;
    bottom: 15px;
    transition: 1s;
    left: 0;
    right: 0;
    transform: translateY(70%);
    border-radius: 10px;
}

.blog-section .blog-item .post-date {
    position: absolute;
    left: 0px;
    top: 20px;
    background-color: var(--wp--preset--color--primary);
	color: var(--wp--preset--color--secondary);
    width: 100px;
    height: 80px;
    border-radius: 0px 50px 50px 0px;
    text-align: center;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	z-index: 1;
}

.blog-section .blog-item .post-date span {
    font-size: 14px;
    font-weight: 700;
    color: var(--white);
    padding-top: 5px;
}

.blog-section .blog-item .post-date h2 {
    font-size: 20px;
    font-weight: 800;
    color: var(--white);
}

.blog-section .blog-item .card-body .list-unstyled {
    display: inline-flex;
    margin: 0;
}

.blog-section .blog-item .card-body .list-unstyled li {
    align-items: baseline;
    justify-content: center;
    margin: 0px 10px 5px 0px;
}

.blog-section .blog-item .card-body i {
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.blog-section .blog-item .card-body h2 {
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    color: var(--white);
}

.blog-section .blog-item .card-body .card-subtitle {
    font-size: 18px;
    font-weight: 600;
    color: var(--white);
    padding: 5px 0px;
    margin: 0;
    text-transform: capitalize;
}

.blog-section .blog-item .card-body .card-subtitle a {
    text-decoration: none;
    color: var(--white);
}

.blog-section .blog-item .card-body p {
    font-size: 14px;
    font-weight: 500;
    color: var(--white);
    padding: 0;
    margin: 0;
    position: relative;
    /* visibility: hidden; */
    transition: 1s;
}

.blog-section .blog-item .card-body p::before {
    content: "";
    position: absolute;
    bottom: -15px;
    height: 1px;
    background-color: #ffffff1e;
    width: 100%;
}

.blog-section .blog-item .card-body .blog-btn {
    display: inline-block;
    border: none;
    color: var(--wp--preset--color--primary);
    position: relative;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 35px;
    background-color: var(--white);
    text-decoration: none;
}

.blog-section .blog-item .card-body .blog-btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--wp--preset--color--primary);
    transform: translateX(-100%);
    transition: all 0.5s;
    z-index: -1;
    opacity: 0;
}

.blog-section .blog-item .card-body .blog-btn:hover::before {
    transform: translateX(0);
    opacity: 1;
}

.blog-section .blog-item .card-body a.active {
    background-color: var(--wp--preset--color--primary);
    color: var(--white);
}

.blog-section .blog-item .card-body .blog-btn:hover {
    color: var(--white);
}

.blog-section .blog-item .card-body .blog-btn i {
    color: var(--wp--preset--color--primary);
    font-size: 16px;
    padding: 5px;
}

.blog-section .blog-item .card-body .blog-btn:hover i {
    color: var(--white);
}

.blog-section .blog-item .card:hover .card-body {
    transition: 1s;
    transform: translateY(-5px);
}

.blog-section .card:hover .card-body {
    transform: translateY(-20px);
    transition: 1s;
}

.blog-section .blog-item:hover .card-body p {
    visibility: visible;
    transition: 1s;
}

.blog-section ul li:hover .post-date {
    background-color: rgba(9, 1, 32, 0.866);
    transition: 0.8s;
}

.blog-section .blog-item:hover .card::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(to top, var(--wp--preset--color--primary), rgba(255, 255, 255, 0));
    border-radius: 10px;
}

.paginations {
    padding-top: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.paginations .page-link {
    color: var(--dark);
    font-size: 20px;
    font-weight: 600;
    border-radius: 10%;
    margin: 0px 5px;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    border: 1px solid var(--dark);
    background-color: var(--dark);
    box-shadow: none;
    line-height: 0;
}

.paginations .page-link.active {
    background-color: var(--wp--preset--color--primary);
    color: var(--white);
    border: none;
}

.page-item:first-child .page-link {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}

.page-item:last-child .page-link {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}

/* ==================================*/
/* ======= footer section ======= */
/* =================================== */
footer {
	margin-top: 0;
}

.footer-section {
    background: url(./assets/images/bg-image.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.footer-section::before {
    position: absolute;
    content: "";
    inset: 0;
    background-color: #000000e8;
    z-index: -1;
}

.footer-section .footer-item {
    padding-top: 83px;
}

.footer-section .footer-item .logo a {
    font-size: 35px;
    font-weight: 600;
    color: var(--white);
    text-decoration: none;
}

.footer-section .footer-item p {
    color: var(--white);
    font-size: 16px;
    padding-top: 20px;
}

.footer-section .footer-item span {
    color: var(--white);
    font-size: 16px;
    position: relative;
}

.footer-section .footer-item span::before {
    position: absolute;
    content: "";
    background-color: var(--white);
    height: 2px;
    width: 100px;
    bottom: -13px;
    left: 0;
    right: 0;
    border-radius: 10px;
}

.footer-section .footer-item span::after {
    position: absolute;
    content: "";
    background-color: var(--wp--preset--color--primary);
    height: 8px;
    width: 30px;
    bottom: -16px;
    left: 0;
    right: 0;
    border-radius: 2px;
}

.footer-section .footer-item .card-payment {
    padding-top: 10px;
}

.footer-section .footer-item .payment-icon {
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0;
}

.footer-section .footer-item .payment-icon img {
    margin: 10px 2px;
    height: 40px;
    width: 40px;
    object-fit: contain;
}

.footer-section .footer-item h2 {
    font-size: 20px;
    color: var(--white);
    text-transform: capitalize;
    position: relative;
}

.footer-section .footer-item h2::before {
    position: absolute;
    content: "";
    background-color: var(--white);
    height: 2px;
    width: 100px;
    bottom: -13px;
    left: 0;
    right: 0;
    border-radius: 10px;
}

.footer-section .footer-item h2::after {
    position: absolute;
    content: "";
    background-color: var(--wp--preset--color--primary);
    height: 8px;
    width: 30px;
    bottom: -16px;
    left: 0;
    right: 0;
    border-radius: 2px;
}

.footer-section .footer-item .services,
.contact-list {
    list-style: none;
    padding: 0px 0px;
}

.footer-section .footer-item ul li {
    color: var(--white);
    font-size: 16px;
    padding-top: 15px;
    text-decoration: none;
    position: relative;
}

.footer-section .footer-item ul:not(.payment-icon):not(.clients) li::before {
    content: "\f0a4";
    font-family: "Font Awesome 5 Free";
    color: var(--white);
    font-size: 16px;
    display: inline-block;
}

.footer-section .footer-item ul li a {
    position: relative;
}

.footer-section .footer-item ul:not(.payment-icon):not(.clients) li a::before {
    content: "";
    position: absolute;
    background-color: var(--wp--preset--color--primary);
    height: 2px;
    width: 0px;
    left: 0;
    bottom: -5px;
    opacity: 0;
}

.footer-section .footer-item ul:not(.payment-icon):not(.clients) li:hover a::before {
    width: 100%;
    opacity: 1;
    transition: 1s;
}
.footer-section .footer-item .wp-block-categories-list a {
    width: auto;
}

.footer-section .footer-item .services li a,
.contact-list li a {
    color: var(--white);
    text-decoration: none;
    padding-left: 10px;
}

.footer-section .footer-item ul:not(.payment-icon):not(.clients) li:hover::before {
    color: var(--wp--preset--color--primary);
    transition: 0.2s;
}

.footer-section .footer-item ul:not(.payment-icon):not(.clients) li:hover::before {
    animation: bounce2 2s ease-out;
}

@keyframes bounce2 {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateX(5px);
    }

    60% {
        transform: translateX(5px);
    }
}

.footer-section .footer-item .time {
    display: flex;
    padding-top: 10px;
}

.footer-section .footer-item h3 {
    font-size: 16px;
    color: var(--white);
}

.footer-section .footer-item .clock-icon p i {
    height: 60px;
    width: 60px;
    background-color: var(--wp--preset--color--primary);
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
}

.footer-section .footer-item .time p {
    font-size: 16px;
    color: var(--white);
    margin: 0;
    padding-top: 8px;
}

.footer-section .footer-item .our-clients {
    margin-top: 15px;
}

.footer-section .footer-item .our-clients h2 {
    color: var(--white);
    font-size: 16px;
    position: relative;
}

.footer-section .footer-item .our-clients h2::before {
    position: absolute;
    content: "";
    background-color: var(--white);
    height: 3px;
    width: 140px;
    bottom: -10px;
    left: 0;
    right: 0;
    border-radius: 10px;
}

.footer-section .footer-item .our-clients h2::before {
    position: absolute;
    content: "";
    background-color: var(--white);
    height: 2px;
    width: 100px;
    bottom: -15px;
    left: 0;
    right: 0;
    border-radius: 10px;
}

.footer-section .footer-item .our-clients h2::after {
    position: absolute;
    content: "";
    background-color: var(--wp--preset--color--primary);
    height: 8px;
    width: 30px;
    bottom: -18px;
    left: 0;
    right: 0;
    border-radius: 2px;
}

.footer-section .footer-item .our-clients .clients {
    display: flex;
    list-style: none;
    padding: 0;
    margin-top: 5px;
}

.footer-section .footer-item .our-clients .clients li {
    position: relative;
}

.footer-section .footer-item .our-clients .clients li:before {
    position: absolute;
    content: "";
    height: 40px;
    width: 40px;
    border-radius: 50%;
    bottom: 0;
    top: 25px;
    left: 0;
    right: 0;
}

.footer-section .footer-item .our-clients .clients li:hover::before {
    opacity: 0.4;
    transition: 0.5s;
    background-color: var(--wp--preset--color--primary);
}

.footer-section .footer-item .our-clients .clients li img {
    height: 40px;
    width: 40px;
    object-fit: cover;
    border-radius: 50%;
    margin-top: 10px;
}

.footer-section .footer-item .our-clients .clients figure img {
    height: 40px;
    width: 40px;
    object-fit: cover;
    border-radius: 50%;
    margin-top: 10px;
}

.footer-section .footer-item .our-clients .clients li .plus {
    font-size: 40px;
    color: var(--white);
    line-height: 60px;
    cursor: pointer;
}

.footer-section .footer-item .our-clients .clients li .plus:hover {
    color: var(--wp--preset--color--primary);
}

.footer-section .footer-item-content {
    text-align: center;
    background-color: var(--wp--preset--color--primary);
    padding: 15px 0px;
    margin-bottom: 25px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.footer-section .footer-item-content .icon {
    font-size: 30px;
    background-color: rgb(6, 6, 67);
    color: var(--white);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: 60px;
    margin: 15px 0px;
}
.footer-section .footer-item-content .icon svg {
	display: flex;
}

.footer-section .footer-item-content span {
    font-size: 20px;
    color: var(--white);
    font-weight: 600;
}

.footer-section .footer-item-content h3 {
    font-size: 16px;
    color: var(--white);
    padding: 10px 0px;
}

.footer-section .footer-item-content h3 a {
	text-decoration: none;
}

.footer-section .footer-item-content .mail {
    font-size: 16px;
    color: var(--white);
    padding: 10px 0px;
    text-decoration: none;
    font-weight: 100;
}

.footer-section .footer-item-content::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--wp--preset--color--primary);
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    z-index: -1;
    border-radius: 10px;
}

.footer-section .footer-item-content:hover::before {
    background-color: var(--wp--preset--color--primary);
    transition: 1s;
}

.footer-section .copy-right {
    text-align: center;
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 45px 10px 10px 15px;
}

.footer-section .copy-right p {
    color: var(--white);
    font-size: 16px;
    padding: 0;
    margin: 0;
    line-height: 50px;
}

.footer-section .copy-right a:hover {
    color: var(--wp--preset--color--primary);
    transition: 0.5s;
}

.footer-section .copy-right span a {
    color: var(--wp--preset--color--primary);
}

.footer-section .copy-right::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 98%;
    background-color: rgba(255, 255, 255, 0.1);
    top: 10px;
    left: 15px;
    right: 0px;
}

.footer-section .top-button .top {
    background-color: var(--wp--preset--color--primary);
    height: 50px;
    width: 50px;
    border: none;
    border-radius: 50%;
    color: var(--white);
    right: 1em;
    top: 24em;
    position: fixed;
    font-size: 25px;
    line-height: 52px;
    text-align: center;
    z-index: 9999;
}

.footer-section .top-button a {
    color: var(--white);
    text-decoration: none;
}

.footer-section .top-button .top {
    animation: bounce1 3s ease infinite;
}

@keyframes bounce1 {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-5px);
    }

    60% {
        transform: translateY(-5px);
    }
}

/* ==================================*/
/* =========== about-page =========== */
/* ======= breadcrumb-section ======= */
/* ================================== */

.breadcrumb-section {
    padding: 50px 0px;
    position: relative;
    background: url(./assets/images/bg-image.jpg);
    background-size: cover;
    background-position: top;
    z-index: 1;
    height: 300px;
    display: flex;
    z-index: 1;
    align-items: center;
	margin-top:0;
}

.breadcrumb-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, black 20%, rgba(56, 36, 1, 0.487));
    z-index: -1;
}

.breadcrumb-section img {
    position: absolute;
    width: 55%;
    background-size: cover;
    height: 100%;
    z-index: -1;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.breadcrumb-section .breadcrumb-heading h2 {
    font-size: 50px;
    color: var(--white);
    font-weight: 600;
    z-index: 1;
    margin: 0;
}

.breadcrumb-section .breadcrumb {
    justify-content: center;
    padding: 0;
    margin: 0;
}

.breadcrumb-section .breadcrumb li {
    font-size: 16px;
    color: var(--white);
    font-weight: 500;
    z-index: 1;
    padding: 5px 10px;
}

.breadcrumb-section .breadcrumb li a {
    font-size: 16px;
    color: var(--white);
    font-weight: 500;
    text-decoration: none;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--white);
}

.breadcrumb-section .breadcrumb-box {
    background-color: var(--wp--preset--color--primary);;
    display: inline-block;
    padding: 10px 60px;
    border-radius: 10px;
}

/* ==================================*/
/* =========== about-page =========== */
/* ======= about-section ======= */
/* ================================== */


/* ==================================*/
/* =========== about-page =========== */
/* ======= time-line-section ======= */
/* ================================== */


/* ==================================*/
/* =========== about-page =========== */
/* ====== work-process-section ====== */
/* ================================== */


/* ==================================*/
/* =========== about-page =========== */
/* ====== my-skill-section ====== */
/* ================================== */


/* ==================================*
/* ====== blog-left-sidebar ====== */
/* ================================== */

.sidebar .widget {
    background-color: #f5f5f5;
    margin-bottom: 25px;
    position: relative;
}

.sidebar .widget .widget-title {
    font-size: 22px;
    font-weight: 600;
    background-color: var(--dark);
    color: var(--white);
    padding: 20px 20px;
    margin: 0;
}

/* ====== blog-left-sidebar ====== */
/* ====== search input ====== */

.sidebar {
    position: sticky;
    top: 25px;
}

.sidebar .widget .search-form {
    margin: 20px;
    padding-bottom: 20px;
}

.sidebar .widget .search-form .search-field {
    padding: 0px 20px;
    border-radius: 30px;
    border: none;
    box-shadow: none;
    background-color: var(--white);
    filter: drop-shadow(0 0 0.08rem rgba(0, 0, 0, 0.194));
}

.sidebar .widget .search-form .search-submit {
    background-color: var(--wp--preset--color--primary);
    border: none;
    color: var(--white);
    border-radius: 0px 30px 30px 0px;
    padding: 10px 15px;
    font-size: 18px;
    filter: drop-shadow(0 0 0.08rem rgba(0, 0, 0, 0.194));
}

/* ====== blog-left-sidebar ====== */
/* =========== calendar ========== */

.sidebar .widget_categories ul {
    list-style: none;
    padding: 0;
    margin: 20px;
    padding-bottom: 10px;
}

.sidebar .widget_categories ul li {
    padding: 10px;
    list-style: none;
    margin: 10px 0px;
    position: relative;
    background-color: var(--white);
    color: var(--dark);
    border-radius: 30px;
    filter: drop-shadow(0 0 0.08rem rgba(0, 0, 0, 0.194));
    z-index: 1;
}

.sidebar .widget_categories ul li:hover:before {
    color: var(--white);
    transition: 0.5s;
}

.sidebar .widget_categories ul li:hover a {
    color: var(--white);
    transition: 0.5s;
}

.sidebar .widget_categories ul li::before {
    content: "\f0a4";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    color: var(--dark);
    right: 20px;
    border-radius: 30px;
}

.sidebar .widget_categories ul li::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--wp--preset--color--primary);
    width: 0;
    list-style: none;
    color: var(--dark);
    border-radius: 30px;
    filter: drop-shadow(0 0 0.08rem rgba(0, 0, 0, 0.194));
    z-index: -1;
}

.sidebar .widget_categories ul li:hover::after {
    width: 100%;
    transition: 1s;
}

.sidebar .widget_categories ul li a {
    color: var(--dark);
    text-decoration: none;
    padding: 0px 10px;
    font-weight: 600;
}

.calendar_wrap {
    margin: 20px;
}

.calendar_wrap caption {
    font-size: 22px;
    font-weight: 600;
    background-color: var(--dark);
    color: var(--white);
    caption-side: top;
    margin-bottom: 10px;
    padding: 10px 20px;
}

.wp-calendar-nav {
    padding: 10px 0px 15px 0px;
}

.sidebar tbody,
td,
tfoot,
th,
thead,
tr {
    text-align: center;
    background-color: var(--white);
    border: 1px solid rgba(0, 0, 0, 0.194);
    font-size: 16px;
    font-weight: 500;
    padding: 5px;
}

.sidebar tbody,
td,
tfoot,
th,
thead,
tr a {
    color: var(--dark);
    text-decoration: none;
}

.sidebar tbody,
tr .remove {
    color: var(--wp--preset--color--primary);
    text-decoration: none;
}

.sidebar tr th {
    text-align: center;
    background-color: var(--wp--preset--color--primary);
    border: 1px solid rgba(0, 0, 0, 0.194);
    font-size: 18px;
    font-weight: 600;
    color: var(--white);
    padding: 5px;
}

.sidebar #today {
    background-color: var(--wp--preset--color--primary);
    color: var(--white);
}

table {
    caption-side: bottom;
    border-collapse: collapse;
    width: 100%;
}

/* ====== blog-left-sidebar ====== */
/* =========== blog post ========== */

.widget .blog-post {
    margin: 20px;
    padding-bottom: 10px;
}

.widget .blog-post-item {
    padding: 10px;
}

.widget .blog-post-item .image img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.widget .blog-post-item .image {
    position: relative;
}

.widget .blog-post-item .image::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(65, 4, 4, 0.547);
    border-radius: 50%;
    opacity: 0;
}

.widget .blog-post-item:hover .image::before {
    opacity: 1;
    transition: 1s;
}

.widget .blog-post-item span {
    font-size: 16px;
    font-weight: 500;
}

.widget .blog-post-item span i {
    margin-right: 5px;
}

.widget .blog-post-item p {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.widget .blog-post-item a {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    text-decoration: none;
    position: relative;
}

.widget .blog-post-item a::before {
    content: "";
    position: absolute;
    bottom: -5px;
    height: 1px;
    width: 0;
    background-color: rgba(0, 0, 0, 0.509);
}

.widget .blog-post-item a:hover:before {
    width: 100%;
    transition: 0.8s;
}

/* ====== blog-left-sidebar ====== */
/* =========== blog gallery ========== */

.widget .gallery-item-main {
    display: flex;
    flex-wrap: wrap;
    margin: 15px;
    padding-bottom: 15px;
}

.widget .gallery-item {
    flex: 1;
    border-radius: 10px;
    margin: 5px;
}

.widget .gallery-item .gallery-image img {
    height: 100px;
    min-width: 100px;
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
}

.widget .gallery-image {
    position: relative;
}

.widget .gallery-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(65, 4, 4, 0.547);
    border-radius: 10px;
    opacity: 0;
}

.widget .gallery-item:hover .gallery-image::before {
    opacity: 1;
    transition: 1s;
}

.widget .gallery-image .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.widget .gallery-image .icon a {
    color: var(--white);
}

.widget .gallery-image:hover .icon {
    opacity: 1;
    transition: 1s;
}

/* ====== blog-left-sidebar ====== */
/* =========== blog tegs ========== */

.widget .tags {
    margin: 20px;
    padding-bottom: 15px;
}

.widget .tags a {
    display: inline-block;
    border: none;
    color: var(--white);
    position: relative;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    background-color: var(--dark);
}

.widget .tags a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--wp--preset--color--primary);
    transform: translateX(-100%);
    transition: all 0.5s;
    z-index: -1;
    opacity: 0;
}

.widget .tags a:hover::before {
    transform: translateX(0);
    opacity: 1;
}

.widget .tags a.active {
    background-color: var(--wp--preset--color--primary);
    color: var(--white);
}

.widget .tags a:hover {
    color: var(--white);
}

/* ====== blog-left-sidebar ====== */
/* =========== conatct ========== */

.widget-content {
    padding-bottom: 20px;
    margin: 20px;
}

.widget .widget-contact-item {
    background: url(../images/blog-9.jpg);
    background-size: cover;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    text-align: center;
}

.widget .widget-contact-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.791);
    z-index: -1;
}

.widget .widget-content-content {
    text-align: center;
    padding: 30px 0px;
    position: relative;
}

.widget .widget-contact-content::before {
    content: "";
    position: absolute;
    height: 80px;
    width: 80px;
    background-color: var(--wp--preset--color--primary);
    border-radius: 50%;
    bottom: -40px;
    right: -35px;
}

.widget .widget-contact-content::after {
    content: "";
    position: absolute;
    height: 80px;
    width: 80px;
    background-color: var(--wp--preset--color--primary);
    border-radius: 50%;
    top: -40px;
    left: -35px;
}

.widget .widget-contact-content h2 {
    font-size: 20px;
    color: var(--white);
    padding: 0px 20px 20px 20px;
    margin: 0;
}

.widget .widget-contact-content span a {
    font-size: 16px;
    font-weight: 600;
    color: var(--dark);
    background-color: var(--white);
    padding: 10px 15px;
    margin: 10px;
    border-radius: 10px;
    text-decoration: none;
}

.widget .widget-contact-content i {
    font-size: 16px;
    color: var(--white);
    background-color: var(--wp--preset--color--primary);
    padding: 14px;
    margin: 0px 15px 0px -16px;
    border-radius: 10px 30px 30px 10px;
}

.widget .widget-contact-content a:hover {
    background-color: var(--wp--preset--color--primary);
    transition: 1s;
    color: var(--white);
}

.widget .widget-contact-content a:hover i {
    background-color: var(--white);
    color: var(--dark);
    transition: 1s;
}

/* ====== blog-single ====== */

.blog-section .single-blog-item {
    background-color: #f5f5f5;
    margin: 40px 0px 0px;
    padding: 25px 20px;
}

.blog-section .blog-single .blog-single-content {
    font-size: 20px;
    font-weight: 600;
    color: var(--dark);
}

.blog-section .blog-single .blog-single-content i {
    color: var(--wp--preset--color--primary);
}

.blog-section .blog-single .blog-single-content .author-img img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

.blog-section .blog-single .blog-single-content .author-img span {
    font-size: 16px;
    margin-left: 5px;
}

.blog-section .blog-single p {
    font-size: 16px;
    color: var(--dark);
    padding: 20px 0px;
    margin: 0;
}

.blog-section .tags-share {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.blog-section .tags-share .tag span {
    font-size: 18px;
    font-weight: 600;
    padding-right: 10px;
}

.blog-section .tags-share .tag a {
    display: inline-flex;
    border: none;
    background-color: var(--dark);
    color: var(--white);
    position: relative;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    padding: 5px 10px;
    margin: 0px 5px;
    border-radius: 3px;
}

.blog-section .tags-share .tag a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--wp--preset--color--primary);
    transform: translateX(-100%);
    transition: all 0.5s;
    z-index: -1;
    opacity: 0;
}

.blog-section .tags-share .tag a:hover::before {
    transform: translateX(0);
    opacity: 1;
}


.blog-section .tags-share .share {
    display: flex;
    align-items: center;
}

.blog-section .tags-share .share ul {
    display: flex;
    padding: 0;
    list-style: none;
    margin: 0;
}

.blog-section .tags-share .share span {
    font-size: 18px;
    font-weight: 600;
    padding-right: 10px;
    line-height: 35px;
}

.blog-section .tags-share .share ul li {
    margin: 0px 5px;
    background-color: var(--dark);
    padding: 0px 10px;
    border-radius: 3px;
    line-height: 35px;
    text-align: center;
}

.blog-section .tags-share .share ul li a {
    color: var(--white);
    text-decoration: none;
}

.blog-section .tags-share .share ul li:hover {
    background-color: var(--wp--preset--color--primary);
    transition: 0.5s;
}

/* ====== blog-comments reply box ====== */

.blog-section .comments-area {
    background-color: #f5f5f5;
    margin: 40px 0px 0px 0px;
    padding: 20px 20px 1px 20px;
}

.blog-section .comments-area span {
    font-size: 24px;
    font-weight: 600;
    color: var(--dark);
}

.blog-section .comments-area span i {
    color: var(--wp--preset--color--primary);
}

.blog-section .reply-box span {
    font-size: 24px;
    font-weight: 600;
    color: var(--dark);
}

.blog-section .reply-box span i {
    color: var(--wp--preset--color--primary);
}

.blog-section .reply-box p {
    margin: 0;
    padding-top: 5px;
    color: gray;
}

.comments-area {
    margin-bottom: 25px;
}

ol.comment-list {
    margin: 25px 0 25px;
    padding: 0px;
    list-style: none;
    position: relative;
    z-index: 1;
    border-radius: 5px;
}

ol.comment-list::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.2;
    z-index: -1;
    border-radius: 5px;
}

ol.children {
    margin: 0px 0px 0px 20px;
    list-style: none;
}

.comments-area .comment-meta .comment-author img {
    position: absolute;
    z-index: 0;
    left: 0;
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin-left: 25px;
    border-radius: 50%;
}

.comments-area .comment-body {
    position: relative;
    padding: 25px 25px 25px 145px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    border-radius: 3px;
    z-index: 1;
    min-height: 150px;
    margin: 0px 0px 30px 0px;
    background-color: var(--white);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.comment-list>li:not(:last-child).comment .comment-body::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.2;
    z-index: -1;
}

.comment-list>li.comment .children .comment-body::before {
    left: -32px;
}

.comment-list>li.comment .children .children .comment-body::before {
    left: -64px;
}

.comment-content p {
    margin: 0;
    color: var(--dark);
}

.comment-author h2 {
    margin: 0;
}

.comment-author .fn a {
    text-decoration: none;
    color: var(--dark);
    font-weight: 700;
    font-size: 18px;
    margin: 0;
}

.comment-metadata a {
    text-decoration: none;
    font-weight: 600;
    color: var(--wp--preset--color--primary);
}

.comment-metadata a time:before {
    content: "\f073";
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    color: var(--wp--preset--color--primary);
    margin-right: 5px;
}

.comment-metadata a.reply {
    display: inline-block;
    padding: 8px 15px;
    color: var(--wp--preset--color--primary);
}

.comment-metadata {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.comment-respond {
    padding: 20px;
    background-color: #f5f5f5;
    margin-top: 40px;
    margin-bottom: 20px;
}

.comment-reply-title {
    color: var(--dark);
    font-size: 22px;
    font-weight: 600;
}

.comment-reply-title i {
    color: var(--wp--preset--color--primary);
    font-size: 22px;
    font-weight: 600;
}

.comment-form p {
    color: var(--dark);
}

.comment-form p .comment-textarea,
.comment-form p input[type="text"],
.comment-form p input[type="email"],
.comment-form p input[type="url"] {
    width: 100%;
    background-color: var(--white);
    border: none;
    outline: none;
    padding: 10px 15px;
    border-radius: 4px;
    color: var(--dark);
}

.comment-form p .comment-textarea {
    margin-top: 15px;
}

.comment-form p.form-submit {
    margin: 0;
}

.comment-form p.form-submit input[type="submit"] {
    border: none;
    color: var(--white);
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 35px;
    background-color: var(--wp--preset--color--primary);
}

.comment-form p.form-submit input[type="submit"]:hover {
    background-color: var(--dark);
    transition: 1s;
}


/* ==================================*
*===========contact-page ============*/
/* ======== contact-info-section ========= */
/* ================================== */

	
/* ==================================*
*===========contact-page ============*/
/* ======== award-section ========= */
/* ================================== */


/* ==================================*
/* ======== 404-section ========= */
/* ================================== */

.page-404-section {
    padding: 90px 0px;
    text-align: center;
}

.page-404-section {
    padding: 90px 0px;
    text-align: center;
}

.page-404-item .page-404-content h2 {
    font-size: 100px;
    font-weight: 600;
    color: var(--wp--preset--color--primary);
    margin: 0;
}

.page-404-item .page-404-content span {
    font-size: 26px;
    font-weight: 600;
    color: var(--dark);
}

.page-404-item .page-404-content p {
    font-size: 16px;
    padding: 20px 0px;
    color: var(--dark);
    margin: 0;
}

.page-404-item .page-404-content .home {
    display: inline-flex;
    border: none;
    background-color: var(--wp--preset--color--primary);
    color: var(--white);
    position: relative;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    padding: 15px 30px;
    border-radius: 30px;
    text-decoration: none;
}

.page-404-item .page-404-content .home::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--dark);
    transform: translateX(-100%);
    transition: all 0.5s;
    z-index: -1;
    opacity: 0;
}

.page-404-item .page-404-content .home:hover::before {
    transform: translateX(0);
    opacity: 1;
}

/* ==================================*
/* ======== shop-section ========= */
/* ================================== */

/* ==================================*
/* =========== shop-page ============= */
/* ====== my-account-section ======= */
/* ================================== */



/* for test  */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 5px;
    font-weight: 600
}

.h1,
h1 {
    font-size: 36px
}

.h2,
h2 {
    font-size: 32px
}

.h3,
h3 {
    font-size: 28px
}

.h4,
h4 {
    font-size: 24px
}

.h5,
h5 {
    font-size: 20px
}

.h6,
h6 {
    font-size: 16px
}

blockquote {
    padding: 10px 20px;
    background: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 1px;
    border-left: 5px solid var(--wp--preset--color--primary);
    color: #fff
}

address,
big,
blockquote b,
blockquote strong,
cite,
em,
q {
    font-weight: 600
}

blockquote cite,
blockquote small {
    font-size: 15px;
    display: block;
    line-height: 20px;
    padding-top: 15px;
    color: var(--wp--preset--color--primary)
}

blockquote cite,
blockquote em,
blockquote i {
    font-style: normal
}

.site a {
    color: #f77c29
}

.site a:hover {
    color: #f77c29;
    text-decoration: dotted underline
}

address {
    line-height: 27px
}

table {
    border: 1px solid #e9e9e9;
    background-color: var(--secondary-color);
    color: var(--white);
    border-spacing: 0;
    text-align: left;
    table-layout: auto;
    width: 100%
}

table th {
    padding: 10px;
    color: var(--white-fix);
    background: var(--wp--preset--color--primary);
    border-right: 1px solid #636468;
    border-right: 1px solid #4c4c4c5c;
    text-align: left;
}

table td {
    border: 1px solid rgba(120 120 120 / 20%);
    padding: 8px 10px;
    color: var(--dark);
    text-align: left;
}

dl {
    margin-bottom: 25px;
    margin-top: 0
}

dl dt {
    font-weight: 700;
    margin-bottom: 10px;
    color: #222;
    font-family: 'Open Sans', sans-serif
}

dl dd {
    margin-left: 15px
}

abbr,
acronym,
tla {
    cursor: help
}

acronym {
    border-bottom: 0
}

big {
    font-size: large
}

del,
s,
strike {
    text-decoration: line-through
}

cite,
em,
q {
    color: var(--wp--preset--color--primary)
}

ins {
    text-decoration: none;
    padding: 0 3px
}

code,
kbd,
pre,
samp,
tt,
var {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    background: #333;
    color: #fff;
    padding: 2px 5px;
    font-size: 1rem;
    line-height: 1.3125;
    max-width: 100%;
    overflow: auto;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

mark {
    color: #000;
    background: #ff0;
    padding: 2px 5px
}

label {
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    width: 100%;
}

.header .wp-block-pages-list__item {
    border-bottom: none;
}
.wp-block-navigation__container .wp-block-navigation-item:hover{
	color: var(--wp--preset--color--primary);
}

.wp-block-navigation__submenu-container.wp-block-navigation-submenu li a:hover {
	color: #ffffff;
	background-color: var(--wp--preset--color--primary);
    animation: headShake;
    animation-duration: 2s;
}

.wp-block-navigation__submenu-container .wp-block-navigation-item {
    padding: 3px; 
}


.wp-block-navigation__submenu-container.wp-block-navigation-submenu li .wp-block-navigation-item__content::before {
    content: "\f0a4";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    inset: 0;
    left: 15px;
    top: 13px;
    z-index: 1;
    transition: 1s;
    margin-left: -5px;
}

.wp-block-navigation__submenu-container.wp-block-navigation-submenu li .wp-block-navigation-item__content::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--primary-color);
    width: 0;
    z-index: -1;
    transition: 1s;
}
.wp-block-navigation__submenu-container.wp-block-navigation-submenu li .wp-block-navigation-item__content {
   padding-left: 35px;
}

.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container{
	min-width: 230px;
}

.wp-block-yuky-icon-font-awesome .box-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-item .contact-list .wp-block-pages-list__item a{
	display: inline-flex;
	padding-bottom: 0px;
}

.footer-item .contact-list .wp-block-pages-list__item {
	margin-bottom: 0px;
	border-bottom: none;
}

.footer-item  .wp-block-categories-list li.cat-item{
	margin-bottom: 0px;
	border-bottom: none;
}

.footer-section .footer-item ul li a{
    color: var(--white);
	text-decoration: none;
	margin-left: 5px;
}

.exampleModal1 .modal-content .btn-close {
	top: 0px;
    right: 10px;
    position: absolute;
	z-index:1;
}

.exampleModal1.modal {
	z-index: 9999;
}

#exampleModal {
	z-index: 9999;
}

#exampleModal .modal-content{
	background: #000000;
	opacity: 0.8;
}

#exampleModal .wp-block-search__label, .widget_block .wp-block-heading {
	color: var(--wp--preset--color--primary);
}

#exampleModal .wp-block-search__inside-wrapper .wp-block-search__input {
	border-radius: 30px;
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#exampleModal .wp-block-search__inside-wrapper .wp-block-search__button {
	margin-left: 0px;
	border-radius: 0px 30px 30px 0px;
}

#exampleModal .modal-body {
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 1s;
}

#exampleModal .wp-block-search__label {
	display: none;
}
   
#exampleModal .modal-content .btn-close {
	top: 30px;
    right: 23px;
    position: relative;
}

.sidebar .wp-block-heading {
	font-size: 22px;
    font-weight: 600;
    background-color: var(--dark);
    color: var(--white);
    padding: 20px 20px;
    margin: 10px 0 0 0;
}

.sidebar ul {
    list-style: none;
    padding: 0;
    margin: 20px;
    padding-bottom: 10px;
}

.sidebar ul li {
    padding: 10px;
    list-style: none;
    margin: 10px 0px;
    position: relative;
    background-color: var(--white);
    color: var(--dark);
    border-radius: 30px;
    filter: drop-shadow(0 0 0.08rem rgba(0, 0, 0, 0.194));
    z-index: 1;
}

.sidebar ul li::before {
    content: "\f0a4";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    color: var(--dark);
    right: 20px;
    border-radius: 30px;
}

.sidebar ul li a{
	color: var(--dark);
    text-decoration: none;
    padding: 0px 10px;
    font-weight: 600;
}

.sidebar ul li:hover {
    color: var(--white);
	background: var(--wp--preset--color--primary);
}

.sidebar ul li:hover a{
    color: var(--white);
    transition: 0.5s;
}

.sidebar .wp-block-tag-cloud a{
	display: inline-block;
    border: none;
    color: var(--white);
    position: relative;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    background-color: var(--dark);
}

.sidebar .wp-block-tag-cloud a:hover {
	color: var(--white);
	background: var(--wp--preset--color--primary);
}

.sidebar .wp-block-gallery .wp-block-image img {
	border-radius: 10px;
}

.sidebar .wp-block-social-links .wp-social-link {
	/* padding: 10px; */
    list-style: none;
    margin: unset;
    position: unset;
	width: 40px;
	height: 40px;
    background-color: var(--wp--preset--color--primary);
    color: #ffffff;
    border-radius: 100%;
    filter: unset;
    z-index: unset;
}

.sidebar .wp-block-social-links .wp-block-social-link:hover {
    transform: unset;
}

.sidebar .wp-block-social-links .wp-block-social-link::before {
	content: unset;
}

.blog-section .blog-item .card .card-img-top span:hover {
	opacity: .3;
}

.wp-block-navigation__responsive-container-open {
    /* bottom: 4px; */
    right: -54px;
    position: absolute;
    background-color: var(--white);
    color: var(--wp--preset--color--primary);
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    /* margin-right: 10px; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-section .wp-block-archives-list a {
	color: #ffffff;
	text-decoration: none;
}

.blog-section .wp-block-archives-list li {
    border-bottom: none;
}

.sidebar .wp-block-archives-list a {
    color:  var(--dark);
    text-decoration: none;
}

.blog-section .wp-block-outermost-icon-block {
	margin-right: -20px;
}

.blog-section .wp-block-post-terms a {
	text-decoration: none;
}

.blog-section .wp-block-archives-list li {
	margin-bottom: 0px;
}

.blog-section .wp-block-archives-list a {
	padding-bottom: 0px;
	width: auto;
}

.footer-section .footer-item .our-clients .clients figure:hover::before {
    opacity: 0.4;
    transition: 0.5s;
    background-color: var(--wp--preset--color--primary);
}

.footer-section .footer-item .our-clients .clients figure {
	position: relative;
}

.footer-section .footer-item .our-clients .clients figure:before {
    position: absolute;
    content: "";
    height: 40px;
    width: 40px;
    border-radius: 50%;
    bottom: 0;
    top: 9px;
    left: 0;
    right: 0;
}

.woocommerce-account .woocommerce-MyAccount-content p a {
	color: var(--wp--preset--color--primary);
}

.wp-block-query-pagination-previous{
    font-size: 30px;
    font-weight: 600;
    border-radius: 10%;
    margin: 0px 5px;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    border: 1px solid var(--dark);
    background-color: var(--dark);
    box-shadow: none;
    line-height: 0;
	text-decoration: none;
	border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}
.wp-block-query-pagination-next{
    font-size: 30px;
    font-weight: 600;
    border-radius: 10%;
    margin: 0px 5px;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    border: 1px solid var(--dark);
    background-color: var(--dark);
    box-shadow: none;
    line-height: 0;
	text-decoration: none;
	border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers{
	    color: var(--dark);
    font-size: 20px;
    font-weight: 600;
    border-radius: 10%;
    margin: 0px 5px;
    height: 50px;
    width: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    border: 1px solid var(--dark);
    background-color: var(--dark);
    box-shadow: none;
    line-height: 0;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers.current {
	/* color: var(--dark); */
    font-size: 20px;
    font-weight: 600;
    border-radius: 10%;
    margin: 0px 5px;
    height: 50px;
    width: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    border: 1px solid var(--dark);
    box-shadow: none;
    line-height: 0;
	background-color: var(--wp--preset--color--primary);
    color: var(--white);
    border: none;
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow{
	margin-left: 0;
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow{
	margin-right:0;
}

.wc-block-mini-cart__badge:empty {
    opacity: 1;
}
.wc-block-mini-cart__badge{
	top: -6px;
	border: 1px solid var(--wp--preset--color--primary);
}

.exampleModal1 .modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: visible;
	flex-direction: row;
}

.exampleModal1 .modal-dialog-scrollable .modal-body {
    overflow-y: unset;
	padding:0;
    margin: 0;
}
.woocommerce .woocommerce-form-login.login {
	flex: 0 0 auto;
    width: 33.33333333%;
}

#exampleModal .example {
	width: 50%;
}

.wp-calendar-table tbody a {
    color: var(--dark);
}
.entry-content {
	padding: 80px 0;
}