/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

	

.chitiet {
	background-color: #161616;
	padding: 20px;
	border-radius:10px
}
.saboxplugin-wrap{
	border-radius:15px;
	background-color:#00000026;
	margin-bottom:20px !important
}
.widget .badge{
	width:80px;
}
.recent-blog-posts a{
	font-size: 14px;
}
.breadc{
    padding: 13px;
    font-size: 14px;
}
.breadc a{

}
.breadc p{
  margin-bottom: 0px;
   
}
.breadc .rank-math-breadcrumb{
  padding: 10px;
  background-color:var(--primary-color);
  border-radius: 5px;
}
.box-blog-post .is-divider{
    display: none;
}
.home .breadc{
  display: none;
}
/*
header #masthead{
	border-bottom: 1px solid #f1f1f1;
}

#main{
	background-image:linear-gradient(-90deg, rgb(145 208 217 / 59%), rgb(255 255 255 / 0%));
}
*/
.header-block{
	min-height: 0px;
}

.wpcf7-spinner{
	display: none;
}

.post-meta {
    font-size: 12px !important;
}
.post-meta .item-post-mt {
    padding-left: 10px;
    display: inline-block;
    text-transform: capitalize;
}
.post-meta .item-post-mt i {
    margin-right: 3px;
}
.post-meta .item-post-mt:first-child {
    padding-left: 0px;
}


/* Custom CSS */

.related-posts {
  padding:10px;
  background-color:#ebebeb;
  border-radius:10px;
}

.head-rp {
  font-weight:700;
  font-size:20px;
  font-family:oswald;
  padding-bottom:10px;
  text-transform:uppercase;
}

.li-rp {
  margin-left:20px;
}


.related-posts li {
  padding:5px;
  margin:0;
  border-bottom:1px dashed #CCC;
  list-style:disc;
  margin-left:30px;
}

.related-posts h3 {
  padding-bottom:15px;
  Font-size:20px;
  text-transform:uppercase;
}
.text-content>.col{border:3px solid #c32c2c;border-radius:15px;height:700px;padding:10px;margin-bottom:36px}.text-content>.col>.col-inner{height:100%;overflow:auto}.text-content>.col>.col-inner::-webkit-scrollbar{width:.5rem;border-radius:10px}.text-content>.col>.col-inner::-webkit-scrollbar-thumb{border-radius:50px;background-color:#c32c2c}

#top-bar{
    position: relative;
    background: url(images/header-list-bg.png) center / 1300px 100% no-repeat #066742;
    margin-bottom: 40px;
}
#masthead{
    background: linear-gradient(to right, #017137, #10ac6c);
}

.header-main .nav > li > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
#masthead .header-nav-main > li > a > img{
    margin-right: 0px;
    height: 26px;
    object-fit: contain;
    
}
#masthead .header-nav-main > li:not(.current-menu-item) > a > img{
    filter: brightness(0) invert(1);
}
#masthead .header-nav-main > li:hover > a > img{
    filter: inherit;
}
.nav-spacing-xlarge>li {
    margin: 0 15px;
}
.label-hot.menu-item>a:after{
    contain: "";
    position: absolute;
    top: -8px;
    right: -20px;
    width: 51px;
    height: 25px;
    background: url(images/icon-hot.png) no-repeat center / contain;
    animation: hotBounce 1.2s infinite;
    font-size: 0px;
}

.section-title-normal span,.section-title-normal{
    border:0px;
    margin-bottom: 0px;
}
.section-title-container{
    margin-bottom: 10px;
}
.section-title i{
    opacity: 1;
}
.absolute-footer{
    display: none;
}
.box-image{
    border-radius: 10px;
}
span.widget-title {
    display: block;
    background: var(--fs-color-primary);
    padding: 12px 15px;
}

.widget .is-divider{
    display: none;
}

.tit_new{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    left: 0;
    color: #ffff00;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 32px;
    background: #04712a;
}
.tit_new:after {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 23px;
    margin-left: 5px;
    background: #ffff00;
    -webkit-mask: url(images/icon-horn.png) no-repeat center / contain;
    mask: url(images/icon-horn.png) no-repeat center / contain;
}
.tit_new p{
  margin-bottom: 0px;
  color:#ffff00 ;
}
.marquee{

  overflow: hidden;
}
.marquee ul  {
  display: flex;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.marquee ul li{
    white-space: nowrap;
    vertical-align: top;
    margin: 0 5px;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    line-height: 32px;
}

.icon-box.bor{
    height: 75px;
    border: 1px solid #57bf64;
    border-radius: 10px;
    font-size: 18px;
    PADDING: 10PX;
    margin-bottom: 20px;
}

.widget ul {
    margin: 0;
    background: #03613052;
    padding: 10px;
}
.widget>ul>li+li, ul.menu>li+li {
    border-top: 1px solid #ececec26;
}
.has-dropdown .icon-angle-down{
    display: none;
}
.nav-slide-header .toggle {
    box-shadow: none !important;
    color: rgb(0 0 0);
}
.toggle{
       color: rgb(0 0 0); 
}
.related-posts h2{
    color: #000;
}
@keyframes hotBounce{0%,100%,20%,50%,80%{transform:translateY(0)}40%{transform:translateY(-20px)}60%{transform:translateY(-5px)}}
@media(max-width:768px){

.nav.nav-vertical {
    padding: 10px;
}
.off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
  background-color: hsl(0deg 0% 100%);

}
.off-canvas .nav-vertical>li>a{
  background-color: #dbffed;
  padding: 7px;
  border: 0px;
  color: var(--fs-color-primary);
  font-weight: normal;
  border-radius: 5px;
}
.nav.nav-vertical li{
  margin-bottom: 2px;
}
.nav-sidebar.nav-vertical>li+li{
  border:0px;
}
.ux-sidebar-menu-icon {
  filter: invert(21%) sepia(96%) saturate(6045%) hue-rotate(357deg) brightness(100%) contrast(107%);
  width: 18px;
  margin-right: 10px !important;
}
.off-canvas:not(.off-canvas-center) li.html{
  padding: 0px !important;
}
.tit_new{
    font-size: 12px;
}
}