@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=Caveat:wght@400..700&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;
}
.heading-title {
	font-size: 46px;
	margin-bottom: 1px;
	font-weight: bold;
}
p {
	color: #000;
	font-size: 16px;
	line-height: 27px;
}
.heading-title span {
	color: #0068b5;
}
.heading-icon {
	vertical-align: sub;
}
/*----------------------------------------*/
/*              Menu css
/*----------------------------------------*/
.header-section .logo {
	margin-bottom: -49px;
	position: relative;
	z-index: 222;
}
.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: #f4faff;
	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: 30px;
}
.header .row {
	align-items: center;
}
.toggle {
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	margin: 0;
	text-align: center;
	display: block;
	position: absolute;
	right: 5px;
	top: -49px;
	z-index: 9999;
	background: #0068b5;
	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: #000;
	padding: 0px 14px;
	display: inline-block;
	width: 100%;
}
span.arrow {
	position: absolute;
	right: 10px;
	color: #000000;
	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 #cbcbcb;
}
.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: 0px 14px;
}
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: #fff;
	font-size: 16px;
	display: inline-block;
	text-decoration: none;
	padding-bottom: 11px;
	font-weight: bold;
}
.nav_area ul li a img {
	max-width: 15px;
	vertical-align: sub;
	margin-right: 3px;
}
span.arrow {
	padding-left: 0px;
	color: #ffffff;
	margin-left: 6px;
	position: absolute;
	top: 3px;
	font-size: 13px;
}
.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: 153px;
}
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;
	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 {
	position: absolute;
	left: 100%;
	top: 0px;
	width: 100%;
}
.nav_area > ul > li ul.sub-menu li a:hover {
	width: 100%;
	padding-left: 16px;
	color: #094d9f;
}
.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: 24px;
	padding: 8px 14px;
	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 #c9c9c9;
}
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;
}
.menu-wrapper {
	padding-top: 19px;
}
.logo a {
	display: inline-block;
	max-width: 100%;
}
.header-right-info {
	text-align: right;
	padding-top: 5px;
	display: flex;
}
.header-div2 {
	padding-left: 0;
}
.header-right-info .social-icon {
	margin-top: 0px;
}
.mobile-menu.wrapper-menu {
	padding-top: 15px;
}
/******* Menu css End *******/
#slider-home-top .owl-nav button.owl-prev {
	position: absolute;
	left: -33px;
}
#slider-home-top .owl-nav button.owl-next {
	position: absolute;
	right: -33px;
}
#slider-home-top .owl-nav button {
	top: 50%;
	margin: 0;
	max-width: 30px;
	outline: 0;
}
.event-section {
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
	margin-top: 64px;
}
.event-card {
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	border-radius: 23px;
	position: relative;
	overflow: hidden;
	background: #fff;
	margin-bottom: 9px;
}
.event-card-img-row {
	position: relative;
}
.date {
	background: #dfac4d;
	padding: 11px 28px;
	border-radius: 100px;
	text-align: center;
	display: inline-block;
	color: #fff;
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: 0px auto;
	width: fit-content;
}
.event-card-info {
	padding: 27px;
	text-align: center;
}
.event-card-info a {
	font-size: 17px;
	line-height: 19px;
	color: #000;
	font-weight: 600;
	text-decoration: none;
}
.event-card-img-row {
	padding: 7px;
}
.event-card-img {
	border-radius: 20px;
	position: relative;
	overflow: hidden;
}
.event-section:after {
	content: "";
	width: 85%;
	height: 100%;
	background: #409de1;
	position: absolute;
	right: 0px;
	top: 0;
	z-index: -1;
	border-top-left-radius: 101px;
}
.container-new {
	max-width: 100%;
	padding-left: 65px;
}
#event-card .owl-dots {
	display: none;
}
.latest-news-section {
	background: #f0d9ad;
	padding-top: 14px;
	margin-top: 115px;
	padding-bottom: 8px;
}
.news-card-img {
	border-radius: 20px;
	position: relative;
	overflow: hidden;
}
.large-news-card-row {
	position: relative;
}
.small-card-img {
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}
.small-card-info a {
	font-size: 20px;
	line-height: 32px;
	color: #000;
	font-weight: 600;
	text-decoration: none;
}
.small-news-card .small-card-info {
	margin-bottom: 5px;
}
.small-news-card .date-1 {
	font-size: 18px;
	color: #0a4289;
	font-weight: 500;
}
.small-box-home .row {
	margin: 0;
	border-bottom: solid 2px #dfac4d;
	padding-bottom: 19px;
	margin-bottom: 19px;
}
.small-box-home .col-md-4 {
	padding-left: 0px;
}
.small-box-home .row:last-child {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0;
}
.large-news-card .event-card-info a {
	line-height: 29px;
	font-size: 20px;
}
.label-card {
	width: 88px;
	height: 88px;
	text-align: center;
	background: #07aac5;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding-top: 30px;
	position: absolute;
	top: -36px;
	z-index: 1;
	left: 33px;
}
.event-card-slider .owl-dots {
	display: none;
}
.event-card-slider .owl-nav button {
	outline: 0;
}
.event-card-slider .owl-nav button i {
	font-size: 37px;
	font-weight: 300;
	color: #000;
}
.latest-news-section .section-title-img {
	max-width: 451px;
	float: right;
	margin-top: -115px;
}
.event-section .section-title-img {
	max-width: 400px;
	float: left;
	margin-top: -129px;
	margin-bottom: 13px;
}
.event-section2 {
	padding-top: 60px;
	padding-bottom: 0px;
}
.event-card-slider .owl-nav button.owl-prev {
	position: absolute;
	left: -40px;
	top: 45%;
}
.event-card-slider .owl-nav button.owl-next {
	display: none;
}
.footer {
	background-image: url(../images/footer-bg.jpg);
	padding-top: 46px;
	padding-bottom: 14px;
	background-position: center;
	border-top-right-radius: 135px;
	width: 96%;
	padding-right: 48px;
}
.footer-menu li {
	margin-bottom: 5px;
}
.footer-menu li a {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}
.footer-menu P {
	color: #fff;
	font-size: 16px;
}
.footer-div {
	max-width: 13%;
	flex: auto;
}
.social-icon li {
	display: inline-block;
	margin-right: 10px;
}
.social-icon li a {
	width: 44px;
	display: inline-block;
	height: 44px;
	border: solid 2px #fff;
	color: #fff;
	text-align: center;
	line-height: 45px;
	font-size: 23px;
	border-radius: 100px;
}
.besign-by {
	text-align: right;
}
.besign-by a {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
}
.copy-right {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
}
.copy-right-row {
	border-top: solid 1px #fff;
	padding-top: 18px;
	margin-top: 27px;
}
.event-section-title2 {
	text-align: center;
	margin-bottom: 46px;
	position: relative;
}
.event-section-title-img img {
	padding: 0px 17px;
	background: #fff;
}
.event-section-title2:After {
	content: "";
	width: 100%;
	height: 1px;
	background: #a5adb0;
	display: inline-block;
	top: 65px;
	position: absolute;
	left: 0;
	z-index: -1;
}
.about-section {
	padding-top: 55px;
	margin-bottom: 190px;
	position: relative;
	z-index: 0;
}
.about-img img {
	border-top-left-radius: 100px;
	position: relative;
	z-index: 2;
}
.about-img {
	position: relative;
}
.about-info .about-title1 {
	font-size: 60px;
	color: #caa556;
	font-family: "Caveat", cursive;
	line-height: 47px;
	margin-left: -7px;
}
.about-info .about-title2 {
	font-size: 50px;
	color: #0a4289;
	margin-bottom: 6px;
}
.about-info p {
	font-size: 16px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: 2px;
}
.about-info {
	position: relative;
	padding: 34px 15px;
	background: #f8eacd;
	padding-left: 147px;
	border-bottom-right-radius: 90px;
	padding-right: 27px;
}
.about-section .container {
	position: relative;
}
.about-info-div {
	position: absolute;
	right: 0px;
	max-width: 50%;
	z-index: -1;
	top: 67px;
}
.about-info:After {
	content: "";
	height: 171px;
	width: 4px;
	background: #caa556;
	display: inline-block;
	position: absolute;
	left: 120px;
	z-index: 3;
	top: 0px;
}
.about-img:after {
	content: "";
	width: 100%;
	height: 100%;
	background: #1084d9;
	display: inline-block;
	top: 13px;
	position: absolute;
	right: -11px;
	z-index: 1;
	border-top-left-radius: 100px;
}
.slider-img-home {
	padding: 12px;
	position: relative;
	border-top-right-radius: 92px;
	overflow: hidden;
	padding-bottom: 0px;
}
.slider-section-wrapper .slider-img-home img {
	border-top-right-radius: 80px;
	border-bottom-left-radius: 80px;
}
.slider-section-wrapper .slider-img-home:After {
	content: "";
	width: 99%;
	height: 97%;
	background: #caa556;
	position: absolute;
	top: -15px;
	right: -19px;
	z-index: -1;
	display: inline-block;
	border-top-right-radius: 146px;
	border-bottom-left-radius: 150px;
}
.slider-info-text {
	position: absolute;
	top: 50px;
	width: 50%;
	right: 35px;
}
.slider-info-text .slider-text {
	font-size: 43px;
	color: #fff;
	text-align: right;
	font-weight: 600;
}
.slider-info-text .slider-icon {
	margin-right: 78px;
}
.slider-info-text .slider-text {
	font-size: 31px;
	color: #fff;
	text-align: right;
	font-weight: 600;
	letter-spacing: 13px;
}
.slider-section-home .owl-dots {
	position: absolute;
	right: 67px;
	bottom: 20px;
}
.owl-dot span {
	width: 10px;
	height: 10px;
	background: #fff;
	display: block;
	border-radius: 50%;
	opacity: 0.7;
	transition: 0.3s;
}
/* Active dot */
.owl-dot.active span {
	width: 14px;
	height: 14px;
	background: #fff;
	border: 2px solid #fff;
	opacity: 1;
}
/* Make inside-dot small (like shown) */
.owl-dot.active span {
	position: relative;
}
.owl-dot.active span::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}
.header-top-link {
	text-align: right;
	margin-top: 10px;
}
.header-top-link li {
	display: inline-block;
	margin-left: 9px;
}
.header-top-link li a {
	padding: 7px 15px;
	display: inline-block;
}
.header-top-link li a {
	padding: 5px 16px;
	display: inline-block;
	color: #fff;
	font-size: 15px;
	border-bottom-left-radius: 7px;
	border-top-right-radius: 7px;
	text-decoration: none;
}
.link-bg1 {
	background: #07aac5;
}
.link-bg2 {
	background: #af950c;
}
.link-bg3 {
	background: #06b29f;
}
.slider-section-home:After {
	width: 100%;
	background-image: url(../images/header-bg-home.jpg);
	content: "";
	height: 91%;
	position: absolute;
	top: 0;
	background-size: 100% 100%;
}
.header-section {
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 222;
	padding-top: 4px;
}
.top-height {
	padding-top: 113px;
	position: relative;
}
.banner-section {
	position: relative;
}
.banner-wrapper img {
	width: 100%;
}
.banner-text-info {
	position: absolute;
	width: 100%;
	left: 0;
	top: 52%;
}
.banner-title {
	font-size: 40px;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 10px;
	line-height: normal;
}
.content-section {
	padding: 40px 0px;
	background-image: url(../images/graphic-bg1.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top;
}
.section-heading {
	font-size: 36px;
	text-align: center;
	color: #0a4691;
	font-weight: bold;
	padding-bottom: 13px;
}
.news-details-info .date-text {
	margin-bottom: 35px;
	border-bottom: solid 2px #0584e4;
	padding-bottom: 22px;
	text-align: center;
}
.date-text span {
	display: inline-block;
	font-size: 15px;
	color: #ffffff;
	padding: 8px 23px;
	border-radius: 50px;
	background: #dfac4d;
	font-weight: 500;
}
.news-details-info p {
	font-size: 17px;
	color: #000000;
	margin-bottom: 27px;
	font-weight: 500;
	line-height: 31px;
}
.news-details-info .details-img {
	width: 70%;
	margin: auto;
	padding-bottom: 30px;
}
.news-details-info .description-text {
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	color: #0584e4;
	margin-bottom: 30px;
}
.back-btn {
	text-align: center;
}
/*.theme-btn a {
	display: inline-block;
	text-decoration: none;
	color: #ffffff;
	font-size: 18px;
	padding-top: 29px;
	width: 120px;
	height: 120px;
	line-height: 36px;
	text-align: center;
	background: #0584e4;
	border-radius: 50%;
	font-weight: bold;
}*/
.theme-btn a img {
	display: block;
	margin: auto;
}
/******** index 3 ********/
.news-details-box-wrapper {
	background: #ffffff;
	padding: 17px 14px;
	border-radius: 15px;
	margin-bottom: 33px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.news-details-box-wrapper .row {
	align-items: center;
}
.news-details-box-img {
	border-radius: 15px;
	overflow: hidden;
}
.news-details-box-img img{
	aspect-ratio: 4 / 3; width: 100%; height: auto; object-fit: scale-down;
}
.news-details-box-info p {
	font-size: 19px;
	line-height: 26px;
	color: #000000;
	font-weight: bold;
	padding-bottom: 11px;
	margin-bottom: 15px;
	border-bottom: solid 1px #0584e4;
}
.news-details-box-info .date-text span {
	background: #0584e4;
}
ul.pagination {
	text-align: center;
	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: #0584e4;
	color: #fff;
	border: solid 1px #0584e4;
}
ul.pagination li.page-item a:hover {
	background: #0584e4;
	color: #fff;
	border-color: #0584e4;
}
li.page-item.img-iconss a.page-link:hover {
	background: none;
}
ul.pagination li.page-item a {
	color: #15457d;
	font-size: 14px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	padding: 0px;
	border: 1px solid #e3e3e3;
}
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: #fff;
	border-radius: 0;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-family: inherit;
	font-size: 17px;
	text-transform: capitalize;
	height: 41px;
	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 #0584e4;
	color: #000000;
	letter-spacing: 2px;
	border-radius: 6px;
}
.nice-select:hover {
	border-color: #5999f1;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
	border-color: #5999f1;
}
.nice-select:after {
	border-bottom: 2px solid #003e7a;
	border-right: 2px solid #003e7a;
	content: '';
	display: block;
	height: 6px;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	right: 19px;
	top: 51%;
	-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;
}
.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;
}
/*>>>>>>>> index 4 >>>>>>>>>*/
.news-details-info.wrapp .section-heading {
	letter-spacing: 3px;
}
.news-details-info.wrapp p {
	text-align: center;
	width: 84%;
	margin: auto;
	margin-bottom: 30px;
}
#sync1 .owl-nav button.owl-prev {
	position: absolute;
	left: -41px;
	top: 46%;
}
#sync1 .owl-nav button {
	outline: 0;
}
#sync1 .owl-nav button.owl-next {
	position: absolute;
	right: -41px;
	top: 46%;
}
#sync1 .owl-nav button.owl-prev img {
	max-width: 35px;
}
#sync1 .owl-nav button.owl-next img {
	max-width: 35px;
}
#sync2 .owl-nav button.owl-prev {
	position: absolute;
	left: -30px;
}
#sync2 .owl-nav button {
	outline: 0;
	top: 37%;
}
#sync2 .owl-nav button.owl-next {
	position: absolute;
	right: -30px;
}
#sync2 .owl-nav button.owl-prev img {
	max-width: 14px;
}
#sync2 .owl-nav button.owl-next img {
	max-width: 14px;
}
.owl-item.synced.active .item-slider-images:after {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	display: inline-block;
	left: 0px;
	content: "";
	border: solid 6px #dfac4d;
}
.news-details-info.wrapp .back-btn {
	margin-top: 35px;
}
.event-card-list .event-card {
	margin-bottom: 35px;
}
/******* online form to Payment *******/
.dinner-details-box {
	padding-right: 80px;
}
.dinner-details-box .line {
	width: 100%;
	height: 2px;
	background: #d9d9d9;
	margin: 10px 0 20px;
}
.dinner-details-box .info p {
	margin: 17px 0;
	color: #000;
	font-size: 19px;
}
.dinner-details-box .highlight {
	margin: 20px 0;
	color: #000;
	font-size: 19px;
}
.dinner-details-box .item {
	display: flex;
	padding: 12px 0px;
	border-radius: 8px;
	margin-bottom: 15px;
}
.dinner-details-box .check-area {
	position: relative;
	margin-right: 15px;
	cursor: pointer;
}
.dinner-details-box .item-info {
	flex: 1;
}
.dinner-details-box .item-info .title {
	margin: 0;
}
.dinner-details-box .price {
	color: #000;
	margin: 3px 0 0;
	font-size: 16px;
}
.dinner-details-box .price span {
	color: #000;
}
.dinner-details-box .counter {
	display: flex;
	align-items: center;
	gap: 10px;
}
.dinner-details-box .counter button {
	width: 30px;
	height: 30px;
	background: none;
	border-radius: 50%;
	font-size: 19px;
	cursor: pointer;
	border: solid 1px #a4e2e9;
	line-height: 26px;
	color: #a4e2e9;
	outline: 0;
}
.dinner-details-box .counter .num {
	width: 28px;
	text-align: center;
	font-size: 18px;
	color: #000;
}
.input-control {
	width: 100%;
	height: 44px;
	padding: 5px 14px;
	border: solid 1px #bbd3e6;
	background-color: #ecf3f9;
	border-radius: 7px;
	outline: 0;
}
.form-box .nice-select {
	border: solid 1px #bbd3e6;
	background-color: #ecf3f9;
	border-radius: 7px;
	height: 44px;
	text-align: left;
}
.input-number-wrapp {
	display: flex;
	align-items: center;
}
.input-number-wrapp .input-number-row {
	margin-right: 10px;
	max-width: 140px;
}
.input-nu p {
	margin-bottom: 7px;
}
.submit-button {
	margin-top: 24px;
}
.btn-gold {
	background-color: #d7af5c;
	padding: 8px 36px;
	color: #fff;
	border-radius: 25px;
	border: none;
	font-size: 19px;
	font-weight: bold;
	outline: 0;
	cursor: pointer;
	display: inline-block;
}
.dinner-details-box .highlight strong {
	color: #0584e4;
}
.item input {
	width: 0;
	height: 0;
	opacity: 0;
}
.item label > span {
	width: 24px;
	height: 24px;
	display: flex;
	justify-content: center;
	border: 2px solid #999999;
	margin-right: 15px;
	transition: all .3s;
}
.item input:checked + label > span {
	border: 12px solid #08a7bc;
	animation: bounce 250ms;
}
.item input:checked + label > span::before {
	content: '';
	position: absolute;
	top: 7px;
	left: 5px;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	transform: rotate(45deg);
	transform-origin: 0% 100%;
	animation: checked-box 125ms 250ms forwards;
}
.dinner-details-box label {
	position: relative;
}
@keyframes checked-box {
 0% {
 width: 0;
 height: 0;
 border-color: #fff;
 transform: translate(0, 0) rotate(45deg);
}
 33% {
 width: 8px;
 height: 0;
 border-color: #fff;
 transform: translate(0, 0) rotate(45deg);
}
 100% {
 width: 8px;
 height: 13px;
 border-color: #fff;
 transform: translate(0, -8px) rotate(45deg);
}
}
 @keyframes bounce {
 0% {
 transform: scale(1);
}
 33% {
 transform: scale(.7);
}
 100% {
 transform: scale(1);
}
}
.dinner-details-box button.active {
	border: solid 1px #00b6c2;
	color: #00b6c2;
}
.section-form-title {
	font-size: 30px;
	color: #0a4691;
	border-bottom: solid 1px #caa556;
	padding-bottom: 9px;
	margin-bottom: 28px;
	font-weight: bold;
}
.section-title {
	font-size: 48px;
	text-align: center;
	margin-bottom: 32px;
	color: #0a4691;
	font-weight: bold;
}
.blue-btn {
	text-align: center;
	margin-bottom: 20px;
}
.blue-btn a {
	background: #08a7bc;
	border-radius: 500px;
	padding: 15px 41px;
	color: #fff;
	font-weight: bold;
	font-size: 28px;
	position: relative;
}
.blue-btn a:After {
	content: "";
	width: 100%;
	height: 100%;
	background: #b7e5ec;
	right: -5px;
	position: absolute;
	z-index: -1;
	border-radius: 30px;
	top: 6px;
}
.row-form {
	margin-top: 34px;
}
.blue-btn a img {
	margin-right: 11px;
}
.select-box-wrapper-n {
	position: relative;
	z-index: 2;
}
.select-box-wrapper {
	text-align: center;
	margin-bottom: 43px;
}
.select-box-row1 {
	display: flex;
	justify-content: center;
}
.select-box-row {
	margin: 0px 12px;
}
.select-box-row .nice-select {
	border: solid 2px #0584e4;
	height: 47px;
	line-height: 47px;
	border-radius: 7px;
	min-width: 219px;
	background: #ffffff;
}
.news-details-info {
	width: 100%;
}
#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;
}
#sync2 .owl-nav button i {
	font-weight: 300;
}
.bannerinfo {
	border-radius: 15px;
	overflow: hidden;
	margin-bottom: 55px;
}
.alumni-association-box-wrapper-row .col-md-3 {
	max-width: 20%;
	flex: 20%;
}
.alumni-association-box-wrapper {
	text-align: center;
	position: relative;
}
.alumni-association-box-wrapper .alumni-association-box-img img {
	max-width: 82%;
}
.alumni-association-box-wrapper .alumni-association-box-text {
	padding-top: 20px;
}
.alumni-association-box-wrapper .alumni-association-box-text p {
	font-size: 15px;
	color: #000000;
	margin-bottom: 0px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 27px;
}
.other-page-banner {
	position: relative;
}
.container-wrapper {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
}
.other-page-text {
	font-size: 50px;
	color: #fff;
	letter-spacing: 13px;
}
.center-btn {
	text-align: center;
}
.news-details-content {
	text-align: center;
}
.news-details-content p {
	text-align: center;
}
.news-details-padding {
	padding: 0px 115px;
}
.news-details-info .center-btn {
	margin-top: 46px;
}
#certificate .owl-nav button {
	border: solid 2px #004b98;
	width: 35px;
	height: 35px;
	border-radius: 100px;
	line-height: 33px;
	color: #004b98;
	outline: 0;
	top: 46%;
}
#certificate .owl-nav button.owl-prev {
	position: absolute;
	left: -57px;
}
#certificate .owl-nav button.owl-next {
	position: absolute;
	right: -57px;
}
#certificate .owl-nav button:hover {
	background-color: #004b98;
	color: #fff;
}
.certificate-slider {
	padding: 0px 70px;
}
.info-wrapper .info p {
	text-align: left;
	width: 100%;
	margin-bottom: 6px;
}
.info-wrapper .highlight strong {
	color: #0584e4;
}
.highlight-info-t2 p {
	width: 100% !important;
	text-align: left !important;
}
.highlight-info-t {
	margin-bottom: 23px;
	margin-top: 21px;
}
.timeline-heading {
	text-align: center;
	color: #0a4289;
	font-size: 39px;
	font-weight: bold;
	margin-bottom: 43px;
	margin-top: 30px;
}
.cont-text {
	font-size: 15px;
	color: #000;
	line-height: 33px;
	font-weight: 600;
}
.association-details-row .heading-texts {
	font-size: 38px;
	color: #0a4691;
	font-weight: bold;
	border-bottom: solid 3px #caa556;
	padding-bottom: 9px;
}
.association-details-row .heading-texts span {
	padding-left: 43px;
	width: 100%;
	display: inline-block;
}
.alumni-association-box-wrapper:After {
	content: "";
	width: 35px;
	height: 35px;
	display: inline-block;
	background-image: url(../images/arrow-icon.png);
	background-size: cover;
	position: absolute;
	top: 27%;
	right: -33px;
}
.position-row {
	position: relative;
}
.latest-news-section .theme-btn {
	position: absolute;
	right: 0px;
	bottom: -50px;
}
.event-section2 .theme-btn {
	margin-left: auto;
	margin-top: 19px;
}
.event-section .theme-btn {
	position: absolute;
	left: 27%;
	bottom: -83px;
}
.about-info-div .theme-btn {
	position: absolute;
	right: 40px;
	bottom: -75px;
}
.ribbon {
	width: 96px;
	height: 96px;
	background: #07aac5;
	border-radius: 100px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	margin-right: 10px;
	position: absolute;
	top: -34px;
	padding-bottom: 14px;
	left: 20px;
}
.upload-wrapper input[type="file"] {
	display: none; /* hide real file input */
}
.upload-box {
	width: 100%;
	max-width: 100%;
	height: 750px;
	background: #03a7e4;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	font-weight: 600;
	border-radius: 15px;
	margin: 30px auto;
	cursor: pointer;
	transition: .3s ease;
}
.upload-box:hover {
	background: #0288D1;
}
.section-title-n .section-heading {
	border-bottom: solid 1px #dfac4d;
	margin-bottom: 22px;
}
.section-title-n .date-text {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.photo-t {
	text-align: center;
	margin-bottom: 25px;
	color: #000;
	font-size: 23px;
	font-weight: 600;
}
.other-page1 {
	font-family: "Caveat", cursive;
	font-size: 50px;
	color: #fff;
}
.latest_events .other-page-text {
	padding-left: 117px;
}
.latest_events {
	margin-top: -64px;
}
.section-title-n {
	margin-bottom: 27px;
}
.wrapper-menu .header-top-link {
	display: none;
}
#slider-home-top .owl-nav button img {
	max-width: 100%;
	height: auto;
}
 @import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@700&display=swap");
.bg-video {
	content: "";
	position: absolute;
	width: 100%;
	height: auto;
	min-height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bg-video:before {
	content: "";
	width: 100%;
	padding-bottom: 56.25%;
	display: block;
	height: 0;
}
.bg-video iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1000%;
	height: 135%;
	transform: translate3d(-50%, -50%, 0);
}
/******* btn Hover CSS *******/
.theme-btn {
	overflow: hidden;
	position: relative;
	z-index: 0;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	transition: opacity 0.3s cubic-bezier(0.2, 0, 0.1, 1), transform 0.3s cubic-bezier(0.2, 0, 0.1, 1), box-shadow 0.5s ease, color 0.5s ease, background 0.5s ease;
	will-change: box-shadow, color, transform, opacity, background;
	background: #0584e4;
	height: 120px;
	width: 120px;
	border-radius: 101px;
	cursor: pointer;
}
.theme-btn a {
	color: #fff;
}
.theme-btn.outlined {
	display: inline-flex;
	background: none;
	color: #170b39;
}
.theme-btn:after, .theme-btn:before {
	content: "";
	position: absolute;
	z-index: -1;
	pointer-events: none;
	top: 0;
	right: -50%;
	left: -50%;
	height: 0;
	padding-bottom: 200%;
	border-radius: 39%;
	border: unset;
	transition: transform 0s cubic-bezier(0.2, 0, 0.1, 1) 0.5s, opacity 0.5s cubic-bezier(0.2, 0, 0.1, 1);
	opacity: 0;
}
.theme-btn:before {
	transform: translate3d(-10%, 4.8em, 0) rotate(330deg);
	background: linear-gradient(25deg, #385cd8, rgba(150, 56, 216, 0));
}
.theme-btn:after {
	transform: translate3d(10%, 4.8em, 0) rotate(0deg);
	background: linear-gradient(70deg, #375bd9, rgba(124, 56, 216, 0));
}
.theme-btn:hover, .theme-btn:focus {
	transition: opacity 0.3s cubic-bezier(0.2, 0, 0.1, 1), transform 0.3s cubic-bezier(0.2, 0, 0.1, 1), box-shadow 2s ease, color 1.5s ease, background 1s ease 0.75s;
	background: #0584e4;
	animation: pulse 2s infinite;
}
.theme-btn:hover.outlined, .theme-btn:focus.outlined {
	color: white;
}
.theme-btn:hover:before, .theme-btn:hover:after, .theme-btn:focus:before, .theme-btn:focus:after {
	transition: transform 2s ease 0s, opacity 0.2s ease;
	opacity: 1;
}
.theme-btn:hover:before, .theme-btn:focus:before {
	transform: translate3d(-10%, -1em, 0) rotate(100deg);
}
.theme-btn:hover:after, .theme-btn:focus:after {
	transform: translate3d(10%, -1em, 0) rotate(180deg);
}
 @keyframes pulse {
 0% {
 box-shadow: 0 0 0 0 rgba(56, 92, 215,.6);
}
 70% {
 box-shadow: 0 0 0 15px rgba(56, 92, 215, 0);
}
 100% {
 box-shadow: 0 0 0 0 rgba(56, 168, 92, 0);
}
}
.event-card-img img {
	width: 100%;
	webkit-transition: all .5s;
	transition: all .5s;
}
.event-card:hover .event-card-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);
}
.small-card-img img {
	width: 100%;
	webkit-transition: all .5s;
	transition: all .5s;
}
.small-card-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);
}
.news-card-img img {
	width: 100%;
	webkit-transition: all .5s;
	transition: all .5s;
}
.news-card-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);
}
.nav_area > ul > li ul.sub-menu:after {
	content: "";
	width: 100%;
	height: 3px;
	background: #03b1e7;
	display: inline-block;
	top: 0px;
	position: absolute;
}
.link-bg1:hover {
	background: #028fa7;
}
.link-bg2:hover {
	background: #9b8309;
}
.link-bg3:hover {
	background: #019383;
}





/******* Mobile Layout *******/
@media only screen and (max-width: 767px) {
.header-section {
    background-image: url(../images/mobile-bg-h.jpg);
    position: relative;
    margin-bottom: -2px;
}
.nav_area > ul > li ul.sub-menu:after {display: none;}



.about-info-div {
	position: relative;
	right: 0px;
	max-width: 100%;
	z-index: -1;
	top: 0;
}
.about-info {
	padding: 34px 15px;
	background: #f8eacd;
	padding-left: 20px;
	border-bottom-right-radius: 45px;
	padding-right: 20px;
}
.about-info:After {
	display: none;
}
.about-img img {
	border-top-left-radius: 30px;
}
.container-new {
	padding-left: 50px;
}
.latest-news-section {
	margin-top: 198px;
}
.small-box-home .col-md-4 {
	max-width: 40%;
	padding-right: 0px;
}
.small-box-home .col-md-8 {
	max-width: 60%;
	padding-right: 0;
}
.latest-news-section .theme-btn {
	position: relative;
	right: 0px;
	bottom: -47px;
	left: 0;
	text-align: center;
	margin: 0px auto;
}
.event-section2 {
	padding-top: 93px;
	padding-bottom: 21px;
}
.event-section .theme-btn {
	position: absolute;
	left: 0;
	bottom: -83px;
	right: 0;
	margin: 0px auto;
	text-align: center;
}
.footer-div {
	max-width: 50%;
	flex: auto;
}
.footer {
	padding-top: 24px;
	padding-bottom: 14px;
	background-position: center;
	border-top-right-radius: 47px;
	width: 100%;
	padding-right: 0;
}
.besign-by {
	text-align: center;
	margin-top: 6px;
}
.copy-right {
	text-align: center;
}
.footer-logo {
	margin-bottom: 17px;
}
.footer-menu {
	margin-bottom: 16px;
}
.footer-menu li a {
	font-size: 14px;
}
.event-section2 .theme-btn {
	margin-left: inherit;
	margin-top: 19px !important;
	margin: 0px auto;
}
.header-top-link {
	display: none;
}
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);
}
.section-heading {
	font-size: 19px;
}
.news-details-info p {
	font-size: 14px;
	margin-bottom: 22px;
	font-weight: 500;
	line-height: 28px;
}
.news-details-info .details-img {
	width: 100%;
	padding-bottom: 18px;
}
.select-box-row1 {
	display: inline-block;
}
.select-box-row1 .select-box-row {
	margin-bottom: 9px;
	display: inline-block;
	width: auto;
	margin-left: 0px;
	margin-right: 0px;
}
.select-box-wrapper {
	margin-bottom: 11px;
}
.news-details-box-wrapper .news-details-box-img {
	margin-bottom: 12px;
}
.news-details-box-info p {
	font-size: 14px;
	line-height: 24px;
}
.news-details-box-wrapper {
	padding: 12px 12px;
	margin-bottom: 30px;
	box-shadow: rgb(99 99 99 / 20%) 4px 7px 12px 7px;
}
.news-details-box-img img {
	width: 100%;
}
.news-details-padding {
	padding: 0px 0px;
}
.slider-row {
	margin: 0px;
	padding: 0px 29px;
}
#sync2 .owl-nav button {
	top: 6%;
}
.certificate-slider {
	padding: 0px 40px;
}
.info-wrapper {
	margin-top: 54px;
}
.highlight-info-t {
	margin-bottom: 26px;
	margin-top: 26px;
}
#certificate .owl-dots {
	display: none;
}
.association-details-row .heading-texts {
	font-size: 32px;
	padding-bottom: 10px;
	text-align: center;
	margin-bottom: 19px;
}
.timeline-heading {
	font-size: 31px;
}
.alumni-association-box-wrapper-row .col-md-3 {
	max-width: 50%;
	flex: auto;
	padding: 0px 9px;
}
.alumni-association-box-wrapper:After {
	display: none;
}
.alumni-association-box-wrapper-row {
	margin: 0px;
}
.alumni-association-box-wrapper .alumni-association-box-text p {
	font-size: 12px;
	margin-bottom: 0px;
	letter-spacing: initial;
	line-height: 23px;
}
.alumni-association-box-wrapper {
	margin-bottom: 22px;
}
.section-title {
	font-size: 30px;
}
.dinner-details-box {
	padding-right: 0;
}
.slider-img-home {
	padding: 7px;
	border-top-right-radius: 44px;
}
.slider-section-wrapper .slider-img-home img {
	border-top-right-radius: 40px;
	border-bottom-left-radius: 40px;
}
.slider-section-wrapper .slider-img-home:After {
	content: "";
	width: 100%;
	height: 97%;
	background: #caa556;
	position: absolute;
	top: -15px;
	right: -21px;
	z-index: -1;
	display: inline-block;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 19px;
}
.wrapper-menu .header-top-link {
	display: block;
}
.wrapper-menu .header-top-link ul li a {
	padding: 5px 10px !important;
	color: #fff !important;
	line-height: initial !important;
	font-size: 11px !important;
}
.wrapper-menu .header-top-link ul {
	display: flex !important;
	justify-content: center;
}
body.open:after {
	content: "";
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	z-index: 33;
	display: inherit;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.5);
}
#slider-home-top .owl-nav button {
	max-width: 30px;
	height: 33px;
	width: 33px;
	padding-bottom: 7px !important;
	background-color: #e1a946;
}
#slider-home-top .owl-nav button img {
	width: 25px;
}
#slider-home-top .owl-nav button.owl-prev {
	left: 0;
}
#slider-home-top .owl-nav button.owl-next {
	right: 0;
}
.about-info .about-title2 {
	font-size: 36px;
}
.header-section .logo {
	max-width: 259px;
	margin-bottom: 0;
}
.top-height {
	padding-top: 77px;
}
.footer-menu P {
	font-size: 15px;
}
.event-card-info {
	padding: 17px 15px;
	padding-top: 37px;
}
.event-section:after {
	width: 100%;
	border-top-left-radius: 62px;
}
.other-page-text {
	font-size: 15px;
	letter-spacing: 3px;
}
ul.pagination li.page-item {
    margin: 0px 1px;
}
.latest_events {
    margin-top: -44px;
}
.other-page1 {
    font-size: 25px;
}
.latest_events .other-page-text {
    padding-left: 0;
}



}

/******* Tablet Layout *******/
@media only screen and (min-width: 768px) and (max-width: 991px) {
.nav_area > ul > li ul.sub-menu:after {display: none;}	
.wrapper-menu .header-top-link {
	display: block;
}
.latest_events .other-page-text {
    padding-left: 0;
}
.other-page1 {
    font-size: 43px;
}



.wrapper-menu .header-top-link ul li a {
	padding: 5px 10px !important;
	color: #fff !important;
	line-height: initial !important;
	font-size: 11px !important;
}
.wrapper-menu .header-top-link ul {
	display: flex !important;
	justify-content: center;
}
.header-top-link {
	display: none;
}
body.open:after {
	content: "";
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	z-index: 33;
	display: inherit;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.5);
}
.news-details-box-info p {
	font-size: 13px;
	line-height: 21px;
}
.certificate-slider {
	padding: 0px 50px;
}
#certificate .owl-nav button {
	top: 35%;
}
.info-wrapper {
	margin-top: 52px;
}
.footer {
	border-top-right-radius: 30px;
	width: 100%;
	padding-right: 0;
}
.footer-menu li a {
	font-size: 13px;
}
.alumni-association-box-wrapper-row .col-md-3 {
	max-width: 31%;
	flex: auto;
}
.association-details-row .heading-texts {
	font-size: 31px;
}
.association-details-row .heading-texts span {
	padding-left: 0;
}
.toggle {
	right: 21px;
	top: 20px;
}
.top-height {
	padding-top: 88px;
}
.event-section:after {
	width: 100%;
}
.about-info {
	padding: 34px 6px;
	padding-left: 88px;
	padding-right: 17px;
}
.about-info:After {
	height: 158px;
	width: 4px;
	left: 64px;
}
.about-info .about-title2 {
	font-size: 39px;
	margin-bottom: 6px;
}
.about-info p {
	font-size: 13px;
	line-height: 26px;
	letter-spacing: 0px;
}
.about-section {
	padding-top: 55px;
	margin-bottom: 351px;
}
.latest-news-section {
	margin-top: 162px;
	padding-bottom: 0px;
}
.latest-news-section .theme-btn {
	position: relative;
	right: 0px;
	bottom: -47px;
	left: 0;
	text-align: center;
	margin: 0px auto;
}
.event-section2 {
	padding-top: 92px;
}
.event-section2 .theme-btn {
	margin-left: inherit;
	margin-top: 19px !important;
	margin: 0px auto;
}
.event-section2 {
	padding-bottom: 35px;
}
.social-icon ul {
	display: flex;
}
.footer-div {
	padding: 0px 4px;
}
#slider-home-top .owl-nav button {
	max-width: 30px;
	height: 33px;
	width: 33px;
	padding-bottom: 7px !important;
	background-color: #e1a946;
}
#slider-home-top .owl-nav button.owl-prev {
	left: 0;
}
#slider-home-top .owl-nav button.owl-next {
	right: 0px;
}
}



/******** Medium Layout ********/
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.news-details-box-info p {
	font-size: 16px;
	line-height: 24px;
}
.association-details-row .heading-texts {
	font-size: 34px;
}
.alumni-association-box-wrapper:After {
	top: 18%;
	right: -26px;
}
.nav_area > ul > li {
	padding: 0px 11px;
}
.nav_area ul li a {
	font-size: 13px;
}
.about-section {
	margin-bottom: 336px;
}
#slider-home-top .owl-nav button {
	max-width: 30px;
	height: 33px;
	width: 33px;
	padding-bottom: 7px !important;
	background-color: #e1a946;
}
#slider-home-top .owl-nav button.owl-prev {
	left: 0;
}
#slider-home-top .owl-nav button.owl-next {
	right: 0px;
}
}
