/*
Theme Name: PEGIM
Theme URI: https://pegim.com.my
Description: Custom WordPress Theme for PEGIM
Author: Pemaju Digital
Author URI: https://pemajudigital.com
Version: 1.0
License: GPL
License URI: http://www.gnu.org/copyleft/gpl.html
*/

/* ================================================== 
BASIC STYLES
================================================== */
html, body {border: 0; margin: 0; padding: 0; width: 100%; height: 100%; position: relative;} a img {border: 0}
html {scroll-behavior: smooth;}
*, *:before, *:after {-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
body {background: #fff; padding: 0; margin: 0!important; font-size: .95rem; line-height: 1.3;}
img, object, embed {max-width: 100%; height: auto;} input:focus {outline: none;} *:focus {outline: none;} 
::selection {background: #fff2a8;}
::-moz-selection {background: #fff2a8;}
select {background: #fff;}
button, select {cursor: pointer;}
/* ================================================== 
LINK
================================================== */
a, input, #submit, textarea, button, button:hover, a i, a:hover i,.thumb a img, .thumb a:hover img, a:hover .thumb img, a .thumb img, .close img, .close img:hover, a .thumb::before, a:hover .thumb::before, .b-menu svg, .b-menu svg:hover {text-decoration: none; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;}
a {-webkit-tap-highlight-color: transparent !important;}
*{-webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;}
/* ================================================== 
TYPOGRAPHY
================================================== */
h1, h2, h3, h4, h5, h6 {font-weight: 700; text-transform: capitalize; margin: 0; padding: 0;}
ul, li, ol {list-style: none; margin: 0; padding: 0;}
p {margin: 0;}
body, input, textarea, select, button {font-family: 'Inter', Helvetica Neue, Helvetica, Arial, "sans-serif"!important;}
button, select {cursor: pointer;}
button {border: none; padding: 0; box-shadow: 0; background: none;}
/* ================================================== 
LAYOUT CONTROL
================================================== */
.control {max-width: 1300px; margin: 0 auto; position: relative; padding: 0 20px;}
.flot {float: left;}
.sec {width: 100%; position: relative;}
.js-offcanvas, .b-menu, .pk-hp {display: none;}
.thumb img {width: 100%; height: auto; margin-bottom: -5px;}
/* ================================================== 
ELEMENTOR FIX
================================================== */
.elementor-widget-text-editor p {margin-bottom: 15px;}
.elementor-widget-text-editor a {color: #9a005b; font-weight: 500;}
.elementor-widget:not(:last-child), .elementor-widget-text-editor p:last-child {margin-bottom: 0!important;}
.elementskit-testimonial-slider .slick-dots {bottom: 10px!important;}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {margin: 0 3px!important;}
.elementor-accordion-icon-right {margin-top: 3px!important;}
.elementor-widget-text-editor ul, .elementor-widget-text-editor ol {padding-left: 18px; margin-bottom: 20px;}
.elementor-widget-text-editor ul li {list-style: disc; margin-bottom: 10px;}
.elementor-widget-text-editor ol li {list-style: decimal;}
.i-btn .elementor-button-icon .e-font-icon-svg {font-size: .6rem;}
.b-link a::after {content: ''; background: #194878; margin: 5px auto 0; display: block; width: 80px; height: 1px; transition: .3s;}
.b-link a:hover::after {content: ''; width: 100px; background: #fe9f36;} 
.pl-title h3::after {display: block; margin: 10px auto 0; width: 32px; height: 4px; content: ''; background-color: #fdcf33; border-radius: 2px; transform: translateX(-50%); transform: translate3d(-50%, 0, 0);}
.hv-box img {background: #f1f3f8; display: block; border-radius: 50%!important;}
/* ================================================== 
BREADCRUMB
================================================== */
#breadcrumbs {text-align: center;}
#breadcrumbs span, #breadcrumbs a {font-size: .86rem; color: rgba(255,255,255,.9); font-weight: 300;}
#breadcrumbs a {font-weight: 300;}
#breadcrumbs a:hover {text-decoration: underline;}
#breadcrumbs i {font-size: .5rem; margin: 0 5px; color: rgba(255,255,255,.7); vertical-align: 1px;}
/* ================================================ 
HEADER
================================================== */
.head {padding: 10px 0; border-bottom: 1px solid #ddd;}
.h-box {display: flex; justify-content: space-between; align-items: center;}
.l-head a {display: flex; align-items: center; max-width: 300px; color: #000;}
.logo-head {margin-right: 15px;}
.logo {background: url("images/logo.png") no-repeat; width: 60px; height: 60px; display: block; text-indent: -9999px; background-size: contain;}
.l-text h4 {font-size: 1rem; line-height: 1.2; font-weight: 600; text-transform: uppercase;}
/* ================================================ 
NAVIGATION
================================================== */
#cssmenu {display: block; padding: 0; margin: 0;}
#cssmenu > ul {padding: 0; margin: 0; display: flex; align-items: center;}
#cssmenu > ul > li {padding: 0; margin: 0; float: left; display: block; position: relative;}
#cssmenu > ul > li > a {padding: 20px 12px; color: #000; font-size: 1.05rem; line-height: 1; font-weight: 500; text-transform: capitalize; display: block; position: relative;}
#cssmenu > ul > li > a:hover {color: #244686;}
#cssmenu > ul > li:first-child > a {padding-left: 0;}
#cssmenu > ul > li:last-child > a {padding-right: 0;}
/** depth **/
#cssmenu ul li.has-sub:hover > a:after {top: 0; bottom: 0;}
#cssmenu > ul > li.has-sub > a:after {content: "\f078"; font-family: "Font Awesome 5 Free"; font-weight: 900; font-size: .7rem; vertical-align: 2px; position: relative; margin-left: 5px;}
#cssmenu ul li.has-sub:hover > a {z-index: 999; width: auto;}
#cssmenu ul li.has-sub:hover > ul,
#cssmenu ul li.has-sub:hover > div {display: block;}
#cssmenu ul li.has-sub:hover > a:after, #cssmenu ul li.has-sub:hover > a {color: #244686;}
#cssmenu ul li > ul,
#cssmenu ul li > div {display: none; width: auto; position: absolute; top: 50px; z-index: 99;}
#cssmenu ul li > ul {width: 250px; background: #fff; padding: 10px 14px; border: 1px solid #ddd; border-radius: 4px; box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;}
#cssmenu ul li > ul li {display: block; float: left; width: 100%; padding: 0; margin: 0; position: relative;}
#cssmenu ul li > ul li a {color: #000; margin: 0; padding: 14px 0; font-size: 1rem; line-height: 1; font-weight: 500; text-transform: capitalize; text-align: left; text-decoration: none; display: block; position: relative; transition: all 0.2s ease-in-out;}
#cssmenu ul li > ul li:last-child a {border-bottom: none;}
#cssmenu ul li > ul li a:hover {color: #244686;}
/* ================================================== 
HOME
================================================== */
.h-blog .box {display: flex; flex-wrap: wrap; margin: 0 -15px;}
.h-blog .row {width: 33.333333333%; padding: 0 15px;}
.h-blog .thumb {position: relative; overflow: hidden; max-height: 228px; border-radius: 8px;}
.h-blog .info {margin-top: 12px;}
.h-blog .info h4 a {font-size: 1.2rem; line-height: 1.4; font-weight: 600; color: #000; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.h-blog .info h4 a:hover  {text-decoration: underline;}
.h-blog .post-meta {margin: 10px 0 15px;}
.h-blog .post-meta span {margin: 0 1px; font-size: .6rem; vertical-align: 1px;}
.h-blog .post-meta {color: #828282;}
.h-blog .thumb a img {transition: 1.3s; border-radius: 8px;}
.h-blog .thumb a:hover img {transform: scale(1.1);}
.h-blog .excerpt p {font-size: 1rem; line-height: 1.4; color: #222; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3;}
/* ================================================== 
PAGE ADDON
================================================== */
.box-ab .elementor-widget-wrap {background: rgba(255,255,255,0); box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 ); backdrop-filter: blur( 20px ); -webkit-backdrop-filter: blur( 20px ); border-radius: 10px; border: 1px solid rgba( 255, 255, 255, 0.18 ); transition: .3s;}
.box-ab .elementor-widget-wrap:hover {background: rgba(255,255,255,.1);}
.box-ab img {background: #fff; display: block; border-radius: 50%!important;}
.bi-btn a {border-bottom: 1px solid transparent; padding-bottom: 5px!important; transition: .3s;}
.bi-btn a:hover {border-bottom: 1px solid #fff;}
.bi-btn .elementor-button-icon .e-font-icon-svg {width: .6em!important; height: .6em!important; vertical-align: .5px;}
.ajk .box {display: flex; flex-wrap: wrap; margin: 0 -10px;}
.ajk .row {width: 33.33333333%; padding: 10px; display: flex;}
.ajk .thumb {min-width: 160px; margin-right: 20px;}
.ajk .info {width: 100%; padding-top: 50px;}
.ajk .info h4 {font-size: 1.1rem; line-height: 1.2; font-weight: 600;}
.ajk .info .position {margin: 8px 0; font-size: .96rem; line-height: 1.3; color: #686868;}
.ajk .info .organisasi {font-size: .92rem; line-height: 1.3;}
.ahli-list table {width: 100%; border-spacing: 0; border-left: 1px solid #333; background: #fff;}
.ahli-list tr:hover td {background: #f4f4f4;}
.ahli-list th {font-size: .9rem; line-height: 1.3; font-weight: 600; padding: 12px 10px; text-transform: uppercase; border-top: 1px solid #333; border-right: 1px solid #333; background: #1f4a75; color: #fff;}
.ahli-list td {font-size: .96rem; line-height: 1.3; padding: 6px 10px; border-bottom: 1px solid #333; border-right: 1px solid #333;}
.ahli-list .bil {width: 50px;}
.o-list ul li, .o-list ol li {margin-bottom: 10px;}
.o-list ul li {list-style: disc;}
.o-list ol li {list-style: decimal;}
.o-list ul li ol, .o-list ol li ul {margin-top: 10px;}
.o-list ul li ol li {list-style: decimal;}
.o-list ol li ul li {list-style: disc;}
.d-btn a {padding: 14px 20px; font-size: 1rem; line-height: 1.3; font-weight: 500; background: #1f4a75; color: #fff; border-radius: 4px; display: inline-block;}
.d-btn a:hover {background: #265585;}
.d-btn a i {margin-right: 2px;}
/* ================================================== 
FOOTER
================================================== */
.footer {background: url('images/bg-foot.jpg') no-repeat right bottom; background-size: cover;}
.footer::before {content: ''; background: rgba(255,255,255,.4); display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 1;}
.f-item, .copy {position: relative; z-index: 3;}
.f-box {display: flex;}
.f-item {padding: 40px 0;}
.footer h3 {font-size: 1.1rem; line-height: 1.3; font-weight: 600; color: #204a7c; margin-bottom: 15px;}
.footer .logo {width: 89px; height: 80px; margin-bottom: 15px;}
.footer .c-one {width: 42%;}
.footer .c-two {width: 57%; padding: 0 50px;}
.footer .c-three {min-width: 200px;}
.f-info h4 {font-size: 1rem; line-height: 1.3; font-weight: 600; margin-bottom: 10px;}
.f-info .f-text p {font-size: .95rem; line-height: 1.4;} 
.f-socmed {margin-top: 10px;}
.f-socmed ul {display: flex; align-items: center;}
.f-socmed li {margin-right: 4px;}
.f-socmed li:last-child {margin-right: 0;}
.f-socmed li a {width: 36px; height: 36px; font-size: 1.1rem; line-height: 1; color: #fff; padding-top: 9.5px; display: block; text-align: center; border-radius: 50%;}
.f-nav {display: flex;}
#footmenu > ul {display: flex; flex-wrap: wrap; width: 100%;}
#footmenu > ul > li {width: 50%; margin-bottom: 12px; position: relative; padding-right: 10px;}
#footmenu > ul > li:last-child {margin-bottom: 0;}
#footmenu > ul > li > a {font-size: 1rem; line-height: 1.3; color: #000;}
#footmenu > ul > li > a:hover {color: #1e487f;}
#mvcwid, #mvccount, #mvctable {font-size: .9rem; font-weight: 300; padding: 0!important;}
#xtvctable, #mvctable {margin-top: 10px;}
#xtvctable div {margin-bottom: 5px;}
#xtvctable div img {margin-bottom: -3.5px;}
.copy {padding: 20px 0; border-top: 1px solid #ddd;}
.copy p {font-size: .93rem; line-height: 1.4;}
.copy p.wdsgn a {color: #000; font-size: .9rem;}
.copy p.wdsgn a:hover {text-decoration: underline;}
/* ================================================== 
PAGE
================================================== */
.pages {padding: 30px 0;}
.post-edit-link {position: fixed; left: 20px; bottom: 20px; font-size: .75rem; font-weight: 500; color: #fff; background: #36980a; text-transform: uppercase; width: 50px; height: 50px; border-radius: 50%; display: block; padding-top: 17px; text-align: center; z-index: 999;}
.p-title {margin-bottom: 30px;}
.p-title h1 {font-size: 1.8rem; line-height: 1; font-weight: 700; color: #000; text-transform: capitalize;}
.page-content h2, .page-content h3, .page-content h4 {font-size: 1.2rem; line-height: 1.3; font-weight: 700; margin: 20px 0 15px; text-transform: capitalize;}
.page-content h2 {text-transform: uppercase; font-size: 1.3rem; text-decoration: underline;}
.page-content p {margin-bottom: 15px; word-wrap: break-word;}
.page-content p, .page-content ul li, .page-content ol li {font-size: 1rem; line-height: 1.4;}
.page-content a {color: #a10862; font-weight: 600;}
.page-content a:hover {text-decoration: underline;}
.page-content ul, .page-content ol {margin: 0 0 15px; padding-left: 30px;}
.page-content ol li {list-style: decimal;}
.page-content ul li {list-style: disc;}
.page-content ul li, .page-content ol li {padding: 1px 0; word-wrap: break-word; margin-bottom: 2px;}
/* ================================================== 
PAGE GALLERY
================================================== */
.p-gallery, .gallery {display: flex; flex-wrap: wrap;}
.p-gallery .item {width: 33.333333%; padding: 0 10px; margin-bottom: 20px;}
.gallery .item {width: 20%; padding: 10px;}
.gallery .item a img {border-radius: 8px; transition: .3s;}
.gallery .item a:hover img {opacity: .8;}
/* ================================================== 
PAGE CONTACT
================================================== */
.c-ctc {padding: 30px; border: 1px solid #eee; border-radius: 8px; margin-bottom: 20px; box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;}
.c-ctc h3 {font-size: 1.2rem; line-height: 1.3; font-weight: 600; color: #204a7c; margin-bottom: 15px;}
.p-add h4 {font-size: 1rem; line-height: 1.3; font-weight: 600; text-transform: uppercase; margin-bottom: 6px;}
.p-add p {font-size: 1rem; line-height: 1.3;}
.p-dir {margin-top: 10px;}
.p-dir a {display: inline-block;}
.p-dir a img {width: auto; height: 32px!important;}
.p-dir a.btn-one {margin-right: 5px;}
.p-ctc li {margin-bottom: 4px;}
.p-ctc li a {font-size: 1rem; line-height: 1.3; color: #000;}
.p-ctc li a:hover {color: #204a7c; text-decoration: underline;}
/* ================================================== 
BLOG
================================================== */
.bs-title {margin-bottom: 30px; overflow: hidden;}
.bs-title h2 {font-size: 3.2rem; line-height: 1.3; font-weight: 800; color: #000; z-index: 3;}
.bs-title h2::before {content: 'PEGIM'; position: absolute; width: 97%; top: -60px; font-size: 12rem; font-weight: 900; z-index: -1; display: flex; align-items: center; justify-content: center; background: linear-gradient(180deg,#0c0a0a 0%,rgba(12,10,10,0) 100%); opacity: .06; -webkit-background-clip: text; -webkit-text-fill-color: transparent; -webkit-text-stroke: 1px rgba(0,0,0,.4);} 
.bs {display: flex;}
.b-content, .sidebar {position: relative;}
.b-content {width: 75%; padding-right: 50px;}
.sidebar {width: 25%;}
/* ================================================== 
BLOG LIST
================================================== */
.post-meta {font-size: .8rem; line-height: 1.1; color: #828282;}
.b-list {overflow: hidden;}
.b-list .box {display: flex; flex-wrap: wrap; flex-direction: row; margin: 0 -15px;}
.b-list .row {width: 33.3333333%; padding: 0 15px; margin-bottom: 40px;}
.b-list .thumb {position: relative; overflow: hidden; max-height: 228px; border-radius: 8px;}
.b-list .post-edit-link {position: absolute; top: 10px; right: 10px; z-index: 3;}
.b-list .info {margin-top: 12px;}
.b-list .info h4 a {font-size: 1.2rem; line-height: 1.3; font-weight: 600; color: #000; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.b-list .info h4 a:hover {text-decoration: underline;}
.b-list .post-meta {margin: 10px 0 15px;}
.b-list .post-meta span {margin: 0 1px; font-size: .6rem; vertical-align: 1px;}
.b-list .post-meta a {color: #828282;}
.b-list .post-meta a:hover {text-decoration: underline;}
.b-list .thumb a img {transition: 1.3s; border-radius: 8px;}
.b-list .thumb a img:hover {transform: scale(1.1);}
.b-list .excerpt p {font-size: 1rem; line-height: 1.4; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3;}
/*** INFO ***/
.bt-term {margin: 15px 0;}
.b-term {width: 100%;}
.b-term .swiper-slide {width: auto; max-width: 200px;}
.b-term .swiper-slide:first-child {margin-left: -20px;}
.bt-term a {font-size: .86rem; line-height: 1; font-weight: 500; text-transform: uppercase; color: #222; border: 2px solid #dcdce5; height: 100%; display: inline-block; padding: 8px 18px; border-radius: 30px; text-align: center;}
.bt-term a:hover {color: #244878; border-color: #244878;}
.b-list.b-info .box {margin: 0 -10px;}
.b-list.b-info .row {margin-bottom: 20px; padding: 0 10px;}
.b-list.b-info .row a {padding: 20px; border: 1px solid #ddd; background: #fff; border-radius: 8px; display: block; box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;}
.b-list.b-info .b-tax span {padding: 6px 10px; font-size: .65rem; line-height: 1.1; text-transform: uppercase; font-weight: 500; color: #fff; display: inline-block; border-radius: 4px; margin-bottom: 10px; margin-right: 5px;}
.b-list.b-info .b-tax .Berita {background: #244878;}
.b-list.b-info .b-tax .Pengetahuan.Umum {background: #ff9b2b;}
.b-list.b-info .b-tax .Perkhidmatan {background: #d90313;}
.b-list.b-info a h4 {font-size: 1.15rem; line-height: 1.3; font-weight: 600; color: #000; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.b-list.b-info a .thumb img {transition: 1.3s; border-radius: 8px;}
.b-list.b-info a:hover .thumb img {transform: scale(1.1);}
/* ================================================== 
BLOG SINGLE
================================================== */
.b-single {margin-bottom: 40px;}
.b-single h1 {font-size: 2.2rem; line-height: 1.4; color: #000;}
.b-single .post-meta {margin: 10px 0 25px;}
.b-single .post-meta span {margin: 0 1px; font-size: .6rem; vertical-align: 1px;}
.b-single .post-meta a {color: #828282;}
.b-single .post-meta a:hover {text-decoration: underline;}
/* ================================================== 
ENTRY CONTENT
================================================== */
.entry-content {margin-top: 15px;}
.entry-content h2, .entry-content h3, .entry-content h4 {font-weight: 600; color: #000; margin: 25px 0 15px; text-transform: capitalize;}
.entry-content h2, .entry-content h3 {font-size: 1.4rem; line-height: 1.3;}
.entry-content h4 {font-size: 1.3rem; line-height: 1.3;}
.entry-content p {margin-bottom: 15px;}
.entry-content p, .entry-content ul li, .entry-content ol li {font-size: 1rem; line-height: 1.5; color: #000;}
.entry-content a {color: #c22026; font-weight: 600;}
.entry-content a:hover {text-decoration: underline;}
.entry-content img, .page-content img {width: 100%; height: auto; margin-bottom: 15px;}
.entry-content ul, .entry-content ol {margin: 0 0 1.5em; padding-left: 30px;}
.entry-content ul li, .entry-content ol li {padding: 1px 0; margin-bottom: 2px;}
.entry-content ul li {list-style: disc;}
.entry-content ol li {list-style: decimal;}
.entry-content iframe {display: flex; margin: 0 auto;}
.galeri .box {display: flex; flex-wrap: wrap; margin: 0 -5px;}
.galeri .item {width: 33.3333333333%; padding: 0 5px; margin-bottom: 10px;}
.galeri .item a {position: relative;}
.galeri .item a img {margin-bottom: -5px;}
.galeri .item a:hover img {opacity: .7;}
.galeri .item a::after {content: '\f03e'; font-family: "Font Awesome 5 Free"; font-weight: 900; font-size: 1rem; color: #fff; bottom: 10px; right: 10px; position: absolute; z-index: 3;}
.wp-embedded-content {width: 100%!important;}
.twitter-tweet {margin: 0 auto 10px!important;}
.tag {margin-bottom: 20px;}
.tag span {font-size: .8rem; line-height: 1.3; margin: 5px 5px 0 0; color: #373737; background: #eaeaea; padding: 4px 12px; border-radius: 30px; display: inline-block;}
.tag span:last-child {margin-right: 0;}
.sharer {margin-top: 30px;}
.sharer h4 {margin-bottom: 10px; font-size: 1.2rem; line-height: 1; font-weight: 600; text-transform: uppercase; z-index: 3;}
.sharer ul {display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: center;}
.sharer li {margin: 0 10px;}
.sharer li a {font-size: 2.2rem; line-height: 1; color: #000; padding-top: 7px; text-align: center; border-radius: 50%; display: block;}
.sharer li a:hover {opacity: .5;}
.sharer li a span {display: block; font-size: .6rem; line-height: 1; font-weight: 400; text-transform: uppercase; margin-top: 6px;}
/* ================================================== 
SIDEBAR
================================================== */
.c-side li a {display: flex; align-items: center; padding: 15px 0; border-bottom: 1px solid #ddd; position: relative;}
.c-side .info {padding-right: 15px; width: 100%;}
.c-side li a h4 {font-size: 1rem; line-height: 1.35; color: #000; font-weight: 500; margin: 10px 0 6px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3;}
.c-side li a:hover h4 {text-decoration: underline;}
.c-side li a .post-meta {font-size: .75rem; display: flex; align-items: center; margin-bottom: 0;}
.c-side .thumb {max-width: 100px; height: 100px; overflow: hidden;}
.c-side a .thumb img {min-width: 180px; margin-left: -30%; transition: 1.3s;}
.c-side a:hover .thumb img {transform: scale(1.15);}
.c-side.c-info {border: 1px solid #ddd; margin-bottom: 20px; border-radius: 8px;}
.c-side.c-info h3 {padding: 15px 15px 0;}
.c-side.c-info li a {padding: 15px 15px;}
.c-side.c-info li:last-child {border-bottom: none;}
.s-wid h3 {margin-bottom: 10px;}
.wp-block-archives {display: flex; flex-wrap: wrap;}
.wp-block-archives li {width: 50%; margin-bottom: 5px;}
.wp-block-archives li a {font-size: .95rem; line-height: 1.2; color: #000;}
.wp-block-archives li a:hover {color: #0141b8;}
/* ================================================== 
PAGINATION
================================================== */
.wp-pagenavi {width: 100%; position: relative; margin: 10px 0; display: flex; justify-content: center;}
.wp-pagenavi span, .wp-pagenavi a {color: #000; font-size: 1rem; line-height: 1; font-weight: 300; border: none!important; border-radius: 50%; display: flex; align-items: center; justify-content: center;}
.wp-pagenavi a:hover {color: #0141b8;}
.wp-pagenavi span.current {color: #0141b8; font-weight: 500!important;}
.wp-pagenavi .pages {display: none;}
/* ================================================== 
RELATED ARTICLE
================================================== */
h3.rltd-title {margin: 30px 0 15px; font-size: 1.2rem; line-height: 1.2; font-weight: 700;}
.related_posts_list {padding-left: 20px; max-width: 700px;}
.related_posts_list li {margin-bottom: 10px; list-style: disc;}
.related_posts_list li a {color: #0141b8; font-size: 1.1rem; line-height: 1.3; font-weight: 500;}
.related_posts_list li a:hover {text-decoration: underline;}
/* ================================================== 
COMMENT AREA
================================================== */
.comment-area {width: 100%; float: left; padding-top: 30px;}
.cmt-title h3 {font-size: 1.3rem; line-height: 1; color: #000; font-weight: 700; margin-bottom: 10px;}
.cmt-title h3 i {vertical-align: -1px; margin-right: 3px;}
.cmt-title p {font-size: .88rem; line-height: 1.5; font-weight: 400;}
.cmt-title p i {font-size: .6rem; vertical-align: .5px;}
.cmt-title p a:hover {text-decoration: underline;}
.no-cmt {margin-top: 30px;}
.no-cmt p {font-size: 1.6rem; line-height: 1.3; font-weight: 300; text-align: center;}
.comment-wrapper {position: relative; display: block; border-bottom: 1px solid #e0e0e0; padding: 20px 0 20px;}
.author-gravatar {position: absolute; width: 70px; height: 70px;}
.author-gravatar img {border-radius: 50%; border: 6px solid #ddd;}
.comment-right {padding-left: 90px;}
.komenName {margin-bottom: 5px;}
.komenName, .komenName a {font-size: 1rem; line-height: 1.1; color: #000; font-weight: 600; text-transform: capitalize;}
.komenName a {color: #c22026;}
.komenName a:hover {text-decoration: underline;}
.comment-meta {font-size: .8rem; color: #b1b1b1; position: relative;}
.comment-meta span {text-transform: capitalize; font: 14px Arial, Helvetica, sans-serif; color: #4f4f4f;}
.comment-meta .edit {position: absolute; right: 0; top: 0;}
.comment-meta .edit a {font-weight: normal; font-size: 11px; color: #4f4f4f; text-transform: uppercase;}
.comment-content {margin: 8px 0;}
.commentlist {margin-top: 30px; border-top: 1px solid #ddd;}
.commentlist li ul.children li.depth-2 .comment-wrapper {margin-left: 20px;}
.commentlist .reply a {font-weight: 600!important; font-size: .7rem; text-transform: uppercase; color: #333;}
.commentlist .reply a:hover {color: #0968dc;}
.commentlist .reply a.comment-reply-link::before {content: "\f079"; font-size: .8rem; font-family: "Font Awesome 5 Free"; font-weight: 900; margin-right: 5px; vertical-align: -1px;}
.commentlist .comment-edit-link {margin-left: 10px;}
.commentlist .comment-edit-link::before {content: "\f044"; font-size: .9rem; font-family: "Font Awesome 5 Free"; font-weight: 900; margin-right: 5px;}
.comment-wrp p {font-size: 1rem; line-height: 1.5; color: #313030; margin-bottom: 10px; word-wrap: break-word;}
#lastposts {width: 100%!important;}
.choosepost.blog {width: 100%!important; display: block!important; margin-bottom: 1px; padding: 0 10px; background: #f4f4f4; cursor: pointer;}
.choosepost.blog:hover {background: #ededed;}
/* ================================================== 
COMMENT FORM
================================================== */
.log {font-size: 12px; color: #585757; margin-bottom: 8px;}
.comment-title {}
.comment-title h3 {font-size: 1.3rem; font-weight: 700; text-transform: capitalize;}
.comment-title p {font-size: .95rem; line-height: 1.3; color: #646464; margin-top: 10px;}
.comment-title p span {color: #ff0000;}
#respond {margin-top: 20px;}
#respond a {background: none!important; padding: 0!important; color: #2480d5!important;}
#respond a:hover {color: #ff0033!important;}
#commentform {padding-bottom: 30px;}
.cmtform-one {display: flex;}
#commentform .cmtform-one .col {width: 50%; margin-bottom: 20px;}
#commentform .cmtform-one .col.one {padding-right: 10px;}
#commentform .cmtform-one .col.two {padding-left: 10px;}
#commentform label {display: block; width: 100%; font-weight: 500; color: #000; margin-bottom: 8px;}
#commentform label span {color: #ff0000; font-weight: 700;}
#commentform input {width: 100%; color: #585757; padding-left: 10px; line-height: 14px;}
#commentform input, #commentform textarea {font-size: .95rem; line-height: 1.5; padding: 10px; background: #fff; color: #000; border: 1px solid #9fa6b2; border-radius: 4px;}
#commentform input:focus, #commentform textarea:focus {border: 1px solid #1f36b0; background: #fff;}
#commentform textarea {height: 138px; width: 100%; font-family: 'Poppins', sans-serif;}
#commentform #author::before {content: "\f079"; font-family: "Font Awesome 5 Solid";}
.cmt-form {margin-bottom: 20px;}
.btn-submit {margin-top: 10px;}
.btn-submit input#submit {background: #00cc00; font-size: 1.1rem; line-height: 1; font-weight: 600; border: none; cursor: pointer; color: #fff; padding: 18px 0; text-align: center; width: 100%; border-radius: 4px; transition: all 0.2s ease-in-out; display: block;}
.btn-submit input:hover#submit {background: #01b801;}
.cancel-comment-reply {margin: 20px 0 20px;}
.cancel-comment-reply a {font-size: 20px; color: #282828; font-weight: 600;}
.comment-extra {font-size: 12px!important;}
/* ================================================== 
SEARCH PAGE
================================================== */
.search-title {margin-bottom: 30px;}
.search-title h1 {font-size: 1.4rem; line-height: 1.2; color: #000; font-weight: 600;}
/* ================================================== 
CF7
================================================== */
.wpcf7 br {display: none!important;}
.wpcf7 .col {margin-bottom: 18px; width: 100%;}
.wpcf7 .box {display: flex; margin: 0 -7px;}
.wpcf7 .box .col {width: 50%; padding: 0 7px;}
.wpcf7 label {display: block; font-size: 1rem; line-height: 1; font-weight: 500; margin-bottom: 10px;}
.wpcf7 label span {color: #ff0000; font-size: .8rem; line-height: 1; font-weight: 900;}
.wpcf7 .n-note {font-size: .8rem; line-height: 1.3; color: #4d4d4d; margin-top: 5px;}
.wpcf7 .nota {font-size: .9rem; line-height: 1.3; color: #4d4d4d; margin-bottom: 8px; display: block;}
.wpcf7 input, .wpcf7 textarea, .wpcf7 select {width: 100%; padding: 12px; font: 1.05rem 'Inter', sans-serif; line-height: 1.4; font-weight: 400; background: #fff; border: 1px solid #9c9c9c; border-radius: 5px; transition: .1s;}
.wpcf7 textarea {height: 150px; line-height: 1.4;}
.wpcf7 input:focus, .wpcf7 textarea:focus {border: 2px solid tranparent; outline: 1px solid #163ff0;}
.wpcf7 input:hover, .wpcf7 textarea:hover, .wpcf7 select:hover {border: 1px solid #333;}
.wpcf7 select {cursor: pointer; padding: 11.1px 12px;}
.wpcf7 .col.address textarea {height: 80px;}
.wpcf7 .wpcf7-radio, .wpcf7 .wpcf7-checkbox {margin-top: 12px; display: block;}
.wpcf7 .wpcf7-list-item {margin: 0 40px 0 0;}
.wpcf7 .wpcf7-list-item input {width: 16px; height: 16px; margin: 0 4px 0 0; padding: inherit; vertical-align: -2.5px;}
.wpcf7 .wpcf7-list-item label, .wpcf7 .wpcf7-list-item input {cursor: pointer;}
.wpcf7 .wpcf7-list-item .wpcf7-list-item-label {color: #000; font-weight: 400;}
.wpcf7 .wpcf7-list-item :checked + span {font-weight: bold;}
.wpcf7 .wpcf7-list-item input:focus {border: none!important; outline: none!important;}
.wpcf7 .wpcf7-checkbox {display: flex; flex-wrap: wrap;}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item {width: 25%; margin-right: 0; padding-right: 20px;}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item-label {font-size: 1rem; line-height: 1.2;}
.wpcf7 .button {position: relative; display: flex; justify-content: center;}
.wpcf7 .button input {background: #1f4a75; color: #fff; border: none; font-size: 1rem; line-height: 1; font-weight: 600; padding: 16px 0; text-align: center; width: 400px; display: block; border-radius: 4px; cursor: pointer; transition: .3s;}
.wpcf7 .button input:hover {background: #265585;}
.wpcf7 .button input:focus {outline: none;}
.myfile span {cursor: pointer;}
.myfile input {padding: 0; border: none!important; cursor: pointer; font-size: .9rem;}
.wpcf7-spinner {position: absolute!important; right: 10px; top: 10px;}
.wpcf7-not-valid {border: 1px solid #ff0000!important;}
.wpcf7-response-output {padding: 0!important; margin: 15px 0 0!important;}
.wpcf7 form.sent .wpcf7-response-output {border: none; text-align: center; font-size: .9rem; line-height: 1.2; color: #46b450;}
.wpcf7 form.invalid .wpcf7-response-output {border: none; text-align: center; font-size: .8rem; line-height: 1.2; color: #ff0000;}
.wpcf7-not-valid-tip {display: none!important;}
/**** WSP FORM **/
.f-wsp .wpcf7 .col {margin-bottom: 15px;}
.f-wsp .wpcf7 label {display: block; font-size: .95rem; line-height: 1; font-weight: 600; margin-bottom: 8px;}
.f-wsp .wpcf7 label span {color: #ff0000; font-size: .8rem; line-height: 1; font-weight: 300;}
.f-wsp .wpcf7 input, .f-wsp .wpcf7 textarea, .f-wsp .wpcf7 select {padding: 10px;}
.f-wsp .wpcf7 textarea {height: 100px; line-height: 1.4;}
.f-wsp .wpcf7 .button input {width: 300px;}
.f-wsp .wpcf7 .button {position: relative; display: flex; justify-content: center;}
.f-wsp .wpcf7 .button input {background: #34c700; color: #fff; border: none; font-size: 1rem; line-height: 1; text-transform: uppercase; font-weight: 600; padding: 14px 0; text-align: center; width: 400px; display: block; border-radius: 4px; cursor: pointer; transition: .3s;}
.f-wsp .wpcf7 .button input:hover {background: #2eb000;}
/** PAGE FORM **/
.p-form .wpcf7 .button input {background: #9a005b;}
.p-form .wpcf7 .button input:hover {background: #a90b68;}
/* ================================================== 
MOBILE MENU
================================================== */
.b-menu {margin-right: -8px;}
.b-menu a {width: 40px; height: 40px; padding-top: 5px; display: block;}
.b-menu img {margin: 0 auto; display: block; width: 28px; height: 28px;}
.c-offcanvas--left {background: #fff!important;}
.c-offcanvas--left .js-offcanvas-close {padding: 2px; position: absolute; top: 10px; right: 10px; z-index: 999;}
.c-offcanvas--left .js-offcanvas-close img {width: 20px; height: 20px;}
button.js-offcanvas-close {background: none; padding: 0; margin: 0; width: 20px; position: absolute; top: 10px; right: 10px;}
.canv {display: flex; flex-direction: column; padding: 15px 15px 15px; width: 100%; overflow: hidden;}
.bb-logo {display: flex; flex-direction: column; margin-bottom: 20px;}
.bb-logo .logo {margin-bottom: 8px;}
.bb-title {position: relative; margin-bottom: 10px;}
.bb-title h3 {font-size: .88rem; color: #000; text-transform: uppercase;}
.bb-nav {margin-bottom: 20px;}
.bb-nav #cssmenu {display: block; padding: 0; margin: 0;}
.bb-nav #cssmenu > ul, .bb-nav ul {padding: 0; margin: 0; display: flex; flex-wrap: wrap;}
.bb-nav #cssmenu > ul > li, .bb-nav ul li {width: 100%; padding: 0; margin: 0; display: block; position: relative;}
.bb-nav #cssmenu > ul > li > a, .bb-nav li a {display: block; padding: 8px 0; position: relative; font-size: 1.05rem; line-height: 1.2; font-weight: 500; color: #000; text-transform: capitalize;}
/* ================================================== 
OFF CANVAS
================================================== */
.c-offcanvas{transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index: 999999!important;}.c-offcanvas-bg.c-offcanvas-bg--push,.c-offcanvas-bg.c-offcanvas-bg--reveal,.c-offcanvas-content-wrap,.c-offcanvas{transition:transform 300ms cubic-bezier(0.4,0,0.6,1)}.c-offcanvas.is-open{transform:translate3d(0,0,0);visibility:visible}.c-offcanvas-content-wrap{z-index:3}.c-offcanvas{position:fixed;min-height:100%;max-height:none;top:0;display:block;background:#fff;overflow-x:hidden;overflow-y:auto}.c-offcanvas--opening{transition-timing-function:cubic-bezier(0.4,0,0.6,1)}.c-offcanvas.is-closed{max-height:100%;overflow:hidden;visibility:hidden;box-shadow:none}.c-offcanvas--overlay{z-index:1080}.c-offcanvas--reveal{z-index:2}.c-offcanvas-bg{position:fixed;top:0;height:100%;width:100%;z-index:1079;left:-100%;background-color:transparent;transition:background-color 400ms cubic-bezier(0.23,1,0.32,1) 0}.c-offcanvas-bg.is-animating,.c-offcanvas-bg.is-open{left:0;background-color:rgba(0,0,0,0.68);visibility:visible}.c-offcanvas-bg.is-closed{visibility:hidden}.c-offcanvas-bg--closing.is-animating{background:transparent}.c-offcanvas--left{height:100%;width:18em;transform:translate3d(-18em,0,0)}.c-offcanvas--right{height:100%;width:17em;right:0;transform:translate3d(17em,0,0)}.c-offcanvas--top{left:0;right:0;top:0;height:10em;min-height:auto;width:100%;transform:translate3d(0,-10em,0)}.c-offcanvas--bottom{top:auto;left:0;right:0;bottom:0;height:12.5em;min-height:auto;width:100%;transform:translate3d(0,12.5em,0)}.c-offcanvas-content-wrap{z-index:3}.c-offcanvas-content-wrap--reveal.c-offcanvas-content-wrap--left.is-open{transform:translate3d(17em,0,0)}.c-offcanvas-content-wrap--reveal.c-offcanvas-content-wrap--right.is-open{transform:translate3d(-17em,0,0)}.c-offcanvas--reveal{z-index:0;transform:translate3d(0,0,0)}.c-offcanvas-bg.c-offcanvas-bg--reveal.c-offcanvas-bg--left.is-open{transform:translate3d(17em,0,0)}.c-offcanvas-bg.c-offcanvas-bg--reveal.c-offcanvas-bg--right.is-open{transform:translate3d(-17em,0,0)}.c-offcanvas--push{z-index:6}.c-offcanvas--push--opening{transition-timing-function:cubic-bezier(0,0,0.2,1)}.c-offcanvas-content-wrap{z-index:3}.c-offcanvas-content-wrap--push.c-offcanvas-content-wrap--left.is-open{transform:translate3d(17em,0,0)}.c-offcanvas-content-wrap--push.c-offcanvas-content-wrap--right.is-open{transform:translate3d(-17em,0,0)}.c-offcanvas-bg.c-offcanvas-bg--push.c-offcanvas-bg--left.is-open{transform:translate3d(17em,0,0)}.c-offcanvas-bg.c-offcanvas-bg--push.c-offcanvas-bg--right.is-open{transform:translate3d(-17em,0,0)}
/* ================================================== 
OWL
================================================== */
.owl-theme {display: none; width: 100%; -webkit-tap-highlight-color: transparent; position: relative; z-index: 1;}
.owl-theme .owl-stage {position: relative; -ms-touch-action: pan-Y; float: left;}
.owl-theme .owl-stage:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
.owl-theme .owl-stage-outer {position: relative; overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px); transform: translate3d(0px, 0px, 0px);}
.owl-theme .owl-item {float: left; position: relative; min-height: 1px; -webkit-backface-visibility: hidden; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none;}
.owl-theme .owl-item img {-webkit-transform-style: preserve-3d;}
.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next,
.owl-theme .owl-dot {cursor: pointer; cursor: hand; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
.owl-theme .owl-dots {text-align: center; margin-top: 10px;}
.owl-theme .owl-dots button {border-radius: 50%; margin: 0 3px;}
.owl-theme .owl-dot {display: inline-block;}
.owl-theme .owl-dots .owl-dot.active span {background: #869791;}
.owl-theme .owl-dots .owl-dot span {width: 8px; height: 8px; background: #D6D6D6; display: block; -webkit-backface-visibility: visible; transition: opacity .2s ease; border-radius: 50%;}
.owl-theme.owl-loaded {display: block;}
.owl-theme.owl-loading {opacity: 0; display: block;}
.owl-theme.owl-hidden {opacity: 0;}
.owl-theme.owl-refresh .owl-item {display: none;}
.owl-theme.owl-drag .owl-item {-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
.owl-theme.owl-grab {cursor: move; cursor: grab;}
.owl-theme.owl-rtl {direction: rtl;}
.owl-theme.owl-rtl .owl-item {float: right;}
.owl-theme .owl-nav.disabled, .owl-theme .owl-dots.disabled {display: none;}
.no-js .owl-theme  {display: block;}
.owl-height {transition: height 500ms ease-in-out;}
.owl-theme .owl-item .owl-lazy  {opacity: 0; transition: opacity 400ms ease;}
.owl-theme .owl-item img.owl-lazy {-webkit-transform-style: preserve-3d; transform-style: preserve-3d;}
.owl-nav {position: absolute; top: 40%; left: 0; width: 100%;}
.owl-prev, .owl-next {position: absolute;}
.owl-prev {left: 10px;}
.owl-next {right: 10px;}
.owl-nav button {display: flex; justify-content: center; align-items: center; width: 34px; height: 34px; background: #fff; border-radius: 50%;}
.owl-nav button span {display: none;}
.owl-nav button.owl-prev::before {content: ''; background: url("images/left.svg") no-repeat; background-size: contain;}
.owl-nav button.owl-next::before {content: ''; background: url("images/left.svg") no-repeat; background-size: contain; transform: scaleX(-1); margin-left: 3px;}
.owl-nav button.owl-prev::before, .owl-nav button.owl-next::before {width: 14px; height: 14px; display: block; filter: invert(43%) sepia(0%) saturate(4466%) hue-rotate(149deg) brightness(91%) contrast(85%); transition: .3s;}
.owl-nav button:hover.owl-prev::before, .owl-nav button:hover.owl-next::before {filter: invert(45%) sepia(41%) saturate(6102%) hue-rotate(120deg) brightness(99%) contrast(84%);}
/* ================================================== 
404
================================================== */
.notfound {padding: 5em 0;}
.notfound h1 {font-size: 15rem; line-height: 1.1; font-weight: 700;}
.notfound p {font-size: 1.2rem; line-height: 1.2;}
/* ================================================== 
ADD ON
================================================== */
.clearfix {clear: both;}
.video, .maps {overflow: hidden; padding-bottom: 50%; position: relative; height: 0;}
.video iframe, .maps iframe {left: 0; top: 0; height: 100%; width: 100%; position: absolute;}
.maps {margin-bottom: 0;}
.fb {color: #4267b2;}
.twit {color: #55acee;}
.ig {color: #f24d58;}
.pin {color: #e60023;}
.utube {color: #ff0000;}
.whatsapp {color: #00a500;}
.tele {color: #0088cc;}
.fb-ico {background: #4267b2;}
.twit-ico {background: #55acee;}
.ig-ico {background: #d6249f; background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);}
.pin-ico {background: #cc2127;}
.in-ico {background: #0077b5;}
.utube-ico {background: #ff0000;}
.tiktok-ico {background: #000;}
.whatsapp-ico {background: #00a500;}
.web-ico {background: #a67c52;}
.tele-ico {background: #0088cc;}
.messenger-ico {background: #007fff;}
/* ================================================== 
SOCIAL MEDIA ICON
================================================== */
.socmed ul {display: flex; align-items: center;}
.socmed li {margin-right: 5px;}
.socmed li a {width: 40px; height: 40px; border-radius: 50%; display: block; padding-top: 9.5px; font-size: 1.3rem; line-height: 1; text-align: center; color: #fff;}
.socmed li a:hover {color: #fff;}
.socmed li a.ico-fb:hover {background: #4267b2;}
.socmed li a.ico-twitter:hover {background: #55acee;}
.socmed li a.ico-instagram:hover {background: #d6249f; background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);}
.socmed li a.ico-youtube:hover {background: #ff0000;}
.socmed li a.ico-tiktok:hover {background: #000;}
.socmed li a.ico-pinterest:hover {background: #cc2127;}
.socmed li a.ico-linkedin:hover {background: #0077b5;}
.socmed li a.ico-telegram:hover {background: #0088cc;}
/* ================================================== 
CTA
================================================== */
.cta {position: fixed; bottom: 70px; right: 10px; z-index: 999; cursor: pointer;}
.cta a {background: #00a500; padding-top: 10px; color: #fff; font-size: 1.6rem; line-height: 1; width: 48px; height: 48px; border-radius: 50%; display: block; text-align: center;}
/* ================================================== 
TO TOP BUTTON
================================================== */
#toTop {position: fixed; bottom: 15px; right: 10px; z-index: 999; cursor: pointer;}
#toTop img {background: #fff; border-radius: 50%; width: 48px; height: 48px; display: block; padding: 13px; border: 1px solid #ddd; box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;}