@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body {
	font-family: "Poppins", sans-serif;
}
ul {
	padding: 0px;
	margin: 0px;
}
li {
	list-style: none;
}
a {
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.container {
	max-width: 1300px;
}
.theme-btn {
	position: absolute;
	top: 0px;
	right: 0;
}
.theme-btn a {
	font-size: 14px;
	color: #003e7a;
	font-weight: 600;
	padding: 8px 30px;
	letter-spacing: 1px;
	background: #ffffff;
	display: inline-block;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: all 0.3s ease 0s;
	clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%);
}
.theme-btn a:after {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-image: linear-gradient(to right, #156fc7 30%, #003e7a);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translate(-50%, -50%) scale(0);
	transition: all 0.5s ease 0s;
}
.theme-btn a:hover:after {
	transform: translate(-50%, -50%) scale(5);
	background-image: linear-gradient(to right, #003e7a 30%, #156fc7);
}
.theme-btn a:hover {
	color: #fff;
}
/*----------------------------------------*/
/*              Menu css
/*----------------------------------------*/
.wrapper-menu ul.navbar-nav li a {
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	margin-left: 4px;
}
.nav-item.buy-now a {
	background: #302018;
	border-radius: 10px;
	padding: 5px 22px !important;
}
.wrapper-menu.fixed ul.navbar-nav li.buy-now a {
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	margin-left: 23px;
	background: #ffa725;
}
.wrapper-menu ul.navbar-nav {
	margin-left: auto;
}
.add-banner-wr .col-md-3 {
	padding: 0px;
}
.add-banner-wr {
	background-size: cover;
}
 @media (max-width:991px) {
.container {
	max-width: 100%;
}
.menu-bar ul.menu {
	position: fixed;
	width: 268px;
	left: 0;
	text-align: left;
	background: #ffffff;
	z-index: 2;
	padding: 0px 0px;
	z-index: 999;
	top: 0;
	height: 100%;
	left: -100%;
	transition: all .4s;
	transition: all .4s;
	box-shadow: 5px 0 5px -5px #333;
}
.nav_area ul li a img {
	padding-right: 10px;
	max-width: 41px;
	margin-top: -10px;
}
.menu-bar ul.menu.open {
	left: 0;
	overflow-y: scroll;
	padding-bottom: 29px;
}
.header .row {
	align-items: center;
}
.toggle {
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	margin: 0;
	text-align: center;
	display: block;
	position: absolute;
	right: 8px;
	top: -40px;
	z-index: 9999;
	background: #3769b9;
	width: 38px;
	height: 38px;
	line-height: 38px;
	border-radius: 50%;
}
.menu-side {
	position: initial;
}
.nav_area ul li a {
	line-height: 45px !important;
	font-size: 14px;
	color: #000;
	padding: 0px 14px;
	display: inline-block;
	width: 100%;
}
span.arrow {
	position: absolute;
	right: 10px;
	color: #525252;
	top: 10px;
	width: 40px;
	text-align: center;
	height: 30px;
}
nav.nav_area ul li {
	display: block;
	position: relative;
	border: 0;
}
nav.nav_area ul li {
	border-bottom: solid 1px #e2e8f0;
}
.menu-logo-mobile-view {
	padding: 12px;
}
.menu-logo-mobile-view a {
	display: inline-block;
	max-width: 95%;
}
ul.sub-menu {
	display: none;
	position: relative;
	background: transparent;
	padding: 0;
}
ul li .sub-menu li a {
	line-height: 14px;
}
.header .container {
	position: initial;
}
ul.sub-menu span.arrow {
	right: 10px;
	text-align: right;
}
span.arrow.close-icon i:before {
	content: '\f106';
}
ul.sub-menu li.menu-item-has-children span.arrow.close-icon i:before {
	content: "\f106";
}
.home-slider.owl-carousel .owl-item img {
	height: 300px;
}
.top-bar img {
	max-width: 25px;
	vertical-align: middle;
}
.select-drop {
	margin: 20px auto 0;
}
.menu-bar {
	position: initial;
	background: transparent;
}
}
 @media (min-width: 992px) {
label.toggle {
	display: none;
}
.menu-bar {
	width: 100%;
	text-align: right;
}
.nav_area > ul > li {
	display: inline-block;
	position: relative;
	padding-left: 31px;
}
li.menu-item-has-children.language::after {
	content: "";
	position: absolute;
	border-right: solid 1px #fff;
	right: -4px;
	height: 14px;
	top: 5px;
}
li.menu-item-has-children.language {
	position: relative;
}
li.menu-item-has-children.language-chan {
	padding-right: 0px;
}
.nav_area ul li a {
	color: #ffffff;
	font-size: 15px;
	display: inline-block;
	text-decoration: none;
	padding-bottom: 27px;
	font-weight: bold;
	letter-spacing: 1px;
	padding-top: 13px;
}
.nav_area ul li a img {
	max-width: 15px;
	vertical-align: sub;
	margin-right: 3px;
}
span.arrow {
	padding-left: 0px;
	color: #ffffff;
	margin-left: 3px;
	position: absolute;
	top: 15px;
	font-size: 12px;
}
.nav_area > ul > li ul.sub-menu {
	display: block;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	display: none;
}
ul.sub-menu {
	min-width: 195px;
}
ul.sub-menu {
	position: absolute;
	background: #fff;
	z-index: 555;
	text-align: left;
}
.nav_area ul li:hover > ul.sub-menu {
	display: block;
}
ul.sub-menu {
	position: absolute;
	background: #fff;
	z-index: 555;
	text-align: left;
	-webkit-box-shadow: -10px 6px 32px 0 rgb(26 41 66 / 4%);
	box-shadow: -10px 6px 32px 0 rgb(26 41 66 / 4%);
}
.nav_area > ul > li:hover > ul.sub-menu, 
.nav_area ul.sub-menu > li:hover > ul.sub-menu {
	/* transform: scaleY(1) translateZ(0); */
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
	overflow: visible;
	z-index: 20;
	-webkit-transition: opacity .2s ease-out, -webkit-transform .25s cubic-bezier(.1, .47, .3, 1.15);
	transition: opacity .2s ease-out, -webkit-transform .25s cubic-bezier(.1, .47, .3, 1.15);
	-o-transition: opacity .2s ease-out, transform .25s cubic-bezier(.1, .47, .3, 1.15);
	transition: opacity .2s ease-out, transform .25s cubic-bezier(.1, .47, .3, 1.15);
	transition: opacity .2s ease-out, transform .25s cubic-bezier(.1, .47, .3, 1.15), -webkit-transform .25s cubic-bezier(.1, .47, .3, 1.15);
}
ul.sub-menu li {
	position: relative;
}
ul.sub-menu li ul.sub-menu {
	left: 100%;
	top: 0px;
	width: 100%;
}
.nav_area > ul > li ul.sub-menu li a:hover {
	width: 100%;
	padding-left: 18px;
	background: #007642;
	color: #fff;
}
.nav_area > ul > li ul.sub-menu li a {
	position: relative;
	letter-spacing: 0px;
	font-weight: 400;
}
ul.sub-menu li a {
	color: #000;
	line-height: 20px;
	padding: 10px 17px;
	font-size: 14px;
	display: inline-block;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: bold;
	-webkit-transition: padding .2s ease-out;
	-o-transition: padding .2s ease-out;
	transition: padding .2s ease-out;
	width: 100%;
	border-bottom: solid 1px #007642;
}
/*ul.sub-menu li.menu-item-has-children .arrow {
	color: #fff;
	padding-left: 0;
	
}*/
ul.sub-menu li.menu-item-has-children .arrow {
    color: #000;
    padding-left: 0;
    transform: rotate(269deg);
    top: 10px;
    right: 5px; 
}
ul.sub-menu span.arrow {
	/*display: none;*/
}
}
.top-logo.logo-mobile {
	display: none;
}
.navbar-nav li:hover > ul.dropdown-menu {
	display: block;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
}
/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
	text-decoration: underline;
	transform: rotate(-90deg);
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu {
	background: #50418a;
	padding-top: 0px;
	padding-bottom: 0px;
	border-radius: 0;
	margin-top: 0px;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu a {
	font-size: 15px;
	padding-left: 11px;
	padding-right: 7px;
	margin-left: 0px;
	line-height: 28px;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu a:hover {
	background: #3b2a7b;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu .dropdown-toggle::after {
	position: absolute;
	right: 10px;
	top: 14px;
}
.wrapper-menu nav#nav {
	padding-bottom: 0px;
}
.wrapper-menu ul.navbar-nav > li > a {
	padding-bottom: 12px;
}
.header-section {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 333;
	padding-top: 0;
	background-color: rgba(0, 0, 0, 0.5);
	padding-bottom: 0;
}
.logo {
	text-align: center;
	margin-top: 7px;
}
.logo a {
	display: inline-block;
}
.mobile-menu.wrapper-menu {
	padding-top: 21px;
}
/***** Menu css End *****/

/***** index *****/
.slider-section-home {
	position: relative;
	overflow: hidden;
}
.slider-banner-text-wrapper {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 125px;
	text-align: center;
}
.slider-banner-text-info span {
	display: inline-block;
	width: 100%;
	color: #ffffff;
	font-size: 26px;
	padding-bottom: 8px;
	text-transform: uppercase;
	/* text-shadow: 1px 1px 5px #918c8c; */
	text-shadow: 1px 1px 5px black, 1px 1px 2px black; 
	font-family: "Montserrat", sans-serif;
}
.slider-banner-text-info .slider-banner-text {
	font-size: 32px;
	color: #ffffff;
	font-weight: bold;
	/* text-shadow: 1px 1px 5px #918c8c, 1px 1px 4px #918c8c, 1px 1px 3px #918c8c, 1px 1px 2px #918c8c; */
	text-shadow: 1px 1px 5px black, 1px 1px 4px black, 1px 1px 3px black, 1px 1px 2px black, 1px 1px 2px black; 
	/* ; */
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
}
#sliderhome .owl-dots {
	text-align: center;
	bottom: 50px;
	position: absolute;
	margin: 0px auto;
	width: 100%;
}
#sliderhome .owl-dots button.active span {
	background-color: #004b98;
	position: relative;
}
#sliderhome .owl-dots button span {
	background-color: rgba(255,255,255,0.8);
}
#sliderhome .owl-dots button {
	outline: 0;
}
#sliderhome .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 0px 6px;
}
#sliderhome .owl-nav {
	display: none;
}
.news-achievement-section {
	padding: 200px 0px 140px;
	background: #ececec;
	margin-top: -140px;
	position: relative;
}
.news-achievement-section .container {
	position: relative;
	z-index: 1;
}
.news-achievement-wrapper {
	background: #ffffff;
}
.news-achievement-section::after {
	content: "";
	position: absolute;
	top: 183px;
	height: -webkit-fill-available;
	width: 64%;
	right: 0;
	background-image: url(../images/achievement-bgg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 511px;
}
.news-details-wrapper .heading-info span {
	color: #a48a3f;
}
.news-details-wrapper .heading-info .heading-title {
	color: #004b98;
}
.news-details-info {
	display: flex;
	align-items: center;
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: solid 1px #d9d9d9;
}
.date-info {
	width: 80px;
}
.date-info .datetext {
	text-align: center;
	color: #ffffff;
	font-size: 24px;
	width: 68px;
	height: 68px;
	padding-top: 15px;
	line-height: 21px;
	background: #caab53;
	border-radius: 50%;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
}
.date-info .datetext span {
	display: block;
	font-size: 16px;
	font-weight: 500;
}
.news-details-text-info {
	width: 83%;
}
.news-details-text-info .news-details-text {
	font-size: 16px;
	color: #000000;
	font-weight: 600;
	line-height: 24px;
}
.service-setion {
	margin-bottom: 35px;
	margin-top: -93px;
}
.service-box-wrapper-row {
	margin-left: -5px;
	margin-right: -5px;
}
.service-box-wrapper-row .col-md-2 {
	padding: 0px 5px;
}
.service-box-wrapper {
	text-align: center;
}
.service-box-wrapper .service-icon {
	background-image: url(../images/service-bgg1.png);
	background-size: 100% 100%;
	padding: 60px;
}
.service-box-wrapper .service-icon span {
	display: inline-block;
	max-width: 100%;
	webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.service-box-wrapper:hover .service-icon span {
	-webkit-transform: rotateY( 360deg );
	transform: rotateY( 360deg );
}
.service-box-wrapper .service-box-title a {
	font-size: 22px;
	color: #0f2e89;
	font-weight: bold;
	padding-top: 6px;
	text-decoration: none;
}
.service-box-wrapper .service-box-title a:hover {
	color: #328b37;
}
.activity-section {
	padding: 58px 0px 54px;
	position: relative;
}
.activity-section .container {
	position: relative;
	z-index: 1;
}
.activity-section::after {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	background-image: url(../images/activity-section-bgg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.heading-info {
	margin-bottom: 25px;
}
.heading-info span {
	display: inline-block;
	width: 100%;
	color: #ffffff;
	font-family: "Alegreya", serif;
	font-style: italic;
	line-height: normal;
	font-size: 25px;
	margin-bottom: -19px;
	position: absolute;
	top: -24px;
}
.heading-info .heading-title {
	font-size: 35px;
	color: #ffffff;
	letter-spacing: 3px;
	font-weight: bold;
	line-height: normal;
}
.activity-box-wrapper {
	background: #ffffff;
	height: calc( 100% - 25px );
}
.activity-box-wrapper .activity-img img {
	width: 100%;
	webkit-transition: all .5s;
	transition: all .5s;
}
.activity-img {
	position: relative;
	overflow: hidden;
}
.activity-box-wrapper:hover .activity-img img {
	-webkit-transform: rotate(3deg) scale(1.1, 1.1);
	-ms-transform: rotate(3deg) scale(1.1, 1.1);
	transform: rotate(3deg) scale(1.1, 1.1);
}
.activity-box-wrapper .activity-box-text {
	padding: 15px;
	padding-bottom: 25px;
}
.activity-box-text .activity-box-title {
	padding-bottom: 7px;
}
.activity-box-text .activity-box-title a {
	font-size: 15px;
	color: #000000;
	font-weight: 600;
	line-height: 21px;
	padding-bottom: 3px;
	display: inline-block;
	text-decoration: none;
}
.activity-section .theme-btn a {
	background-image: linear-gradient(to right, #156fc7 30%, #003e7a);
	color: #fff;
}
.achievement-details-row .heading-icon {
	vertical-align: text-top;
}
.date {
	font-size: 14px;
	color: #004b98;
	font-weight: 500;
}
.date i {
	font-size: 16px;
	color: #004b98;
}
.activity-box-wrapper .activity-box-text .datetext i.fal {
	font-size: 14px;
	margin-right: 3px;
	font-weight: 400;
}
.partner-section {
	padding: 23px 0px;
}
.partner-logo-row {
	margin-left: -5px;
	margin-right: -5px;
}
.partner-logo-row .col-md-3 {
	max-width: 20%;
	flex: 20%;
	padding: 0px 5px;
}
.footer-section {
	padding-top: 35px;
	box-shadow: rgb(0 0 0 / 30%) 0px 2px 4px 0px inset;
}
.footer-logo a {
	display: inline-block;
}
.footer-menu ul li {
	display: inline-block;
	padding-bottom: 3px;
	width: 100%;
}
.footer-menu ul li a {
	display: inline-block;
	font-size: 15px;
	color: #000000;
	letter-spacing: 2px;
	text-decoration: none;
	font-weight: 600;
}
.footer-menu ul li a:hover {
	color: #0f2e89;
}
.footer-details-info {
	padding-left: 99px;
	position: relative;
}
.footer-details-info .footer-details-title {
	font-size: 25px;
	color: #000000;
	letter-spacing: 1px;
	padding-bottom: 6px;
	position: relative;
	margin-bottom: 17px;
	font-weight: 500;
}
.footer-details-info .footer-details-title::after {
	content: "";
	position: absolute;
	width: 30px;
	left: 0;
	bottom: 0;
	height: 2px;
	background: #004b98;
}
.footer-details-info ul li.add {
	margin-bottom: 17px;
}
.footer-details-info ul li {
	position: relative;
	padding-left: 25px;
	font-size: 16px;
	color: #000000;
	margin-bottom: 4px;
	font-weight: 500;
}
.footer-details-info ul li i {
	position: absolute;
	top: 3px;
	left: 0;
	color: #004b98;
}
.footer-details-info ul li a {
	color: #000000;
	text-decoration: none;
}
.footer-details-info::after {
	content: "";
	position: absolute;
	left: 41px;
	top: 0;
	width: 1px;
	height: 100%;
	background: #b5b5b5;
}
.copyright-info {
	padding: 11px 0px;
	margin-top: 25px;
	border-top: solid 1px #b5b5b5;
}
.copyright-text {
	font-size: 14px;
	color: #000000;
	font-family: "Poppins", sans-serif;
}
.besign-by {
	text-align: right;
}
.besign-by a {
	color: #000;
	font-size: 14px;
}
/*----------------------------------------*/
/*              index 2  css
/*----------------------------------------*/

.banner-wrapper img {
	width: 100%;
}
.calendar-wrapper-details {
	margin: 0px 46px;
}
.calendar-section {
	background-color: #fafdf4;
	padding-top: 45px;
	padding-bottom: 15px;
}
.calendar_remark {
	width: 100%;
	padding: 25px 0px 0;
	text-align: center;
}
.calendar_remark .remark_item {
	display: inline-block;
	vertical-align: top;
	padding: 0px 8px;
}
.calendar_remark .remark_1:before {
	background-color: #feaf01;
}
.calendar_remark .remark:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 14px;
	height: 14px;
}
.calendar_remark .remark {
	padding-left: 24px;
	position: relative;
	line-height: 15px;
	font-size: 13px;
	color: #000;
	font-weight: bold;
}
.calendar_remark .remark_2:before {
	background-color: #8750c9;
}
.calendar_remark .remark_3:before {
	background-color: #ee9395;
}
.calendar_remark .remark_4:before {
	background-color: #af2d2a;
}
a.down-btn {
	color: #ffffff;
	padding: 4px 30px;
	display: table;
	margin: 25px auto;
	border-radius: 5px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	background: #02b4ad;
	font-family: "Poppins", sans-serif;
}
a.down-btn i.fa.fa {
	padding-left: 10px;
}
.event-item {
	border: 2px solid #cededd;
	padding: 15px;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	background: #fff;
}
span.event-date {
	font-size: 25px;
	color: #000;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	min-width: 100px;
	border-right: solid 2px #3a639f;
	margin-right: 20px;
	font-weight: 600;
	line-height: 28px;
	font-family: "Outfit", sans-serif;
}
.title-text h4 {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0px;
	font-family: "Outfit", sans-serif;
}
.title-text p {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 0px;
	color: #000000;
	font-weight: 500;
	font-family: "Outfit", sans-serif;
}
span.event-date b {
	font-weight: bold;
	display: block;
	font-size: 19px;
}
.event-title {
	color: #000000;
	font-size: 30px;
	margin-bottom: 10px;
	position: relative;
	padding-left: 23px;
	font-weight: 500;
	font-family: "Alata", sans-serif;
	text-transform: uppercase;
}
.event-title::after {
	content: "";
	position: absolute;
	border-left: solid 9px #029be1;
	height: 25px;
	left: 0;
	top: 10px;
}
.tab-paned.calendar-home-wrapper #calendar {
	padding-bottom: 35px;
	padding: 17px;
	box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
	background: #fff;
	padding-bottom: 72px;
}
.tab-paned.calendar-home-wrapper .fc-left {
	display: none;
}
.calendar-home-wrapper .fc-header-toolbar {
	background: none;
}
.calendar-home-wrapper .fc-header-toolbar .fc-center {
	text-align: center;
	width: 100%;
}
.calendar-home-wrapper .fc-header-toolbar .fc-center h2 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
}
.calendar-home-wrapper .fc-header-toolbar .fc-right button {
	background: none;
	border: none;
	padding: 2px;
}
.calendar-home-wrapper .fc-header-toolbar {
	background: none !important;
}
.calendar-home-wrapper .fc-header-toolbar .fc-right button:hover {
	color: #000;
}
.calendar-home-wrapper .fc-header-toolbar .fc-right button:focus {
	outline: 0 !important;
	box-shadow: none;
}
#carouselExampleControls {
	float: left;
	width: 100%;
}
.calendar-wrapper {
	margin: 0px auto;
	margin-top: 0px;
}
/*----------------------------------------*/
/*              index 3 css
/*----------------------------------------*/
.owl-carousel-wrapper.slider-row {
	padding-top: 30px;
	padding-bottom: 30px;
	margin: auto;
	border-radius: 13px;
	margin-bottom: 30px;
}
#sync1 .owl-nav button.owl-prev {
	position: absolute;
	left: -44px;
	top: 46%;
}
#sync1 .owl-nav button {
	outline: 0;
}
#sync1 .owl-nav button.owl-next {
	position: absolute;
	right: -44px;
	top: 46%;
}
#sync1 .owl-nav button.owl-prev img {
	max-width: 34px;
}
#sync1 .owl-nav button.owl-next img {
	max-width: 34px;
}
#sync2 .owl-nav button {
	outline: 0;
}
#sync1 .owl-nav button {
	border: solid 2px #004b98;
	width: 35px;
	height: 35px;
	border-radius: 100px;
	line-height: 33px;
	color: #004b98;
}
#sync1 .owl-nav button:hover {
	background-color: #004b98;
	color: #fff;
}
#sync2 .owl-nav button {
	color: #004b98;
	font-size: 34px;
}
.back-btn a i {
	margin-right: 9px;
}
/*----------------------------------------*/
/*              index 4 css
/*----------------------------------------*/


/*----------------------------------------*/
/*              index 5  css
/*----------------------------------------*/
ul.pagination {
	text-align: right;
	width: 100%;
	display: inline-block;
	padding-top: 12px;
}
ul.pagination li.page-item {
	display: inline-block;
	margin: 0px 6px;
}
ul.pagination li.page-item a.active {
	background: #029be1;
	color: #fff;
	border: solid 1px #029be1;
}
ul.pagination li.page-item a:hover {
	background: #029be1;
	color: #fff;
	border-color: #029be1;
}
li.page-item.img-iconss a.page-link:hover {
	background: none;
}
ul.pagination li.page-item a {
	color: #000;
	font-size: 14px;
	width: 33px;
	height: 33px;
	line-height: 18px;
	font-family: 'Lato', sans-serif;
}
ul.pagination li.page-item a {
	background: none;
	border-radius: 6px;
	background-color: #ffffff;
}
ul.pagination li.img-iconss a {
	width: auto;
	height: auto;
}
ul.pagination li.page-item .page-link {
	border-radius: 50%;
}
/*----------------------------------------*/
/*              index 6  css
/*----------------------------------------*/
.news-details-info-row .news-details-text {
	font-size: 18px;
	line-height: 30px;
}
.news-details-info-row {
	align-items: center;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.news-details-info-row::after {
	content: "";
	position: absolute;
	width: 98%;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: #d9d9d9;
	margin: auto;
}
.news-details-imgs img {
	width: 100%;
}
.news-details-info .heading-title-text {
	font-size: 31px;
	line-height: 38px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	border: none;
	font-weight: 700;
}
.btn-wrapper.info {
	text-align: center;
}
.btn-wrapper.info a {
	background: #1fa1d3;
	color: #ffffff;
}
.pfd-wrapper {
	text-align: center;
}
.pfd-wrapper a {
	display: inline-block;
	max-width: 60px;
}
.news-details-info-row .theme-btn a {
	background-image: linear-gradient(to right, #156fc7 30%, #003e7a);
	color: #fff;
}
.news-details-info-row .theme-btn {
	position: relative;
	width: 100%;
	text-align: center;
}
.news-details-info-row .news-details-info {
	border-bottom: none;
	padding: 0px;
	margin: 0px;
}
#partner-slider .owl-nav button.owl-prev {
	position: absolute;
	left: -30px;
}
#partner-slider .owl-nav button.owl-next {
	position: absolute;
	right: -30px;
}
#partner-slider .owl-nav button {
	top: 30%;
	color: #035f9b;
	outline: 0;
}
#partner-slider .owl-dots {
	display: none;
}
#latest-activity .owl-nav button.owl-prev {
	position: absolute;
	left: -27px;
}
#latest-activity .owl-nav button.owl-next {
	position: absolute;
	right: -27px;
}
#latest-activity .owl-nav button {
	top: 34%;
	background: #024a77;
	width: 21px;
	color: #fff;
	border-radius: 100px;
	height: 21px;
	font-size: 12px;
	outline: 0;
}
#latest-activity .owl-dots {
	display: none;
}
#latest-achievements .owl-dots {
	display: none;
}
#latest-achievements .owl-nav button.owl-prev {
	position: absolute;
	left: -27px;
}
#latest-achievements .owl-nav button.owl-next {
	position: absolute;
	right: -27px;
}
#latest-achievements .owl-nav button {
	top: 34%;
	background: #024a77;
	width: 21px;
	color: #fff;
	border-radius: 100px;
	height: 21px;
	font-size: 12px;
	outline: 0;
}
.slider-section-home::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 147px;
	background: #c7a244;
	clip-path: polygon(0 40%, 50% 100%, 100% 40%, 100% 100%, 0% 100%);
	z-index: 2;
}
/* White overlay above the gold */
.slider-section-home::after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 95px;
	background: #ececec;
	clip-path: polygon(0 35%, 50% 100%, 100% 35%, 100% 100%, 0 100%);
	z-index: 22;
}
.heading-icon {
	display: inline-block;
	vertical-align: text-bottom;
}
.achievement-details-row {
	padding-top: 32px;
	padding-bottom: 49px;
}
.news-details-wrapper .card-body {
	padding: 0px;
}
.news-details-wrapper .card {
	border: none;
}
.news-details-wrapper {
	padding-right: 67px;
	margin-top: 41px;
	position: relative;
}
.card-footer {
	background: none;
	border: none;
	padding: 0;
	position: absolute;
	top: -51px;
	right: -41px;
}
.card-footer ul.pagination li a {
	padding: 0px;
	text-align: center;
	line-height: 31px;
	border-radius: 0px !important;
}
.card-footer ul.pagination li {
	margin: 0px 2px;
}
.news-details-wrapper .theme-btn a {
	background: #004b98;
	color: #fff;
}
.content-section {
	padding: 188px 0px 70px;
	background-image: url(../images/content-bgg1.jpg);
	background-size: cover;
	margin-top: -176px;
}
.hection-heading-wrapper {
	margin-bottom: 35px;
	position: relative;
	z-index: 3;
}
.hection-heading-wrapper .hection-heading {
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 10px;
	position: relative;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 3px;
	color: #004b98;
}
.hection-heading-wrapper .hection-heading img {
	max-width: 52px;
	vertical-align: text-top;
	margin-left: 5px;
}
.hection-heading-wrapper .hection-heading::after {
	content: "";
	position: absolute;
	width: 45px;
	height: 2px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	background: #d32519;
}
.calendar-wrapper-details {
	width: 75%;
	margin: auto;
}
.calendar-section {
	background-color: #fafdf4;
	padding-top: 45px;
	padding-bottom: 15px;
}
.calendar_remark {
	width: 100%;
	padding: 25px 0px 0;
	text-align: center;
}
.calendar_remark .remark_item {
	display: inline-block;
	vertical-align: top;
	padding: 0px 8px;
}
.calendar_remark .remark_1:before {
	background-color: #feaf01;
}
.calendar_remark .remark:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 14px;
	height: 14px;
}
.calendar_remark .remark {
	padding-left: 24px;
	position: relative;
	line-height: 15px;
	font-size: 13px;
	color: #000;
	font-weight: bold;
}
.calendar_remark .remark_2:before {
	background-color: #8750c9;
}
.calendar_remark .remark_3:before {
	background-color: #ee9395;
}
.calendar_remark .remark_4:before {
	background-color: #af2d2a;
}
a.down-btn {
	color: #ffffff;
	padding: 4px 30px;
	display: table;
	margin: 25px auto;
	border-radius: 5px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	background: #d32519;
	font-family: "Poppins", sans-serif;
}
a.down-btn i.fa.fa {
	padding-left: 10px;
}
.event-item {
	border: 2px solid #cededd;
	padding: 15px;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	background: #fff;
}
span.event-date {
	font-size: 25px;
	color: #000;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	min-width: 100px;
	border-right: solid 2px #3f67a1;
	margin-right: 20px;
	font-weight: 600;
	line-height: 28px;
	font-family: "Outfit", sans-serif;
}
.title-text h4 {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0px;
	font-family: "Outfit", sans-serif;
}
.title-text p {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 0px;
	color: #000000;
	font-weight: 500;
	font-family: "Outfit", sans-serif;
}
span.event-date b {
	font-weight: bold;
	display: block;
	font-size: 19px;
}
.event-title {
	color: #000000;
	font-size: 30px;
	margin-bottom: 10px;
	position: relative;
	padding-left: 23px;
	font-weight: 500;
	font-family: "Alata", sans-serif;
	text-transform: uppercase;
}
.event-title::after {
	content: "";
	position: absolute;
	border-left: solid 9px #37619d;
	height: 25px;
	left: 0;
	top: 10px;
}
.tab-paned.calendar-home-wrapper #calendar {
	padding-bottom: 35px;
	padding: 17px;
	box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
	background: #fff;
	padding-bottom: 72px;
}
.tab-paned.calendar-home-wrapper .fc-left {
	display: none;
}
.calendar-home-wrapper .fc-header-toolbar {
	background: none;
}
.calendar-home-wrapper .fc-header-toolbar .fc-center {
	text-align: center;
	width: 100%;
}
.calendar-home-wrapper .fc-header-toolbar .fc-center h2 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
}
.calendar-home-wrapper .fc-header-toolbar .fc-right button {
	background: none;
	border: none;
	padding: 2px;
}
.calendar-home-wrapper .fc-header-toolbar {
	background: none !important;
}
.calendar-home-wrapper .fc-header-toolbar .fc-right button:hover {
	color: #000;
}
.calendar-home-wrapper .fc-header-toolbar .fc-right button:focus {
	outline: 0 !important;
	box-shadow: none;
}
#carouselExampleControls {
	float: left;
	width: 100%;
}
.calendar-wrapper {
	margin: 0px auto;
	margin-top: 0px;
}
/*----------------------------------------*/
/*              index 3 css
/*----------------------------------------*/
.content-heading {
	padding-top: 6px;
}
.content-heading .news-details-info {
	margin-right: 0px;
	padding: 0px 80px 10px;
	border-bottom: solid 1px #d9d9d9;
	margin-bottom: 12px;
}
.content-heading .news-details-info .news-details-text-info {
	width: 93%;
}
.content-heading .news-details-info .news-details-text-info .news-details-text {
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 24px;
}
.wrappper-n-div {
	padding: 0px 85px;
}
.cont-text {
	font-size: 15px;
	color: #000000;
	text-align: justify;
	margin-bottom: 20px;
}
.owl-carousel-wrapper.slider-row {
	margin: auto;
}
#sync1 .owl-nav button.owl-prev {
	position: absolute;
	left: -44px;
	top: 46%;
}
#sync1 .owl-nav button {
	outline: 0;
}
#sync1 .owl-nav button.owl-next {
	position: absolute;
	right: -44px;
	top: 46%;
}
#sync1 .owl-nav button.owl-prev img {
	max-width: 34px;
}
#sync1 .owl-nav button.owl-next img {
	max-width: 34px;
}
#sync2 .owl-nav button.owl-prev {
	position: absolute;
	left: -41px;
}
#sync2 .owl-nav button {
	outline: 0;
}
#sync2 .owl-nav button.owl-next {
	position: absolute;
	right: -41px;
}
#sync2 .owl-nav button {
	top: 35%;
}
#sync2 .owl-nav button i {
	font-weight: 300;
}
#sync2 .owl-nav button.owl-prev img {
	max-width: 13px;
}
#sync2 .owl-nav button.owl-next img {
	max-width: 13px;
}
.owl-item.synced.active .item-slider-images:after {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	display: inline-block;
	left: 0px;
	content: "";
	border: solid 5px #004b98;
}
.back-btn {
	width: 100%;
	margin-top: 35px;
}
.back-btn a {
	display: inline-block;
	font-size: 15px;
	text-decoration: none;
	padding: 8px 29px;
	color: #ffffff;
	background-image: linear-gradient(to right, #156fc7 30%, #003e7a);
	letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease 0s;
	clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%);
}
.back-btn a:after {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-image: linear-gradient(to right, #156fc7 30%, #003e7a);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%) scale(0);
    transition: all 0.5s ease 0s;
}
.back-btn a:hover:after {
    transform: translate(-50%, -50%) scale(5);
    background-image: linear-gradient(to right, #003e7a 30%, #156fc7);
}
.back-btn a i.fal {
	margin-right: 7px;
	font-size: 17px;
	vertical-align: text-bottom;
}
/*----------------------------------------*/
/*              index 4 css
/*----------------------------------------*/
.imgblock {
	padding-bottom: 30px;
	padding-top: 5px;
}
.imgblock img {
	width: 100%;
}
/*----------------------------------------*/
/*              index 5  css
/*----------------------------------------*/
.row-activity-box-wrapper {
	margin: auto;
}
.row-activity-box-wrapper .col-md-3 {
	max-width: 20%;
	flex: 20%;
	padding: 0px 9px;
}
.row-activity-box-wrapper .activity-box-wrapper {
	box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
	margin-bottom: 25px;
}
ul.pagination {
	text-align: center;
	width: 100%;
	display: inline-block;
	padding-top: 12px;
}
ul.pagination li.page-item a.active {
	background: #004b98;
	color: #fff;
	border: solid 1px #004b98;
}
ul.pagination li.page-item a:hover {
	background: #004b98;
	color: #fff;
	border-color: #004b98;
}
li.page-item.img-iconss a.page-link:hover {
	background: none;
}
ul.pagination li.page-item a {
	color: #000;
	font-size: 14px;
	width: 33px;
	height: 33px;
	line-height: 32px;
	padding: 0px;
	text-align: center;
}
ul.pagination li.page-item a {
	background: none;
	border-radius: 6px;
	background-color: #ffffff;
}
ul.pagination li.img-iconss a {
	width: auto;
	height: auto;
}
ul.pagination li.page-item .page-link {
	border-radius: 50%;
}
/*----------------------------------------*/
/*        Nice-select Box css
/*----------------------------------------*/
.nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: #ffffff;
	border-radius: 0;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-family: inherit;
	font-size: 14px;
	text-transform: capitalize;
	height: 40px;
	line-height: 40px;
	outline: none;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: 100%;
	border: solid 1px #d3d3d3;
	color: #000000;
	font-weight: 500;
}
.nice-select .option:hover {
	background: #ebebeb;
}
.nice-select:hover {
	border-color: #dbdbdb;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
	border-color: #333333;
}
.nice-select:after {
	border-bottom: 2px solid #004b98;
	border-right: 2px solid #004b98;
	content: '';
	display: block;
	height: 6px;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	right: 22px;
	top: 54%;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 6px;
}
.nice-select.open:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	width: 100%;
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
}
.nice-select.disabled {
	border-color: #ededed;
	pointer-events: none;
}
.nice-select.disabled:after {
	border-color: #cccccc;
}
.nice-select.wide {
	width: 100%;
}
.nice-select.wide .list {
	left: 0 !important;
	right: 0 !important;
}
.nice-select.right {
	float: right;
}
.nice-select.right .list {
	left: auto;
	right: 0;
}
.nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px;
}
.nice-select.small:after {
	height: 4px;
	width: 4px;
}
.nice-select.small .option {
	line-height: 34px;
	min-height: 34px;
}
.nice-select .list {
	background-color: #fff;
	border-radius: 0px;
	box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	box-sizing: border-box;
	margin-top: 4px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(0.75) translateY(-21px);
	-ms-transform: scale(0.75) translateY(-21px);
	transform: scale(0.75) translateY(-21px);
	-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index: 9;
}
.nice-select .option {
	cursor: pointer;
	font-weight: 400;
	line-height: 40px;
	list-style: none;
	min-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 29px;
	text-align: left;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	border-bottom: solid 1px #d5d5d5;
}
.nice-select .option.disabled {
	background-color: transparent;
	color: #999;
	cursor: default;
}
.no-csspointerevents .nice-select .list {
	display: none;
}
.no-csspointerevents .nice-select.open .list {
	display: block;
}
.select-box-wrapper-row {
	display: flex;
	justify-content: center;
}
.select-box-wrapper {
	width: 19%;
	margin: 0px 10px;
}
.row-select-box {
	display: flex;
	justify-content: center;
}
.row-select-box .select-box-div {
	margin: 0px 13px;
}
.select-box-div .nice-select {
	min-width: 219px;
}
.news-list-heading {
	position: relative;
}
.news-list-heading .select-box-wrapper-row {
	position: absolute;
	right: 0px;
	top: 0px;
}

/***
=============================================
    Float Bob X Animation Css
=============================================
***/
@-webkit-keyframes float-bob-x {
 0% {
 transform: translateX(-10px);
}
 50% {
 transform: translateX(-5px);
}
 100% {
 transform: translateX(-10px);
}
}
 @keyframes float-bob-x {
 0% {
 transform: translateX(-10px);
}
 50% {
 transform: translateX(-3px);
}
 100% {
 transform: translateX(-10px);
}
}
.heading-icon img, .hection-heading-wrapper .hection-heading img {
	-webkit-animation-name: float-bob-x;
	animation-name: float-bob-x;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}
.sticky-header {
	position: fixed;
	z-index: 999;
	left: 0;
	width: 100%;
	top: 0px;
	border: none;
}


/****** HOME  SLIDER  Animation CSS ******/
@-webkit-keyframes fadeInUp {
0% {
-webkit-transform:translate3d(0, 100%, 0);
opacity:0;
transform:translate3d(0, 100%, 0)
}
to {
	-webkit-transform: translateZ(0);
	opacity: 1;
	transform: translateZ(0)
}
}
 @keyframes fadeInUp {
0% {
-webkit-transform:translate3d(0, 100%, 0);
opacity:0;
transform:translate3d(0, 100%, 0)
}
to {
	-webkit-transform: translateZ(0);
	opacity: 1;
	transform: translateZ(0)
}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}
 @-webkit-keyframes fadeInDown {
0% {
-webkit-transform:translate3d(0, -100%, 0);
opacity:0;
transform:translate3d(0, -100%, 0)
}
to {
	-webkit-transform: translateZ(0);
	opacity: 1;
	transform: translateZ(0)
}
}
 @keyframes fadeInDown {
0% {
-webkit-transform:translate3d(0, -100%, 0);
opacity:0;
transform:translate3d(0, -100%, 0)
}
to {
	-webkit-transform: translateZ(0);
	opacity: 1;
	transform: translateZ(0)
}
}
 @-webkit-keyframes fadeInLeft {
0% {
-webkit-transform:translate3d(-100%, 0, 0);
opacity:0;
transform:translate3d(-100%, 0, 0)
}
to {
	-webkit-transform: translateZ(0);
	opacity: 1;
	transform: translateZ(0)
}
}
@keyframes fadeInLeft {
0% {
-webkit-transform:translate3d(-100%, 0, 0);
opacity:0;
transform:translate3d(-100%, 0, 0)
}
to {
	-webkit-transform: translateZ(0);
	opacity: 1;
	transform: translateZ(0)
}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}
#sliderhome .owl-item.active .slider-banner-text-info span {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay: 0.3s;
}
#sliderhome .owl-item.active .slider-banner-text-info .slider-banner-text {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay: 0.3s;
}
/****** HOME  SLIDER  Animation CSS END ******/
.nav_area > ul > li.active-hover > a {
	color: #0095da;
}

/*----------------------------------------*/
/*              Popup css
/*----------------------------------------*/
.popup-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    text-align: center;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    overflow: auto;
    padding-bottom: 52px;
    padding-top: 52px;
}
.popup-wrapper:before {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.8;
}
.popup-wrapper .popup-container {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 100%;
    max-width: 1150px;
    text-align: left;
}
.popup-wrapper .popup-container .popup-inner-wrapper {
    background-color: #fff;
    box-shadow: 0 0 60px rgb(0 0 0 / 40%);
}
.popup-wrapper .popup-container .popup-inner-wrapper .close {
    position: absolute;
    right: 0;
    top: -7px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 0;
    background-color: white;
    font-weight: 600;
    opacity: 1;
    border-radius: 100px;
}
.h-fix {
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}
.popup-inner-container {
    padding: 35px;
}
.popup-inner-container .editor p {
    font-size: 16px;
    color: #000;
    line-height: 25px;
}
.popup-inner-img {
    margin-top: 31px;
}
.popup-inner-container .editor p strong {
    font-size: 19px;
}

.popup-wrapper .popup-container .popup-inner-wrapper .close:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url(../images/close.svg) no-repeat;
    margin-right: 0px;
}

/******* Mobile Layout *******/
@media only screen and (max-width: 767px) {
.popup-inner-container {
    padding: 28px 18px;
}	
	
.news-list-heading .select-box-wrapper-row {
	position: relative;
}
.news-details-info-row .news-details-info {
	margin-top: 19px;
}
#sliderhome .owl-dots button {
	display: none;
}
.news-achievement-section::after {
	display: none;
}
.mobile-menu.wrapper-menu {
	padding-top: 0;
}
.achievement-details-row {
	background: #0361a2;
	padding: 30px 14px;
	margin: 0px;
	padding-top: 49px;
}
.theme-btn {
	position: relative;
	top: 0px;
	right: 0;
	width: 100%;
	text-align: center;
	margin-top: 31px;
}
.copyright-text {
	text-align: center;
	margin-bottom: 9px;
}
.besign-by {
	text-align: center;
}
.activity-section::after {
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.activity-section {
	padding: 31px 18px;
	padding-top: 52px;
}
.news-details-wrapper {
	padding-right: 0;
}
.news-details-wrapper .card-footer {
	padding: 0;
	top: -84px;
	right: 0;
}
.card-body ul.demo1 {
	height: auto !important;
}
.news-details-wrapper {
	margin-bottom: 43px;
}
.service-box-wrapper-row .col-md-2 {
	padding: 0px 5px;
	max-width: 50%;
}
.service-box-wrapper-row .service-box-wrapper {
	margin-bottom: 15px;
}
.footer-details-info {
	padding-left: 0;
	margin-top: 26px;
	margin-bottom: 27px;
}
.footer-details-info::after {
	display: none;
}
.menu-div2 {
	max-width: 50%;
}
.header-section {
	background: #28509a;
	position: relative;
	padding-top: 4px;
	padding-bottom: 9px;
}
.header-row .logo {
	max-width: 243px;
}
.fc-toolbar.fc-header-toolbar .fc-left {
	display: none;
}
.calendar-wrapper-details {
	width: 100%;
}
.event-item {
	display: inline-block;
}
.title-text {
	margin-top: 19px;
}
.d-flex.align-items-center {
	width: 100%;
	display: inline-block !important;
	float: left;
	margin-top: 0px;
}
.d-flex.align-items-center .pl-4 {
	padding-left: 0px !important;
	padding-top: 11px !important;
}
.d-flex.align-items-center img {
	width: 100%;
}
.select-box-div .nice-select {
	min-width: 100%;
}
.row-select-box .select-box-div {
	margin: 0px 4px;
}
.content-heading .news-details-info {
	padding: 0px 0px 10px;
}
.cont-text {
	padding: 0px 0px;
}
.owl-carousel-wrapper.slider-row {
	padding: 0px 35px;
}
.content-heading .news-details-info .news-details-text-info {
	padding-left: 17px;
}
body.open label.toggle i.fa::before {
	content: "\f00d";
}
body.open:after {
	content: "";
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0px;
	z-index: 33;
	display: inherit;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.5);
}
.toggle i.fa {
	font-weight: 500;
}
.fc-toolbar h2 {
	font-size: 17px !important;
}
.footer-logo a {
	width: 100%;
	text-align: center;
}
#sync2 .owl-nav button {
	top: 0;
}
.wrappper-n-div {
	padding: 0px 0px;
}
.imgblock {
	padding-bottom: 16px;
	padding-top: 5px;
}
.back-btn {
	margin-top: 16px;
}
.row-activity-box-wrapper .col-md-3 {
	max-width: 50%;
	padding: 0px 8px;
}
.activity-box-wrapper .activity-box-text {
	padding: 9px;
	padding-bottom: 15px;
}
.date {
	font-size: 12px;
}
.date i {
	font-size: 14px;
	margin-right: 2px;
}
ul.pagination li.page-item {
	margin: 0px 2px;
}
.hection-heading-wrapper .hection-heading {
	font-size: 36px;
}
.hection-heading-wrapper .hection-heading img {
	max-width: 50px;
}
.news-details-info-row .news-details-text {
	font-size: 15px;
	line-height: 24px;
	padding-left: 14px;
}
.pfd-wrapper {
	text-align: center;
	margin-top: 24px;
}
.news-achievement-section {
	padding: 24px 0px 140px;
	margin-top: 0;
}
.slider-banner-text-wrapper {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 23px;
	text-align: center;
}
.slider-section-home::before {
	height: 40px;
}
.slider-section-home::after {
	height: 16px;
}
.slider-banner-text-info .slider-banner-text {
	font-size: 17px;
}
.slider-banner-text-info span {
	font-size: 17px;
}
}

/******* Tablet Layout *******/
@media only screen and (min-width: 768px) and (max-width: 991px) {
.popup-wrapper .popup-container {
    max-width: 710px;
}
.popup-wrapper .popup-container {
    max-width: 710px;
}	
	
	
.calendar-wrapper-details {
	width: 90%;
}
body.open label.toggle i.fa::before {
	content: "\f00d";
}
body.open:after {
	content: "";
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0px;
	z-index: 33;
	display: inherit;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.5);
}
.toggle i.fa {
	font-weight: 500;
}
.fc-toolbar h2 {
	font-size: 17px !important;
}
.toggle {
	top: 0;
}
.header-section {
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer-details-info {
	padding-left: 20px;
}
.footer-details-info::after {
	left: 0;
}
.menu-div2 {
	padding: 0px 7px;
}
.wrappper-n-div {
	padding: 0px 40px;
}
.content-heading .news-details-info {
	padding: 0px 40px 10px;
}
.row-activity-box-wrapper .col-md-3 {
	max-width: 25%;
	flex: auto;
}
.activity-box-wrapper .activity-box-text {
	padding: 12px;
}
.service-box-wrapper .service-box-title a {
	font-size: 15px;
}
.activity-section .col-md-12 {
	padding: 0px 55px;
}
}




/******** Medium Layout ********/
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.nav_area > ul > li {
	padding-left: 21px;
}
.nav_area ul li a {
	font-size: 11px;
}
.popup-wrapper .popup-container {
    max-width: 710px;
}
.popup-wrapper .popup-container {
    max-width: 710px;
}
}


