/*
Theme Name: rutzy
Theme URI: https://rutzy.com/rutzy
Author: rutzy
Author URI: https://wordpress.org/rutzy
Description: rutzy is a theme that embodies simplicity and adaptability, designed to cater to a wide range of website needs. It offers flexible design options supported by a variety of patterns tailored for different page types, including services and landing pages. This makes it an ideal choice for creating personal blogs, professional portfolios, online magazines, or business websites. The theme's templates are versatile, accommodating various blog styles from text-focused layouts to image-heavy designs. rutzy also emphasizes international typography and provides diverse color palettes, ensuring that users can customize their sites to meet accessibility standards and personal preferences. With its user-friendly features, rutzy is perfect for anyone looking to establish a strong online presence while maintaining a clean and modern aesthetic.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rutzy
Tags: 
- one-column
- custom-colors
- custom-menu
- custom-logo
- editor-style
- featured-images
- full-site-editing
- block-patterns
- rtl-language-support
- sticky-post
- threaded-comments
- translation-ready
- wide-blocks
- block-styles
- style-variations
- accessibility-ready
- blog
- portfolio
- news
*/

* {
    font-family: 'Rubik', sans-serif;
}

html, body {
    height: 100%;
    font-family: "Poppins" !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #111111;
	margin: 0;
	font-weight: 500;
	font-family: "Poppins" !important;
}

h1 {
	font-size: 60px;
}

h2 {
	font-size: 36px;
	line-height: 1.2;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 14px;
}

p {
	font-size: 14px;
	color: #636363;
	line-height: 1.6;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}
h4 a:hover {
	text-decoration: none;
}
ul,
ol {
	padding: 0;
	margin: 0;
}

/*---------------------
	Helper CSS
-----------------------*/

.spadi {
	padding-top: 20px;
	padding-bottom: 50px;
}

.section-title {
	margin-bottom: 40px;
}

.section-title h3 {
	text-transform: capitalize;
	margin-bottom: 14px;
	margin-top: 20px;
}

.section-title p {
	margin-bottom: 0;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 0;
}

.service-section {
    position: relative;
    overflow: hidden;
}

.service-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-size: cover;
    background-position: center;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

/*---------------------
	Commom elements
-----------------------*/

/* Buttons */

.site-btn {
	position: relative;
	display: inline-block;
	text-transform: capitalize;
	background: #f6783a;
	color: #fff;
	padding: 18px 30px;
	font-size: 14px;
	font-weight: 500;
	line-height: 14px;
	border-radius: 50px;
	min-width: 170px;
	text-align: center;
	border: none;
	cursor: pointer;
}

/* Image Popup */

.img-popup-warp .mfp-content,
.img-popup-warp.mfp-ready.mfp-removing .mfp-content {
	opacity: 0;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.img-popup-warp.mfp-ready .mfp-content {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

/* Preloader */
#preloder {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    animation: loader 0.8s linear infinite;
}

.loader img {
    width: 100px;
    height: 100px;
    animation: fadein 0.5s ease-in-out;
}

@keyframes loader {
    0% {
        transform: rotate(0deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
    50% {
        transform: rotate(180deg);
        border: 4px solid #673ab7;
        border-left-color: transparent;
    }
    100% {
        transform: rotate(360deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
}

@keyframes fadein {
    from { opacity: 0; }
    to { opacity: 1; }
}


/*---------------------
	Header section
-----------------------*/

.header-section {
	padding: 20px 0;
	overflow: hidden;
}

.site-logo {
	display: inline-block;
	margin-right: 0px;
	padding-top: 0px;
}

.header-info {
	display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
}

.header-info .hf-item {
	display: flex;
	margin-left: 5px;
	align-items: center;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.header-info .hf-item i {
	width: 45px;
	height: 45px;
	display: inline-block;
	position: relative;
	text-align: center;
	color: #f6783a;
	font-size: 17px;
	padding-top: 13px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.header-info .hf-item i:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border: 1px solid #d2d2db;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	border-radius: 2px;
}

.header-info .hf-item p {
	display: inline-block;
	position: relative;
	top: 1px;
	margin-bottom: 0;
}

.header-info .hf-item p span {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	color: #020031;
	font-weight: 500;
}

/*---------------------
	Navigasi Menu Section
-----------------------*/
/* Style menu utama */
.nav-section {
	background: #020031;
	display: flex;
	
}

.nav-section .nav-right {
	float: right;
	padding-bottom: 20px;
	padding-top: 20px;
	
}

.nav-section .nav-right a {
	color: #fff;
	margin-left: 30px;
	font-size: 16px;
}

.main-menu {
	list-style: none;
}

.main-menu li {
	display: inline;
}

.main-menu li a {
	display: inline-block;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	padding: 25px 20px;
	margin-right: -5px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.header_text .main-menu li a {
	text-transform: capitalize;
	font-weight: 200;
	color: #fff;
}
.main-menu li a:hover {
	background: #f6783a;
    color:rgb(26, 22, 20);
}

.main-menu li.active a {
	background: #f6783a;
}

ul#menu-header-menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 15px;
    list-style: none;
    margin-top: 15px;
}
ul#menu-header-menu li a {
    color: #caddce;
	text-decoration: none;
	font-size: 14px;
}

.main-menu {
    list-style: none;
    padding: 0;
    margin-top: 10px;
    display: flex;
    gap: 0px;
}

.main-menu li {
    position: relative;
}

.main-menu li a {
    text-decoration: none;
    padding: 10px 15px;
    color: rgb(254, 255, 255);
    font-weight: 600;
    display: flex;
    align-items: center;
}

/* Tambahkan marker dropdown menggunakan CSS */
.main-menu .menu-item-has-children > a::after {
    content: " ▼";
    font-size: 10px;
    margin-left: 5px;
}

/* Active class */
.main-menu li.active a {
    color: #ff6600;
}

/* Dropdown menu */
.main-menu .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: rgb(11, 86, 116);
    list-style: none;
    padding: 10px 0;
    min-width: 200px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}
.nav-switch {
    display: none;
}
/* Menampilkan dropdown saat hover di desktop */
@media (min-width: 913px) {
    .main-menu li:hover > .sub-menu {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

/* Style untuk mobile */
@media (max-width: 912px) {
    .nav-switch {
        display: block;
        cursor: pointer;
        font-size: 24px;
        color: white;
        position: absolute;
        left: 20px;  /* Pindah ke sebelah kiri */
        top: 15px;
        z-index: 1000;
		
    }

    .main-menu {
        flex-direction: column;
        display: none;
        position: absolute;
        background: #0b5674;
        top: 60px;
        left: 0;
        width: 80%;
        max-width: 300px;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        z-index: 999;
    }

    
    .main-menu.show-menu {
        display: flex;
    }

    .sub-menu {
        position: relative;
        box-shadow: none;
    }

    .sub-menu.show-submenu {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
		left: 100%;
    }
	ul#menu-header-menu {
		display: none;
	}
}

/* Hamburger menu aktif */
.nav-switch.open {
    color: #ff6600;
}

/*---------------------
	Search Form
-----------------------*/
/* ✅ Styling Modal Search */
.search-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* ✅ Menampilkan Modal */
.search-modal.active {
    opacity: 1;
    visibility: visible;
}

/* ✅ Konten Modal */
.search-modal-content {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    width: 90%;
    max-width: 400px;
    text-align: center;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    animation: fadeIn 0.3s ease-in-out;
}

/* ✅ Tombol Close */
.close-search {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 28px;
    color: #555;
    cursor: pointer;
    transition: color 0.2s ease;
}

.close-search:hover {
    color: #222;
}

/* ✅ Input & Tombol */
.search-modal input[type="text"] {
    width: 80%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    outline: none;
}

.search-modal button {
    padding: 10px;
    border: none;
    background: #f6783a;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    border-radius: 4px;
    margin-left: 5px;
    transition: background 0.2s ease;
}

.search-modal button:hover {
    background: #e56020;
}

/* ✅ Animasi */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ✅ Judul & No Results */
.search-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}

.no-results {
    font-size: 16px;
    color: #666;
    text-align: center;
    margin-top: 15px;
}



/*---------------------
	Hero Slider Section
-----------------------*/

.hs-item {
	min-height: 760px;
	position: relative;
	display: table;
	width: 100%;
}

.hs-item .hs-text {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	z-index: 2;
}

.hs-item .hs-subtitle {
	font-size: 16px;
	text-transform: capitalize;
	color: #f6783a;
	font-weight: 500;
	letter-spacing: 2px;
	margin-bottom: 30px;
	position: relative;
	opacity: 0;
	top: 50px;
}

.hs-item .hs-title {
	color: #fff;
	font-size: 48px;
	margin-bottom: 25px;
	position: relative;
	left: 150px;
	opacity: 0;
	text-transform: capitalize;
}

.hs-item .hs-des {
	color: #fff;
	font-size: 16px;
	line-height: 2;
	position: relative;
	left: 150px;
	opacity: 0;
}

.hs-item .site-btn {
	margin-top: 30px;
	opacity: 0;
	top: 50px;
}

.owl-item.active .hs-item .hs-title,
.owl-item.active .hs-item .hs-des,
.owl-item.active .hs-item .hs-subtitle,
.owl-item.active .hs-item .site-btn {
	left: 0;
	top: 0;
	opacity: 1;
}

.owl-item.active .hs-item .hs-subtitle {
	-webkit-transition: all 0.5s ease 0.4s;
	-o-transition: all 0.5s ease 0.4s;
	transition: all 0.5s ease 0.4s;
}

.owl-item.active .hs-item .hs-title {
	-webkit-transition: all 0.5s ease 0.6s;
	-o-transition: all 0.5s ease 0.6s;
	transition: all 0.5s ease 0.6s;
}

.owl-item.active .hs-item .hs-des {
	-webkit-transition: all 0.5s ease 0.8s;
	-o-transition: all 0.5s ease 0.8s;
	transition: all 0.5s ease 0.8s;
}

.owl-item.active .hs-item .site-btn {
	-webkit-transition: all 0.5s ease 1s;
	-o-transition: all 0.5s ease 1s;
	transition: all 0.5s ease 1s;
}

.hero-slider .owl-dots {
	position: absolute;
	width: 100%;
	bottom: 30px;
	left: 0;
	z-index: 1;
	text-align: center;
}

.hero-slider .owl-dots .owl-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #fff;
	margin: 0 5px;
}

.hero-slider .owl-dots .owl-dot.active {
	background: #f6783a;
}


/*---------------------
	Counter Admision Section
-----------------------*/

.counter-section {
	background: #020031;
	padding: 40px 0;
}

.counter-section .big-icon {
	display: flex;
	width: 200px;
	height: min-content;
	position: relative;
	z-index: 1;
	align-items: flex-end;
	margin-bottom: 20px;
	margin-left: 20px;
}

.counter-section .counter {
	padding-left: 40px;
}

.counter-section .counter .counter-item {
	min-width: 100px;
	font-size: 16px;
	text-transform: capitalize;
	color: #fff;
	border-right: 1px solid #35335a;
	text-align: center;
	display: inline-block;
}

.counter-section .counter .counter-item:last-child {
	border-right: none;
}

.counter-section .counter .counter-item h4 {
	font-size: 36px;
	color: #fff;
	margin-bottom: 4px;
}

.counter-content {
	padding-left: 20px;
    display: flex;
    flex-wrap: wrap;
    padding-top: 0px;
}

.counter-content h2 {
	font-size: 20px;
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 10px;
	padding-top: 10px;
}

.counter-content p {
	text-transform: lowercase;
	color: #fff;
}

.counter-content p i {
	color: #f6783a;
	margin-right: 10px;
}
.site-btn-count {
	position: relative;
    display: inline-block;
    text-transform: capitalize;
    background: #09d135;
    color: #fff;
    padding: 10px 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    border-radius: 10px;
    min-width: 170px;
    text-align: center;
    border: none;
    cursor: pointer;
	margin-right: 5px;
	margin-top: 5px;
}
.btn {
	border: 1px solid #ffffff;
	border-radius: 5px;
	font-size: 20px;
	cursor: pointer;
	color: white;
	position: relative;
	margin-bottom: 5px;
  }
  
  .ribbon {
	width: 60px;
	font-size: 14px;
	padding: 4px;
	position: absolute;
	right: -25px;
	top: -12px;
	text-align: center;
	border-radius: 25px;
	transform: rotate(20deg);
	background-color: #e70322;
	color: white;
  }
/*---------------------
	Service Section
-----------------------*/

.services {
	margin-bottom: -50px;
}

.service-item {
	margin-bottom: 50px;
}

.service-item .service-icon {
	width: 45px;
	float: left;
}

.service-item .service-icon img {
	max-width: 100%;
}

.service-item .service-content {
	padding-left: 75px;
}

.service-item .service-content h4 {
	margin-bottom: 15px;
	font-weight: 400;
}

/*---------------------
	Enroll Section
-----------------------*/

.enroll-section {
	position: relative;
}

.enroll-section:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.8;
}

.enroll-section .container {
	position: relative;
	z-index: 1;
}

.enroll-section .section-title {
	margin-bottom: 40px;
}

.enroll-list-item {
	padding-left: 40px;
    position: relative;
    margin-bottom: 25px;
}

.enroll-list-item span {
	position: absolute;
    height: 30px;
    left: 0;
    top: 0;
    text-align: center;
    border-radius: 10px;
    background: #ffffff;
    font-size: 14px;
    padding: 5px 10px 10px 9px;
}

.enroll-list-item h5 {
	font-weight: 100;
    margin-left: 90px;
    font-size: 14px;
}

.enroll-list-item:after {
	position: absolute;
	content: '';
	height: calc(100% - 45px);
	left: 20px;
	top: 48px;
	border-left: 1px dashed #6c6e70;
	align-items: center;
}

.enroll-list-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.enroll-list-item:last-child:after {
	display: none;
}
.video-container {
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* Aspect ratio 16:9 */
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	margin-top: 10px;
}

/*---------------------
	Courses Section
-----------------------*/

.courses-section .container {
	margin-bottom: -50px;
}

.course-item {
	margin-bottom: 50px;
}

.course-item .course-thumb {
	margin-bottom: 45px;
	position: relative;
}

.course-item .course-thumb img {
	min-width: 100%;
}

.course-item .course-thumb .course-cat {
	position: absolute;
	text-align: center;
	width: 100%;
	left: 0;
	bottom: -19px;
}

.course-item .course-thumb .course-cat span {
	min-width: 150px;
	bottom: 0;
	background: #f6783a;
	padding: 10px 15px;
	text-align: center;
	font-size: 13px;
	text-transform: capitalize;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	border-radius: 50px;
	letter-spacing: 2px;
}

.course-item .course-info {
	text-align: center;
	margin: 0 -15px;
}

.course-item .course-info .date {
	color: #f6783a;
	font-size: 14px;
	margin-bottom: 10px;
}

.course-item .course-info h4 {
	font-weight: 400;
	line-height: 1.3;
}

.course-item .course-info .cource-price {
	padding-top: 15px;
	color: #f6783a;
}

.course-item .course-info .cource-price span {
	font-size: 14px;
	font-weight: 500;
	color: #b7b7b7;
}

/*---------------------
	Fact Section
-----------------------*/

.spad {
	padding-top: 40px;
	padding-bottom: 40px;
}
.fact-section {
	background-position: center center;
	position: relative;
}

.fact-section:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.8;
}

.fact-section .container {
	position: relative;
	z-index: 1;
}

.fact {
	text-align: center;
}

.fact-icon {
	font-size: 48px;
	color: #fff;
	width: 50px;
	display: inline-block;
}

.fact-text {
	padding-left: 20px;
	display: inline-block;
	text-align: left;
}

.fact-text h2 {
	color: #f6783a;
	font-weight: 400;
}

.fact-text p {
	margin-bottom: 0;
	text-transform: capitalize;
	color: #fff;
}

/*---------------------
	Event Section
-----------------------*/

/* ================================
   STYLING UTAMA UNTUK EVENT SECTION
   ================================ */
   .event-section {
    padding: 50px 0;
}

.section-title {
    margin-bottom: 30px;
    text-align: center;
}

/* ================================
   STYLING UNTUK TAB NAVIGATION
   ================================ */
.event-tabs {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    border-bottom: 2px solid #ddd;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.event-tabs li {
    padding: 10px 15px;
    cursor: pointer;
    background-color: #b5ffb2;
    border: 1px solid #ddd;
    margin: 5px;
    transition: all 0.3s;
    font-weight: 600;
    text-align: center;
    border-radius: 5px;
    
}

.event-tabs li.active, 
.event-tabs li:hover {
    background: #f6783a;
    color: #fff;
}

/* ================================
   STYLING UNTUK KONTEN TAB
   ================================ */
.tab-content {
    padding: 15px;
    background: #fff;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

/* ================================
   STYLING UNTUK EVENT LIST
   ================================ */
.event-list {
    list-style: none;
    padding: 0;
}

/* Event Item */
.event-item {
    display: flex;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    transition: transform 0.3sease;
    align-items: flex-start;
    flex-wrap: nowrap;
}

.event-item:hover {
    transform: scale(1.02);
}

/* Thumbnail */
.event-thumb {
    position: relative;
    width: 100%;
    max-width: 300px;
}

.event-thumb img {
    width: 100%;
	height: 200px;
    border-radius: 10px;
	
}

/* Event Date */
.event-date {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: #f6783a;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    font-weight: bold;
}

/* Info Event */
.event-info {
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.event-info h4 {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 10px;
}

.event-readmore {
    display: inline-block;
    margin-top: 10px;
    color: #f6783a;
    font-weight: bold;
}
/* Styling untuk Tombol Read More */
.event-readmore {
	display: inline-block;
    background: #087316;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 16px;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3sease-in-out;
}

.event-readmore i {
    margin-left: 5px;
    color: #fff; /* Warna ikon */
}

/* Hover Effect */
.event-readmore:hover {
    background: transparent; /* Latar belakang transparan saat hover */
    color: #f6783a; /* Warna teks berubah */
    border-color: #f6783a; /* Border tetap */
}

/* ================================
   RESPONSIVE DESIGN
   ================================ */

/* Tablet (Lebar Maksimum 1024px) */
@media screen and (max-width: 1024px) {
    .event-item {
        flex-direction: column;
        align-items: center;
        text-align: left;
    }

    .event-thumb {
        max-width: 100%;
        margin-bottom: 10px;
    }

    .event-info {
        padding-left: 0;
    }

    .event-tabs {
        flex-direction: row;
    }

    .event-tabs li {
        flex: 1;
        font-size: 14px;
    }
}

/* Mobile (Lebar Maksimum 768px) */
@media screen and (max-width: 768px) {
    .event-section {
        padding: 30px 0;
    }

    .event-tabs {
        flex-direction: column;
    }

    .event-tabs li {
        width: 100%;
        font-size: 16px;
    }

    .event-list {
        padding: 0;
    }

    .event-item {
        flex-direction: column;
        text-align: left;
        padding: 10px;
    }

    .event-thumb img {
        max-width: 100%;
    }

    .event-info {
        padding: 10px 0;
    }

    .event-readmore {
        font-size: 14px;
    }
}

/* Extra Small Devices (Lebar Maksimum 480px) */
@media screen and (max-width: 480px) {
    .event-section {
        padding: 20px 0;
    }

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

    .event-tabs li {
        font-size: 14px;
        padding: 8px;
    }

    .event-item {
        padding: 10px 5px;
    }

    .event-info h4 {
        font-size: 16px;
    }

    .event-readmore {
        font-size: 13px;
    }
}



/*---------------------
	Gallery Section
-----------------------*/

.gallery .gallery-item {
	width: 12.5%;
	position: relative;
}

.gallery .gallery-item:after {
	content: '';
	display: block;
	clear: both;
}

.gallery .gallery-item:before {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.gallery .gallery-item:hover:before {
	opacity: 0.3;
}

.gallery .gallery-item.gi-big,
.gallery .gallery-item.gi-long {
	width: 25%;
}

.gallery .gallery-item a {
	position: absolute;
	width: 50px;
	height: 50px;
	background: rgba(246, 120, 58, 0.9);
	color: #fff;
	left: 50%;
	top: 60%;
	margin-left: -25px;
	margin-top: -25px;
	border-radius: 50%;
	padding-top: 13px;
	text-align: center;
	opacity: 0;
	z-index: 1;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.gallery .gallery-item a i {
	font-size: 24px;
}

.gallery .gallery-item:hover a {
	opacity: 1;
	top: 50%;
	-webkit-transition: all 0.4s cubic-bezier(0.55, 0.09, 0.68, 0.53) 0s;
	-o-transition: all 0.4s cubic-bezier(0.55, 0.09, 0.68, 0.53) 0s;
	transition: all 0.4s cubic-bezier(0.55, 0.09, 0.68, 0.53) 0s;
}

.gallery .grid-sizer {
	width: 12.5%;
}

/*---------------------
	Blog Section
-----------------------*/
/* Default Styling (Desktop & Tablet) */
.blog-item {
    margin-bottom: 10px;
    overflow: hidden;
}

.blog-item .blog-thumb {
    width: 230px;
    height: 170px;
    float: left;
    border-radius: 10%;
    object-fit: cover;
}

.blog-item .blog-content {
    padding-left: 258px; /* Beri jarak agar teks tidak menimpa gambar */
}

.blog-item .blog-content h4 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 8px;
    line-height: 1.4;
}

.blog-item .blog-meta {
    margin-bottom: 15px;
}

.blog-item .blog-meta span {
    margin-right: 10px;
    font-size: 12px;
    color: #b7b7b7;
}

.blog-item .blog-meta span i {
    color: #f6783a;
    margin-right: 3px;
}
.spad_blog {
	padding-top: 30px;
	padding-bottom: 10px;
}

/* Responsif untuk Tablet (Lebar Maksimal 1024px) */
@media (max-width: 1024px) {
    .blog-item {
        flex-wrap: wrap; /* Agar fleksibel di layar lebih kecil */
    }

    .blog-item .blog-thumb {
        width: 180px;
        height: 140px;
    }

    .blog-item .blog-content {
        padding-left: 0;
    }
}

/* Responsif untuk Handphone (Lebar Maksimal 768px) */
@media (max-width: 768px) {
    .blog-item {
        flex-wrap: wrap;
    }

    .blog-item .blog-thumb {
        width: 140px;
        height: 110px;
    }

    .blog-item .blog-content {
        padding-left: 0;
    }
}

/* Responsif untuk Layar Kecil (Lebar Maksimal 480px) */
@media (max-width: 480px) {
    .blog-item {
        flex-wrap: wrap;
    }

    .blog-item .blog-thumb {
        width: 120px;
        height: 90px;
    }

    .blog-item .blog-content {
        padding-left: 0;
    }
}


/*---------------------
	Partner Section
-----------------------*/

.section-partner {
    padding: 10px 0;
    text-align: center;
}
.section-partner img {
    max-width: 100%;
    height: auto;
    transition: transform 0.3s ease-in-out;
}
.section-partner img:hover {
    transform: scale(1.1);
}


/*---------------------
	Footer Section
-----------------------*/

.footer-section {
	background-color: #020031;
	background-image: url("../img/footer-bg.png");
	background-repeat: no-repeat;
	background-position: center 75px;
}

.footer-section .footer-top {
	padding: 65px 15px;
}

.footer-section .copyright {
	border-top: 1px solid #312f56;
	padding: 27px 0;
	text-align: center;
}

.footer-section .copyright p {
	color: #b7b7b7;
	margin-bottom: 0;
}

.footer-section .copyright p a {
	color: #fff;
	font-weight: 500;
}

.footer-section .copyright p a:hover {
	color: #f6783a;
}

.footer-widget .fw-title {
	text-transform: capitalize;
	color: #fff;
	margin-bottom: 25px;
	padding-top: 10px;
}

.footer-widget p,
.footer-widget span {
	color: #b7b7b7;
}

.footer-widget ul {
	list-style: none;
}

.footer-widget .about-widget img {
	margin-bottom: 20px;
}

.footer-widget .about-widget p {
	margin-bottom: 20px;
}

.footer-widget .social a {
	color: #b7b7b7;
	margin-right: 15px;
	font-size-adjust: 30px;
}

.footer-widget .dobule-link ul {
	display: inline-block;
}

.footer-widget .dobule-link ul a {
	display: block;
	font-size: 14px;
	color: #b7b7b7;
	margin-bottom: 10px;
}

.footer-widget .dobule-link ul a:hover {
	color: #f6783a;
}

.footer-widget .dobule-link ul li:last-child a {
	margin-bottom: 0;
}

.footer-widget .dobule-link ul:last-child {
	margin-left: 0px;
	line-height: 18px;
}

.footer-widget .recent-post li {
	margin-bottom: 15px;
}

.footer-widget .recent-post p {
	margin-bottom: 0px;
}

.footer-widget .recent-post span {
	font-size: 12px;
}

.footer-widget .recent-post span i {
	color: #f6783a;
	margin-right: 5px;
}

.footer-widget .contact li {
	margin-bottom: 8px;
	display: block;
}

.footer-widget .contact li p {
	margin-bottom: 0;
}

.footer-widget .contact i {
	font-size: 17px;
    padding: 0px 7px 0 0;
}
.social {
    font-size: 22px;
}



/*---------------------
	Breadcrumb Pages
----------------------
======================*/

.site-breadcrumb {
    color: #0a0d14;
    font-size: 16px;
	padding: 30px 10px 20px 10px;
}

.site-breadcrumb a {
	color: #111111;
}

.site-breadcrumb a i {
	margin: 0;
}

.site-breadcrumb i {
	margin: 0 10px;
}

/*---------------------
	Pageination Pages
----------------------
======================*/
.site-pageination {
	list-style: none;
}

.site-pageination li {
	display: inline;
	text-align: center;
}

.site-pageination li a {
	display: inline-block;
	min-width: 40px;
	height: 40px;
	border: 1px solid #e1e1e1;
	color: #636363;
	padding-top: 9px;
	font-size: 14px;
	margin-right: 14px;
	border-radius: 2px;
}

.site-pageination li a:hover,
.site-pageination li a.active {
	background: #f6783a;
	border-color: #f6783a;
	color: #fff;
}

/*---------------------
	About page
-----------------------*/

.about-text h5 {
	font-weight: 400;
	margin-bottom: 12px;
}

.about-text .about-list {
	list-style: none;
	padding-top: 10px;
}

.about-text .about-list li {
	font-size: 14px;
	color: #636363;
	margin-bottom: 10px;
}

.about-text .about-list li i {
	color: #f6783a;
}

.testimonial-section {
	background: #f7f7f7;
}

.testimonial-slider .ts-author-pic {
	width: 110px;
	height: 110px;
	border-radius: 50%;
	margin: 5px auto 0;
}

.testimonial-slider .ts-text p {
	font-size: 18px;
	margin-bottom: 20px;
}

.testimonial-slider .ts-text h5 {
	font-size: 18px;
	font-weight: 400;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.testimonial-slider .ts-text span {
	color: #f6783a;
	font-size: 14px;
}

.testimonial-slider .owl-nav {
	position: absolute;
	top: 35px;
	width: 180px;
	left: 40px;
}

.testimonial-slider .owl-prev {
	float: left;
}

.testimonial-slider .owl-next {
	float: right;
}

.testimonial-slider .owl-prev,
.testimonial-slider .owl-next {
	font-size: 36px;
	color: #b7b7b7;
}

.testimonial-slider .owl-dots {
	position: absolute;
	left: -15px;
	bottom: -5px;
	width: 25%;
	padding: 0 15px;
	text-align: center;
}

.testimonial-slider .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	border-radius: 20px;
	background: #b7b7b7;
	display: inline-block;
	margin: auto 5px;
}

.testimonial-slider .owl-dots .owl-dot.active {
	background: #f6783a;
}

.member {
	text-align: center;
}

.member h5 {
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 5px;
}

.member p {
	color: #f6783a;
	margin-bottom: 0;
	font-weight: 14;
}

.member:hover .member-pic:after {
	opacity: 0.4;
}

.member:hover .member-social {
	opacity: 1;
}

.member:hover .member-social a {
	top: 0;
}

.member:hover .member-social a:nth-child(1) {
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.member:hover .member-social a:nth-child(2) {
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.member:hover .member-social a:nth-child(3) {
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

.member .member-pic {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	display: inline-block;
	margin-bottom: 40px;
}

.member .member-pic:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.member .member-social {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	margin-top: -6px;
	z-index: 2;
	opacity: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.member .member-social a {
	padding: 0 5px;
	margin: auto 5px;
	color: #fff;
	position: relative;
	top: -20px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.member .member-social a:hover {
	color: #f6783a;
}

/*---------------------
	Blog Page
-----------------------*/

.post-item {
	margin-bottom: 10px;
	margin-top: 40px;

}

.post-item .post-thumb {
	height: 150px;
    width: auto;
	margin-bottom: 10px;
	border-radius: 10px;
}

.post-item .post-thumb-full {
	margin-bottom: 30px;
	border-radius: 10px;
}

.post-item .post-content h3 {
	font-size: 24px;
    font-weight: 200;
    margin-bottom: 5px;
}

.post-item .post-content h3 a {
	color: #111111;
}

.post-item .post-content p {
	margin-bottom: 0;
}

.post-item .post-meta {
	margin-bottom: 10px;
}

.post-item .post-meta span {
	margin-right: 10px;
    font-size: 14px;
    color: #1c1c1e;
}

.post-item .post-meta span i {
	color: #f6783a;
}

.post-item .tag {
	padding-top: 15px;
	padding-bottom: 10px;
	font-size: 14px;
	text-transform: capitalize;
	color: #b7b7b7;
}

.post-item .tag i {
	color: #f6783a;
	margin-right: 5px;
}

.post-item .post-author {
	padding: 20px 10px 10px 10px;
    border-top: 1px solid #fdd1d1;
    margin-bottom: 15px;
}

.post-item .post-author .pa-thumb {
	float: left;
	width: 100px;
	height: 100px;
	border-radius: 20%;
}

.post-item .post-author .pa-content {
	padding-left: 130px;
	padding-top: 5px;
}

.post-item .post-author .pa-content h4 {
	font-size: 18px;
	margin-bottom: 10px;
}

/*---------------------
	Event - Blog Page
-----------------------*/
.event {
	background-color: #757575;
    min-height: 120px;
}

.widget-title {
    color: #0a0404;
    font-weight: 300;
    margin-bottom: 20px;
    margin-top: 20px;
}

.event-list {
    font-family: "Poppin", sans-serif;
    list-style: none;
    margin: 0 0 1em;
}

.event .date {
	background-color: #09d135;
    line-height: 40px;
    padding: 12px 12px 12px;
}

.event 
.date
.year 
.event
.date
.time {
    line-height: 1.3;
}


.event .info {
    color: #1d0c0c;
    padding: 6px 12px;
}

.event .info .title {
	color: #f5f5f5;
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 7px;
    margin-top: 7px;
}
.event .info .desc {
	color: #f5f5f5;
    margin-bottom: 0;
    line-height: 1.3;
    margin-top: 10px;
}

@media (min-width: 40em) {
	.event .date {
		float: inline-end;
        text-align: center;
        text-transform: uppercase;
        height: 130px;
        padding: 10px;
    }
	.event .date span {
        display: block;
    }
	
    
	.event .info .title {
        font-size: 18px;
    }
	.event .date .day {
        font-size: 4em;
        font-weight: 100;
    }
	.event .date .month {
        font-size: 2.2em;
    }
	.event .date .year, .event .date .time {
        font-size: 0.9em;
        font-weight: 400;
    }
}
/*---------------------
	Comment - Blog Page
-----------------------*/

.comment-warp {
	padding-top: 30px;
    border-top: 1px solid #dfafaf;
	padding-left: 10px;
	padding-right: 10px;
}

.comment-warp .comment-title {
	font-weight: 400;
	margin-bottom: 35px;
}

.comment-warp .comment-list {
	list-style: none;
}

.comment-warp .comment-list .replay-comment-list {
	list-style: none;
	margin-left: 14%;
}

.comment-warp .comment {
	margin-bottom: 20px;
}

.comment-warp .comment .comment-avator {
	float: left;
	width: 50px;
	height: 50px;
	border-radius: 20%;
}

.comment-warp .comment .comment-content {
	padding-left: 80px;
}

.comment-warp .comment .comment-content .c-date {
	font-size: 12px;
    text-transform: capitalize;
    color: #3f9fe5;
    margin-bottom: 3px;
    display: block;
}

.comment-warp .comment .comment-content h5 {
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: 400;
}

.comment-warp .comment .comment-content p {
	margin-bottom: 0;
}

.comment-warp .comment .comment-content .c-btn {
	display: inline-block;
	font-size: 12px;
	text-transform: capitalize;
	border: 1px solid #8babf0;
	color: #111111;
	padding: 5px 25px;
	border-radius: 2px;
	margin-right: 5px;
	margin-top: 15px;
}

.comment-warp .comment .comment-content .c-btn:hover {
	border-color: #f6783a;
	background: #f6783a;
	color: #fff;
}

.comment-form-warp {
	padding: 30px 0;
	border-top: 1px solid #96c1f1;
}

.comment-form input[type='text'],
.comment-form input[type='email'],
.comment-form textarea {
	width: 100%;
	border: 1px solid #cccccc;
	font-size: 14px;
	padding: 18px 20px;
	margin-bottom: 30px;
	border-radius: 2px;
}

.comment-form textarea {
	height: 150px;
}

.comment-form.--contact input[type='text'],
.comment-form.--contact input[type='email'],
.comment-form.--contact textarea {
	border: 1px solid #e1e1e1;
}

.comment-form.--contact textarea {
	margin-bottom: 50px;
}

/*---------------------
	Widget - Blog Page
-----------------------*/

.widget {
	margin-bottom: 30px;
    margin-left: 0px;
    padding: 10px;
}

.widget .widget-title {
	font-weight: 400;
	font-size: 24px;
	margin-bottom: 30px;
}

.widget ul {
	list-style: none;
}

.widget ul a {
	font-size: 14px;
	color: #636363;
	margin-bottom: 10px;
	padding: 5px 0;
	display: inline-block;
}

.widget ul a:hover {
	color: #f6783a;
}

.widget .search-widget {
	position: relative;
}

.widget .search-widget input {
	width: 100%;
	border: 1px solid #9d9d9d;
	padding: 10px 15px;
	padding-right: 55px;
	font-size: 14px;
}

.widget .search-widget button {
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
	border: none;
	width: 50px;
	padding-top: 5px;
	color: #b7b7b7;
	background-color: transparent;
	-webkit-transform: rotateY(180deg);
	        transform: rotateY(180deg);
}

.widget .recent-post-widget .rp-item {
	margin-bottom: 10px;
	display: block;
	overflow: hidden;
}

.widget .recent-post-widget .rp-thumb {
	width: 70px;
	height: 70px;
	float: left;
	margin-right: 30px;
}

.widget .recent-post-widget .rp-content {
	padding-left: 100px;
}

.widget .recent-post-widget .rp-content p {
	font-size: 12px;
	color: #b7b7b7;
	margin-bottom: 0;
}

.widget .recent-post-widget .rp-content p i {
	color: #f6783a;
}

.widget .recent-post-widget .rp-content h6 {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 10px;
}

.widget .tags a {
	min-width: 80px;
	text-transform: capitalize;
	display: inline-block;
	font-size: 10px;
	line-height: 10px;
	color: #636363;
	padding: 12px 15px;
	border: 1px solid #f6783a;
	margin-right: 5px;
	margin-bottom: 8px;
	text-align: center;
	border-radius: 2px;
}

.post-item.post-details {
	margin-bottom: 0;
	padding: 10px;
}

.post-item.post-details p {
	margin-bottom: 12px;
    text-align: justify;
    font-size: 16px;
    color: black;
}

.post-item.post-details blockquote {
	padding: 25px 30px;
	font-size: 16px;
	color: #111111;
	border-left: 3px solid #f6783a;
	-webkit-box-shadow: 0 0 40px #f2f2f2;
	        box-shadow: 0 0 40px #f2f2f2;
	margin: 40px 0 35px;
}


/*---------------------
	Contact page
-----------------------*/

.map-section {
	height: 500px;
	position: relative;
}

.map-section .map {
	height: 100%;
}

.contact-info-warp {
	position: absolute;
	width: 400px;
	height: 100%;
	background: rgba(2, 0, 49, 0.8);
	text-align: center;
	z-index: 1;
	padding-top: 70px;
}

.contact-info-warp .contact-info {
	margin-bottom: 40px;
}

.contact-info-warp .contact-info h4 {
	color: #fff;
	font-weight: 400;
	margin-bottom: 8px;
}

.contact-info-warp .contact-info p {
	color: #fff;
	margin-bottom: 0;
}


/*=====================================================
    29. SHOP PAGE css 
======================================================*/

.shop-top-search {
	background-color: #fff;
	padding: 15px 30px;
	border-radius: 5px;
}
.shop-top-search .shop-bar {
    display: inline-block;
}
.shop-top-search .nav .nav-item {
	margin-right: 15px;
	font-size: 15px;
	color: #8a8a8a;
}
.shop-top-search .nav .nav-item a{
    font-size: 16px;
    color: #8a8a8a;
}
.shop-top-search .nav .nav-item a.active {
	color: #ffc600;
}
.shop-top-search .shop-select {
	display: inline-block;
    float: right;
    margin-top: -3px;
}

.shop-top-search .shop-select .nice-select {
	background-color: #f6f6f6;
	border-radius: 5px;
	border: 0;
	font-size: 14px;
	height: 30px;
	width: 135px;
    line-height: 30px;
    color: #8a8a8a;
}
.shop-top-search .shop-select .nice-select.open .list {
	width: 100%;
    margin-top: 0;
    background-color: #f6f6f6;
    border: 0;
}

#shop-list .singel-publication .cont {
	display: block;
    padding-top: 0;
}
#shop-list .singel-publication .cont .name {
	width: 100%;
}
#shop-list .singel-publication .cont .name a h6 {
	font-size: 18px;
}
#shop-list .singel-publication .cont .name span {
	font-size: 16px;
	color: #8a8a8a;
	padding-top: 15px;
}
#shop-list .singel-publication .cont .button {
	width: 100%;
    padding-top: 10px;
}

#shop-list .singel-publication .cont .button a {
	padding: 0 20px;
	font-size: 12px;
	line-height: 35px;
}


/*=====================================================
    30. SHOP SINGEL PAGE css 
======================================================*/

.shop-destails{
    background-color: #fff;
    padding: 20px 50px 50px;
    border-radius: 5px;
}
.shop-destails .shop-left{
    padding-right: 50px;
}
.shop-destails .shop-left .shop-image a{
    display: block;
}
.shop-destails .shop-left .shop-image img{
    width: 100%;
    border-radius: 4px;
}
.shop-destails .shop-left .nav .nav-item{
    margin-right: 25px;
}
.shop-destails .shop-left .nav .nav-item:last-child{
    margin-right: 0;
}
.shop-destails .shop-left .nav .nav-item a {
	display: block;
}
.shop-destails .shop-left .nav .nav-item a .shop-thum img{
    width: 100%;
    border-radius: 3px;
}

.shop-right{}
.shop-right h6{
    font-size: 18px;
    padding-bottom: 5px;
}
.shop-right span{
    font-size: 15px;
    color: #8a8a8a;
}
.shop-right p{
    padding-bottom: 15px;
}
.nice-number {
    position: relative;
    display: inline-block;
    margin-right: 20px;
}
.nice-number input {
	width: 50px !important;
    height: 40px;
    border-radius: 5px;
    border: 2px solid #aaa;
    padding-right: 20px;
}
.nice-number button {
	position: absolute;
	width: 25px;
	padding: 0;
	right: 2px;
	top: 2px;
	border: 0;
    border-top-right-radius: 5px;
    background: none;
    cursor: pointer;
}

.nice-number button:last-child{
    top: auto;
    bottom: 2px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 5px;
}
.nice-number button i{
    font-size: 15px;
    color: #000;
}
.add-btn{
    display: inline-block;
}
.add-btn .main-btn{
    line-height: 46px;
}

.shop-reviews .nav .nav-item{}
.shop-reviews .nav .nav-item:first-child a{
    border-top-left-radius: 5px;
}
.shop-reviews .nav .nav-item:last-child a{
    border-top-right-radius: 5px;
}
.shop-reviews .nav .nav-item a{
    width: 165px;
    line-height: 55px;
    background-color: #315377;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.shop-reviews .nav .nav-item a.active{
    background-color: #fafafa;
    color: #315377;
}

.shop-reviews .tab-content{
    background-color: #fafafa;
    padding: 0px 45px 40px;
    border-radius: 5px;
    border-top-left-radius: 0;
}
.shop-reviews .tab-content .reviews-cont{
    padding: 0;
}

.releted-item{}
.releted-item .title h3{
    font-size: 30px;
    color: #07294d;
}

/*=====================================================
    10. PUBLICATION css 
======================================================*/


.singel-publication {
	background-color: #fff;
	padding: 20px;
	border-radius: 5px;
}
.singel-publication .image{
    position: relative;
}
.singel-publication .image img{
    width: 100%;
}
.singel-publication .image .add-cart{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(7, 41, 77, 0.8);
    opacity: 0;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.singel-publication .image:hover .add-cart{
    opacity: 1;
}

.singel-publication .image .add-cart ul{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.singel-publication .image .add-cart ul li{
    display: inline-block;
    margin: 0 5px;
}
.singel-publication .image .add-cart ul li a{
    font-size: 16px;
    color: #ffc600;
    width: 35px;
    line-height: 35px;
    border: 1px solid #ffc600;
    text-align: center;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.singel-publication .image .add-cart ul li a:hover{
    background-color: #ffc600;
    color: #07294d;
}


.singel-publication .cont{
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 25px;
}
.singel-publication .cont .name{
    width: 50%;
}
.singel-publication .cont .name a{
    display: block;
}
.singel-publication .cont .name a h6{
    font-size: 14px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.singel-publication .cont .name a:hover h6{
    color: #ffc600;
}

.singel-publication .cont .name span{
    font-size: 13px;
    color: #8a8a8a;
}
.singel-publication .cont .button{
    width: 50%;
}
.singel-publication .cont .button a{
    padding: 0 10px;
    font-size: 12px;
    line-height: 35px;
}