/*:root {
    General;
        --font-primary:'Manrope', sans-serif;
        --font-secondary:'Manrope', sans-serif;

        --theme-primary-color:48,60,116;
        --theme-secondary-color:239,203,104;

        --title-primary-color:48,60,116;
        --title-secondary-color:24,25,31;
        --title-light-color:255,255,255;

        --text-primary-color:24,25,31;
        --text-secondary-color:217,219,225;
        --text-light-color:255,255,255;

        --background-primary-color:48,60,116;
        --background-secondary-color:239,203,104;

        --button-text-primary-color:48,60,116;
        --button-text-secondary-color:239,203,104;
        --button-text-light-color:255,255,255;

        --button-background-primary-color:48,60,116;
        --button-background-secondary-color:239,203,104;
        --button-background-light-color:255,255,255;
    Header;
        --header-primary-font:'Manrope', sans-serif;
        --header-secondary-font:'Manrope', sans-serif;

        --header-text-primary-color:255,255,255;
        --header-text-secondary-color:48,60,116;

        --header-background-primary-color:48,60,116;
        --header-background-secondary-color:255,255,255;
    Footer;
        --footer-primary-font:'Manrope', sans-serif;
        --footer-secondary-font:'Manrope', sans-serif;

        --footer-text-primary-color:255,255,255;
        --footer-text-secondary-color:217,219,225;

        --footer-background-primary-color:19,26,57;
        --footer-background-secondary--color:255,255,255;
}*/
/*
Index;
 Post video format
		--p-v-title:0,0,0;
        --p-v-background:253,182,100;
        --p-v-highlight:253,182,100;
         Post simple format
		--p-s-title:253,182,100;
        --p-s-description:0,0,0
        --p-btn-color:253,182,100;
         Post simple width bakground format
		--p-b-title:255,255,255;
		--p-b-description:0,0,0
        --p-b-background:144,228,205;
        --p-b-btn-color:255,255,255;
*/



html {
	min-height: 100%;
}

html,body {
	background-color: rgb(var(--theme-light-color));
	font-family: var(--theme-primary-font);
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color: rgb(var(--text-primary-color));
	height: 100%;
}


h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	margin: 0;
	font-family: var(--theme-primary-font);
}
h1, h2{
	color: rgb(var(--title-primary-color));
	font-weight: 800;
}
p{
	margin-bottom:0px;
}
input[type="button"]:focus, button:focus{
	outline:none;
}
input[type="button"]::-moz-focus-inner, button::-moz-focus-inner {
	border: 0;
}


a {
	color: rgb(var(--text-primary-color));
}
a:hover {
	color: rgb(var(--text-primary-color));
	text-decoration: underline;
}

figure {
	margin: 0;
}
figure, picture {
	display: block;
}


.wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
}


#header {}
#body {
	flex: 1;
}
#footer{}

/*
// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { }
*/


.breadcrumb__wrap {
	margin-top: 1rem;
	line-height: 1.25;
}
	.breadcrumb {
		font-size: .85rem;
		font-weight: 600;
		text-transform: uppercase;
		color: rgb(var(--text-secondary-color));
		padding: 0;
		margin-bottom: 0;
		background-color: transparent;
		border-radius: 0;
	}
	.breadcrumb a {
		color: rgb(var(---text-secondary-color));
	}
	.breadcrumb a:hover {
		text-decoration: underline;
	}
	.breadcrumb span {
		display: inline-block;
		padding: 0 6px;
	}
	.breadcrumb .active {
		color: rgb(var(--text-primary-color));
	}



.pagination {
	border-radius: 0;
	margin-bottom: 0;
}
	.pagination .page-item:first-child .page-link,
	.pagination .page-item:last-child .page-link {
		border-radius: 0;
	}
	.pagination .page-link {
		color: rgb(var(--text-primary-color));
	}
	.page-link:focus {
		box-shadow: none;
	}
	.page-item.active .page-link {
		z-index: 3;
		color: #fff;
		background-color: rgb(var(--theme-primary-color));
		border-color: rgb(var(--theme-primary-color));
	}


ul.menu  {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.menu .menu-item {
	padding: 0 .5rem;
}
.menu .menu-link {
	display: block;
	position: relative;
	font-size: 1rem;
	color: #000;
	line-height: 1rem;
	text-decoration: none;
	cursor: pointer;
	 -webkit-transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
  transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
  padding: 1rem 0rem;
}
.menu .menu-link:hover {
	color: rgb(var(--header-text-primary-color));
}
.menu .hide-txt .txt {
	display: none;
}

.menu-footer .menu-item {
	margin-top: .25rem;
	padding: 0;
}
.menu-footer .menu-link {
	color: rgb(var(--footer-text-primary-color));
	font-size: .85rem;
	line-height: 1.25;
}
.menu-footer .menu-link:hover {
	text-decoration: underline;
}
.menu-footer .menu-link:hover,
.menu-footer .menu-link.active {
	color: rgba(255,255,255,1);
}


.footer .menu-social .menu-link {
	color: rgb(var(--footer-text-primary-color));
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 1px;
}
.footer .menu-social .menu-link:hover,
.footer .menu-social .menu-link.active {
	color: rgb(var(--footer-text-primary-color));
}

.footer .logo img {
    width: 70px;
    height: auto;
    image-rendering: auto;
}
.footer .menu-footer{
display: flex;
flex-wrap: wrap;
    list-style: none;
    padding: 0px;
    margin: 0;
}
.menu ul {
	display: -ms-flexbox;
	-ms-flex-direction: row;
	display: flex;
	flex-direction: row;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.menu input[type="checkbox"],
.menu ul label.drop-icon {
	display: none;
}
.menu .menu-dropdown {
	display: none;
	border-radius: .125rem;
	margin-left: -1.25rem;
	position: absolute;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 10.9375rem;
	z-index: 100;
}
.menu .menu-item:hover .menu-dropdown {
	display: block;
}
.menu .menu-sub {
	flex-direction: column;
	background-color: rgb(var(--header-background-secondary-color));
	border: .0625rem solid #ddd;
	border-radius: .125rem;
	padding: .3rem 1.25rem 1rem;
}
.menu .menu-item {
	padding: 0 .6rem;
}
.menu li:first-child {
	*padding-left: 0;
}
.menu .menu-link .txt {
	font-weight: 600;
}
.menu .menu-sub .menu-link {
	margin: 0;
	padding: .35rem 0.65rem;
	text-align: left;

}
.menu .menu-sub .menu-item{
-webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.menu .hide-txt .txt {
	display: none;
}

.menu.menu-footer ul {
	-ms-flex-direction: column;
	flex-direction: column;
}
.menu.menu-footer .menu-link {
	margin: 0;
	padding: 0;
	    color: rgb(var(footer-text-primary-color));
}
.menu.menu-footer li {
	margin-top: .5rem;
	padding-left: 0;
}
.menu.menu-footer li a span{
	font-size: 1rem;
    font-weight: 700 !important;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: capitalize;
     color: rgb(var(--footer-text-primary-color));
}

.footer {
	background-color: rgb(var(--footer-background-primary-color));
	color: rgb(var(--footer-text-primary-color));
}

.footer .poweredby {
	font-size: .85rem;
}
.footer .poweredby img{
	position: relative;
	top: -3px;
}
.footer .socialfollow {
	font-size: .85rem;
}

.footer .logo i {
    line-height: 1.15;
}
@media (max-width: 575.98px) {
	.footer .logo {
		font-size: 5rem;
	}
}

.search__layer {
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	overflow: hidden;
	width: 100%;
	height:0;
	transition: .2s ease;
	z-index: 5;
	background-color: rgb(var(--header-background-primary-color));
	border: 0;
	top: 0;
}
.search__layer.active {
	bottom: 0;
	z-index: 100;
	height: 100px;
}
@media (min-width: 992px) {
	.search__layer.active {
		height: 125px;
	}
}
.search__form {
	height: 100%;
	width: 100%;
}
.search__form form {
	width: 100%;
}
.search__inputbox {
	padding: .25rem;
}
.search__input {
	background-color: rgb(var(header-background-primary-color));
	border: 1px solid #ddd;
	flex:1 1 100%;
}
.search__input input{
	width: 100%;
	height: 2.25rem;
	background-color: transparent;
	border: 0;
	padding: .25rem .5rem;
	font-size: .9rem;
	font-weight: 600;
}
.search__button {
	flex:1 10 100%;
}
.search__button button {
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 0;
	border: 0;
	background-color: transparent;
}

.searchOpenBtn {
	color: rgb(var(--header-background-secondary-color));
}
.searchOpenBtn,
.searchCloseBtn {
	cursor: pointer;
}

@media (max-width: 991.98px) {
	.is-sticky .searchCloseBtn .search__button-close {
		padding-right: 15px;
	}
	.search__input input{
		height: 2rem;
	}
}
@media (max-width: 767.98px) {
	.search__input input{
		height: 1.75rem;
	}
	.search__button {
		flex: 1 7 100%;
	}
	.is-sticky .search__layer.active ~ .logobox {
		height: 4.5rem;

	}
}
@media (max-width: 575.98px) {
	.search__input input{
		height: 1.5rem;
	}
	.search__button {
		flex: 1 5 100%;
	}
	.is-sticky .search__layer.active ~ .logobox {
		height: 4rem;
	}

}
.search__button-close {
	display: inline-block;
	font-size: 2rem;
	font-weight: 400;
	cursor: pointer;
}
.search__type {
	padding: .25rem;
	padding-left: .5rem;
	font-size: .80rem;
}
.search__type label {
	cursor: pointer;
	margin: 0;
	margin-right: 1rem;
}
.search__type input[type="radio"] {
	display: none;
}
.search__type input[type="radio"] + label > span.inp {
	position: relative;
	display: inline-block;
	margin: 0;
	width: .9rem;
	height: .9rem;
	background-color: #fff;
	border: 1px solid rgb(var(--theme-primary-color));
	border-radius: 50%;
	margin-right: .5rem;
	cursor: pointer;
}
.search__type input[type="radio"]:checked + label > span.inp::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	border: 2px solid #fff;
	border-radius: 50%;
	background-color: rgb(var(--background-primary-color));
}


/*
	Index post video format css
*/
.section_index .post_box._video .box_holder {
	border: 4px solid rgb(var(--p-b-background));
	position: relative;
	
}
.section_index .post_box._video .box_holder .title_holder {
	position: absolute;
    *border-top: 10px solid rgb(var(--p-v-background));
    *border-right: 10px solid rgb(var(--p-v-background));
    background: #fff;
    padding: .5rem .5rem .5rem 1.5rem;
}
.section_index .post_box._video .box_holder .title_holder._top {
	top: 5%;
}
.section_index .post_box._video .box_holder .title_holder._bottom {
	bottom: 5%;
}

.section_index .post_box._video .box_holder .content_title {
	font-family: var(--theme-primary-font);
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.5;
	color: rgb(var(--p-v-title));
}


/*
	Index post simple format css
*/
.section_index .post_box._post_simple .box_holder .read_more_btn_holder{
	text-align: right;
}
.section_index .post_box._post_simple .box_holder .content_title{
	font-family: var(--theme-primary-font);
	font-weight: 700;
	*font-size: 1.25rem;
	*line-height: 1.5rem;
	color: rgb(var(--p-s-title));
	display: inline-block;
	margin: 0px !important;
}
.section_index .post_box._post_simple .box_holder .content_description{
	font-family: var(--theme-primary-font);
	font-weight: 500;
	font-size: 1rem;
	*line-height: 1.25rem;
	color: rgb(var(--p-s-descrition));
	display: inline-block;
}
.section_index .post_box._post_simple .box_holder .read_more_btn{
	font-family: var(--theme-primary-font);
	font-weight: 700;
	font-size: 1rem;
	line-height: 1rem;
	color: rgb(var(--p-s-btn-color));
	display: inline-block;
}

/*  Index post break vertical format css  */
.section_index .post_box._post_break .box_holder{
	background-color: rgb(var(--p-b-background));
	position: relative;
}

.section_index .post_box._post_break .box_holder .read_more_btn_holder{
	text-align: right;
}
.section_index .post_box._post_break .box_holder .content_title{
	font-family: var(--theme-primary-font);
	font-weight: 700;
	*font-size: 1.25rem;
	*line-height: 1.5rem;
	color: rgb(var(--p-b-title));
	display: inline-block;
	margin: 0px !important;
}
.section_index .post_box._post_break .box_holder .content_description{
	font-family: var(--theme-primary-font);
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.25rem;
	color: rgb(var(--p-b-description));
	display: inline-block;

}
.section_index .post_box._post_break .box_holder .read_more_btn{
	font-family: var(--theme-primary-font);
	font-weight: 700;
	font-size: 1rem;
	line-height: 1rem;
	color: rgb(var(--p-b-btn-color));
	display: inline-block;

}

/*  Index post break horizontal format css  */
	.section_index .post_box._post_break._horizontal .box_holder .content_title{
		font-family: var(--theme-primary-font);
		font-weight: 700;
		*font-size: 1.25rem;
		*line-height: 1.5rem;
		color: rgb(var(--p-b-description));
		display: inline-block;
		margin: 0px !important;
	}


	.section_index .post_box._post_break .box_holder .content_description{
		overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 5;
	    -webkit-box-orient: vertical;
	    
	}
	.section_index .post_box._post_break._horizontal .box_holder .content_description{
		overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 7;
	    -webkit-box-orient: vertical;
	    
	}
	.section_index .post_box._post_simple .box_holder .content_description{
		overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 4;
	    -webkit-box-orient: vertical;
	    
	}
	.section_index .post_box._video .box_holder .content_title{
		overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box !important;
	    -webkit-line-clamp: 1;
	    -webkit-box-orient: vertical;
	    margin: 0;
	    
	}
	.section_index .post_box._post_break .box_holder .content_title{
		overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box !important;
	    -webkit-line-clamp: 1;
	    -webkit-box-orient: vertical;
	    margin: 0;
	}

	.section_index .post_box._post_simple .box_holder .content_title{
		overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box !important;
	    -webkit-line-clamp: 1;
	    -webkit-box-orient: vertical;
	    margin: 0;
	}

	.footer .logo img{
		*background-color: #fff;
	}
	#footer {
	    *margin-top: 30px;
	}


@media only screen and (min-width: 991.98px){
	.section_index .custom_padding{
		padding-left: 0px !important;
	}

	.image_holder .img_box {
		max-width: 100%;
	    height: 100%;
	    position: relative;
	}

	.section_index .post_box._post_simple img {
		max-width: 100%;
	    *height: auto;
	    object-fit: cover;
	    width: 100%;
	    *height: 240px;
	}
	.section_index .post_box._post_break img {
		max-width: 100%;
	    *height: auto;
	    object-fit: cover;
	    width: 100%;
	    *height: 154px;
	}
	.section_index .post_box._post_break._horizontal img {
		max-width: 100%;
	    *height: auto;
	    object-fit: cover;
	    width: 100%;
	    *height: 132px;
	}
	.section_index .post_box._video img {
		max-width: 100%;
	    *height: auto;
	    object-fit: cover;
	    width: 100%;
	    *height: 358px;
	}
}

/**/
	.section_index .banner_holder{
		position: relative;
		width: 100%;
		max-width: 100%;
	}
	.section_index .banner_holder .banner_background-color{
		height: 100%;
		width: 100%;
		background-color: rgb(var(--p-b-background));
	}
	.section_index .banner_holder .logo_holder{
		position: absolute;
	    top: 50%;
	    margin-top: -100px;
	    display: block;
	    left: 100px;
	}
	.section_index .banner_holder .logo_holder img{
		width: 40vw;
		max-width: 500px;
	}

	.section_index .banner_holder .img_holder img{
		position: relative;
		width: 100%;
		object-fit: cover;
		height: auto;
	}

	.section_index .post_box._video .video_btn_holder img {
		max-width: 100%;
	    height: auto;
	    object-fit: contain;
	    width: auto;
	    height: 100px;
	}
	.section_index .post_box._video .video_btn_holder{
		position: absolute;
	    top: 50%;
	    left: 50%;
	    margin-top: -50px;
	    margin-left: -50px;
	    display: block;
	}

@media only screen and (min-width: 991.98px){
	.section_index .banner_holder .img_holder img{
		min-height: 350px;
	}
	.section_index._mt {
		margin-top: 30px;
	}

	.section_index .post_box .content_title {
		font-size: calc(8px + ( 5vw / 6) );
	    line-height: calc(10px + ( 5vw / 5) );
	}

	.img_h_100 figure,
	.img_h_100 picture,
	.img_h_100 img {
		height: 100%;
	}
}

@media only screen and (max-width: 1439.98px){
	.section_index .banner_holder .logo_holder{
		position: absolute;
	    top: 50%;
	    margin-top: -80px;
	    display: block;
	    left: 70px;
	}
	.section_index .banner_holder .logo_holder img{
		max-width: 450px;
		
	}
}

@media only screen and (max-width: 991.98px){
	.section_index .banner_holder .logo_holder{
		position: absolute;
	    top: 50%;
	    margin-top: -10%;
	    display: block;
	    left: 40px;
	}
	.section_index ._mt_col {
		margin-top: 30px;
	}

	.img_h_100 figure,
	.img_h_100 picture,
	.img_h_100 img {
		width: 100%;
		height: 100%;
	}
}

@media only screen and (max-width: 575.98px){
	.section_index .banner_holder .logo_holder{
		position: absolute;
	    top: 50%;
	    margin-top: -15%;
	    display: block;
	    left: 15px;
	}
	.section_index .banner_holder .logo_holder img{
		width: 230px;
		
	}

	.section_index .post_box._video .video_btn_holder img {
		max-width: 100%;
	    height: auto;
	    object-fit: contain;
	    width: auto;
	    height: 70px;
	}
	.section_index .post_box._video .video_btn_holder{
		position: absolute;
	    top: 50%;
	    left: 50%;
	    margin-top: -40px;
	    margin-left: -35px;
	    display: block;
    }
}
