#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    font-weight: 600;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}


#cssmenu ul ul {
    z-index: 99;
}

#cssmenu:after, #cssmenu>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#cssmenu #menu-button {
    display: none;
    font-size: 14px;
}

#cssmenu {
    font-weight: 600;
}

#cssmenu>ul {   
    width: 100%;
}

#cssmenu>ul>li {
    text-align: center;
    display: inline-block;
    float: left;
}

#cssmenu.align-center>ul {
    font-size: 0;
    text-align: center;
}

#cssmenu.align-center>ul>li {
    display: inline-block;
    /*float: none;*/
}

#cssmenu.align-center ul ul {
    text-align: left;
}

#cssmenu.align-right>ul>li {
    float: right;
}

#cssmenu.align-right ul ul {
    text-align: right;
}

#cssmenu>ul>li>a {
    padding: 0 25px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    font-weight:700;
    line-height:45px;
    height:45px;
}

@media screen and (min-width: 1024px){

   
}

@media screen and (min-width:768px){

    #cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
        display: block !important;
    }

#cssmenu>ul>li>a {
/*  border-right: 1px solid #215181;
    border-left: 1px solid #3174b8;*/
}
#cssmenu>ul>li:first-of-type>a {
    border-left: 0px solid #3174b8;
}
#cssmenu>ul>li:last-of-type>a {
    border-right: 0px solid #3174b8;
}
}

#cssmenu>ul>li:hover>a, #cssmenu>ul>li.active>a {
    color: #f2f2f2;
    background:#353a40;
    transition: 0.8s;
    
}
#cssmenu>ul>li:hover, #cssmenu>ul>li.active{
   border-bottom: 3px solid #FD3A13;
   transition: 0.8s;
}
#cssmenu>ul>li{
   border-bottom: 3px solid #212121;
}
#cssmenu>ul>.current-menu-item{
    background: #353a40;
    border-bottom: 3px solid #FD3A13;
}
#cssmenu ul ul li{
    border-bottom: 3px solid #F2F2F2;
}
#cssmenu ul ul .current-menu-item{
    border-bottom: 3px solid #FD3A13;
}

#cssmenu>ul>li.has-sub>a {
    padding-right: 25px;
}

#cssmenu>ul>li.has-sub>a::after {
    position: absolute;
    top: 20px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

#cssmenu>ul>li.has-sub:hover>a::after {
    border-color: #f2f2f2;
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px;
    top: 48px;
}
#cssmenu li.focus>ul,
#cssmenu li:hover>ul {
    left: auto;
    z-index: 9;
}

#cssmenu.align-right li:hover>ul {
    right: 0;
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}

#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}

#cssmenu ul ul li {
    height: 0;
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    -ms-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease;
}

#cssmenu ul li.focus>ul>li,
#cssmenu ul li:hover>ul>li {
    height: 35px;
}

#cssmenu ul ul li a {
    padding: 10px 20px;
    width: 100%;
    font-size: 12px;
    background: #f2f2f2;
    text-decoration: none;
    color: #141414;
    text-align: left;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

#cssmenu ul ul li.focus>a,
#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
    color: #FD3A13;
}

#cssmenu ul ul li.has-sub>a::after {
    position: absolute;
    top: 13px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #141414;
    border-right: 1px solid #141414;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

#cssmenu.align-right ul ul li.has-sub>a::after {
    right: auto;
    left: 10px;
    border-bottom: 0;
    border-right: 0;
    border-top: 1px solid #141414;
    border-left: 1px solid #141414;
}

#cssmenu ul ul li.has-sub:hover>a::after {
    border-color: #FD3A13;
}

@media all and (max-width: 767px) {
    #cssmenu {
        width: 100%;
    }
    #cssmenu ul {
        width: 100%;
        float: none;
        display: none;
        position: relative;
        z-index: 9;
        padding-top: 15px;
    }
    #cssmenu.align-center>ul, #cssmenu.align-right ul ul {
        text-align: left;
    }
    #cssmenu ul li, #cssmenu ul ul li, #cssmenu ul li:hover>ul>li {
        width: 100%;
        height: auto;
        border-top: 1px solid rgba(120, 120, 120, 0.15);
    }
    #cssmenu ul li a, #cssmenu ul ul li a {
        width: 100%;
    }
    #cssmenu>ul>li, #cssmenu.align-center>ul>li, #cssmenu.align-right>ul>li {
        float: none;
        display: block;
        text-align: left;
    }
    #cssmenu ul ul li a {
        padding: 20px 20px 20px 30px;
        font-size: 12px;
        color: #ffffff;
        background: none;
        text-transform: uppercase;
    }
    #cssmenu ul ul li:hover>a, #cssmenu ul ul li a:hover {
        color: #BCBCBC;
    }
    #cssmenu ul ul ul li a {
        padding-left: 40px;
    }
    #cssmenu ul ul, #cssmenu ul ul ul {
        position: relative;
        left: 0;
        top: 0;
        right: auto;
        width: 100%;
        margin: 0;
    }
    #cssmenu>ul>li.has-sub>a::after, #cssmenu ul ul li.has-sub>a::after {
        display: none;
    }
    #menu-line {
        display: none;
    }
    #cssmenu #menu-button {
        display: inline-block;
        padding: 20px;
        color: #f2f2f2;
        cursor: pointer;
        font-size: 14px;
        text-transform: uppercase;
        text-align: left;
    }
    #cssmenu #menu-button::after {
        content: '';
        position: absolute;
        top: 15px;
        right: 13px;
        display: block;
        width: 15px;
        height: 2px;
        background: #f2f2f2;
    }
    #cssmenu #menu-button::before {
        content: '';
        position: absolute;
        top: 20px;
        right: 13px;
        display: block;
        width: 15px;
        height: 7px;
        border-top: 2px solid #f2f2f2;
        border-bottom: 2px solid #f2f2f2;
    }
    #cssmenu .submenu-button {
        position: absolute;
        z-index: 10;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid rgba(120, 120, 120, 0.15);
        height: 45px;
        width: 45px;
        cursor: pointer;
    }
    #cssmenu .submenu-button::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left:-0.5px;
        margin-top:-5.5px;
        display: block;
        width: 1px;
        height: 11px;
        background: #f2f2f2;
        z-index: 99;
    }
    #cssmenu .submenu-button::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top:-0.5px;
        margin-left:-5.5px;
        display: block;
        width: 11px;
        height: 1px;
        background: #f2f2f2;
        z-index: 99;
    }
    #cssmenu .submenu-button.submenu-opened:after {
        display: none;
    }
}



@media all and (max-width: 732px) {
       .navbar-brand {
     padding-top: 0px;
     margin-bottom: 30px;
       }
 }

@media all and (max-width: 640px) {
       .navbar-brand {
     padding-top: 0px;
     margin-bottom: 15px;
 }
}

/**
* Add the Main Slider Settins
*/
/*------------------------------------*\
	Default Article
\*------------------------------------*/
.article {
	position:relative;
	margin-bottom:30px;
}

.article .article-img > a {
	display:block;
}

.article .article-img > a:after {
	content:"";
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background: #222;
	opacity:0;
	-webkit-transition:0.2s opacity;
	transition:0.2s opacity;
}

.article:hover .article-img > a:after {
	opacity:0.3;
}

.article .article-img {
	position:relative;
	overflow:hidden;
	margin-bottom:15px;
}

.article .article-img img {
	width:100%;
	-webkit-transition:0.5s -webkit-transform;
	transition:0.5s -webkit-transform;
	transition:0.5s transform;
	transition:0.5s transform, 0.5s -webkit-transform;
}

.article:hover .article-img img {
	-webkit-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	        transform:scale(1.1);
}

.article .article-img  .article-info {
	position:absolute;
	bottom:15px;
	left:15px;
	z-index:22;
}

.article .article-body .article-info {
	margin-bottom:15px;
}

.article .article-info li {
	display:inline-block;
	margin-right:-2px;
}

.article .article-info .article-type {
	width:30px;
	height: 30px;
	line-height: 30px;
	text-align:center;
	background: #222;
	color: #FFF;
	font-size: 12.5px;
}

.article .article-info .article-category > a {
	display:block;
	padding: 0px 15px;
	height: 30px;
	line-height: 30px;
	background: #EF233C;
	color: #FFF;
	text-transform: uppercase;
	font-size: 12.5px;
}

.article .article-info .article-category > a:hover {
	opacity:0.8;
}

.article .article-title {
	text-transform: uppercase;
	margin-top:0px;
}

.article .article-title > a {
	font-weight:700;
}

.article .article-meta {
	margin-bottom: 10px;
	margin-top: 10px;
}

.article .article-meta li {
	display:inline-block;
	color:#DDD;
	font-weight:400;
	font-size:12.5px;
	text-transform:uppercase;
}

.article .article-meta li + li {
	margin-left:10px;
}

/*------------------------------------*\
	Thumb Article
\*------------------------------------*/
.article.thumb-article {
	margin-bottom:0px;
}

.article.thumb-article .article-img {
	margin-bottom:0px;
}

.article.thumb-article .article-img:after {
	content:"";
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background: -webkit-gradient(linear, left bottom, left top, from(#222), to(transparent));
	background: linear-gradient(to top, #222 0%, transparent 100%);
	opacity:0.5;
	-webkit-transition:0.2s opacity;
	transition:0.2s opacity;
}

.article.thumb-article:hover .article-img:after {
	opacity:1;
}

.article.thumb-article .article-body {
	position: absolute;
	bottom: 0;
	left:0;
	right:0;
	padding: 15px 5%;
	z-index:20;
}

.article.thumb-article .article-body .article-title > a {
	color:#FFF;
}

.article.thumb-article .article-body .article-title > a:hover {
	color: #DDD;
}


/*------------------------------------*\
	Row Article
\*------------------------------------*/
.article.row-article:after {
	content:"";
	display:block;
	clear:both;
}

.article.row-article .article-img {
	width:50%;
	float:left;
	margin-right:30px;
	margin-bottom:0px;
}

@media only screen and (max-width: 767px) {
	.article.row-article .article-img {
		width:180px;
	}
	
	.article.row-article .article-body p {
		display:none;
	}
}

@media only screen and (max-width: 480px) {
	.article.row-article .article-img {
		float:none;
		margin-bottom:15px;
	}
}

/*=========================================================
	ARTICLE POST
===========================================================*/
.article-post .article-main-img {
	margin-bottom:15px;
}

.article-post .article-main-img img {
	width:100%;
}


/*------------------------------------*\
	Article Share
\*------------------------------------*/
.article-share {
	position:absolute;
	left:-45px;
	top:0;
}

.article-share > a {
	display:block;
	width:45px;
	height:45px;
	line-height:45px;
	font-size:12.5px;
	text-align:center;
	background-color:#222;
	color:#FFF;
}

.article-share > a.facebook {
	color: #FFF;
	background-color: #3b5999;
	
}

.article-share > a.twitter {
	color: #FFF;
	background-color:#00aced;
}

.article-share > a.google {
	color: #FFF;
	background-color:#d44332;
}

.article-share > a:hover {
	opacity:0.8;
}


/*------------------------------------*\
	Owl Custom nav
\*------------------------------------*/
.custom-owl-nav > div {
	position:relative;
	height: 45px;
	width: 45px;
	line-height: 45px;
	display: inline-block;
	border:1px solid #DDD;
	background-color:transparent;
	text-align: center;
	cursor:pointer;
	z-index:2;
}

.custom-owl-nav > div:not(.disabled):hover {
	background-color:#EF233C;
	border-color: #EF233C;
	color:#FFF;
}

.custom-owl-nav > div.disabled {
	border-color: rgba(221, 221, 221, 0.5);
	color: rgba(221, 221, 221, 0.5);
	cursor:not-allowed;
}

.custom-owl-nav .owl-prev{
	border-right:none;
}

/*------------------------------------*\
	Owl Center nav
\*------------------------------------*/
.owl-theme.center-owl-nav .owl-nav [class*='owl-'] {
    position: absolute;
    top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	border: none;
    background: #222;
    color: #FFF;
  	padding: 0px;
  	width: 45px;
  	height: 45px;
  	line-height: 45px;
	border-radius:0;
  	margin: 0;
}

.owl-theme.center-owl-nav .owl-prev {
    left: 0px;
}

.owl-theme.center-owl-nav .owl-next {
    right: 0px;
}

.owl-theme.center-owl-nav .owl-nav [class*='owl-']:hover {
    opacity: 0.8;
    background: #EF233C;
}

/*------------------------------------*\
	Owl Dots
\*------------------------------------*/
.owl-theme .owl-dots .owl-dot span {
    border: none;
    background: #DDD;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #EF233C;
}
.owl-theme .owl-dots .owl-dot.active span {
	background: #EF233C;
}


.owl-next i{
	padding: 0 0 0 20px;
	font-size: 20px;
}
.owl-prev i{
	padding: 0 0 0 20px;
	font-size: 20px;
}
.article-meta > li > .meta-viewer {
	color: #FFF;
}
.article-meta > li > i{
	margin-right: 10px;
}
.article-meta > li > .meta-viewer i{
	margin-right: 10px;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.slider-div-control .pst-block-main figure img {
    margin-bottom: 0;
    height: 183px;
    object-fit: cover;
}


/**
* Slider Css
*/
.slider_side_post {
    width: 45%;
    float: left;
    margin: 15px 10px 0 12px;
    padding: 0;
 }
 
 .slider-div-control .pst-block-main {
   padding: 0 0 14px 0;
   margin: 0;
 }
 
 .slider_side_post .post {
   position: relative;
 }
 
 .slider_side_post .meta-data {
    position: absolute;
    bottom: 0;
    padding: 5px;
    width: 100%;
    margin-bottom: 11px;
 }
 
 .flex-control-thumbs {
   margin: 5px 0 0;
   top: 0;
   overflow: hidden;
 }
 
 .slider_side_post .meta-data {
   background: rgba(0, 0, 0, 0.5);
 }
 
 .slider_side_post .meta-data h3.title-3 a {
    font-weight: 500 !important;
    color: #ffffff !important;
    font-size: 17px;
 }
 
 .slider_side_post .post-tp-4 {
   margin: 0 5px 5px 0;
 }
 
 .thumbnail-post-slider,
 .archive-post-slider  {
   display: none;
 }
 
 .oneLine_Slider,
 .single_Post{
   display:none;
 }