/*Theme Name: Ministry of Education, Bhutan	
Author: Sherig
Version: MoE Final, Bhutan	
License: SoftNet, Bhutan, 2021/10/18-MoE
*/

/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tfoot, thead {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	margin: 0;
	padding: 0;
	line-height: 1.4em;
	font-size: 14px;
	font-weight: normal;
	color: #939393;
	text-align: left;
	background: url(images/backgroundragon.jpg) repeat #fff;
	font-family: Roboto, sans-serif;
	overflow: scroll;
	overflow-y: visible;
	overflow-x: hidden;
}

a:link, a:active {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

ol, ul, li {
	list-style: none;
	padding: 0;
}

table, tr, th, td {
	margin: 0;
	padding: 0;
}

.container {
	max-width: 90%;
	margin: 0 5%;
}

/*****=====+++++ HEADER +++++=====******/

header {
	float: left;
	height: auto;
	width: 100%;
	background: #49688e;
	position: relative;
}

.logo {
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
}

.logo img {
	height: 120px;
	width: auto
}

.head-right{
	position: relative;
	top: 0;
	right: 0;
	height: auto; 
	width: 100%;
}
/* text-controls */

.textcontrols button {
	float: left;
	vertical-align: bottom;
	border: none;
	background: transparent;
	color: #fff !important;
	margin: 15px 0 0 0;
}

.textcontrols button#increasetext {
	font-size: 1.50em;
}

.textcontrols button#resettext {
	font-size: 1.25em;
}

.textcontrols button#decreasetext {
	font-size: 1.125em;
}

.textcontrols {
	position: absolute;
	left: 0;
	top: 0;
	height: auto;
	width: 100%;
	padding: 0;
}

.textcontrols button {
	cursor: pointer;
}

.date {
	position: absolute;
	left: 0;
	bottom: 15px;
	height: auto;
	width: 100%;
	font-size: small;
	margin: 15px 0 0 0;
}

.time {
	position: absolute;
	left: 0;
	bottom: 45px;
	height: auto;
	width: 100%;
	font-size: large;
	margin: 15px 0 0 0;
}

.time span {
	float: left;
	height: auto;
	width: 100%;
	font-size: small;
	/* margin: 15px 0 0 0; */
}

#timestamp {
	float: left;
	height: auto;
	width: auto;
	border: solid 1px rgba(255, 255, 255, 0.116);
	padding: 8px 15px;
	color:#f4a024;
}
.tfn {
	float: right;
	bottom: 15px;
	height: auto;
	width: 100%;
	font-size: x-large;
	text-align: right;
}

.trnsbtn {
	float: right;
	height: auto;
	width: 100%;
	margin: 15px 0 0 0;
}

.trnsbtn li {
	float: right;
	height: auto;
	width: auto;
	font-size: 14px;
	margin: 0 0 0 10px;
}

.trnsbtn li img {
	float: left;
	height: auto;
	width: 20px;
	margin: 4px 5px 0 0;
}

.trnsbtn li a {
	color: #fff;
}

.menu-back {
	float: left;
	height: auto;
	width: 100%;
	background: #294a70;
	border-bottom: solid 5px #ffab1f;
}

.mainmenu {
	float: left;
	height: auto;
	width: 100%;
	position: relative;
	padding: 0;
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	visibility: visible;
	z-index: 999;
}

.sticky+.content {
	padding-top: 102px;
}

.social {
	float: right;
	height: auto;
	width: 100%;
	font-size: x-large;
	text-align: right;
}

.social li {
	float: right;
	height: auto;
	width: auto;
	font-size: ;
	margin: 0 8px;
	color: #fff;
	font-size: 26px;
}

.social li a {
	color: #fff;
}

.social li:first-child {
	margin-right: 0px;
}

.vim {
	background-color: #0e3671;
}

.hide {
	opacity: 0;
}

.show {
	opacity: 1;
}

#search {
	float: right;
	position: absolute;
	right: 0;
	top: 0;
	height: 35px;
	width: 35px;
	border-radius: 50px;
	background: #f4a024;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 13px;
	transition: 0.3s;
	padding: 5px 5px 5px 10px;
	margin: 5px 0 0 0;
	cursor: pointer;
}

#search i {
	color: #fff;
}

#search-input {
	height: 100%;
	width: 0px;
	font-size: 14px;
	background: none;
	/*  color: #FFF;*/
	border: none;
	outline: 0;
	visibility: hidden;
	transition: 0.3s;
}

#search.active {
	width: 200px;
	background: #fff;
}

#search.active i {
	color: rgb(107, 107, 107);
}

#search-input.active {
	width: 150px;
	height: 40px;
	margin: 0px 5px 0 15px;
	visibility: visible;
}

#back_top {
	display: inline-block;
	background-color: #294a706c;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 70px;
	right: 30px;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	z-index: 1000;
}

#back_top i {
	float: left;
	padding: 8px 11px;
	font-size: 2em;
	color: #fff;
}

#back_top:hover {
	cursor: pointer;
	background-color: #0e3671;
}

#back_top:active {
	background-color: #0e3671;
}

#back_top.show {
	opacity: 1;
	visibility: visible;
}

/*sec. responsive*/

@media only screen and (max-width: 850px) {
	.logo img {
		height: auto;
		width: 100%;
	}

	.tfn {
		float: left;
		height: auto;
		width: auto;
		text-align: right;
		font-size: large;
		margin: 15px 0 0 0;
	}

	.trnsbtn {
		float: left;
		height: auto;
		width: 100%;
		text-align: right;
		margin: 15px 0 0 0;
	}
}

/*****=====+++++XXXXXXXXXX+++++=====******/

/*****=====+++++ MARQUEE +++++=====******/

.marquee-main {
	float: left;
	height: auto;
	width: 100%;
}

.text_marquee {
	float: left;
	height: 40px;
	width: 100%;
	background: #fff;
	padding: 0;
}

.notice {
	float: left;
	height: 40px;
	width: 90%;
	padding: 10px 0;
	text-align: center;
	color: #ffab1f;
	background: #294a70;
	position: relative;
}

.notice p {
	font-weight: bold;
	text-transform: uppercase;
	animation: blinker 1.5s steps(1, start) infinite;
	;
}

@keyframes blinker {
	50% {
		opacity: 0;
	}
}

.notice:after {
	content: '';
	position: absolute;
	top: 0;
	right: -20px;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #294a70;
}

.text_marquee marquee {
	float: left;
	height: auto;
	width: 100%;
	color: #222;
}

.text_marquee marquee a {
	color: #222;
}

.text_marquee marquee i {
	margin: 0 15px;
}

/*sec. responsive*/

@media only screen and (max-width: 768px) {
	.text_marquee {
		height: auto;
	}
	
}

/*****=====+++++XXXXXXXXXX+++++=====******/

/*****=====+++++ BANNER +++++=====******/

.banner {
	float: left;
	height: auto;
	width: 100%;
	background: #fff;
}

.nextend-arrow-previous {
	padding: 15px 15px 15px 5px !important;
	border-radius: 0 50% 50% 0 !important;
	transition: all 2s;
}

.nextend-arrow-previous:hover {
	padding: 15px !important;
	border-radius: 0 !important;
	transition: all 2s;
}

.nextend-arrow-next {
	padding: 15px 5px 15px 15px !important;
	border-radius: 50% 0 0 50% !important;
	transition: all 2s;
}

.nextend-arrow-next:hover {
	padding: 15px !important;
	border-radius: 0 !important;
	transition: all 2s;
}

/* .n2-ss-section-main-content{
	float: left;
	height: 250px !important;
	width: 450px !important;
	border-radius: 0 50% 50% 0 !important;
} */

.n2-ss-text p b {
	font-size: 25px !important;
	color: #49688e !important;
}

.n2-ss-text p {
	background-color: rgba(255, 255, 255, 0.8) !important;
	border-radius: 0 152px 0 0 !important;
	border-right: 8px solid #f4a024 !important;
	height: auto !important;
	left: 7.5% !important;
	max-width: 37.1% !important;
	padding: 18px 65px 18px 25px !important;
	position: absolute !important;
	text-align: left !important;
	top: -15% !important;
	width: auto !important;
	z-index: 999 !important;
}

/*****=====+++++XXXXXXXXXX+++++=====******/

/*****=====+++++ statistics  +++++=====******/

.statistics-block {
	float: left;
	height: auto;
	width: 100%;
	padding: 0;
	/* 	background: url(images/main-banner.jpg); */
	margin: -60px 0 0 0;
	/* background: #294a70; */
}

.counter-card {
	position: relative;
	height: 300px;
	width: 100%;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	-webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
	box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
}

.cercle {
	position: absolute;
	top: -210px;
	left: 50%;
	transform: translateX(-50%);
	width: 700px;
	height: 380px;
	background: #294a70;
	clip-path: ellipse();
	border: none;
}

.cercle::before {
	content: '';
	position: absolute;
	top: -6px;
	left: -15px;
	height: 100%;
	width: 100%;
	background: transparent;
	box-shadow: 0 0 0 20px #f4a024;
	border-radius: 50%;
	border: none;
}

.card-content {
	position: absolute;
	left: 50%;
	top: 30px;
	transform: translateX(-50%);
	height: 270px;
	width: 80%;
	color: #fff;
}

.card-content img {
	position: absolute;
	right: 0;
	top: 0px;
	height: 80px;
	width: auto;
}

.card-content span {
	float: left;
	height: auto;
	width: 100%;
}

.card-content b {
	font-size: 25px;
}

.card-content .wp-block-columns {
	/* 	position: absolute; */
	height: auto;
	width: 100%;
	bottom: 40px;
	left: 0;
	margin: 15px 0 0 0;
	/* padding: 8px; */
	color: #8d8d8d;
	font-size: 16px;
	/* border-bottom: #ccc solid 1px; */
}

.card-content .wp-block-columns:last-child {
	border-bottom: none;
}

.card-content .ib-counter-title {
	float: left;
	height: auto;
	width: 100%;
	margin: 0;
	padding: 8px 0 0 0;
	border-top: #ccc solid 1px;
}

.card-content .ib-counter span {
	font-size: 35px;
	font-weight: normal;
	padding: 0;
	color: #fff !important;
	margin: 0 0 40px 0;
}

.card-content .wp-block-columns .ib-counter span {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #8d8d8d !important;
	margin: 0 !important;
	padding: 0 0 8px 0;
}

.card-content .ub-button-block-btn {
	position: absolute;
	left: 0;
	bottom: 15px;
	height: 30px;
	width: 100%;
	font-size: small;
	margin: 0;
	padding: 8px;
	background: #f4a024;
	text-align: center;
	color: #fff;
}

.double-colume {
	float: left;
	height: auto;
	width: 100%;
}

.double-colume table {
	width: 100%;
	/* background: #eee; */
	padding: 1em;
	margin: 1em auto;
	box-sizing: border-box;
	/* border: 1px solid #ccc; */
}

.double-colume th {
	font-size: 1.2em;
	text-align: center;
}

.double-colume td {
	font-weight: bold;
	border-bottom: 1px solid #fbfbfb;
	width: 20%;
	padding: .5em .25em;
	background-size: 0% 100%;
	background-repeat: no-repeat;
	-webkit-transition: all .75s ease-out;
	-moz-transition: all .75s ease-out;
	transition: all .75s ease-out;
}

.double-colume td:nth-child(2) {
	width: 40%;
	color: white;
	text-shadow: 1px 2px #222;
	text-align: right;
	background-image: -webkit-linear-gradient(to left, green, green);
	background-image: -moz-linear-gradient(to left, green, green);
	background-image: linear-gradient(to left, green, green);
	background-position: right top;
}

.double-colume td:nth-child(3) {
	width: 40%;
	color: white;
	text-shadow: 1px 2px #222;
	background-image: -webkit-linear-gradient(right, gray, gray);
	background-image: -moz-linear-gradient(right, gray, gray);
	background-image: linear-gradient(right, gray, gray);
	background-position: left top;
}

/*sec. responsive*/

@media only screen and (max-width: 768px) {
	.counter-card {
		margin: 0 0 30px 0;
	}

	.statistics-block {
		margin: 0;
	}
}

/*****=====+++++XXXXXXXXXX+++++=====******/

.bgwhite {
	float: left;
	height: auto;
	width: 100%;
	background: #fff;
	/* padding: 15px; */
}

/*****=====+++++ statistics  +++++=====******/

.second-block {
	float: left;
	height: auto;
	width: 100%;
}
@media only screen and (max-width: 768px) {
.second-block .pe-4 {
	padding-right: 0 !important;
  }
}

/*****=====+++++ TAB SECTION  +++++=====******/

.tab-section {
	float: left;
	height: auto;
	width: 100%;
}

.responsive-tabs {
	float: left;
	height: auto;
	width: 100%;
	margin: 0 0 30px 0;
	border-bottom: solid 4px #ffab1f;
	display: flex;
}

.nav-tabs li {
	position: relative;
	float: left;
	height: auto;
	width: auto;
	padding: 10px 15px;
	margin: 0;
	color: #fff;
	background: #f7f7f7;
	border-bottom: none;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	/* transition: all 0.4s; */
	cursor: pointer;
}

.nav-tabs a:link, .nav-tabs a:visited {
	color: #222;
}

.nav-tabs a:hover, .nav-tabs a:active {
	color: #fff;
}

.nav-tabs li::before, .nav-tabs li::after {
	position: absolute;
	bottom: 0;
	content: '';
	width: 20px;
	height: 20px;
	border-radius: 100%;
	box-shadow: 0 0 0 40px transparent;
	/* transition: all 0.4s; */
}

.nav-tabs li::before {
	left: -20px;
	clip-path: inset(50% -10px 0 50%);
	/* transition: all 0.4s; */
}

.nav-tabs li::after {
	right: -20px;
	clip-path: inset(50% 50% 0 -10px);
	/* transition: all 0.4s; */
}

.nav-tabs li:hover {
	background-color: #ffab1f;
	/* transition: all 0.4s; */
}

.nav-tabs li:hover a {
	color: #fff !important;
	/* transition: all 0.4s; */
}

.nav-tabs li:hover::before, .nav-tabs li:hover::after {
	box-shadow: 0 0 0 40px #ffab1f;
	overflow: visible;
	z-index: 99;
	/* transition: all 0.4s; */
}

.nav-tabs li.active {
	background-color: #ffab1f;
	z-index: 1;
	color: #fff !important;
	/* transition: all 0.4s; */
}

.nav-tabs li.active a {
	color: #fff !important;
	/* transition: all 0.4s; */
}

.nav-tabs li.active::before, .nav-tabs li.active::after {
	box-shadow: 0 0 0 40px #ffab1f;
	/* transition: all 0.4s; */
}

.nav-tabs li.active:first-child::before, .nav-tabs li:hover:first-child::before {
	box-shadow: none;
}

.nav-tabs li.active:last-child::after, .nav-tabs li:hover:last-child::after {
	box-shadow: none;
}

.responsive-tabs-container .tab-content {
	float: left;
	height: auto;
	width: 100%;
	/* padding: 15px; */
	/* border: 1px solid #ddd; */
	border-top: none;
}

.responsive-tabs-container[class*="accordion-"] .tab-pane {
	float: left;
	height: auto;
	width: 100%;
	background: #fff;
	margin-bottom: 15px;
}

.tab-pane ul li {
	float: left;
	height: auto;
	width: 100%;
	margin: 8px 0;
	list-style: url(images/double-right-arrow.png) inside !important;
	padding: 0 0 0 15px;
}

.responsive-tabs-container[class*="accordion-"] .accordion-link {
	display: none;
	/* margin-bottom: 10px; */
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-radius: 3px;
	border: 1px solid #ddd;
	color: #333;
	transition: all 0.4s;
}

.responsive-tabs-container[class*="accordion-"] .accordion-link.active {
	border-bottom: medium none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	color: #fff;
	background: #ffab1f;
	border-radius: 3px;
	transition: all 0.4s;
}

@media (max-width: 767px) {
	.responsive-tabs-container.accordion-xs .nav-tabs {
		display: none;
	}

	.responsive-tabs-container.accordion-xs .accordion-link {
		display: block;
	}

	.responsive-tabs-container .tab-content {
		border: none;
	}

	.responsive-tabs-container[class*="accordion-"] .tab-pane {
		/* float: left;
		height: auto;
		width: 100%; */
		border: 1px solid #ddd;
		border-top: none;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		border-width: medium 1px 1px;
		/* margin-bottom: 10px;
		margin-top: -10px; */
		padding: 15px;
		transition: all 0.4s;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.responsive-tabs-container.accordion-sm .nav-tabs {
		display: none;
	}

	.responsive-tabs-container.accordion-sm .accordion-link {
		display: block;
	}

	.responsive-tabs-container .tab-content {
		border: none;
	}

	.responsive-tabs-container[class*="accordion-"] .tab-pane {
		border: 1px solid #ddd;
		border-top: none;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		border-width: medium 1px 1px;
		margin-bottom: 10px;
		margin-top: -10px;
		padding: 10px 10px 0;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.responsive-tabs-container.accordion-md .nav-tabs {
		display: none;
	}

	.responsive-tabs-container.accordion-md .accordion-link {
		display: block;
	}
}

@media (min-width: 1200px) {
	.responsive-tabs-container.accordion-lg .nav-tabs {
		display: none;
	}

	.responsive-tabs-container.accordion-lg .accordion-link {
		display: block;
	}
}

/*****=====+++++XXXXXXXXXX+++++=====******/

/*****=====+++++ SECOND TAB SECTION  +++++=====******/

:root {
	--bs-primary: rgba(95, 5, 255, 1);
	--bs-secondary: rgb(159, 105, 253);
	serif;
}

.bg-white {
	background-color: #ffffff;
}

.bg-primary {
	background-color: var(--bs-primary) !important;
}

.text-primary {
	color: var(--bs-primary) !important;
}

.accordion-item {
	background-color: #fff;
	border: none;
}

.accordion-button {
	background-color: #294a70;
	border: none;
	border-left: solid 6px #ffab1f;
	box-shadow: none;
	padding: 20px 50px;
	margin: 4px 0;
	color: #fff;
}

.accordion-button:not(.collapsed) {
	background-color: #294a70;
	border-bottom: solid 6px #ffab1f;
	border-left: none;
	color: #fff;
	font-weight: bold;
}

.accordion-button:focus {
	z-index: 3;
	border-color: none;
	outline: 0;
	box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
	background-image: url("images/double-up-arrow.png");
	/* transform: rotate(-180deg); */
}

.accordion-button::after {
	flex-shrink: 0;
	width: 15px;
	height: 15px;
	margin-left: auto;
	content: "";
	background-image: url("images/double-up-arrow.png");
	background-repeat: no-repeat;
	background-size: 15px;
	transition: transform .2s ease-in-out;
}

/*****=====+++++XXXXXXXXXX+++++=====******/

/*****=====+++++ SIDEBAR  +++++=====******/

.sidebar {
	float: left;
	height: auto;
	width: 100%;
}

.sidebar-content {
	float: left;
	height: auto;
	width: 100%;
	margin: 0 0 30px 0;
}

.sidebar-content select {
	float: left;
	height: auto;
	width: 100%;
	padding: 8px 15px;
	font-size: large;
	font-weight: bold;
	background: #294a70;
	border: none;
	border-left: solid 6px #ffab1f;
	color: #fff;
	cursor: pointer;
}

.sidebar-content option {
	float: left;
	height: auto;
	width: 100%;
	padding: 8px 15px;
	font-size: large;
	font-weight: normal;
	background: #294a70;
	border-left: none;
	color: #fff;
	cursor: pointer;
}

.sidebar-head {
	float: left;
	height: auto;
	width: 100%;
	padding: 8px 15px;
	font-size: large;
	font-weight: bold;
	background: #294a70;
	border-left: solid 6px #ffab1f;
	color: #fff;
}

.sidebar-info {
	float: left;
	height: auto;
	width: 100%;
	padding: 15px;
	border-left: solid 1px rgb(240, 240, 240);
	border-right: solid 1px rgb(240, 240, 240);
	border-bottom: solid 1px rgb(240, 240, 240);
	border-top: none;
	background: #fff;
}

.sidebar-info li {
	float: left;
	height: auto;
	width: 100%;
	margin: 0 0 8px 0;
	line-height: 2.2em;
}

.sidebar-info img {
	float: left;
	height: auto;
	width: 100%;
	object-fit: cover;
}

.sidebar-info li i {
	float: right;
	height: auto;
	width: auto;
	font-size: x-large;
	margin: 5px;
}

.sidebar-info li a:link, .sidebar-info li a:active, .sidebar-info li a:visited {
	text-decoration: none;
	color: #939393;
}

.sidebar-info li a:hover {
	text-decoration: underline;
	color: #939393;
}

.sidebar-info span {
	float: right;
	height: auto;
	width: 70px;
	text-align: center;
	line-height: 1.4em;
	text-transform: uppercase;
}

.sidebtn {
	width: 100%;
	padding: 8px 15px;
	font-size: large;
	font-weight: bold;
	background: #294a70;
	color: #fff;
	border: none;
	border-left: solid 6px #ffab1f;
	cursor: pointer;
	text-align: left;
}

.sidebtn i {
	float: right;
	text-align: right;
	margin: 0 0 0 8px;
}

.sidebtndown {
	float: left;
	width: 100%;
	position: relative;
	display: inline-block;
}

.sidebtndown-content {
	display: none;
	position: absolute;
	background-color: #294a70;
	width: 100%;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
	color: #fff;
}

.sidebtndown-content a {
	color: #fff;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.sidebtndown-content a:hover {
	background-color: #ffab1f
}

.sidebtndown:hover .sidebtndown-content {
	display: block;
}

.o {
	background: green;
	color: #fff;
	padding: 5px;
}

.x {
	background: red;
	color: #fff;
	padding: 5px;
}

.sidebar-print-btn {
	float: left;
	height: auto;
	width: 100%;
	margin: 0 0 30px 0;
}

.sidebar-print-btn-abs {
	position: absolute;
	right: 0;
	bottom: 0;
	height: auto;
	width: 100%;
}

.print-btn {
	float: right;
	height: 35px;
	width: auto;
	padding: 8px;
	margin: 0 5px 5px 0;
	color: #fff !important;
	background: #0072BC;
}

.print-btn:hover {
	background: #CDB029;
}

.print-btn a:link, .print-btn a:active, .print-btn a:visited {
	color: #fff;
}

.print-btn button {
	background: transparent;
	border: none;
	color: #fff;
}

/*sec. responsive*/

@media only screen and (max-width: 768px) {
	.sidebar {
		margin: 30px 0;
	}
}

/*****=====+++++ MINISTER MASSEGE  +++++=====******/

.massege-card {
	position: relative;
	height: 400px;
	width: 100%;
	background: #fafafa;
	overflow: hidden;
}

.massege-cercle {
	position: absolute;
	top: -120px;
	left: 50%;
	transform: translateX(-50%);
	width: 140%;
	height: 300px;
	background: #294a70;
	clip-path: ellipse();
	border: none;
}

.massege-cercle::before {
	content: '';
	position: absolute;
	top: -6px;
	left: -15px;
	height: 100%;
	width: 100%;
	background: transparent;
	box-shadow: 0 0 0 20px #ffab1f;
	border-radius: 50%;
	border: none;
	z-index: 9;
}

.massege-toptxt {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	height: 240px;
	width: 100%;
	color: #fff;
	padding: 30px;
	text-align: center;
}

.massege-toptxt img {
	/* float: left; */
	height: auto;
	width: 100%;
	bottom: 0;
}

.massege-btmcont {
	position: absolute;
	left: 0;
	bottom: 15px;
	height: auto;
	width: 100%;
}

.massege-btmtxt {
	float: left;
	height: 210px;
	width: 100%;
	font-size: 16px;
	text-align: left;
	padding: 30px;
	color: slategrey;
}

.massege-btmtxt p {
	float: left;
	height: auto;
	width: 100%;
	padding: 0 !important;
	border: none !important;
}

.massege-btmtxt i {
	font-size: 22px !important;
	color: #294a70 !important;
}

/*****=====+++++XXXXXXXXXX+++++=====******/

/*****=====+++++ TAB CONTENT  +++++=====******/

.tabs-block {
	float: left;
	height: auto;
	width: 100%;
	color: #222 !important;
}

.tabs-content {
	float: left;
	height: auto;
	min-height: 250px;
	width: 100%;
	border: solid 1px rgb(240, 240, 240);
	padding: 15px;
	position: relative;
	color: rgb(107, 107, 107);
}

.tabs-content img {
	float: left;
	height: 120px;
	width: 40%;
	object-fit: cover;
	margin: 0 15px 15px 0;
}

.tabs-content strong {
	float: left;
	height: auto;
	width: 55%;
	margin: 0 0 15px 0;
}
.tabs-block h2{
	float: left;
	height: auto;
	width: 100%;
	font-size: large;
	background:#f1f1f1;
	text-align: center;
	padding: 8px;
	margin: 0 0 15px 0;
}

.tabs-content2 {
	float: left;
	height: auto;
	min-height: 230px;
	width: 100%;
	background: rgb(252, 252, 252);
	border-top: solid 2px #294a70;
	border-right: solid 2px #294a70;
	border-bottom: solid 2px #294a70;
	border-left: solid 6px #ffab1f;
	padding: 15px;
	position: relative;
	color: rgb(107, 107, 107);
	box-shadow: 0 8px 6px -6px #294a7041;
	border-radius: 30px 0;
}

.tabs-content2 img {
	float: left;
	height: 120px;
	width: 40%;
	object-fit: cover;
	margin: 0 15px 15px 0;
}

.tabs-content2 strong {
	float: left;
	height: auto;
	width: 100%;
	margin: 0 0 15px 0;
}

.label-new {
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 5px 15px;
	background-color: rgb(255, 0, 0);
	color: #fff;
	outline: 0;
	animation: wink 1.5s steps(1, start) infinite;
	border-radius: 30px 0 0 0;
}

.label-new:active {
	animation: none;
}

@keyframes wink {
	50% {
		background-color: rgb(248, 112, 112);
		color: #f00;
		opacity: 0;
	}
}

.item-date {
	position: absolute;
	bottom: 15px;
	left: 15px;
	font-size: x-small;
	color: #c0c0c0;
}

.readmore {
	position: absolute;
	right: 15px;
	bottom: 15px;
	height: auto;
	width: auto;
	font-size: small;
	transition: all 0.4s;
	color: #294a70;
}

.readmore:hover {
	transition: all 0.4s;
	color: #ffab1f;
}

.pt-cv-pagination-wrapper {
	float: left;
	height: auto;
	width: 100%;
	margin: 0 0 15px 0;
}

.pt-cv-pagination-wrapper ul {
	float: left;
	height: auto;
	width: 100%;
}

.pt-cv-pagination-wrapper ul li {
	float: left;
	height: auto;
	width: auto !important;
}

.tabs-block .pt-cv-ifield {
	float: left;
	height: auto;
	min-height: 240px;
	width: 100%;
	background: rgb(252, 252, 252);
	border-top: solid 2px #294a70;
	border-right: solid 2px #294a70;
	border-bottom: solid 2px #294a70;
	border-left: solid 6px #ffab1f;
	padding: 15px;
	position: relative;
	color: rgb(107, 107, 107);
	box-shadow: 0 8px 6px -6px #294a7041;
	border-radius: 30px 0;
}

.tabs-block .pt-cv-ifield img {
	float: left;
	height: 120px;
	width: 40%;
	object-fit: cover;
	margin: 0 15px 15px 0;
}
.tabs-block .pt-cv-ifield h4{
	float: left;
	height: auto;
	width: 100%;
	color: rgb(107, 107, 107);
	margin: 0 0 15px 0;
}
.tabs-block .pt-cv-ifield h4 a {
	color: rgb(107, 107, 107) !important;
}

.tabs-block .pt-cv-ifield .pt-cv-readmore {
	position: absolute;
	right: 15px;
	bottom: 0px;
	height: auto;
	width: auto;
	font-size: small;
	transition: all 0.4s;
	color: #294a70 !important;
	background: none !important;
	border: none !important;
}

.tabs-block .pt-cv-ifield .pt-cv-readmore:hover {
	transition: all 0.4s;
	color: #ffab1f;
}

.tabs-block .pt-cv-ifield .pt-cv-meta-fields {
	position: absolute;
	bottom: 25px;
	left: 15px;
	font-size: xx-small;
	color: #c0c0c0;
}

.accordion-body .pt-cv-ifield {
	float: left;
	height: auto;
	min-height: 320px;
	width: 100%;
	border:solid 1px rgb(240, 240, 240);
	padding: 15px;
	position: relative;
	color: rgb(107, 107, 107);
}
.accordion-body .pt-cv-ifield .pt-cv-readmore {
	position: absolute;
	right: 15px;
	bottom: 15px;
	height: auto;
	width: auto;
	font-size: small;
	transition: all 0.4s;
	color: #294a70 !important;
	background: none !important;
	border: none !important;
}

.accordion-body .pt-cv-ifield .pt-cv-readmore:hover {
	transition: all 0.4s;
	color: #ffab1f;
}
.accordion-body .pt-cv-ifield h4 a{
	color: rgb(107, 107, 107) !important;
}
.accordion-body .pt-cv-ifield .pt-cv-meta-fields {
	position: absolute;
	bottom: 15px;
	left: 15px;
	font-size: x-small;
	color: #c0c0c0;
}
.accordion-body .pt-cv-ifield img {
	float: left;
	height: 120px;
	width: 40%;
	object-fit: cover;
	margin: 0 0 15px 0;
}
/* .accordion-body .pt-cv-ifield h4{
	float:left;
	height: auto;
	width: auto;
	margin:0 0 15px 0;
}
.accordion-body .pt-cv-ifield h4 a{
	float:left;
	height: auto;
	width: 100%;
}
 .accordion-body .pt-cv-content{
	float:right;
	height: auto;
	width: 40%;
	padding:0 0 0 15px;
	margin:0 0 15px 0;
}
.accordion-body .pt-cv-ifield img {
	float: left;
	height: 120px;
	width: 40%;
	object-fit: cover;
	margin: 0 0 15px 0;
}

.accordion-body .pt-cv-ifield .pt-cv-readmore {
	position: absolute;
	right: 15px;
	bottom: 15px;
	height: auto;
	width: auto;
	font-size: small;
	transition: all 0.4s;
	color: #294a70 !important;
	background: none !important;
	border: none !important;
}

.accordion-body .pt-cv-ifield .pt-cv-readmore:hover {
	transition: all 0.4s;
	color: #ffab1f;
}

 */

.accordion-body .wp-block-column figure {
    float: left;
    height: auto;
	min-height:190px;
    width: 100%;
    border: 1px solid #ccc;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.8);
    padding: 15px;
    text-align: center;
}
.accordion-body .wp-block-column figure img {
    float: none;
    height: 80px;
    width: auto;
	padding: 0;
	margin: 0 0 15px 0;
    text-align: center;
}
.accordion-body .wp-block-column figcaption {
    float: left;
    height: auto;
    width: 100%;
	padding: 0;
	margin: 0;
    text-align: center;
}
.accordion-body .wp-block-column figcaption strong {
    font-size: 18px;
}
.accordion-body .wp-block-column figcaption a {
    color: #5d5d5d;
}

.btn-view {
	position: absolute;
	bottom: 15px;
	right: 15px;
	height: auto;
	width: auto;
	padding: 8px 30px;
	background: #294a70;
	border-radius: 25px;
	font-size: small;
	transition: all 0.4s;
}

.btn-view:hover {
	transition: all 0.4s;
	background: #ffab1f;
}

.btn-view:link, .btn-view:visited, .btn-view:active {
	color: #fff;
}

.btn-more {
	float: right;
	height: auto;
	width: 250px;
	margin: 15px 15px 15px 0;
	padding: 8px 30px;
	text-align: center;
	background: #294a70;
	color: #fff;
	border-radius: 25px;
	transition: all 0.4s;
}

.btn-more:hover {
	transition: all 0.4s;
	background: #ffab1f !important;
}

.cat-view {
	float: right;
	position: relative;
	right: 0;
	height: auto;
	width: auto;
	padding: 8px 30px;
	background: #294a70;
	border-radius: 25px;
	font-size: small;
	transition: all 0.4s;
}

.cat-view:hover {
	transition: all 0.4s;
	background: #ffab1f;
}

.cat-view:link, .cat-view:visited, .cat-view:active {
	color: #fff;
}

@media only screen and (max-width: 768px) {
	.tabs-content {
		float: left;
		height: auto;
		min-height: auto;
		width: 100%;
	}

	.tabs-content img {
		float: left;
		height: auto;
		width: 100%;
		object-fit: cover;
		margin: 0 0 15px 0;
	}

	.tabs-content strong {
		float: left;
		height: auto;
		width: 100%;
		margin: 0 0 15px 0;
	}

	.item-date {
		position: unset;
		float: left;
		height: auto;
		width: 100%;
		margin: 8px 0 0 0;
		font-size: x-small;
		color: #c0c0c0;
	}

	.btn-view {
		float: left;
		position: unset;
		height: auto;
		width: 100%;
		padding: 8px 30px;
		margin: 8px 0 0 0;
		background: #294a70 !important;
		border-radius: 0;
		text-align: center;
		font-size: small;
		transition: all 0.4s;
	}

	.btn-more {
		float: left;
		height: auto;
		width: 100%;
		margin: 15px 0;
		padding: 8px 30px;
		text-align: center;
		background: #294a70 !important;
		border-radius: 25px;
		transition: all 0.4s;
	}
}

/*****=====+++++XXXXXXXXXX+++++=====******/

/*****=====+++++ LATEST NEWS +++++=====******/

.news-block {
	float: left;
	height: auto;
	width: 100%;
	/* margin: 30px 0; */
}

.news-block-head {
	float: left;
	height: auto;
	width: auto;
	padding: 8px 15px;
	font-size: large;
	font-weight: bold;
	background: #294a70;
	/* border:solid 1px #294a70; */
	color: #fff;
	position: relative;
}

.news-content {
	float: left;
	height: auto;
	width: 100%;
	padding: 15px 0;
	background: #fff;
	border-top: solid 2px #ffab1f;
}

.news-content a:link, .news-content a:visited {
	color: rgb(107, 107, 107);
}

.news-large-info {
	float: left;
	height: auto;
	width: 100%;
	padding: 15px;
	position: relative;
	border: solid 1px rgb(240, 240, 240);
}

.news-large-info img {
	float: left;
	height: 250px;
	width: 100%;
	object-fit: cover;
	margin: 0 0 15px 0;
}

.news-large-info strong {
	float: left;
	height: auto;
	width: 100%;
	font-size: large;
	font-weight: bold;
	margin: 0 0 15px 0;
}

.news-large-info p {
	float: left;
	height: auto;
	width: 100%;
	margin: 15px 0;
}

.news-small-info {
	float: left;
	height: auto;
	width: 100%;
	padding: 15px;
	margin: 0 0 30px 0;
	position: relative;
	border: solid 1px rgb(240, 240, 240);
}

.news-small-info img {
	float: left;
	height: 120px;
	width: 40%;
	object-fit: cover;
	margin: 0 15px 15px 0;
}

.news-small-info strong {
	float: left;
	height: auto;
	width: 55%;
	font-size: large;
	font-weight: bold;
	margin: 0 0 15px 0;
}

.news-small-info p {
	float: left;
	height: auto;
	width: 100%;
	margin: 15px 0;
}

.news-date {
	float: left;
	height: auto;
	width: 100%;
	font-size: small;
	margin: 8px 0 0 0;
}

@media only screen and (max-width: 768px) {}

/*****=====+++++XXXXXXXXXX+++++=====******/

/*****=====+++++ THIRD BLOCK +++++=====******/

.third-block {
	float: left;
	height: auto;
	width: 100%;
}

.events-content {
	float: left;
	height: auto;
	width: 100%;
	padding: 0 30px 0 0;
	margin: 0 0 30px 0;
}

.events-head {
	float: left;
	height: auto;
	width: auto;
	padding: 8px 15px;
	font-size: large;
	font-weight: bold;
	background: #294a70;
	/* border:solid 1px #294a70; */
	color: #fff;
}

.events-block {
	float: left;
	height: auto;
	width: 100%;
	padding: 30px 0;
	border-top: solid 2px #ffab1f;
	background: #fff;
}

.events-block iframe {
	float: left;
	height: 500px;
	width: 100%;
}

.events-info {
	float: left;
	height: auto;
	min-height: 230px;
	width: 100%;
	padding: 15px;
	/* border: solid 1px #ccc; */
	background: #fff;
	position: relative;
}

.events-info img {
	float: left;
	height: 150px;
	width: 40%;
	object-fit: cover;
	margin: 0 15px 15px 0;
}

.events-info strong {
	float: left;
	height: auto;
	width: 55%;
	margin: 0 0 15px 0;
}

.video-block {
	float: left;
	position: relative;
	height: 300px;
	width: 100%;
	background: #fff;
	border-left: solid 1px rgb(240, 240, 240);
	border-right: solid 1px rgb(240, 240, 240);
	border-bottom: solid 1px rgb(240, 240, 240);
	border-top: solid 2px #ffab1f;
	margin: 0 0 30px;
}

.video-block iframe {
	float: left;
	height: 230px;
	width: 100%;
}

#yt-subscribe {
	position: absolute;
	left: 0;
	bottom: 10px;
}

.vdo-btn {
	position: absolute;
	height: auto;
	width: auto;
	bottom: 15px;
	right: 15px;
	/* margin: 8px 15px 15px 0; */
	padding: 8px 30px;
	text-align: center;
	background: #294a70 !important;
	border-radius: 25px;
	transition: all 0.4s;
}

.vdo-btn:hover {
	transition: all 0.4s;
	background: #ffab1f !important;
}

.vdo-btn:link, .vdo-btn:active, .vdo-btn:visited {
	color: #fff;
}

.g-ytsubscribe {
	float: left;
	height: auto;
	width: auto;
	margin: 0 0 0 15px;
}

.gallery-block {
	float: left;
	height: auto;
	width: 100%;
	/* padding: 15px; */
	/* border: solid 1px #ccc; */
	background: #fff;
}

.gallery-image {
	position: relative;
	overflow: hidden;
	width: 100%;
	border-left: solid 1px rgb(240, 240, 240);
	border-right: solid 1px rgb(240, 240, 240);
	border-bottom: solid 1px rgb(240, 240, 240);
	border-top: solid 2px #ffab1f;
}

.gallery-image img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	-moz-transition: all 0.7s;
	-webkit-transition: all 0.7s;
	transition: all 0.7s;
}

.gallery-image:hover img {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.kasho-block {
	float: left;
	height: auto;
	width: 100%;
	background: #fff;
	border-left: solid 1px rgb(240, 240, 240);
	border-right: solid 1px rgb(240, 240, 240);
	border-bottom: solid 1px rgb(240, 240, 240);
	border-top: solid 2px #ffab1f;
}

.kasho-block img {
	float: left;
	height: 658px;
	width: 100%;
	object-fit: cover;
}

#popimg {
	/* border-radius: 5px; */
	cursor: pointer;
	transition: 0.3s;
}

#popimg:hover {
	opacity: 0.7;
}

/* The Modal (background) */

.modal {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 1;
	/* Sit on top */
	padding-top: 100px;
	/* Location of the box */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.9);
	/* Black w/ opacity */
	z-index: 999;
	text-align: center;
}

.modal img {
	float: none;
	height: auto !important;
	width: 100% !important;
	border-radius: 0;
}

/* Modal Content (image) */

.modal-content {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
}

/* Caption of Modal Image */

#caption {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
	text-align: center;
	color: #ccc;
	padding: 10px 0;
	height: 150px;
}

/* Add Animation */

.modal-content, #caption {
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 0.6s;
	animation-name: zoom;
	animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
	from {
		-webkit-transform: scale(0)
	}

	to {
		-webkit-transform: scale(1)
	}
}

@keyframes zoom {
	from {
		transform: scale(0)
	}

	to {
		transform: scale(1)
	}
}

/* The Close Button */

.close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
}

.close:hover, .close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}

/* 100% Image Width on Smaller Screens */

@media only screen and (max-width: 700px) {
	.modal-content {
		width: 100%;
	}
}

@media only screen and (max-width: 768px) {}

/*****=====+++++XXXXXXXXXX+++++=====******/

/*****=====+++++ BOTTOM BLOCK +++++=====******/

.bottom-block {
	float: left;
	height: auto;
	width: 100%;
	/* margin: 0 0 30px 0; */
}

.bottom-back {
	float: left;
	height: auto;
	width: 100%;
	background: #253B80;
}

.bottom-content {
	float: left;
	height: auto;
	width: 100%;
}

.bottom-content-head {
	float: left;
	height: auto;
	width: auto;
	padding: 8px 15px;
	font-size: large;
	font-weight: bold;
	background: #294a70;
	/* border:solid 1px #294a70; */
	color: #fff;
}

.bottom-info {
	float: left;
	height: auto;
	min-height: 150px;
	width: 100%;
	padding: 15px;
	border-left: solid 1px rgb(240, 240, 240);
	border-right: solid 1px rgb(240, 240, 240);
	border-bottom: solid 1px rgb(240, 240, 240);
	border-top: solid 2px #ffab1f;
	background: #fff;
}

.bottom-info iframe {
	float: left;
	height: auto;
	min-height: 150px;
	width: 100%;
}

.bottom-info li {
	float: left;
	height: auto;
	width: 100%;
	line-height: 1.8em;
}

.bottom-info select {
	float: left;
	height: auto;
	width: 100%;
	background: #294a70;
}

/*****=====+++++ PREFOOTER +++++=====******/

.prefooter-block {
	float: left;
	height: auto;
	width: 100%;
	/* margin: 0 0 30px 0; */
}

.prefooter-back {
	float: left;
	height: auto;
	width: 100%;
	background: #294a70;
	padding: 15px 0;
}

.prefooter {
	float: left;
	height: auto;
	width: 100%;
}

.prefooter-head {
	float: left;
	height: auto;
	width: auto;
	padding: 8px 15px 8px 0;
	font-size: large;
	font-weight: bold;
	/* background:#294a70; */
	/* border:solid 1px #294a70; */
	color: #fff;
}

.prefoot-content {
	float: left;
	height: auto;
	width: 100%;
	color: #fff;
	padding: 15px 0;
	border-top: solid 2px #ffab1f;
	/* border: solid 1px rgba(0, 0, 0, 0.1); */
}

.prefoot-content iframe {
	float: left;
	height: auto;
	width: 100%;
}

.prefoot-content input {
	float: left;
	height: 40px;
	width: 100%;
	padding: 0 5px;
	margin: 0 0 10px 0;
	border-radius: 5px;
	border: #00ABFF solid 1px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.prefoot-content .subscribe {
	float: left;
	height: auto !important;
	width: 100% !important;
	border-radius: 5px;
	margin: 0;
	padding: 5px 20px;
	border: none !important;
	background: #15305b !important;

}

.prefoot-content .subscribe:hover {
	background: #f4a024 !important;
}

.wpcf7-spinner {
	height: 0 !important;
	width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	visibility: hidden;
}

.prefoot-content select {
	float: left;
	height: auto;
	width: 100%;
	background: #294a70 !important;
	color: #fff !important;
}

.prefoot-content select:hover {
	background: #15305b !important;
}

.prefoot-content option:hover {
	background: #15305b !important;
}

/* .prefoot-content select:active {
	background: #15305b;
}

.prefoot-content select:visited {
	background: #15305b; 

}*/

/*****=====+++++ FOOTER +++++=====******/

footer {
	float: left;
	height: auto;
	width: 100%;
	background: #15305b;
	padding: 15px 0;
	font-size: small;
	text-align: center !important;
	color: #fff !important;
}

.visitors {
	float: left;
	height: auto;
	width: auto;
	text-align: left;
}

.visitors img {
	float: none;
	height: auto;
	width: auto;
	border: none !important;
}

.admin-login {
	float: right;
	height: auto;
	width: auto;
	text-align: right;
}

/*****=====+++++ SINGLE POST  +++++=====******/

.post-block {
	float: left;
	height: auto;
	width: 100%;
}

.post-head {
	float: left;
	height: auto;
	width: 100%;
	padding: 0;
	background: rgba(235, 236, 240, 0.5);
	display: table;
	position: static;
	width: 100%;
	background-size: contain;
}

.post-head h1 {
	float: left;
	height: auto;
	width: 100%;
	margin: 0;
	padding: 15px;
	line-height: 42px;
	color: rgb(107, 107, 107);
	/* 	font-size: 30px; */
}

.postinfo-block {
	float: left;
	height: auto;
	width: 100%;
	/* padding: 30px 0; */
	/* margin: 0 0 30px 0; */
}

.postinfo-border {
	float: left;
	height: auto;
	width: 100%;
	border: 1px solid #efefef;
	border-radius: 3px;
}

.postinfotext {
	float: left;
	height: auto;
	width: 100%;
	padding: 15px;
	background: #fff;
}

.postinfotext img {
	float: none;
	height: auto;
	width: 100%;
}

.postinfotext h2 {
	float: left;
	height: auto;
	width: 100%;
	font-size: 20px;
	margin: 0 0 10px 0;
}

.postinfotext input {
	float: left;
	height: 40px;
	width: 100%;
	padding: 0 5px;
	margin: 0 0 10px 0;
	border-radius: 5px;
	border: #00ABFF solid 1px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.postinfotext textarea {
	float: left;
	height: auto;
	width: 100%;
	padding: 0 5px;
	margin: 0 0 10px 0;
	border-radius: 5px;
	border: #00ABFF solid 1px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.postinfotext label {
	float: left;
	height: auto;
	width: 100%;
	margin:0 0 15px 0;
}
.postinfotext .wpcf7-radio{
	float: left;
	height: auto;
	width: 100%;
}

.postinfotext .wpcf7-list-item{
	float: left;
	height: auto;
	width: 100% !important;
	line-height:1.4em;
	margin:0 0 10px 0;
}
.postinfotext .wpcf7-list-item label{
	float: left;
	height: auto;
	width: auto !important;
	margin:0;
}
.postinfotext .wpcf7-list-item input{
	float: left;
	height: 20px;
	width: 20px !important;
	margin:0 10px 0 0;
}
.tabsinfotext {
	float: left;
	height: auto;
	width: 100%;
	padding: 15px;
	background: #fff;
}

.tabsinfotext h1 {
	float: left;
	height: auto;
	width: 100%;
	font-size: 25px;
	padding: 0 0 15px 0;
	border-bottom: solid 1px rgba(0, 0, 0, 0.1);
	margin: 0 0 15px 0;
	color: #0063d1;
}

.tabsinfotext img {
	float: left;
	height: auto;
	width: 100%;
	object-fit: cover;
}

.tabsinfotext figcaption {
	float: left;
	height: auto;
	width: 100%;
	margin: 15px 0;
	text-align: center;
}

.tabsinfotext figcaption strong {
	float: left;
	height: auto;
	width: 100%;
	margin: 15px 0;
	text-align: center;
}

.wpcf7-submit {
	float: right !important;
	height: auto;
	width: 120px !important;
	margin: 25px 0 0 0;
	padding: 8px 30px;
	background: #00ABFF;
	border: solid 1px #00ABFF;
	border-radius: 50px;
	font-size: 13px;
	color: #fff;
	transition: all 0.4s;
}

.wpcf7-submit:hover {
	border: solid 1px #CDB029;
	background: #CDB029;
	color: #fff;
	text-decoration: none;
	transition: all 0.4s;
}

.screen-reader-response ul {
	visibility: hidden !important;
	overflow: hidden !important;
	height: 0 !important;
	width: 0 !important;
	margin: 0 !important;
	color: #ff0008 !important;
}

.screen-reader-response p {
	color: #ff0008 !important;
}

.wpcf7-not-valid-tip {
	float: left;
	height: auto;
	width: 100%;
	color: #ff0008 !important;
	margin: 0 0 10px 0;
}

.wpcf7-response-output {
	visibility: hidden !important;
	overflow: hidden !important;
	height: 0 !important;
	width: 0 !important;
	margin: 0 !important;
}

.post-date {
	float: right;
	height: auto;
	width: 100%;
	font-size: 13px;
	margin: 0 0 5px 0;
	text-align: right;
}

.img-1-clm {
	float: left;
	height: auto;
	width: 100%;
	margin: 15px;
	border: 1px solid #ccc;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.4);
	padding: 15px;
	text-align: center;
}

.img-2-clm {
	float: left;
	height: auto;
	width: 48%;
	margin: 1%;
	border: 1px solid #ccc;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.4);
	padding: 15px;
	text-align: center;
}

.img-3-clm {
	float: left;
	height: auto;
	width: 31.33%;
	margin: 1%;
	border: 1px solid #ccc;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.4);
	padding: 15px;
	text-align: center;
}

.img-4-clm {
	float: left;
	height: auto;
	width: 23%;
	margin: 1%;
	border: 1px solid #ccc;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.4);
	padding: 15px;
	text-align: center;
}

.img-5-clm {
	float: left;
	height: auto;
	width: 18%;
	margin: 1%;
	border: 1px solid #ccc;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.4);
	padding: 15px;
	text-align: center;
}

.img-6-clm {
	float: left;
	height: auto;
	width: 12.5%;
	margin: 15px;
	border: 1px solid #ccc;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.4);
	padding: 15px;
	text-align: center;
}

.admin-login {
	float: right;
	height: auto;
	width: auto;
	font-size: 12px;
}

.wp-block-columns {
	float: left;
	height: auto;
	width: 100%;
}

.text-block {
	float: left;
	height: auto;
	width: 48%;
	margin: 1%;
	/* border: 1px solid #ccc; */
	padding: 15px;
	text-align: justify;
	/* box-shadow: 0 3px 10px rgb(0, 0, 0, 0.4); */
}

.half-column {
	float: left;
	height: auto;
	width: 48%;
	margin: 1%;
	border: 1px solid #ccc;
	padding: 15px;
	text-align: center;
	box-shadow: 0 3px 10px rgb(0, 0, 0, 0.4);
}

.half-column img {
	height: auto;
	width: 100%;
	margin: 0 0 15px 0;
	object-fit: cover;
}

.three-column {
	float: left;
	height: auto;
	width: 31.33%;
	margin: 1%;
	border: 1px solid #ccc;
	padding: 15px;
	text-align: center;
	box-shadow: 0 3px 10px rgb(0, 0, 0, 0.4);
}

.three-column img {
	height: 300px;
	width: 100%;
	margin: 0 0 15px 0;
	object-fit: cover;
}

.four-column {
	float: left;
	height: auto;
	width: 23%;
	margin: 1%;
	border: 1px solid #ccc;
	padding: 15px;
	text-align: center;
	box-shadow: 0 3px 10px rgb(0, 0, 0, 0.4);
}

.four-column img {
	height: 250px;
	width: 100%;
	margin: 0 0 15px 0;
	object-fit: cover;
}

.wp-block-column {
	float: left;
	height: auto;
}

.wp-block-column p {
	height: auto;
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 1.8em;
	/* 	text-align: center; */
}

.wp-block-column p strong {
	height: auto;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* .wp-block-column img{
	height:250px;
	width:100%;
	margin:0 0 15px 0;
	object-fit:cover;
} */

.wp-block-column figure {
	margin: 0;
}

.wp-block-column h4 {
	float: left;
	height: auto;
	width: 100%;
	font-size: 15px;
	font-weight: 600;
	color: #222;
	padding: 0 0 15px 0;
	border-bottom: solid 1px rgba(0, 0, 0, 0.1);
	margin: 0 0 15px 0;
}

.wp-block-table {
	float: left;
	height: auto;
	width: 100%;
}

.wp-block-table tr {
	border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.wp-block-table td {
	padding: 8px;
}

.wp-block-table td strong {
	margin: 0;
	/* 	border-bottom:solid 2px #000; */
	color: #000;
}

.wp-block-spacer {
	float: left;
	height: auto;
	width: 100%;
}

.wp-block-ub-tabbed-content-tab-title-wrap {
	padding: 8px 6px;
	background-color: #294a70 !important;
	color: #fff !important;
	border: none !important;
	border-radius: 0 !important;
}

.wp-block-ub-tabbed-content-tabs-content {
	border: none !important;
	padding: 25px 0 !important;
}

.wp-block-ub-tabbed-content-tab-title-wrap.active {
	background-color: #CDB029 !important;
	color: #fff !important;
	border: none !important;
}

.wp-block-media-text {
	float: left;
	height: auto;
	width: 100%;
}

.wp-block-column figure {
	float: left;
	height: auto;
	width: 100%;
	border: 1px solid #ccc;
	/*     box-shadow: 0 3px 10px rgb(0 0 0 / 0.4); */
	/*     padding: 15px; */
	text-align: center;
}

.wp-block-column figure img {
	float: left;
	height: auto;
	width: 100%;
	padding: 15px;
	text-align: center;
}

.wp-block-column figcaption {
	float: left;
	height: auto;
	width: 100% !important;
	margin: 0 !important;
	line-height: 1.4em !important;
	padding: 0 15px 15px 15px;
	text-align: center;
}

.wp-block-column figcaption strong {
	margin: 0 !important;
}

.postinfotext figcaption {
	float: left;
	height: auto;
	width: 100%;
	margin: 15px 0;
	text-align: center;
}

.left-thumbnail {
	float: left;
	height: auto;
	width: 300px;
	margin: 0 15px 15px 0;
}

.right-thumbnail {
	float: right;
	height: auto;
	width: 300px;
	margin: 0 0 15px 15px;
}

.full-image {
	float: left;
	height: auto;
	width: 100%;
	margin: 0 0 15px 0;
}

.image-h250 {
	float: left;
	height: 250px;
	width: 100%;
	margin: 0 0 15px 0;
}

.image-h500 {
	float: left;
	height: 500px;
	width: 100%;
	margin: 0 0 15px 0;
}

.postinfotext p {
	float: none;
	height: auto;
	width: auto;
	text-align: justify;
	/* 	font-size:14px; */
	padding: 0 0 15px 0;
	line-height:1.4em;
}

.postinfotext strong {
	float: left;
	height: auto;
	width: 100%;
	margin: 0 0 10px 0;
	/* font-size:18px; */
	font-weight: bold;
}

.postinfotext ul {
	float: left;
	height: auto;
	width: 100%;
	margin: 0 0 15px 0;
}

.postinfotext ul li {
	float: left;
	height: auto;
	width: 100%;
	margin: 0 0 15px 0;
	list-style: url(images/double-right-arrow.png) inside !important;
	padding: 0 0 0 15px;
}

.postinfotext ol {
	float: left;
	height: auto;
	width: 100%;
	margin: 0;
	list-style: decimal inside;
}

.postinfotext ol li {
	float: left;
	height: auto;
	width: 100%;
	margin: 0;
	list-style: decimal inside;
	padding: 0 0 0 15px;
}

.postinfotext hr {
	float: left;
	height: auto;
	width: 100%;
	border-top: 1px solid #efefef;
	margin: 0 0 15px 0;
}

.postinfotext h1 {
	float: left;
	height: auto;
	width: 100%;
	font-size: 25px;
	padding: 0 0 15px 0;
	border-bottom: solid 1px rgba(0, 0, 0, 0.1);
	margin: 0 0 15px 0;
	color: #0063d1;
}

.sitemap input {
	float: left;
	height: auto;
	width: 100%;
}

.sitemap ul {
	float: left;
	width: 100%;
	list-style: none !important;
}

.sitemap ul li {
	float: left;
	text-align: left;
	width: 100%;
	padding: 0 !important;
	margin: 0 !important;
	list-style: none !important;
}

.sitemap ul li a {
	font-family: Lora, Uchen;
	font-size: 14px;
	text-decoration: none;
	color: #5d5d5d;
	line-height: 40px;
	float: left;
	font-weight: bold;
	text-align: left;
	width: 90%;
	margin-left: 10px;
	border: 1px solid #ddd;
	padding-left: 5%;
	margin-top: 10px;
	background: #EAEAEA;
}

.sitemap ul ul {
	float: right;
	width: 95%;
	border-left: 1px solid #ddd;
}

.sitemap ul li a:hover {
	background: #294a70;
	color: #fff;
}

/*sec. responsive*/

@media only screen and (max-width: 768px) {}

/*****=====+++++XXXXXXXXXX+++++=====******/

.contactaddrs {
	float: left;
	height: auto;
	width: 100%;
	padding: 15px;
}

.contactaddrs h4 {
	float: left;
	height: auto;
	width: 100%;
	font-size: 15px;
	font-weight: 600;
	color: #222;
	padding: 0 0 15px 0;
	border-bottom: solid 1px rgba(0, 0, 0, 0.1);
	margin: 0 0 15px 0;
}

.contactaddrs .table td, .table th {
	border-top: none;
	font-size: 14px;
}

/*****=====+++++XXXXXXXXXX+++++=====******/

/*****=====+++++ORGANOGRAM+++++=====******/

.orginfo {
	float: left;
	height: auto;
	width: 100%;
	padding: 30px 0;
	background: #fff;
}

.wrapper {
	text-transform: uppercase;
	position: relative;
	text-align: center;
	width: 100%;
	height: auto;
	-webkit-transform: translateZ(0);
	-webkit-font-smoothing: antialiased;
	z-index: 99;
	overflow: visible;
	padding:0;
}

.wrapper .tooltip {
	position: absolute;
	background: #294a70;
	bottom: 100%;
	color: #fff;
	display: block;
	margin-bottom: 15px;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	width: 220px;
	height: auto;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */

.wrapper .tooltip:before {
	bottom: -20px;
	content: " ";
	display: block;
	height: 20px;
	left: 0;
	position: absolute;
	width: 100%;
}

/* CSS Triangles - see Trevor's post */

.wrapper .tooltip:after {
	border-left: solid transparent 10px;
	border-right: solid transparent 10px;
	border-top: solid #294a70 10px;
	bottom: -10px;
	content: " ";
	height: 0;
	left: 50%;
	margin-left: -13px;
	position: absolute;
	width: 0;
}

.wrapper:hover .tooltip {
	height: auto;
	width: 220px;
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

/* IE can just show/hide with no transition */

.lte8 .wrapper .tooltip {
	display: none;
}

.lte8 .wrapper:hover .tooltip {
	display: block;
}

.tsimg {
	float: left;
	height: 220px;
	width: 220px;
	position: relative;
	/* margin: 0 0 15px 0; */
}

.tsimg img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(0%);
}

.tooltiptxt {
	float: left;
	height: auto;
	width: 220px;
	padding: 15px;
}

.tooltiptxt p {
	float: left;
	height: auto;
	width: 100%;
	margin: 0 0 5px 0;
}

.tooltiptxt p strong {
	font-size: 16px;
}

/*****=====+++++XXXXXXXXXX+++++=====******/

.publication-block {
	float: left;
	height: auto;
	width: 100%;
	border: 1px solid #ececec;
	background: #fff;
	box-shadow: 0px 1px 5px #f1f1f1;
	padding: 15px;
	margin: 0 0 15px 0;
}

.publication-block h2 {
	float: left;
	height: auto;
	width: 100%;
	border-bottom: 1px solid #ececec;
	padding: 0 0 15px 0;
	margin: 0 0 30px 0;
	font-size: 22px;
}

.publication-date {
	float: right;
	height: auto;
	width: auto;
	font-size: 12px;
	margin: 0;
	text-align: left;
	color: #939393;
}

.publication-block img {
	float: left;
	height: auto;
	width: 12%;
	margin: 0 5% 0 0;
}

.publication-block ul {
	float: left;
	height: auto;
	width: 75%;
	margin: 0 0 0 0;
	font-size: 14px;
}

.publication-block ul li {
	float: left;
	height: auto;
	width: 100%;
	margin: 0 0 5px 0;
	background: #f7f7f7;
	padding: 5px 10px;
	list-style: none !important;
}

.publication-block ul li strong {
	float: left;
	height: auto;
	width: 40%;
}

.publication-block ul li i {
	color: #0d70a0;
	margin: 0 5px 0 0;
}

.devider {
	float: left;
	height: auto;
	width: 100%;
	margin: 30px 0;
	border: solid 1px #ffab1f;
}



.org_rak {
	float: left;
	height: auto;
	width: 100%;
	padding: 15px;
	text-align: center;
	text-transform: uppercase;
}

.org_sec_1 {
	background: #185abd;
	color: #fff;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.org_sec_2 {
	background: rgba(12, 139, 181, 0.2);
	color: #13408f;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.org_sec_3 {
	background: #185abd;
	color: #fff;
	height: 110px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.org_sec_4 {
	background: rgba(12, 139, 181, 0.2);
	color: #13408f;
	height: 110px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.secondery {
	background: rgba(12, 139, 181, 0.2);
	color: #13408f;
	height: auto;
	margin: 0;
}

.right-line {
	border-right: 5px #ccc solid;
	height: 2em
}

.left-line {
	border-left: 5px #ccc solid;
	height: 2em
}

.top-line {
	height: 2m;
	border-top: 5px #ccc solid;
}

.mid-line {
	margin: 20px 0 0 0;
	height: 5px;
	width: 100%;
	border-top: 5px #ccc solid;
}

.mid-dash {
	margin: 20px 0 0 0;
	height: 5px;
	width: 100%;
	border-top: 5px #ccc dashed;
}

.halved {
	width: 50%;
	float: left;
}

.ex-height {
	height: 7em;
}

.top-mix {
	margin: -5% 0 0 0;
}

@media only screen and (max-width: 1366px) {

	.ex-height {
		height: 10em;
	}

	.top-mix {
		margin: -11% 0 0 0;
	}

	.org_sec_1 {
		height: auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.org_sec_2 {
		height: auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.org_sec_3 {
		height: 125px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.org_sec_4 {
		height: 150px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}




.wp-block-ub-tabbed-content {
	float: left;
	height:auto;
	width:100%;
}
.wp-block-ub-tabbed-content-tab-holder {
	float: left;
	height:auto;
	width:100%;
}

.wp-block-ub-tabbed-content-tabs-content {
	float: left;
	height:auto;
	width:100%;
}

.wp-block-ub-tabbed-content-tabs-title {
	float: left;
	height: auto;
	width: 100%;
	margin: 0;
	border-bottom: solid 4px #ffab1f;
	display: flex !important;
}

.wp-block-ub-tabbed-content-tab-title-wrap {
	position: relative;
	float: left;
	height: auto;
	width: auto;
	padding: 8px !important;
	margin: 0 !important;
	color: #000 !important;
	background: #f7f7f7 !important;
	border: none !important;
	border-bottom: none !important;
	border-top-left-radius: 15px !important;
	border-top-right-radius: 15px !important;
	cursor: pointer !important;
}
.wp-block-ub-tabbed-content-tabs-content .wp-block-columns{
	float: left;
    height: auto;
    width: 100%;
	margin: 0;
}
.wp-block-ub-tabbed-content-tabs-content .wp-block-column figure {
    float: left;
    height: auto;
    width: 100%;
	border:none;
    /* margin-bottom: 60px; */
	box-shadow: 10px 10px 5px grey;
	background: linear-gradient(#fbed20, #f49022);
}
.wp-block-ub-tabbed-content-tabs-content .wp-block-column figure img {
    float: none;
    height: auto;
    width: 50%;
    padding: 15px;
    text-align: center;
}
.wp-block-ub-tabbed-content-tabs-content .wp-block-column figcaption {
    float: left;
    height: auto;
    width: 100% !important;
    margin: 0 !important;
    line-height: 1.4em !important;
    padding: 0 15px 15px 15px;
    text-align: center;
	color: #fff !important;
	font-size: 13px;
}
.wp-block-ub-tabbed-content-tabs-content .wp-block-column figcaption strong{
	font-size: 15px;
	font-weight:bold;
}
.wp-block-ub-tabbed-content-tabs-content .wp-block-column figcaption a{
	color: #fff !important;
}
.wp-block-ub-tabbed-content-tabs-content .wp-block-column figcaption a:hover{
	color: #fff !important;
	text-decoration: underline;
}
.wp-block-ub-tabbed-content-tabs-content .wp-block-column figure:hover {
	background: #f49022;
}
.nav-tabs a:link, .nav-tabs a:visited {
	color: #222 !important;
}

.nav-tabs a:hover, .nav-tabs a:active {
	color: #fff !important;
}

.wp-block-ub-tabbed-content-tab-title-wrap::before, .wp-block-ub-tabbed-content-tab-title-wrap::after {
	position: absolute;
	bottom: 0;
	content: '';
	width: 20px;
	height: 20px;
	border-radius: 100%;
	box-shadow: 0 0 0 40px transparent;
}

.wp-block-ub-tabbed-content-tab-title-wrap::before {
	left: -20px;
	clip-path: inset(50% -10px 0 50%);
}

.wp-block-ub-tabbed-content-tab-title-wrap::after {
	right: -20px;
	clip-path: inset(50% 50% 0 -10px);
}

.wp-block-ub-tabbed-content-tab-title-wrap:hover {
	background-color: #ffab1f !important;
}

.wp-block-ub-tabbed-content-tab-title-wrap:hover {
	color: #fff !important;
}

.wp-block-ub-tabbed-content-tab-title-wrap:hover::before, .wp-block-ub-tabbed-content-tab-title-wrap:hover::after {
	box-shadow: 0 0 0 40px #ffab1f;
	/* overflow: visible !important; */
	z-index: 9 !important;
}

.wp-block-ub-tabbed-content-tab-title-wrap.active {
	background-color: #ffab1f !important;
	z-index: 1 !important;
	color: #fff !important;
	border: none !important;
}

.wp-block-ub-tabbed-content-tab-title-wrap.active a {
	color: #fff !important;
}

.wp-block-ub-tabbed-content-tab-title-wrap.active::before, .wp-block-ub-tabbed-content-tab-title-wrap.active::after {
	box-shadow: 0 0 0 40px #ffab1f;
	z-index: 99 !important;
	overflow: visible;
}

.wp-block-ub-tabbed-content-tab-title-wrap.active:first-child::before, .wp-block-ub-tabbed-content-tab-title-wrap:hover:first-child::before {
	box-shadow: none;
}

.wp-block-ub-tabbed-content-tab-title-wrap.active:last-child::after, .wp-block-ub-tabbed-content-tab-title-wrap:hover:last-child::after {
	box-shadow: none;
}