@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=Dosis:wght@200..800&display=swap');
body {
	font-family: "Poppins", sans-serif;
	overflow-x: hidden;
}
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: 1350px;
}
/*----------------------------------------*/
/*              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: #2d60b1;
	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: 20px;
}
.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: -43px;
	z-index: 9999;
	background: #5280c9;
	width: 38px;
	height: 38px;
	line-height: 38px;
	border-radius: 50%;
}
.menu-side {
	position: initial;
}
.nav_area ul li a {
	line-height: 39px !important;
	font-size: 14px;
	color: #fff;
	padding: 0px 14px;
	display: inline-block;
	width: 100%;
}
span.arrow {
	position: absolute;
	right: 10px;
	color: #fff;
	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 #fff;
}
.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: 23px;
}
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: 14px;
	display: inline-block;
	text-decoration: none;
	padding-bottom: 13px;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
}
.nav_area ul li a img {
	margin-right: 3px;
}
span.arrow {
    padding-left: 0px;
    color: #ffffff;
    margin-left: 2px;
    position: absolute;
    top: 5px;
    font-size: 10px;
}
.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: #003681;
	z-index: 555;
	text-align: left;
}
.nav_area ul li:hover > ul.sub-menu {
	display: block;
}
ul.sub-menu {
    position: absolute;
    background: #0095da;
    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%);
    right: 0;
}
.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 {
	position: absolute; /**三级菜单增加*/
	left: 100%;
	top: 0px;
	width: 100%;
}
.nav_area > ul > li ul.sub-menu li a:hover {
	width: 100%;
	padding-left: 19px;
	background: #017fb9;
}
.nav_area > ul > li ul.sub-menu li a {
	color: #fff;
	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 #29abe7;
}
ul.sub-menu li.menu-item-has-children .arrow {
	color: #fff;
	padding-left: 0;
}
}
.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: 15px;
}
.logo {
	text-align: center;
}
.logo a {
	display: inline-block;
	max-width: 100%;
}
.mobile-menu.wrapper-menu {
	padding-top: 14px;
}
/*>>>>>>>>> menu css and >>>>>>>>*/

/*>>>>>>>>>> index >>>>>>>>>>>*/
.banner-section {
	position: relative;
}
.slider-banner-text-wrapper {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0px;
}
.slider-banner-text-info {
	position: relative;
	padding-bottom: 40px;
}
.slider-banner-text {
	font-size: 45px;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 7px;
	padding-left: 143px;
	line-height: 58px;
	text-shadow: 1px 1px 5px #918c8c;
	z-index: 1;
	position: relative;
}
.slider-banner-text span {
	display: block;
	margin-left: 139px;
}
.slider-banner-text-info::after {
	content: "";
	position: absolute;
	width: 74%;
	left: 0;
	bottom: 0;
	height: 215px;
	background-image: url(../images/heading-bgg.png);
	background-size: 100% 100%;
}
#sliderhome .owl-dots {
	text-align: right;
	bottom: 22px;
	position: absolute;
	margin: 0px auto;
	width: 1140px;
}
#sliderhome .owl-dots button.active span {
	background-color: #0095da;
	position: relative;
}
#sliderhome .owl-dots button span {
	background-color: #ffffff;
}
#sliderhome .owl-dots button {
	outline: 0;
}
#sliderhome .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 0px 5px;
}
#sliderhome .owl-nav {
	display: none;
}
.news-section {
	padding: 12px 0px 20px;
	background: #f3f3f3;
	position: relative;
}
.news-section::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	top: 141px;
	background: #cccccc;
}
.row.news-box-wrapper-row {
	margin: auto;
	padding-top: 10px;
}
.heading-title {
	font-size: 40px;
	color: #003e7a;
	letter-spacing: 7px;
	line-height: 34px;
	margin-bottom: 30px;
}
.heading-title span {
	display: block;
	margin-left: 216px;
	font-weight: bold;
	text-transform: uppercase;
	color: #86bee4;
	font-family: "Gothic A1", sans-serif;
	letter-spacing: 4px;
	position: relative;
}
.heading-title span::after {
	content: "";
	position: absolute;
	left: -8px;
	top: -66px;
	width: 1px;
	height: 109px;
	background: #cccccc;
}
.news-box-wrapper {
	background: #ffffff;
	position: relative;
}
.news-box-wrapper .news-box-text-info {
	padding: 11px 18px 45px;
}
.news-box-wrapper .news-box-text-info .news-box-title {
	font-size: 25px;
	font-weight: 700;
	color: #003e7a;
	line-height: 25px;
	font-family: "Dosis", sans-serif;
	margin-bottom: 8px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 50px;
}
.news-box-wrapper .news-box-img img {
	width: 100%;
	webkit-transition: all .5s;
	transition: all .5s;
}
.news-box-wrapper:hover .news-box-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);
}
.news-box-img {
	position: relative;
	overflow: hidden;
}
.activity-gallery-img img {
	width: 100%;
	webkit-transition: all .5s;
	transition: all .5s;
}
.activity-gallery-img:hover 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-gallery-img {
	position: relative;
	overflow: hidden;
}
.right-arrow {
	position: absolute;
	top: 99px;
	right: 22px;
}
.right-arrow a {
	display: inline-block;
}
.view-all-btn {
	position: absolute;
	top: 54px;
	right: 50px;
}
.view-all-btn a {
	display: inline-block;
	text-decoration: none;
	font-size: 21px;
	color: #003e7a;
	letter-spacing: 2px;
	font-weight: 600;
	font-family: "Dosis", sans-serif;
}
.view-all-btn a img {
	max-width: 25px;
	margin-left: 14px;
}
#slidernews .owl-nav button.owl-prev {
	position: absolute;
	left: -8%;
	top: 43%;
	box-shadow: none !important;
	outline: none !important;
}
#slidernews .owl-nav button.owl-next {
	position: absolute;
	top: 43%;
	right: 0%;
	box-shadow: none !important;
	outline: none !important;
}
#slidernews .owl-nav button.owl-next img {
	max-width: 26px !important;
}
#slidernews .owl-nav button.owl-prev img {
	max-width: 26px !important;
}
#slidernews .owl-dot {
	display: none;
}
.news-section .container {
	max-width: 91%;
	margin-right: initial;
}
.row.news-box-wrapper-row {
	margin: auto;
}
.news-section .container .col-md-12 {
	padding: 0px 0px;
}
.aboutus-section {
	padding: 50px 0px;
	background: #003860;
	position: relative;
}
.aboutus-section::after {
	content: "";
	position: absolute;
	width: 77%;
	right: 0;
	bottom: 46px;
	height: 76%;
	background-image: url(../images/background1.png);
	background-size: 100% 100%;
}
.aboutus-section .container {
	position: relative;
	z-index: 1;
}
.aboutus-details-img img {
	width: 100%;
}
.aboutus-details-info {
	padding-top: 75px;
	padding-left: 15px;
}
.aboutus-details-info .aboutus-details-title {
	font-size: 20px;
	color: #ffffff;
	font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 40px;
}
.aboutus-details-info p {
	font-size: 15px;
	color: #ffffff;
	line-height: 28px;
}
.aboutus-details-info ul {
	margin-bottom: 23px;
}
.aboutus-details-info ul li {
	font-size: 15px;
	color: #ffffff;
	line-height: 26px;
}
.btn-wrapper 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;
}
.btn-wrapper 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;
}
.btn-wrapper a:hover:after {
	transform: translate(-50%, -50%) scale(5);
	background-image: linear-gradient(to right, #003e7a 30%, #156fc7);
}
.btn-wrapper a:Hover {
	color: #fff;
}
.view-all-btn a:hover {
	color: #000;
}
.view-all-btn a:hover {
	color: #b90913;
}
.footer-details ul li a:hover {
	color: #810059;
}
.social-icon-info ul li a:hover {
	background-color: #003e7a;
	color: #fff;
	border: solid 1px #003e7a;
}
.right-arrow a:hover {
	background-image: linear-gradient(to right, #003e7a 30%, #156fc7);
}
#slidernews .owl-nav button:hover {
	color: #003e7a;
}
.aboutus-details-info .heading-title {
	text-align: center;
	margin-bottom: 0px;
	margin-top: 55px;
}
.heading-title.info span::after {
	background: none;
}
.aboutus-details-info .heading-title span {
	margin-left: 0px;
}
.activity-gallery-section {
	padding: 60px 0px 40px;
	background-image: url(../images/activity-gallery-bgg.jpg);
	background-size: cover;
}
.heading-title.text {
	margin-bottom: 9px;
}
.activity-gallery-box-wrapper {
	position: relative;
}
.activity-gallery-img img {
	width: 100%;
}
.activity-gallery-box-text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 22px 15px;
	z-index: 333;
}
.activity-gallery-box-text .camera-icon i.fal {
	color: #ffffff;
	font-size: 18px;
}
.activity-gallery-box-text .camera-icon i.fal {
	color: #ffffff;
	font-size: 18px;
}
.activity-gallery-box-text .activity-gallery-box-title {
	font-size: 24px;
	color: #ffffff;
	line-height: 27px;
	padding-bottom: 10px;
	font-weight: 600;
	font-family: "Dosis", sans-serif;
	margin-top: 5px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 54px;
}
.activity-gallery-box-text .date-text {
	color: #ffffff;
	margin-bottom: 4px;
}
.view-btn a {
	display: inline-block;
	color: #ffffff;
	font-size: 13px;
}
.activity-gallery-row {
	margin: auto;
}
.activity-gallery-row .col-md-6 {
	padding: 0px 0px;
}
.activity-gallery-box-wrapper.boxright .activity-gallery-box-text {
	padding: 30px 30px;
}
.activity-gallery-box-wrapper.boxright .activity-gallery-box-text .activity-gallery-box-title {
	font-size: 40px;
	line-height: 44px;
}
.activity-gallery-box-wrapper.boxright .btn-wrapper {
	margin-top: 12px;
}
/*.activity-gallery-box-wrapper.one .activity-gallery-img::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(43,199,219,0.8);
}
.activity-gallery-box-wrapper.fore .activity-gallery-img::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(225,208,114,0.8);
}*/
.service-section {
	padding: 32px 0px 30px;
	position: relative;
}
.service-section .container {
	position: relative;
	z-index: 1;
}
.service-section::after {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 62%;
	background: #e3e3e3;
	z-index: -1;
}
.service-box-wrapper-row {
	width: 95%;
	margin: auto;
}
.service-box-wrapper {
	text-align: center;
	padding: 26px 13px;
	background-image: url(../images/service-bgg1.png);
	background-size: 100% 100%;
	width: 180px;
	height: 180px;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.service-box-wrapper .service-title {
	font-size: 18px;
	color: #ffffff;
}
.view-all-btn.view {
	position: relative;
	text-align: center;
	right: 0;
	margin-top: 30px;
	top: 4px;
}
.anniversary-banner-wrapper img {
	width: 100%;
}
.footer-section {
	padding-top: 25px;
	box-shadow: rgb(0 0 0 / 30%) 0px 2px 4px 0px inset;
}
.footer-details-row {
	align-items: center;
}
.footer-logo-info {
	text-align: center;
}
.footer-logo a {
	display: inline-block;
	max-width: 93%;
}
.social-icon-info {
	margin-top: 16px;
}
.social-icon-info ul li {
	display: inline-block;
	margin: 0px 4px;
}
.social-icon-info ul li a {
	display: inline-block;
	font-size: 19px;
	color: #003e7a;
	width: 38px;
	height: 38px;
	line-height: 37px;
	text-align: center;
	border: solid 1px #9d9d9d;
	border-radius: 50%;
}
.footer-details-info .footer-details-title {
	font-size: 18px;
	color: #333333;
	text-transform: uppercase;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	padding-bottom: 2px;
}
.footer-details-info ul li {
	line-height: 30px;
	color: #003e7a;
	font-size: 16px;
	font-family: "Poppins", sans-serif;
	margin-top: 2px;
	font-weight: 500;
}
.footer-details-info ul li a {
	display: inline-block;
	color: #003e7a;
	text-decoration: none;
}
.footer-details ul li a {
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 2px;
	color: #003e7a;
	text-decoration: none;
}
.footer-details ul li {
	margin-bottom: 4px;
}
.footer-details-info {
	padding-left: 90px;
	position: relative;
}
.footer-details-info::after {
	content: "";
	position: absolute;
	width: 1px;
	left: 0;
	height: 215px;
	top: -39px;
	background: #c0c0c0;
}
.copyright-info {
	margin-top: 18px;
	border-top: solid 1px #c0c0c0;
	padding: 10px 0px;
}
.copyright-text {
	font-size: 14px;
	color: #000000;
	font-weight: 600;
}
.besign-by a {
	color: #000;
	font-size: 14px;
	font-weight: 600;
}
.besign-by {
	text-align: right;
}
/*----------------------------------------*/
/*              index 2  css
/*----------------------------------------*/
.service-section.wrapper::after {
	height: 53%;
}
.banner-wrapper img {
	width: 100%;
}
.banner-title-info {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
}
.banner-title-text {
	position: relative;
}
.banner-title-text::after {
	content: "";
	position: absolute;
	width: 59%;
	left: 0;
	bottom: 0;
	height: 158px;
	background-image: url(../images/heading-bgg2.png);
	background-size: 100% 100%;
}
.banner-title {
	position: relative;
	z-index: 1;
	font-size: 40px;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 7px;
	text-shadow: 1px 1px 5px #918c8c;
	padding-bottom: 27px;
}
.service-section.wrapper {
	padding-top: 0px;
}
.content-section {
	padding: 47px 0px 70px;
}
.hection-heading {
	font-size: 27px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #003e7a;
	padding-left: 38px;
	position: relative;
	padding-bottom: 2px;
	margin-bottom: 35px;
	border-bottom: solid 2px #88ceee;
}
.hection-heading img {
	position: absolute;
	left: 0;
	top: 5px;
	max-width: 30px;
}
.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
/*----------------------------------------*/

.heading-title-text {
	font-size: 24px;
	color: #003e7a;
	font-weight: 600;
	line-height: 30px;
	padding-bottom: 12px;
	margin-bottom: 14px;
	border-bottom: solid 1px #d9eff7;
}
.date-text {
	font-size: 18px;
	color: #666666;
	margin-bottom: 5px;
	font-family: "Dosis", sans-serif;
}
.date-text i.fal {
	font-size: 15px;
	color: #1f9fd1;
	margin-right: 5px;
}
.activity-details-wrapper p {
	font-size: 16px;
	color: #000;
	text-align: justify;
	margin-bottom: 30px;
	line-height: 27px;
}
.owl-carousel-wrapper.slider-row {
	padding: 40px 85px;
	background: #dff2f9;
	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.owl-prev {
	position: absolute;
	left: -41px;
}
#sync2 .owl-nav button {
	outline: 0;
}
#sync2 .owl-nav button {
	top: 35%;
}
#sync2 .owl-nav button.owl-next {
	position: absolute;
	right: -41px;
}
#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 #1fa1d3;
}
.owl-carousel-wrapper.slider-row .back-btn {
	padding-top: 28px;
}
/*----------------------------------------*/
/*              index 4 css
/*----------------------------------------*/
.news-details-img {
	width: 78%;
	margin: auto;
	padding-bottom: 36px;
	padding-top: 14px;
}
.news-details-img img {
	width: 100%;
}
.activity-details-wrapper .uploaded-text {
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 27px;
	color: #000000;
}
.back-btn a {
	display: inline-block;
	font-size: 14px;
	text-decoration: none;
	padding: 9px 20px;
	background: #1fa1d3;
	color: #ffffff;
	letter-spacing: 1px;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: all 0.3s ease 0s;
}
.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);
}
/*----------------------------------------*/
/*              index 5  css
/*----------------------------------------*/
.activity-box-wrapper {
	background: #ffffff;
	box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
	margin-bottom: 25px;
}
.activity-box-img img {
	width: 100%;
	webkit-transition: all .5s;
	transition: all .5s;
}
.activity-box-wrapper:hover .activity-box-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-img {
	position: relative;
	overflow: hidden;
}
.activity-box-text {
	padding: 10px 15px;
	position: relative;
}
.activity-box-text .activity-box-title {
	font-size: 15px;
	color: #003e7a;
	font-weight: 600;
	line-height: 20px;
	padding-bottom: 5px;
}
.activity-box-text .date-text {
	margin-bottom: 0px;
}
.activity-box-text .camera-icon {
	text-align: right;
}
.activity-box-text .camera-icon a {
	display: inline-block;
	font-size: 23px;
	color: #089de2;
	line-height: 16px;
}
.activity-box-text .right-arrow {
	top: -29px;
	right: 20px;
}
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: 33px;
	text-align: center;
	padding: 0px;
}
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
/*----------------------------------------*/
.content-section.wrapp {
	padding: 30px 0px 60px;
	position: relative;
}
.content-section.wrapp::after {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	top: 80px;
	height: 1px;
	background: #c0c0c0;
}
.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: 2px;
	background: #d9eff7;
	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-family: "Dosis", sans-serif;
	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: 32px;
}
ul.pagination.wrapper {
	text-align: center;
	padding-top: 20px;
}
.select-box-wrapper {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
	z-index: 1;
	position: relative;
}
.select-box-wrapper .select-box {
	width: 18%;
}
.service-section.wrapper .service-box-wrapper-row {
	width: 100%;
}
/*----------------------------------------*/
/*        Nice-select Box css
/*----------------------------------------*/
.nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: #fff;
	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: 38px;
	line-height: 37px;
	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: #003e7a;
	font-weight: 600;
}
.nice-select:hover {
	border-color: #dbdbdb;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
	border-color: #999;
}
.nice-select:after {
	border-bottom: 2px solid #003e7a;
	border-right: 2px solid #003e7a;
	content: '';
	display: block;
	height: 9px;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	right: 19px;
	top: 39%;
	-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: 9px;
}
.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;
}
.nice-select .option.selected {
	font-weight: bold;
	color: #1d2482;
}
.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;
}
/*>>>>>>>>>>>> sidemenu >>>>>>>>>>>*/

ul.sidemenu {
	background: #dbf0fa;
	padding: 15px;
	padding-bottom: 180px;
	border-top: solid 4px #029be1;
}
.sidemenu li {
	position: relative;
	border-bottom: solid 1px #a5dbf4;
}
.sidemenu li > a {
	font-size: 16px;
	line-height: 20px;
	color: #003e7a;
	display: flex;
	padding: 13px 5px;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
	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;
	font-weight: bold;
	letter-spacing: 2px;
}
i.far.fa-long-arrow-right.toggle-submenu {
	color: #029be1;
	font-size: 13px;
	position: absolute;
	right: 3px;
	top: 7px;
	font-weight: bold;
	width: 29px;
	height: 29px;
	line-height: 29px;
	text-align: center;
	border: solid 1px #029be1;
	border-radius: 50%;
	cursor: pointer;
}
.sidemenu >li:hover a i {
	border: 2px solid #e97d81;
	border-radius: 100%;
	color: #81418b;
}
.sidemenu li:hover > a {
	color: #06bbd3;
}
.submenu-side {
	margin-bottom: 15px;
}
.submenu-side ul li {
	border: none;
	padding-bottom: 5px;
}
.submenu-side ul li a {
	line-height: 9px;
	font-size: 14px;
	padding: 7px 0px;
	border: none;
	background: none;
	font-weight: 600;
}
.submenu-side ul li a:hover {
	color: #2a64a1;
	background: none;
}
.left-side-bar-mobile-view .left-side-bar-mobile-view-title {
	width: 100%;
	background: #07a0ce;
	padding: 10px 13px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	float: left;
	margin-bottom: 20px;
	margin-top: 0px;
}
.left-side-bar-mobile-view .left-side-bar-mobile-view-title i.far {
	margin-left: 12px;
	float: right;
	margin-top: 4px;
}
.left-side-bar-mobile-view {
	display: none;
}
.sidemenu li:hover i.far.fa-long-arrow-right {
	color: #029be1;
	border-color: #029be1;
}
/*>>>>>> sidemenu css and >>>>>>>>>*/
.camera-icon i {
	font-size: 29px;
	color: #fff;
	font-weight: 300;
	margin-bottom: 5px;
}
.date-text i.fa {
	font-weight: 400;
	margin-right: 3px;
	color: #1f9fd1;
}
#sync1 .owl-nav button {
	border: solid 2px #1fa1d3;
	width: 35px;
	height: 35px;
	border-radius: 100px;
	line-height: 33px;
	color: #1fa1d3;
}
#sync1 .owl-nav button:hover {
	background-color: #1fa1d3;
	color: #ffffff;
}
#sync2 .owl-nav button i {
	font-weight: 300;
}
#sync2 .owl-nav button {
	color: #1fa1d3;
	font-size: 34px;
}
.header-right-side-top {
	display: inline-block;
	margin-left: 21px;
}
.select-box-language #language {
	background: none;
	border: none;
	color: #0095da;
	width: 58px;
	outline: 0;
	position: relative;
}
.nav_area > ul > li.menu-item-has-children:first-child {
	padding-left: 0;
}
.select-box-language #language option {
	color: #000;
}
.select-box-language {
	position: relative;
}
.select-box-language:After {
	content: "";
	width: 33px;
	height: 33px;
	background: #ffff;
	border-radius: 100px;
	display: inline-block;
	position: absolute;
	top: -4px;
	left: -2px;
	z-index: -2;
}
#slidernews .owl-nav button {
	font-size: 38px;
}
#slidernews .owl-nav button {
	font-size: 53px;
	color: #d1d1d1;
}
.right-arrow a {
	color: #fff;
	display: inline-block;
	background: #1fa0d3;
	width: 38px;
	height: 38px;
	border-radius: 100px;
	text-align: center;
	line-height: 38px;
	font-size: 17px;
}
.heading-title-new {
	margin-bottom: 30px;
	display: flex;
}
.heading-title-new .heading-title-text1 {
	color: #fff;
	font-size: 46px;
	padding-top: 13px;
}
.heading-title-new .heading-title-text2 {
	color: #92ddff;
	font-size: 49px;
	margin-left: 53px;
	padding-top: 41px;
	text-transform: uppercase;
	font-weight: 500;
	position: relative;
}
.heading-title-new .heading-title-text2:before {
	content: "";
	width: 1px;
	height: 121px;
	display: inline-block;
	position: absolute;
	left: -24px;
	background: #79a2be;
	top: 0px;
}
.activity-gallery-section .heading-title-new {
	justify-content: center;
}
.news-section .heading-title-new .heading-title-text1 {
	color: #003e7a;
}
.news-detail-list-row2 {
	z-index: -1;
	position: relative;
}

/*** 
=============================================
    Float Bob Y Animation Css
=============================================
***/
@-webkit-keyframes float-bob-y {
 0% {
 transform: translateY(-20px);
}
 50% {
 transform: translateY(-10px);
}
 100% {
 transform: translateY(-20px);
}
}
 @keyframes float-bob-y {
 0% {
 transform: translateY(-20px);
}
 50% {
 transform: translateY(-10px);
}
 100% {
 transform: translateY(-20px);
}
}
.right-arrow a, .aboutus-section::after {
	-webkit-animation-name: float-bob-y;
	animation-name: float-bob-y;
	-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;
}


/***
=============================================
    float-bob-x-2 Animation Css
=============================================
***/
@-webkit-keyframes float-bob-x-2 {
 0% {
 transform: translateX(-20px);
}
 50% {
 transform: translateX(-5px);
}
 100% {
 transform: translateX(-20px);
}
}
 @keyframes float-bob-x-2 {
 0% {
 transform: translateX(-20px);
}
 50% {
 transform: translateX(-5px);
}
 100% {
 transform: translateX(-20px);
}
}
.slider-banner-text-info::after, .banner-title-text::after {
	-webkit-animation-name: float-bob-x-2;
	animation-name: float-bob-x-2;
	-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;
}
.service-icon img {
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.service-box-wrapper:hover .service-icon img {
	-webkit-transform: rotateY( 360deg );
	transform: rotateY( 360deg );
}
.nav_area > ul > li.active-hover > a {
	color: #0095da;
}
/******* Swiper Continuous Ticker *******/
.swiper {
	width: 100%;
}
.swiper-wrapper {
	transition-timing-function: linear !important;
}
.swiper-slide {
	height: auto !important;
}
.horizontal-ticker {
	margin: 0 -20px;
	display: flex;
	flex-direction: column;
	row-gap: 1.85vw;
}
 @media screen and (max-width: 767.9px) {
.horizontal-ticker {
	row-gap: 15px;
}
}
.horizontal-ticker__slide {
	position: relative;
	width: 15.625vw !important;
	overflow: hidden;
}
 @media screen and (max-width: 767.9px) {
.horizontal-ticker__slide {
	width: 45.625vw !important;
}
}
 @media (hover: hover) and (pointer: fine) {
.horizontal-ticker__slide:hover img:last-child {
	opacity: 1;
}
}
.base-template__content {
	overflow: hidden;
}
.hover_color {
	position: relative;
	margin: 0;
}
.hover_color::before {
	position: absolute;
	content: '';
	left: 0;
	top: 100%;
	right: 0;
	bottom: 0;
	background: rgba(43,199,219,.8);
	transition: all 350ms;
	z-index: 3;
}
.activity-gallery-row .hover-color-div:nth-child(2) .hover_color::before {
	background: rgba(255,208,114,.8);
}
.activity-gallery-row .hover-color-div:nth-child(3) .hover_color::before {
	background: rgba(43,199,219,.8);
}
.activity-gallery-row .hover-color-div:nth-child(4) .hover_color::before {
	background: rgba(255,208,114,.8);
}
.hover_color:hover::before {
	top: 0;
}
.hover_color img {
	margin-bottom: 0;
	width: 100%;
	height: 100%;
}
.hover_color .hover_color-inner {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
















/******* Mobile Layout *******/
@media only screen and (max-width: 767px) {
.left-side-bar-desktop-view {
	display: none;
}
.left-side-bar-mobile-view {
	display: block;
}
.left-side-bar-mobile-view .left-side-bar-mobile-view-title i.fa {
	margin-left: 12px;
	float: right;
	margin-top: 4px;
}
.sidemenu {
	padding-right: 0;
	float: left;
	width: 100%;
}
#sliderhome .owl-dots {
	text-align: right;
	width: 100%;
	padding-right: 10px;
}
.header-section {
	position: relative;
	background: #026cb5;
}
.slider-banner-text-info::after {
	width: 40%;
	height: 52px;
}
.slider-banner-text {
	font-size: 19px;
	letter-spacing: initial;
	padding-left: 0;
	line-height: 30px;
	text-align: left;
}
.slider-banner-text span {
	margin-left: 0;
}
.header-row .logo {
	max-width: 251px;
}
.news-section .container {
	max-width: 100%;
}
.aboutus-section::after {
	width: 100%;
	right: 0;
	bottom: 0px;
	height: 100%;
	background-size: cover;
	background-position: center;
}
.activity-gallery-box-wrapper.boxright .activity-gallery-box-text .activity-gallery-box-title {
	font-size: 25px;
	line-height: 28px;
}
.activity-gallery-box-wrapper.boxright .activity-gallery-box-text .activity-gallery-box-title br {
	display: none;
}
.news-section .container .col-md-12 {
	padding: 0px 15px;
}
.besign-by {
	text-align: center;
}
.copyright-text {
	text-align: center;
}
.footer-details-info::after {
	display: none;
}
.footer-details-info {
	padding-left: 0;
	margin-bottom: 25px;
	margin-top: 26px;
}
.row-footer-details .col-md-6 {
	max-width: 50%;
}
.aboutus-details-info {
	padding-top: 31px;
	padding-left: 0;
}
.aboutus-details-info .aboutus-details-title {
	margin-bottom: 11px;
}
.service-box-wrapper-row .col-md-2 {
	max-width: 50%;
	margin-bottom: 15px;
}
.service-box-wrapper {
    padding: 8px 5px;
    width: 145px;
    height: 145px;
}
.heading-title-new {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.news-section::after {
	display: none;
}
.heading-title-new .heading-title-text2:before {
	display: none;
}
.heading-title-new .heading-title-text2 {
	font-size: 37px;
	margin-left: 0;
	padding-top: 10px;
}
.view-all-btn {
	position: relative;
	top: 0;
	right: 0;
	width: 100%;
	text-align: center;
	margin-top: 22px;
}
.activity-gallery-section {
	padding: 20px 0px 40px;
}
.fc-toolbar h2 {
	font-size: 18px !important;
}
.fc-toolbar.fc-header-toolbar .fc-left {
	display: none;
}
.calendar-wrapper-details {
	margin: 0px 0px;
}
.event-item {
	display: inline-block;
}
.d-flex.align-items-center {
	width: 100%;
	display: inline-block !important;
	float: left;
	margin-top: 0px;
}
.d-flex.align-items-center img {
	width: 100%;
}
.d-flex.align-items-center .pl-4 {
	padding-left: 0px !important;
	padding-top: 11px !important;
}
.title-text {
	margin-top: 19px;
}
.sidemenu-wrapper {
	margin-bottom: 30px;
}
ul.sidemenu {
	padding-bottom: 0px;
}
.left-side-bar-mobile-view .left-side-bar-mobile-view-title {
	margin-bottom: 0px;
	letter-spacing: 2px;
}
.banner-title-text::after {
	width: 53%;
	height: 47px;
}
.banner-wrapper img {
	width: 100%;
	height: 149px;
	object-fit: cover;
}
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;
}
.heading-title-text {
	font-size: 22px;
	line-height: 34px;
}
.content-section {
	padding: 32px 0px 57px;
}
.owl-carousel-wrapper.slider-row {
	padding: 24px 28px;
	margin-bottom: 30px;
}
#sync1 .owl-nav button.owl-prev {
	left: -30px;
}
#sync1 .owl-nav button.owl-next {
	right: -30px;
}
#sync2 .owl-nav button {
	top: 0%;
	font-size: 27px;
}
#sync2 .owl-nav button.owl-prev {
	left: -30px;
}
#sync2 .owl-nav button.owl-next {
	right: -30px;
}
.date-text {
	font-size: 20px;
}
.banner-title {
	font-size: 32px;
}
.heading-title-text br {
	display: none;
}
.news-details-img {
	width: 100%;
	margin: auto;
	padding-bottom: 25px;
	padding-top: 0;
}
.back-btn {
	text-align: center;
}
ul.pagination {
	text-align: center;
}
ul.pagination li.page-item {
	margin: 0px 2px;
}
.select-box-wrapper .select-box {
	width: 237px;
}
.news-details-info .heading-title-text {
	font-size: 22px;
	line-height: 30px;
	padding-bottom: 5px;
	margin-top: 9px;
	margin-bottom: 0px;
}
.btn-wrapper.info {
	margin-top: 17px;
}
.header-right-side-top {
	margin-top: 16px;
}
}

/******* Tablet Layout *******/
@media only screen and (min-width: 768px) and (max-width: 991px) {
.sidemenu li > a {
	font-size: 12px;
	line-height: 20px;
	padding: 13px 5px;
	letter-spacing: initial;
}
.btn-wrapper a {
	font-size: 12px;
	padding: 8px 13px;
	letter-spacing: 1px;
}
.heading-title-text br {
	display: none;
}
.news-details-img {
	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;
}
.wrapper-menu .toggle {
	right: 8px;
	top: 0;
}
.banner-title {
	font-size: 33px;
}
.banner-title-text::after {
	width: 51%;
	height: 109px;
}
.calendar-wrapper-details {
	margin: 0px 0px;
}
#sliderhome .owl-dots {
	text-align: right;
	width: 100%;
	padding-right: 25px;
}
.news-section .container {
	max-width: 100%;
}
.heading-title-new .heading-title-text1 {
	font-size: 36px;
}
.heading-title-new .heading-title-text2 {
	font-size: 36px;
}
.aboutus-details-info {
	padding-top: 60px;
	padding-left: 0px;
	padding-right: 0px;
}
.service-box-wrapper {
	padding: 7px 1px;
}
.service-box-wrapper-row {
	width: 100%;
}
.footer-details-info {
	padding-left: 23px;
}
.activity-gallery-box-text .activity-gallery-box-title {
	font-size: 18px;
	line-height: 19px;
	padding-bottom: 10px;
	margin-top: 0px;
}
.slider-banner-text {
	font-size: 31px;
	letter-spacing: 4px;
	padding-left: 0;
	line-height: 51px;
}
.slider-banner-text-info::after {
	width: 75%;
	height: 180px;
}
.owl-carousel-wrapper.slider-row {
	padding: 40px 50px;
}
.horizontal-ticker__slide {
    width: 25.625vw !important;
}
}

/******** Medium Layout ********/
@media only screen and (min-width: 992px) and (max-width: 1200px) {
#sliderhome .owl-dots {
	width: 100%;
	padding-right: 33px;
}
.nav_area ul li a {
	font-size: 9px;
}
.nav_area > ul > li {
	padding-left: 18px;
}
.horizontal-ticker__slide {
	width: 18.625vw !important;
}
}


@media only screen and (min-width: 1400px) and (max-width: 2500px) {
.horizontal-ticker__slide {
    width: 13.625vw !important;
}		
}









