@font-face {
	font-family: Kruti;
	src: url(https://demo.softwareservices.co.in/assets/front/fonts/k010-webfont.woff2) format('woff2'),url(https://demo.softwareservices.co.in/assets/front/fonts/k010-webfont.woff) format('woff');
	font-weight: 400;
	font-style: normal;
}

* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
	width: 100%;
	height: 100%;
}

body {
	color: #222;
	font-family: Poppins,sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 26px;
	min-width: 360px;
	width: 100%;
}

a,button,input[type=search],input[type=submit] {
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
}

a {
	color: inherit;
	font-weight: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	outline: 0;
	color: #3c0008;
}

a:focus {
	outline: 0!important;
	outline-offset: inherit!important;
	text-decoration: none!important;
}

button:focus {
	outline: 0;
}

a,img {
	border: none;
	outline: 0;
}

img {
	max-width: 100%;
	height: auto;
	display: inline-block;
}

label {
	font-weight: 400;
	font-size: 15px;
	line-height: normal;
	margin-bottom: 0;
}

ul {
	list-style-position: inside;
	list-style: none;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	font-family: Montserrat,sans-serif;
	font-weight: 600;
}

p {
	display: block;
	margin: 0;
	padding: 0 0 15px;
	word-wrap: break-word;
	letter-spacing: .2px;
}

.poppins {
	font-family: Poppins,sans-serif;
}

.check-custom input[type=checkbox] {
	display: none;
}

.check-custom input[type=checkbox]+label {
	background: rgba(0,0,0,0) url(https://demo.softwareservices.co.in/assets/front/images/chkbox.png) no-repeat left top;
	font-weight: 300;
	line-height: 22px;
	margin: 0;
	min-height: 22px;
	min-width: 22px;
	padding: 0 0 0 30px;
	margin-right: 10px;
}

.check-custom input[type=checkbox]:checked+label {
	background-image: url(https://demo.softwareservices.co.in/assets/front/images/chkbox-chacked.png);
}

.form-group {
	display: block;
	position: relative;
	float: left;
	width: 100%;
}

.form-control {
	background: #f7f7f7;
	border: 1px solid #ddd;
	border-radius: 0;
	box-shadow: none;
	color: #555;
	font-size: 14px;
	font-weight: 300;
	height: 48px;
	padding: 0 15px;
}

.with-left-icon .form-control {
	padding-left: 58px;
}

.form-control:focus {
	border-color: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0 none;
}

:focus {
	outline: 0;
}

select,select.form-control {
	height: 48px!important;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 28px;
	padding-left: 8px;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

select option {
	background: #fff;
	padding: 5px 10px;
	font-size: 14px;
	color: #000;
	border-bottom: 1px solid #ddd;
}

select option:last-child {
	border-bottom: none;
}

.btn-inline .btn {
	margin: 0 5px;
}

.btn-inline .btn:first-child {
	margin-left: 0;
}

.btn-inline .btn:last-child {
	margin-right: 0;
}

.btn:focus {
	outline: normal;
	box-shadow: none!important;
}

.btn-custom {
	height: 36px;
	padding: 0 15px;
	line-height: 33px;
	min-width: 130px;
	color: #fff;
	background-color: #273e47;
	font-size: 14px;
	text-align: center;
	font-weight: 600;
	text-shadow: none;
	border: 1px solid #273e47;
	font-family: 'Open Sans',sans-serif;
	text-transform: inherit;
}

.btn-custom.active,.btn-custom:focus,.btn-custom:hover {
	background-color: #a4243b;
	color: #fff;
	border-color: #a4243b;
}

.btn-red {
	background-color: #a4243b;
	border-color: #a4243b;
}

.btn-red.active,.btn-red:focus,.btn-red:hover {
	background-color: #273e47;
	color: #fff;
	border-color: #273e47;
}

.col-centered {
	float: none;
	margin: 0 auto;
}

.container {
	width: 90%;
	max-width: 1410px;
}

.paddTB80 {
	padding-top: 80px;
	padding-bottom: 80px;
}

input::-webkit-input-placeholder {
	color: #666!important;
	opacity: 1;
}

input:-moz-placeholder {
	color: #666!important;
	opacity: 1;
}

input::-moz-placeholder {
	color: #666!important;
	opacity: 1;
}

input:-ms-input-placeholder {
	color: #666!important;
	opacity: 1;
}

header {
	background: #fff9e7;
	width: 100%;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.fixed {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9;
}

.header-top {
	height: 36px;
	background: #273e47;
	display: flex;
	align-items: center;
}

.header-top .col-12 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 124px;
}

.logo {
	display: flex;
	align-items: center;
}

.logo a {
	flex-shrink: 0;
}

.logo img {
	display: block;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
}

.head-center {
	position: absolute;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	top: 50%;
}

.logo-title {
	text-align: center;
}

.logo-title h1 {
	font-style: normal;
	font-size: 36px;
	line-height: 25px;
	color: #56101a;
	text-transform: uppercase;
	font-family: Alegreya,serif;
	margin-bottom: 10px;
	font-weight: 800;
	margin-top: 10px;
}

.logo-title p {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	text-transform: capitalize;
	color: #333;
	margin-bottom: -2px;
	padding-bottom: 0;
	font-family: Poppins,sans-serif;
}

.logo-title span {
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 13px;
	color: #333;
	font-family: Poppins,sans-serif;
	display: block;
	padding-top: 7px;
}

input::-ms-clear,input::-ms-reveal {
	display: none!important;
}

.header-links {
	color: #fff;
	margin-left: auto;
}

.header-links a {
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	padding: 0 10px;
	border-right: 1.5px solid #fff;
	line-height: 12px;
	display: inline-block;
}

.header-links a:first-child {
	padding-left: 0;
}

.header-links a:last-child {
	padding-right: 0;
	border-right: none;
}

.header-links a:hover {
	color: #a4243b;
}

.lang-btns a,.lang-btns a:first-child {
	padding-left: 10px!important;
	border-right: none!important;
}

.head-right {
	display: flex;
	align-items: center;
}

.head-right-btns {
	display: flex;
}

.head-right-btns a {
	border-radius: 3px;
	height: 33px;
	padding: 7px 15px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 19px;
	background-color: #363991;
	color: #fff;
	margin-left: 10px;
}

.head-right-btns a.btn-red {
	background-color: #e6646e;
}

.head-content {
	padding-top: 15px;
}

.head-content.for-mobile {
	display: none;
}

.head-content p {
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	line-height: 27px;
	text-align: right;
	color: #000;
	font-family: 'Open Sans',sans-serif;
	padding-bottom: 0;
}

.main-navbar {
	display: flex;
	background: #a4243b;
}

.collapse.navbar-collapse {
	justify-content: flex-start;
}

.navouter {
	display: flex;
	align-items: center;
	justify-content: center;
}

.main-navbar .navbar-dark {
	padding: 0;
}

.main-navbar .navbar-dark .navbar-nav {
	height: 50px;
}

.main-navbar .navbar-dark .navbar-nav .nav-item {
	display: flex;
	align-items: center;
	padding-right: 23px;
}

.main-navbar .navbar-dark .navbar-nav .nav-item:hover .nav-link {
	color: #fff;
	background: #621120;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
}

.main-navbar .navbar-dark .navbar-nav .nav-link {
	color: #fff;
	font-size: 14px;
	display: flex;
	align-items: center;
	font-weight: 400;
	padding: 18px 13px;
	line-height: 14px;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
}

.main-navbar .navbar-dark .navbar-nav .nav-link.dropdown-toggle::after {
	margin-left: 7px;
	font-size: 12px;
}

.main-navbar .navbar-dark .navbar-nav .nav-link.active,.main-navbar .navbar-dark .navbar-nav .nav-link:focus,.main-navbar .navbar-dark .navbar-nav .nav-link:hover {
	color: #fff;
	background: #621120;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
}

.main-navbar .btn {
	min-width: 145px;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
}

.main-navbar .navbar-dark .navbar-nav .dropdown-menu {
	padding: 0;
	margin-top: 0;
	border-radius: 0;
	top: calc(100% - 1px);
	min-width: 200px;
}

.main-navbar .navbar-dark .navbar-nav .dropdown-menu li a {
	padding: 10px 15px;
	display: block;
	border-bottom: 1px solid #ddd;
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
}

.main-navbar .navbar-dark .navbar-nav .dropdown-menu li a:hover {
	background: #fff;
	color: #a4243b;
}

.main-navbar .navbar-dark .navbar-nav .nav-item.dropdown:hover>ul {
	display: block;
}

.main-navbar .navbar-dark .navbar-nav .nav-item .dropdown-submenu {
	position: relative;
}

.main-navbar .navbar-dark .navbar-nav .nav-item .dropdown-submenu>a.dropdown-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.main-navbar .navbar-dark .navbar-nav .nav-item .dropdown-submenu>a.dropdown-toggle::after {
	margin-left: 10px;
	font-size: 14px;
}

.main-navbar .navbar-dark .navbar-nav .nav-item .dropdown-submenu .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -1px;
}

.main-navbar .navbar-dark .navbar-nav .nav-item.dropdown:hover>ul li:hover>ul {
	display: block;
}

.main-banner {
	position: relative;
	background: #666;
	width: 100%;
}

.main-banner .item::before {
	background: rgba(0,0,0,.2);
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 2;
}

.main-banner .owl-carousel .owl-nav {
	margin-top: 0;
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	display: flex;
	justify-content: space-between;
	display: none;
}

.main-banner .owl-carousel .owl-nav button {
	margin: 0;
	width: 50px;
}

.main-banner .owl-carousel .owl-nav button span {
	font-size: 50px;
	color: #fff;
}

.main-banner .owl-carousel .owl-nav [class*=owl-]:hover {
	background: 0 0;
}

.main-banner .owl-carousel {
	height: 100%;
}

.main-banner .banner-col {
	overflow: hidden;
}

.main-slider .owl-dots {
	position: absolute;
	bottom: 40px;
	width: 100%;
	margin: 0!important;
	left: 0;
	z-index: 3;
}

.main-slider .owl-dots button span {
	margin: 5px 4px!important;
}

.slider-marquee {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 44px;
	background: rgba(0,0,0,.7);
	z-index: 2;
	line-height: 44px;
}

.slider-marquee a {
	color: #fff;
}

.section-title {
	margin-bottom: 40px;
}

.section-title h2 {
	color: #222;
	font-size: 36px;
	text-transform: uppercase;
}

.section-title h2 span.text-red {
	color: #a4243b;
}

.marquee-section {
	z-index: 2!important;
	position: relative;
	background: #fceade;
}

.marquee-inner {
	margin-top: -32px;
	background: #273e47;
	height: 60px;
	text-align: left;
	position: relative;
	padding-left: 160px;
	padding-right: 10px;
	display: flex;
	align-items: center;
}

.marquee-inner h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	position: absolute;
	background: #a4243b;
	left: 0;
	top: 0;
	height: 100%;
	padding: 0 15px;
	display: flex;
	align-items: center;
}

.marquee-inner h3::after {
	width: 0;
	height: 0;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 30px solid #a4243b;
	position: absolute;
	left: 100%;
	top: 0;
	content: "";
}

.marquee-inner p {
	color: #fff;
	padding-bottom: 0;
	font-size: 14px;
	background-color: #273e47;
}

.marquee-inner .owl-theme .owl-nav {
	margin-top: 0;
	top: 50%;
	width: auto;
	left: inherit;
	line-height: inherit;
	right: 0;
	transform: translateY(50%);
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
}

.marquee-inner .owl-theme .owl-nav button {
	margin: 0;
	width: 30px;
	height: 30px;
	background: #a4243b;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	position: absolute;
	top: -16px;
}

.marquee-inner .owl-theme .owl-nav button:hover {
	background: #a4243b!important;
}

.marquee-inner .owl-theme .owl-nav button.owl-prev {
	left: -70px;
}

.marquee-inner .owl-theme .owl-nav button.owl-next {
	right: 0;
}

.marquee-inner .owl-theme .owl-nav button span {
	font-size: 25px;
	display: block;
}

.noticeboard-section {
	background: #fceade;
}

.noticeboard-section .card-body {
	height: 420px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}

.noticeboard-section .card-body ul {
	margin-bottom: 0;
	width: 100%;
	height: auto;
}

.noticeboard-section .card-body ul.marquee {
	position: relative;
	box-sizing: border-box;
	animation: marquee 15s linear infinite;
}

.noticeboard-section .card-body ul.marquee:hover {
	animation-play-state: paused;
}

@keyframes marquee {
	0% {
		top: calc(100% + 10px);
	}

	100% {
		top: -120%;
	}
}

.card-custom1 {
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 4px rgba(0,0,0,.25);
}

.card-custom1 .card-header {
	text-align: center;
	padding: 0;
	background: 0 0;
	border: none;
}

.card-custom1 .card-header h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	background: #273e47;
	height: 54px;
	line-height: 54px;
}

.card-head-links {
	background: #f3f3f3;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.card-head-links a {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	padding: 0 10px;
	line-height: 14px;
}

.card-head-links a.active,.card-head-links a:hover {
	color: #a4243b;
}

.list-with-date li {
	display: flex;
	margin-bottom: 20px;
}

.list-with-date li .card-date-col {
	width: 65px;
	height: 65px;
	background-color: #f1dac4;
	flex-shrink: 0;
	border-radius: 5px;
	display: flex;
	margin-right: 15px;
	flex-direction: column;
	justify-content: center;
	color: #b26700;
	text-align: center;
	font-size: 32px;
	font-weight: 700;
}

.list-with-date li .card-date-col span {
	color: #222;
	font-weight: 500;
	font-size: 12px;
	text-transform: uppercase;
	line-height: normal;
	padding-bottom: 2px;
}

.list-with-date li .card-detail-col {
	width: 100%;
}

.list-with-date li .card-detail-col p {
	font-size: 14px;
	line-height: 22px;
	padding-bottom: 0;
}

.list-with-date li .card-detail-col p a {
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.list-with-date.with-sep li .card-detail-col p a {
	-webkit-line-clamp: 2;
}

.list-with-date li .card-detail-col p:hover a {
	color: #b26700;
}

.list-with-date.with-sep li {
	margin-bottom: 0;
	padding: 8px 0;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
}

.list-with-date.with-sep li:last-child {
	border-bottom: none;
}

.card-custom2 {
	background: #f2f2f2;
	height: 100%;
	border-radius: 10px;
	box-shadow: 0 4px 4px rgba(0,0,0,.25);
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.card-custom2 .card-thumb {
	position: relative;
}

.card-custom2 .card-thumb img+a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.card-custom2 .card-thumb img+a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.card-thumb img {
	width: 100%;
}

.card-thumb-det {
	padding: 20px!important;
	height: 100%;
}

.card-thumb-det h3 {
	font-size: 18px;
	margin-bottom: 0;
}

.card-thumb-det p {
	padding-bottom: 8px;
}

.college-event-section {
	background-color: #f2f2f2;
}

.event-slide-row {
	margin-top: -50px;
	margin-bottom: -50px;
}

.event-slide .item {
	padding: 50px 0;
}

.event-btns.btn-inline {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 20px;
	position: relative;
	z-index: 2;
}

.owl-theme .owl-nav {
	margin-top: 0;
	position: absolute;
	bottom: 10px;
	width: 100%;
	left: 0;
	display: flex;
	justify-content: center;
}

.owl-theme .owl-nav button {
	margin: 0 3px!important;
}

.owl-theme .owl-nav button:hover {
	background: 0 0!important;
}

.owl-theme .owl-nav button i {
	font-size: 22px;
	display: block;
	color: #273e47;
}

.owl-theme .owl-nav button:hover i {
	font-size: 22px;
	display: block;
	color: #a4243b;
}

.services-section {
	background-color: #273e47;
}

.thumb-with-title-col {
	overflow: hidden;
	position: relative;
}

.thumb-with-title-col::before {
	width: 100%;
	height: 100%;
	background: rgba(11,33,47,.9);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all .5s ease 0s;
	z-index: 2;
}

.thumb-with-title-col::before {
	content: "";
}

.thumb-with-title-col:hover::before {
	opacity: 1;
}

.thumb-with-title-col::after {
	background: rgba(255,255,255,.3);
	border: 2px solid #a4243b;
	top: 0;
	width: 100%;
	height: 100%;
	left: 170%;
	opacity: 1;
	z-index: 1;
	transform: skewX(45deg);
	transition: all 1s ease 0s;
	content: "";
	position: absolute;
	z-index: 3;
}

.thumb-with-title-col:hover::after {
	left: -170%;
}

.thumb-with-title-col img {
	width: 100%;
	max-width: 100%;
}

.thumb-with-title-col h3 {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 500;
	background: #fff;
	height: 75px;
	line-height: 75px;
	text-align: center;
	margin-left: 10%;
	width: calc(100% - 20%);
	margin-top: -40px;
	z-index: 1;
	position: relative;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.thumb-with-title-col h3 a {
	display: block;
}

.thumb-with-title-col:hover h3 {
	background-color: #a4243b;
	color: #fff;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.thumb-with-title-col:hover h3 a {
	color: #fff;
}

.thumb-with-title-col .thumb-with-title-col-inner {
	width: 100%;
	position: absolute;
	bottom: -100%;
	left: 0;
	transition: all .5s ease 0s;
	text-align: center;
	z-index: 3;
}

.thumb-with-title-col .thumb-with-title-col-inner h4 {
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
}

.thumb-with-title-col .thumb-with-title-col-inner ul {
	margin-bottom: 15px;
	margin-top: 10px;
}

.thumb-with-title-col .thumb-with-title-col-inner ul li a {
	color: #fff;
	font-size: 15px;
	line-height: 32px;
}

.thumb-with-title-col .thumb-with-title-col-inner ul li a:hover {
	color: #a4243b;
	font-size: 15px;
	line-height: 32px;
}

.thumb-with-title-col:hover .thumb-with-title-col-inner {
	bottom: 50%;
	transform: translateY(50%);
}

.gallery-slide .owl-nav {
	bottom: -10px;
}

.scrollup {
	position: fixed;
	bottom: 10px;
	right: 20px;
	width: 40px;
	height: 40px;
	background: #a4243c;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	z-index: 1;
	color: #fff;
	-webkit-animation: floating2 7s infinite;
	-o-animation: floating2 7s infinite;
	animation: floating2 7s infinite;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(164,36,59,.4);
	}

	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(164,36,59,0);
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(164,36,59,0);
	}
}

@keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(164,36,59,.4);
		box-shadow: 0 0 0 0 rgba(164,36,59,.4);
	}

	70% {
		-moz-box-shadow: 0 0 0 10px rgba(164,36,59,0);
		box-shadow: 0 0 0 10px rgba(164,36,59,0);
	}

	100% {
		-moz-box-shadow: 0 0 0 0 rgba(164,36,59,0);
		box-shadow: 0 0 0 0 rgba(164,36,59,0);
	}
}

.social-media-section {
	background-color: #f2f2f2;
}

.social-media-col {
	border-radius: 10px;
	box-shadow: 0 4px 4px rgba(0,0,0,.25);
	background: #fff;
	position: relative;
	padding: 0 20px 20px 20px;
}

.social-media-row {
	margin-top: 30px;
}

.social-icon {
	text-align: center;
	position: relative;
	top: -30px;
	margin-bottom: -30px;
	webkit-animation: floating2 7s infinite;
	-o-animation: floating2 7s infinite;
	animation: floating2 7s infinite;
}

.social-media-col .social-icon i {
	background-color: #337fff;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	line-height: 60px;
	text-align: center;
	font-size: 25px;
	color: #fff;
}

.social-icon.fb i {
	background-color: #337fff;
}

.social-icon.tw i {
	background-color: #3cf;
}

.social-icon.ins i {
	background-color: #da3a8d;
}

.social-icon.you i {
	background-color: #d72a2a;
}

.social-details {
	overflow: auto;
}

.usefull-links-section {
	background-color: #f2f2f2;
}

.useful-links-outer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.useful-link-col {
	width: 20%;
	text-align: center;
	margin-top: 50px;
}

.useful-link-col img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	height: 75px;
}

.useful-link-col:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.useful-link-col p {
	padding-bottom: 0;
	padding-top: 15px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: normal;
}

.hvr-top {
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-top:active,.hvr-top:focus,.hvr-top:hover {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px);
}

@keyframes floating2 {
	0% {
		transform: translatey(0);
	}

	50% {
		transform: translatey(-20px);
	}

	100% {
		transform: translatey(0);
	}
}

.gallery-col {
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}

.gallery-col::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.gallery-col:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}

.gallery-col a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.gallery-col a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

.gallery-col img {
	width: 100%;
}

.award-col {
	text-align: center;
}

.award-thumb {
	border: 5px solid #ffdc13;
	margin-bottom: 30px;
	overflow: hidden;
	height: 197px;
}

.award-thumb img {
	width: 100%;
	max-width: 120%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.award-col:hover .award-thumb img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.award-col h3 {
	font-size: 18px;
	font-weight: 600;
	color: #363991;
	margin-bottom: 15px;
}

.award-col p {
	color: #636f78;
	padding-bottom: 0;
	font-weight: 600;
	line-height: 20px;
}

.card-video-btn {
	margin-top: 29px;
}

footer {
	background: #fff;
	position: relative;
}

footer .footer-top {
	padding: 40px 0;
	background: #273e47;
}

footer .footer-top .logo a img {
	width: 100px;
	height: 100px;
}

footer .footer-top .logo-title {
	text-align: left;
}

footer .footer-top .logo-title h1 {
	font-size: 28px;
	line-height: 33px;
	color: #fff;
}

footer .footer-top .logo-title p {
	font-size: 18px;
	line-height: 27px;
	color: #fff;
}

footer .footer-top .logo-title span {
	font-size: 13px;
	line-height: 17px;
	color: #fff;
}

.footer-top ul li {
	color: #e9f9ff;
	padding: 4px 0;
}

.footer-top ul li a {
	color: #e9f9ff;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	font-weight: 300;
	position: relative;
	padding-left: 10px;
}

.footer-top ul li a::before {
	background: #e9f9ff;
	height: 1.5px;
	width: 4px;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.footer-top ul li a:hover {
	color: #ff8c9c;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	padding-left: 20px;
}

footer .footer-btm {
	height: 50px;
	display: flex;
	align-items: center;
	background: #182a31;
}

footer .footer-btm p {
	color: #fff;
	font-weight: 400;
	font-size: 13px;
}

.footer-top h3 {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
}

.footer-top ul,.footer-top ul li {
	list-style-type: none;
}

footer .row>[class^=col-] ul li {
	text-align: left;
}

.logo-footer {
	text-align: center;
}

.logo-footer img {
	width: 95px;
}

footer p {
	line-height: 22px;
	padding-bottom: 0;
	color: #202020;
	font-weight: 600;
	text-align: center;
}

.footer-map iframe {
	width: 100%;
	height: 260px;
	margin-top: 34px;
}

.content-area {
	font-family: Poppins,sans-serif;
}

.content-area p {
	font-family: Poppins,sans-serif;
}

.content-area h2 {
	font-size: 26px;
}

.content-area h3 {
	font-size: 22px;
}

.content-area h4 {
	font-size: 18px;
}

.image-block {
	margin-bottom: 20px;
}

.image-block img {
	border: 1px solid #ddd;
	padding: 5px;
	border-radius: 8px;
}

.content-area ul {
	list-style-type: circle;
	margin-left: 20px;
}

.content-area ul li ul {
	padding-left: 20px;
}

.content-area ul li ul {
	list-style-type: lower-alpha;
}

.content-area ul li {
	margin-bottom: 10px;
}

.title-custom h2 {
	background: #a4243c30;
	padding: 6px 15px 5px 15px;
	color: #202020;
	font-size: 22px;
	margin-bottom: 15px;
}

.title-custom h3 {
	background: #a4243c30;
	padding: 6px 15px 5px 15px;
	color: #202020;
	font-size: 20px;
	margin-bottom: 15px;
}

.title-custom h4 {
	background: #a4243c30;
	padding: 7px 15px 6px 15px;
	color: #202020;
	font-size: 16px;
	margin-bottom: 15px;
}

.customnav {
	display: none;
}

.customnav.searchOpen {
	display: block;
}

.custom-search-center {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.min-width-auto {
	min-width: auto;
}

.video-block {
	width: 100%;
	padding-top: 56.25%;
	height: 0;
	background: #000;
	position: relative;
}

.video-block video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.h-auto {
	height: auto;
}

.committees-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.committees-block-col {
	width: calc(50% - 15px);
	border: 1px solid #ddd;
	padding: 20px;
	margin-bottom: 15px;
}

.links-card-section {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	width: calc(100% + 15px);
}

.links-card-section a {
	width: calc(33.33% - 15px);
	margin-left: 15px;
	margin-bottom: 20px;
	text-align: center;
}

.links-card-section .link-card {
	background: #273e47;
	color: #fff;
	width: 100%;
	height: 260px;
	display: flex;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	justify-content: center;
	text-transform: uppercase;
	line-height: 30px;
	align-items: center;
	margin-bottom: 5px;
	border-bottom: 6px solid #a4243b;
	overflow: hidden;
	position: relative;
}

.links-card-section .link-card-title {
	font-size: 16px;
	font-weight: 600;
	display: none;
	color: #666;
}

.links-card-section .link-card::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.links-card-section a:hover .link-card::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}

.links-card-section a:hover .link-card-title {
	color: #a4243b;
}

.custom-collapse-col {
	margin-bottom: 5px;
}

.custom-collapse-col .collapse-title {
	background: #a4243c30;
	display: block;
	padding: 5px 40px 5px 15px;
	color: #000;
	font-weight: 500;
	position: relative;
}

.custom-collapse-col .collapse-title i {
	position: absolute;
	right: 15px;
	top: 12px;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
}

.custom-collapse-col .collapse-title[aria-expanded=true] i {
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
}

.btn-inline {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.btn-inline .btn {
	width: auto;
	margin: 0 3px 6px 3px;
	text-transform: inherit;
	font-weight: 400;
}

.title-custom-collapse h3 {
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 20px;
}

.library-top-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.library-top-links a {
	border: 1px solid #273e47;
	border-radius: 5px;
	width: calc(50% - 10px);
	padding: 15px;
	margin-bottom: 20px;
	background: #273e47;
	position: relative;
	color: #fff;
	text-align: left;
}

.library-top-links a h3 {
	font-size: 15px;
	font-weight: 500;
	margin: 0;
}

.library-top-links a i {
	position: absolute;
	right: 15px;
	top: 17px;
}

.links-card-section.library-links-card a {
	width: calc(25% - 15px);
}

.links-card-section.library-links-card .link-card {
	height: 200px;
	font-size: 16px;
	line-height: 24px;
	border-radius: 5px;
}

.library-top-links.min-type {
	margin-left: -10px;
	justify-content: flex-start;
}

.library-top-links.min-type a {
	width: calc(33.33% - 10px);
	margin-left: 10px;
}

.library-top-links.min-type a h3 {
	font-size: 14px;
}

.album-row [class^=col-] {
	margin-bottom: 30px;
}

.album-col {
	position: relative;
}

.album-col .album-title {
	background: #a4243b;
	padding: 15px 40px 15px 15px;
	text-align: left;
	position: relative;
}

.album-col .album-title h3 {
	font-size: 16px;
	color: #fff;
}

.gallery-album-col {
	position: relative;
}

.gallery-album-col a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.gallery-album-col a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.owl-theme.mediagalleryalbum .owl-nav button i {
	background: #fff;
	border-radius: 3px;
	padding: 5px;
}

.link-card {
	margin-bottom: 30px;
}

.link-card-head {
	color: #fff;
	background-color: #273e47;
	border-color: #273e47;
	padding: 14px 15px;
	font-weight: 500;
}

.link-card-head h3 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .5px;
}

.link-card-body {
	background: #f7f7f7;
}

.link-card-body ul {
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
}

.link-card-body ul li {
	border-bottom: 1px solid #ddd;
	padding: 10px 15px;
	margin-bottom: 0;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
}

.link-card-body ul li:hover {
	background: #ebebeb;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
}

.link-card-body ul li:last-child {
	border-bottom: none;
}

.link-card-body ul li a {
	display: block;
}

.val-star {
	color: red;
}

.modal-dialog.fee-modal .modal-header {
	background: #a4243b;
	color: #fff;
	padding: 10px 10px;
	border-radius: 0;
}

.modal-dialog.fee-modal .modal-title {
	font-size: 20px;
}

.modal-dialog.fee-modal button.close {
	color: #fff!important;
	text-shadow: none!important;
	opacity: 1!important;
}

body.modal-open .modal {
	padding-right: 0!important;
}

.video-block {
	position: relative;
}

.video-block iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.contact-map {
	border: 1px solid #ddd;
	padding: 5px;
}

.contact-map iframe {
	display: block;
	height: 350px;
}

.content-area .list-with-date {
	margin-left: 0;
	margin-top: 20px;
}

.h-logo-btm img {
	max-width: 85%;
	max-height: 90%;
}

.h-logo-btm .img-border {
	border: 1px solid #ddd;
	height: 100px;
	width: 100%;
	align-items: center;
	justify-content: center;
}

@keyframes textclip {
	to {
		background-position: 200% center;
	}
}

.media-gallery-section .album-col {
	display: flex;
	flex-direction: column-reverse;
}

.media-gallery-section .album-col .album-title {
	padding: 10px 15px 10px 15px;
	height: 55px;
	display: flex;
	align-items: center;
}

.media-gallery-section .album-col .album-title h3 {
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 13px;
	line-height: 20px;
}

.gallery-slide .owl-nav {
	bottom: -10px;
	position: relative;
}

#eventImagesList .modal-body .modalgal .owl-nav {
	bottom: 10px;
	position: absolute;
	background: #fff;
	width: auto;
	padding: 5px 3px;
	border-radius: 5px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

#eventImagesList .modal-body .modalgal .owl-nav button {
	margin: 0 4px!important;
}

body.lang-en lang[type=en] {
	display: contents;
}

body.lang-en lang[type=hi] {
	display: none;
}

body.lang-en .btn-en {
	display: none;
}

.g2ologo {
	width: 140px;
	position: relative;
	margin-top: 0;
}

.g2ologo span {
	color: #222;
	font-size: 11px;
	font-weight: 700;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -30px;
	line-height: 12px;
	text-align: center;
}

body {
	overflow-x: hidden;
}

@font-face {
	font-family:kruti;
}

#lBoxHome1 .owl-nav {
	display: none!important;
}

#lBoxHome0 .owl-nav {
	display: none!important;
}

#lBoxHome2 .owl-nav {
	display: none!important;
}

.owl-theme .owl-nav [class*=owl-] {
	color: #fff;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #273e47;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
	margin-bottom: -36px;
}

.img_h {
	height: 100%;
	object-fit: cover;
}

.mainlogo {
	width: 301px!important;
	object-fit: cover;
	height: 86px;
}

#owl-demo .item {
	margin: 3px;
}

#owl-demo .item img {
	display: block;
	width: 100%;
	height: auto;
}

@media only screen and (max-width:767px) {
	.head-center {
		position: relative;
		left: inherit;
		transform: inherit;
		-webkit-transform: inherit;
		-ms-transform: inherit;
		top: inherit;
		display: block;
	}
}

@media only screen and (max-width:600px) {
	.padding_top {
		padding-top: 1px!important;
	}

	.marquee_height {
		height: 300px;
	}

	.margin-card-thumb {
		padding: 30px!important;
	}

	.img_h {
		height: 253px;
	}

	.main-slider .owl-dots {
		bottom: -94px;
	}

	.main-banner {
		aspect-ratio: auto;
	}

	.main-slider .owl-dots {
		bottom: 0;
	}

	.marquee-inner h3 {
		margin-left: 0!important;
	}	

	.card-thumb-det {
		text-align: center;
		margin: 10px;
	}

	.img-chairman {
		width: 84%;
	}	

	.mainlogo {
		width: 211px!important;
		object-fit: cover;
		height: 56px;
	}

	.main-navbar {
		background: 0 0;
	}

	.main-navbar .navbar-dark .navbar-toggler {
		margin-top: -87px;
		z-index: 0;
		float: right;
		background: #a4243b;
	}

	.social-details {
		
		overflow: hidden;
	}

	.social-details {
		text-align: center;
	}

	.social-media-section .container .row [class^=col-] {
		margin-bottom: 0!important;
	}

	.card-thumb-det {
		padding: 0!important;
	}

	.social-media-col {
		height: 100%!important;
	}
}

.header-top {
	padding: 10px 0;
	height: unset;
}

.mps-ranked-info {
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: .5px;
}

.mps-icon-info ul {
	display: flex;
	gap: 10px;
	margin: 0;
}

.mps-icon-info ul a {
	width: 30px;
	display: flex;
	height: 30px;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	border: 1px solid #fff;
	transition: all .5s ease;
}

.mps-icon-info ul a i {
	color: #fff;
	font-size: 12px;
	transition: all .5s ease;
}

.mps-icon-info ul a:hover {
	background-color: #fff;
}

.mps-icon-info ul a:hover i {
	color: #273e47;
}

.marquee-inner {
	padding-left: 185px!important;
}

.main-banner .item::before {
	opacity: 0;
}

.mainlogo {
	width: 100%!important;
	height: unset!important;
}

.single-fun-factor {
	text-align: center;
	padding: 40px 20px;
	border: 1px solid #fff;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	position: relative;
	border-radius: 4px;
}

.single-fun-factor h2 {
	font-size: 56px;
	line-height: 46px;
	font-weight: 600;
	color: #fff;
	margin: 10px 0;
}

.single-fun-factor>h4 {
	font-size: 24px;
	line-height: 14px;
	margin-top: 20px;
	position: relative;
	margin-bottom: 0;
	font-weight: 500;
	color: #fff;
}

.btn-theme {
	color: #fff;
	background-color: #b81717;
	border-color: #b81717;
}

.mpskrjaipur-logo {
	display: flex;
	justify-content: space-between;
}

.college-event-section .owl-theme .owl-nav [class*=owl-],.college-event-section .salient-features .owl-theme .owl-dots,.salient-features .owl-theme .owl-dots,.salient-features .owl-theme .owl-nav [class*=owl-] {
	display: none!important;
}

.mps-school .modal-dialog {
	max-width: 680px;
	margin: 1.75rem auto;
}

.we-offer-area .item {
	background: #fff none repeat scroll 0 0;
	border-left: 2px solid #b81717;
	-moz-box-shadow: 0 0 10px #ccc;
	-webkit-box-shadow: 0 0 10px #ccc;
	-o-box-shadow: 0 0 10px #ccc;
	box-shadow: 0 0 10px #ccc;
	overflow: hidden;
	padding: 30px;
	position: relative;
	z-index: 1;
}

.we-offer-area.text-center .item {
	background: #fff none repeat scroll 0 0;
	border: medium none;
	padding: 21px 10px 24px;
	border-radius: 5px;
}

.we-offer-area.text-center .item i {
	background: #b81717 none repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	font-size: 40px;
	height: 80px;
	line-height: 80px;
	position: relative;
	text-align: center;
	width: 80px;
	z-index: 1;
	transition: all .35s ease-in-out;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	margin-bottom: 25px;
}

.we-offer-area.text-center .item i::after {
	border: 2px solid #b81717;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: "";
	height: 90px;
	left: -5px;
	position: absolute;
	top: -5px;
	width: 90px;
	z-index: -1;
	transition: all .35s ease-in-out;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
}

.we-offer-area.item-border-less .item {
	border: medium none;
}

.we-offer-area .our-offer-items.less-carousel .equal-height {
	margin-bottom: 30px;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item h4,.our-offer-carousel.center-active .owl-item:nth-child(2n) .item i,.our-offer-carousel.center-active .owl-item:nth-child(2n) .item p,.we-offer-area.center-active .single-item:nth-child(2n) .item h4,.we-offer-area.center-active .single-item:nth-child(2n) .item i,.we-offer-area.center-active .single-item:nth-child(2n) .item p {
	color: #fff;
}

.we-offer-area .item i {
	color: #b81717;
	display: inline-block;
	font-size: 60px;
	margin-bottom: 20px;
}

.we-offer-area .item h4 {
	font-weight: 600;
	text-transform: capitalize;
	font-size: 20px;
	padding: 6px 0;
	color: #b81717;
}

.we-offer-area .item p {
	margin: 0;
}

.we-offer-area .item h4,.we-offer-area .item i,.we-offer-area .item p {
	transition: all .35s ease-in-out;
}

.we-offer-area.text-left .item i {
	background: #b81717 none repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 60px;
	height: 100px;
	line-height: 100px;
	margin-bottom: 30px;
	position: relative;
	width: 100px;
	z-index: 1;
	text-align: center;
}

.we-offer-area.text-left .item i::after {
	border: 2px solid #b81717;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: "";
	height: 120px;
	left: -10px;
	position: absolute;
	top: -10px;
	width: 120px;
}

.marquees ul li {
	margin: 10px 0;
}

.our-offer-items .item {
	min-height: 403px;
}

section.msp-wpr {
	padding: 40px 0;
}

section.msp-wpr .card-custom1 .card-header h3 {
	font-size: 16px;
	height: unset;
	line-height: 26px;
	padding: 10px 0;
}

section.msp-wpr .card img.card-img-top {
	object-fit: cover;
	padding: 10px;
}

section.msp-wpr .card-custom1 .card {
	border: 0;
}

.sec-title {
	position: relative;
	z-index: 1;
	margin-bottom: 60px;
}

.sec-title .title {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: #b81717;
	font-weight: 500;
	margin-bottom: 15px;
}

.sec-title h2 {
	display: block;
	font-size: 40px;
	line-height: 1.28em;
	color: #222;
	font-weight: 600;
	padding-bottom: 18px;
}

.sec-title .text {
	position: relative;
	font-size: 16px;
	line-height: 26px;
	color: #848484;
	font-weight: 400;
	margin-top: 35px;
}

.sec-title.light h2 {
	color: #fff;
}

.sec-title.text-center h2:before {
	left: 50%;
	margin-left: -25px;
}

.list-style-one {
	position: relative;
}

.list-style-one li {
	position: relative;
	font-size: 16px;
	line-height: 26px;
	color: #222;
	font-weight: 400;
	padding-left: 35px;
	margin-bottom: 12px;
}

.list-style-one li:before {
	content: "\f058";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	font-size: 18px;
	padding: 0;
	color: #f22;
	font-weight: 600;
	-moz-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1.6;
	font-family: "Font Awesome 5 Free";
}

.list-style-one li a:hover {
	color: #44bce2;
}

.btn-style-one {
	position: relative;
	display: inline-block;
	font-size: 17px;
	line-height: 30px;
	color: #fff;
	padding: 10px 30px;
	font-weight: 600;
	overflow: hidden;
	letter-spacing: .02em;
	background-color: #b81717;
}

.btn-style-one:hover {
	background-color: #0794c9;
	color: #fff;
}

.mps-about-section .sec-title {
	margin-bottom: 15px;
}

.mps-about-section .content-column {
	position: relative;
	margin-bottom: 50px;
}

.mps-about-section .content-column .inner-column {
	position: relative;
	padding-left: 30px;
}

.about-section .image-column .inner-column:before {
	content: '';
	position: absolute;
	width: calc(50% + 80px);
	height: calc(100% + 160px);
	top: -80px;
	left: -3px;
	background: 0 0;
	z-index: 0;
	border: 44px solid #00aeef;
}

.mps-about-section .text {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 26px;
	color: #848484;
	font-weight: 400;
}

.mps-about-section .list-style-one {
	margin-bottom: 45px;
}

.mps-about-section .btn-box {
	position: relative;
}

.mps-about-section .btn-box a {
	padding: 10px 50px;
	border-radius: 5px;
}

.mps-about-section .image-column {
	position: relative;
}

.mps-about-section .image-column .image-1 {
	position: relative;
}

.mps-about-section .image-column .image-2 {
	position: absolute;
	left: 0;
	bottom: 0;
}

.mps-about-section .image-column .image-1 img,.mps-about-section .image-column .image-2 img {
	box-shadow: 0 30px 50px rgba(8,13,62,.15);
	border-radius: 46px;
}

.mps-about-section .image-column .video-link {
	position: absolute;
	left: 70px;
	top: 170px;
}

.mps-about-section .image-column .video-link .link {
	position: relative;
	display: block;
	font-size: 22px;
	color: #191e34;
	font-weight: 400;
	text-align: center;
	height: 100px;
	width: 100px;
	line-height: 100px;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 30px 50px rgba(8,13,62,.15);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.mps-about-section .image-column .video-link .link:hover {
	background-color: #191e34;
	color: #fff;
}

.mps-about-section {
	padding: 40px 0;
}

.mps-about-section .image-column .image-1 {
	position: relative;
	height: 310px;
}

.mps-about-section .image-column .image-1 video {
	width: 100%;
	object-fit: cover;
	height: 100%;
}

.mps-logo a {
	width: 100%;
}

a.website-mps {
	display: flex;
	gap: 10px;
	align-items: center;
}

a.website-mps .san-icon {
	width: 20%;
}

a.website-mps .san-icon .website-icon {
	width: 56%;
}

a.website-mps .text-san {
	width: calc(100% - 20%);
	text-align: left;
}

a.website-mps .text-san span {
	font-size: 15px;
	color: #ff0;
	font-style: italic;
	font-weight: 400;
}

.video-container {
	width: 100%;
	border-radius: 4px;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-shadow: 0 8px 20px rgba(0,0,0,.4);
}

.video-container .video-wrapper {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.video-container video {
	width: 100%;
	height: 100%;
	border-radius: 4px;
}

.play-button-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: auto;
	pointer-events: none;
}

.play-button-wrapper #circle-play-b {
	cursor: pointer;
	pointer-events: auto;
}

.play-button-wrapper #circle-play-b svg {
	width: 100px;
	height: 100px;
	fill: #fff;
	stroke: #fff;
	cursor: pointer;
	background-color: rgba(0,0,0,.2);
	border-radius: 50%;
	opacity: .9;
}

.btn {
    white-space: unset;
   font-size: 15px;

}

.event2Linegap{  
    overflow: hidden;
 }
    .social-media-col {
        height:100% !important;
    }



 
.main-navbar .navbar-dark .navbar-nav .nav-item .dropdown-submenu>a.dropdown-toggle::after{
	 font-size: 16px;
         rotate: 269deg;
}

