@charset "utf-8";

/* CSS Document */

:root {

	--mainColor: #F9A905;
	--secondColor: #1746A2;
	--backgroundColor: #ebebeb;
	--transparentColor: #FFF7E9;
	--whiteColor: #ffffff;
	--blackColor: #242424;
	--paragraphColor: #666666;
	--fontSize: 16px;
	--card-title-fontSize: 22px;

}

body {
	font-family: 'Alatsi', sans-serif;
}

.navbar-light .navbar-nav .nav-link {
	color: #242424;
	font-size: 16px;
	padding-right: 1rem;
}

.navbar-light .navbar-nav .nav-link:hover {
	color: #DA153D;

}

.bg-warning {
	background-color: #f76a03 !important;
	border-bottom: #e0e0e0 solid 1px;
}

.nav-link {
	font-family: 'Alatsi'
}

.navbar-toggler {
	border: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Alatsi';
}

p {
	font-size: 16px;
	color: #666666;
	font-family: 'Hanuman';
}

.logo {
	width: 250px;
	height: auto;
}

.icn {
	width: 80px;
	height: 80px;
}

.obpm1 {
	background: #5463FF;
}

.obpm1 p {
	color: #ffffff;
	font-size: 12px;
	line-height: 20px;
	padding: 5px 0 5px 0;
	margin: 0 0 0 0;
}

.obpm2 {
	text-align: left;
}

.obpm2 {
	text-align: left;
}

.obpm3 {
	text-align: center;
}

.obpm4 {
	text-align: right;
}

.obpm3 {
	text-align: center;
}

.obpm4 {
	text-align: right;
}

.obpm5 {
	background: #5463FF;
	border-radius: 15px;
}

.obpm6 {
	background: #ffffff;
	border-radius: 15px;
}

.obpm7 {
	background: #ffffff;
	border-radius: 10px;
	border: #242424 solid 1px;
	text-align: left;
}

.obpm7 h5 {
	color: #242424;
}

.obpm7 p {
	color: #242424;
}

.obpm7 a {
	color: #DA153D;
	text-decoration: none;
}

.obpm7 a:hover {
	color: #242424;
}

.obpm8 {
	background: #ffffff;
	border-radius: 15px;
	border: #ff9900 solid 1px;
}

.obpm8 h5 {
	color: #ff9900;
}

.obpm8 p {
	color: #ff9900;
}

.obpm8 a {
	color: #ff9900;
	text-decoration: none;
}

.obpm8 a:hover {
	color: #000000;
}

.obpm9 {
	background: #ffffff;
	border-radius: 15px;
	border: #ff0606 solid 1px;
}

.obpm9 h5 {
	color: #ff0606;
}

.obpm9 p {
	color: #ff0606;
}

.obpm9 a {
	color: #ff0606;
	text-decoration: none;
}

.obpm9 a:hover {
	color: #000000;
}

.obpm10 {
	background: #5463FF url(../images/why-bg.jpg) no-repeat right bottom fixed;
	background-size: 60% auto;
	padding-top: 60px;
	padding-bottom: 40px;
}

.about-section h1 {
	color: #DA153D;

}

.bg-section {
	background: #ECECEC;

}

.ptb {
	padding-top: 40px;
	padding-bottom: 40px;
}


.obpm11 {
	background: #ffffff;
	border-radius: 15px;
	border: #d6d6d6 solid 1px;
}

.mtt {
	margin-top: 140px;
}


/*================================================
Services Area CSS
=================================================*/
.services-area.bg-fafafa {
	background-color: #ffffff;
}

.services-area.bg-f3f3f3 {
	background-color: #f3f3f3;
}

.services-item {
	margin-bottom: 30px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	box-shadow: #00000075 0px 4px 6px;
	border-radius: 10px;
}

.services-item .image {
	overflow: hidden;
}

.services-item .image img {
	border-radius: 10px 10px 0 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;

}

.services-item .content {
	position: relative;
	z-index: 1;
	background-color: #ffffff;
	-webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
	box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
	padding: 30px 20px;
	border-radius: 0 0 10px 10px;
}

.services-item .content::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	background: #DA153D;
	z-index: -1;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	border-radius: 0 0 10px 10px;
}

.services-item .content h3 {
	font-size: 25px;
	margin-bottom: 12px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.services-item .content h3 a {
	color: #242424;
	text-decoration: none;
}

.services-item .content p {
	margin-bottom: 12px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.services-item .content .services-btn {
	font-weight: 500;
	color: #DA153D;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	text-decoration: none;
}

.services-item .content .services-btn i {
	position: relative;
	top: 2px;
}

.services-item:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);

}

.services-item:hover .content::before {
	height: 100%;

}

.services-item:hover .content h3 a {
	color: #ffffff;
}

.services-item:hover .content p {
	color: #ffffff;
}

.services-item:hover .content .services-btn {
	color: #ffffff;
}

.services-item:hover .image img {
	-webkit-transform: rotate(2deg) scale(1.2);
	transform: rotate(2deg) scale(1.2);

}

.single-services-box {
	margin-bottom: 30px;
	padding: 40px 50px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
	box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
	position: relative;
	z-index: 1;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	border-radius: 10px;
}

.single-services-box .icon {
	margin-bottom: 20px;
}

.single-services-box .icon i {
	font-size: 60px;
	color: #DA153D;
	line-height: 1;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.single-services-box h3 {
	font-size: 25px;
	margin-bottom: 15px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	text-decoration: none;
}

.single-services-box h3 a {
	color: #242424;
	text-decoration: none;
}

.single-services-box p {
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.single-services-box .services-btn {
	font-weight: 600;
	color: #DA153D;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.single-services-box .services-btn i {
	position: relative;
	top: 2px;
}

.single-services-box::before {
	top: 50%;
	left: 50%;
	width: 0%;
	z-index: -1;
	height: 100%;
	content: "";
	position: absolute;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color: #DA153D;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 5px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.single-services-box:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

.single-services-box:hover::before {
	width: 100%;
}

.single-services-box:hover h3 a {
	color: #ffffff;
}

.single-services-box:hover p {
	color: #ffffff;
}

.single-services-box:hover .icon i {
	color: #ffffff;
}

.single-services-box:hover .services-btn {
	color: #ffffff;
}

/*--------------------------------------------------------------
	11. Testimonial Section
--------------------------------------------------------------*/

.testimonial-section {
	position: relative;
	z-index: 0;
}

.testimonial-section:after {
	position: absolute;
	content: "";
	background-color: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
}

.testimonial-bg {
	background: url(../images/testimonial-bg.jpg) fixed no-repeat;
	background-size: cover;
}

.testimonial-item {
	width: 100%;
}

.testimonial-item .title-box {
	margin-left: 120px;
	margin-bottom: 15px;
}

.testimonial-img {
	width: 100%;
	text-align: center;
}

.testimonial-item .testimonial-user-img {
	position: absolute;
	top: -28px;
	left: 30px;
}

.testimonial-item .testimonial-user-img img {
	border: 4px solid #fff;
	border-radius: 50%;
	width: 100px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.testimonial-user-name {
	margin: 0px 0 5px 0;
	width: 100%;
	font-size: 20px;
	line-height: 18px;
	font-weight: 600;
	color: #DA153D;
}

.testimonial-user-position {
	margin: 5px 0 10px 0;
	width: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #959595;
}

.testimonial-des {
	width: 100%;
	margin-top: 28px;
	position: relative;
	z-index: 0;
	border-radius: 4px;
}

.testimonial-item p {
	margin-bottom: 0px;
}

.testimonial-item p i {
	color: #DA153D;
	padding: 0px 6px;
	opacity: 0.7;
	font-size: 20px;
}

.testimonial-carousel .owl-nav {
	width: 100%;
	margin-top: 30px;
}

.testimonial-carousel .owl-nav .owl-prev {
	border-radius: 4px 0px 0px 4px;
}

.testimonial-carousel .owl-nav .owl-next {
	border-radius: 0px 4px 4px 0px;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
	background-color: #DA153D !important;
	color: #fff !important;
	line-height: 40px;
	margin: 0px;
	height: 40px;
	width: 40px;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
	background-color: #F9A905 !important;
	color: #000 !important;
}

.p-25 {
	padding: 25px;
}

.copyright {
	text-align: center;
	color: var(--whiteColor);
	position: relative;
	padding-top: 0;
	padding-bottom: 5px;
}

.copyright p {
	color: rgba(255, 255, 255, .8);
	padding-top: 20px;
	font-size: 15px;
}

.bg-000000 {
	background-color: #242325;
}

.copyright .container {
	border-top: 1px solid #ffffff1e;
}

.copyright p a {
	font-weight: 500;
	text-decoration: none;
	color: #F9A905;
}

.copyright p a:hover {

	color: #DA153D;
}

.uni-banner {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/bg.jpg);
	position: relative
}

.uni-banner::before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .7);
	position: absolute;
	left: 0;
	top: 0
}

.uni-banner-text {
	position: relative;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 100px
}

.uni-banner-text h1 {
	color: #ffffff;
	margin-bottom: 15px;
	font-size: 50px;
	font-weight: 500
}

.uni-banner-text ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.uni-banner-text ul li {
	display: inline-block;
	color: #ffffff;
	position: relative;
	margin-right: 20px;
	font-size: var(--fontSize);
	font-family: var(--fontFamily2)
}

.uni-banner-text ul li a {
	color: #F9A905;
	text-decoration: none;
}

.uni-banner-text ul li a:hover {
	color: #DA153D;
	text-decoration: none;
}

.uni-banner-text ul li::after {
	content: '/';
	font-size: 20px;
	position: absolute;
	right: -18px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.uni-banner-text ul li:last-child::after {
	display: none;
}

.topbar {
	font-family: var(--fontFamily2);
	border-bottom: 1px solid #eee;
	padding: 10px 0;
	position: relative;
	z-index: 9;
	background: var(--blackColor);
}

.topbar-left-side ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.topbar-left-side ul li {
	font-size: 14px;
	margin-right: 15px;
	display: inline-block;
	color: #fff;
}

.topbar-left-side ul li a {
	color: var(--transparentColor);
	text-decoration: none;
}

.topbar-left-side ul li a:hover {
	color: var(--mainColor)
}

.topbar-left-side ul li i {
	margin-right: 3px;
	color: var(--mainColor)
}

.topbar-right-side {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.topbar-right-side a {
	color: var(--transparentColor);
	font-size: 14px;
	text-decoration: none;
}

.topbar-right-side a:hover {
	color: var(--mainColor);
	font-size: 14px
}

.topbar-right-side i {
	color: var(--mainColor)
}

.topbar-right-side .account {
	margin-right: 15px;
	font-family: var(--fontFamily2)
}

.topbar-right-side .account p {
	color: var(--transparentColor);
}

.topbar-right-side .account i {
	margin-right: 3px
}

.section-title {
	text-align: center;
	max-width: 680px;
	margin: 0 auto 25px;
}

.section-title h2 {
	color: #DA153D;
}


/* icon bar bottom */
.icon-bar2 {
	width: 100%;
	background-color: #5463FF;
	overflow: auto;
	position: fixed;
	bottom: 0;
	z-index: 1200;
	border-top: #1f377b solid 1px;
}

.icon-bar2 a {
	float: left;
	width: 20%;
	text-align: center;
	padding: 10px 0;
	transition: all 0.3s ease;
	border-right: #1f377b solid 1px;
	color: white;
	font-size: 16px;
}

.icon-bar2 a:hover {
	background-color: #4ac0f2;
}

.icon-bar2 a:active {
	background-color: #ff5b00;
}

.tt {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.fa_custom {
	color: #ffffff;
}

/* All delay classes will take 2x longer to start */
:root {
	--animate-delay: 2s;
}

/* This only changes this particular animation duration */
.animate__animated.animate__bounce {
	--animate-duration: 2s;
}

/* This changes all the animations globally */
:root {
	--animate-duration: 800ms;
	--animate-delay: 0.9s;
}

/*================================================
area-served Area CSS
=================================================*/

.area-served-content span {
	color: #DA153D;
	font-weight: 500;
	font-size: 17px;
}
.why-us-section{
	background: #E7F1FF;
}

.why-us-section ul li {
	list-style: none;
	margin-top: 12px;

}
.why-us-section ul li i {
	color: red;

}



.area-served-content .area-served-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0;

	margin-right: -10px;
	margin-left: -10px;
	text-align: center;

}

.area-served-content .area-served-list li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	margin-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;

}

.area-served-content .area-served-list li span {
	display: block;
	background-color: #ffffff;
	padding: 8px 10px;
	z-index: 1;
	position: relative;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	color: #242424;
	text-transform: capitalize;
	font-weight: 600;
	border-radius: 50px;
	box-shadow: #00000075 0px 3px 3px;
	text-align: center;
	border: 1px solid #b4b4bc;


}

.area-served-content .area-served-list li a {
	text-decoration: none;
}

.area-served-content .area-served-list li span::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 100%;
	background: #DA153D;
	z-index: -1;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	border-radius: 50px;
	box-shadow: 1px 2px 1px #b4b4bc;
	text-align: center;


}

.area-served-content .area-served-list li span i {
	margin-right: 5px;
	color: #DA153D;
	position: relative;
	top: 2px;
	text-align: center;

}

.area-served-content .area-served-list li span:hover {
	color: #fff;

}

.area-served-content .area-served-list li span:hover::before {
	width: 100%;
}

.area-served-content .area-served-list li span:hover i {
	color: #fff;
}

/*================================================
Gallery Area CSS
=================================================*/
.gallery .gallery_img {
	overflow: hidden;
	display: block;
	margin-bottom: 1rem;
	box-shadow: 0 2px 10px #565758;


}

.gallery img {
	transition: transform ease-in-out .5s;
	width: 100%;
	border-radius: 5px;
	box-shadow: 0 2px 10px #565758;
}

.gallery img:hover {
	transform: scale(1.1);
	box-shadow: 0 2px 10px #565758;
}

.call-btn,
.whatsapp-btn,
.book-now-btn {
	border-radius: 50%;
	width: 50px;
	height: 50px;
	position: fixed;
	left: 1rem;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 25px;
	box-shadow: 0px 1px 2px 1px rgb(43 46 74 / 30%);
	z-index: 10
}


.call-btn {
	background: #DA153D;
	bottom: 7rem;
	text-decoration: none;
}

.whatsapp-btn {
	background: #2BB741;
	bottom: 2rem;
	text-decoration: none;
}

.call-btn:hover,
.book-now-btn:hover {
	background: var(--secondColor);
	color: #fff
}

.book-now-btn {
	display: none;

}

@media (max-width: 600px) {
	.copy-right-area {
		margin-bottom: 40px;
	}

	.btns {
		margin-top: 5px;
		width: 100%;
		align-items: center;
	}

	.now {
		margin-top: 5px;
		width: 100%;
		text-align: center;
	}

	.call-btn {
		bottom: 0;
		left: 0;
		border-radius: 0;
		width: 20%;
	}

	.whatsapp-btn {
		bottom: 0;
		left: 20%;
		border-radius: 0;
		width: 20%;
	}

	.book-now-btn {
		font-size: 1.5rem;
		display: flex;
		bottom: 0;
		left: 40%;
		border-radius: 0;
		width: 60%;
		background: var(--secondColor);
		text-decoration: none;
	}

	.call-btn,
	.whatsapp-btn,
	.book-now-btn {
		height: 45px;
	}
}


.tel {
	color: #474747;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
}

.tel:hover {
	color: #f13c1f;
}

.tel2 {
	color: #f76c06;
	text-decoration: none;
	font-size: 20px;
	line-height: 18px !important;
}

.tel2:hover {
	color: #ffe400;
}

.tel2a {
	color: #ffffff;
	text-decoration: none;
	font-size: 23px;
	line-height: 18px;
}

.tel2a:hover {
	color: #f7c200;
}

.tel3 {
	color: #aeb0b1;
	text-decoration: none;
	font-size: 16px;
	line-height: 16px;
}

.tel3:hover {
	color: #292c2d;
}

.txtb {
	font-size: 18px;
}

::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #000000;
	opacity: 1;
	/* Firefox */
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #000000;
}

::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #000000;
}

ul.dropdown-menu {
	background-color: #ffffff;
	border-color: #ddddde;
}

ul.dropdown-menu a {
	color: #242424;
	padding-top: 5px;
	padding-bottom: 5px;
}

ul.dropdown-menu a:hover {
	color: #FFF !important;
	background: #DA153D;
	;
}

.dropdown-item {
	font-size: 14px;
	border-bottom: #ddddde solid 1px;
}

.dropdown-item:focus,
.dropdown-item:hover {
	background-color: #bfbfbf;
	color: #000 !important;
}

.clrbl {
	color: #00b8fe;
}

.clrr {
	color: #DA153D;
}

.clra {
	color: #bfbfbf;
}

.clra2 {
	color: #686868;
}

.clro {
	color: #F9A905;
}

.clrg {
	color: #70e73b;
}

.clrb {
	color: #202020;
}

.clrw {
	color: #FFF;
}

.footerbg {
	background: #242325;
	padding-bottom: 0px;
}

.footermenu {
	list-style-image: url(../images/arrow.png);
}

.aaa {
	list-style-image: url(../images/arrow-5.html);
	padding-top: 10px;
}

.aaa li {
	font-size: 28px;
}

.footermenu2 {
	color: #ffffff;
	text-decoration: none;
	line-height: 25px;
	font-size: 16px;
	font-family: 'Hanuman'
}

.footermenu2:hover {
	color: #F9A905;
	text-decoration: none;
}

.readmore {
	color: #151617;
	text-decoration: none;
}

.readmore:hover {
	color: #000000;
}

.readmore2 {
	color: #ff9900;
	text-decoration: none;
}

.readmore2:hover {
	color: #DA153D;
	text-decoration: none;
}

.readmore3 {
	color: #202020;
	text-decoration: none;
	font-size: 16px;
}

.readmore3:hover {
	color: #DA153D;
}

.readmore4 {
	color: #ECECEC;
	text-decoration: none;
}

.readmore4:hover {
	color: #DA153D;
}

.more {
	color: #000000;
	border-bottom: #F4F4F4 dashed 1px;
	font-size: 14px;
}

.more:hover {
	color: #666;
}

.more2 {
	color: #7c7c7c;
	text-decoration: none;
}

.more2:hover {
	color: #000;
}

.nav-link ul li a {
	color: #333;
}

.con_txt {
	width: 100%;
	height: auto;
	border: #CCC solid 1px;
	padding: 10px;
	margin-bottom: 8px;
}

.fm {

	margin-bottom: 8px;
}

.default-section-title a {
	color: #DA153D;
	text-decoration: none;

}

.default-section-title a:hover {
	color: #e7395c;
	text-decoration: none;

}

.default-section-title h6 {
	color: #1A2B38;

}


.icn {
	width: 90px;
	height: auto;
	margin-right: 10px;
	margin-bottom: 10px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-10 {
	margin-bottom: 10px;
}

.bgbl {
	background: #2a33ae;
}

.main {
	text-align: center;
	background-color: #F9A905;
}

.marquee p {
	display: block;
	margin: 0 auto;
	line-height: 2px;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 3px;
}

.request-quote {
	position: relative;
	background-color: #ECECEC;
	padding-top: 20px;
	padding-bottom: 20px;
}

.netbg {
	background: #ebedf4;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: #043953 double 2px;
}

.navbg2 {
	background: none;
	border: none;
	border-radius: 0;
	width: 100%;
	height: 160px;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 2px;
	display: inline-block;
}

.navbg3 {
	background: none;
	border: #f1f1f1 solid 1px;
	border-radius: 0;
	width: 100%;
	height: 150px;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 2px;
	display: inline-block;
}

.navbg4 {
	background: none;
	border: #7cd0ec solid 1px;
	border-radius: 0;
	width: 100%;
	height: 300px;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 20px;
	display: inline-block;
}


.nav-list li {
	font-size: 15px;
	color: #222222;
}

.nav-list li a {
	color: #25274d;
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: 19px;
	text-decoration: none;
}

.nav-list li a:hover {
	color: #f13c1f;
}

.social-media-container {
    top: 50%;
    list-style-type: none;
    padding: 0;
    left: calc(100% - 40px);
    transform: translateY(-50%);
    min-width: 250px;
    
}
.social-media-container {
    z-index: 999999;
    position: fixed;
}
.social-media {
    align-items: center;
    display: flex;
    transition: transform .3s ease-in-out
}

.social-media:hover {
    transform: translateX(calc(-100% + 60px))
}

.social-media i {
    color: #fff;
    font-size: 20px;
    padding: 10px;
    width: 40px
}

.social-media a {
    color: #fff;
    padding: 0 5px
}

.social-media-container {
    top: 50%;
    list-style-type: none;
    padding: 0;
    left: calc(100% - 40px);
    transform: translateY(-50%);
    min-width: 250px
}

.social-media.facebook {
    background-color: #1255ab
}

.social-media.instagram {
    background: linear-gradient(45deg, #bc1888 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #f09433 100%)
}

.social-media.twitter {
    background-color: #141f2a
}

.fa.fa-twitter {
    font-family: sans-serif
}

.fa.fa-twitter::before {
    content: "𝕏";
    font-size: 1.1em
}

.social-media.pinterest {
    background-color: #bd081c
}

.social-media.linkedin {
    background-color: #007
}

.social-media.youtube {
    background-color: #b01719
}




@media (max-width: 768px) {
	.logo {
		width: 225px;
	}

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

	.default-section-title {
		text-align: center;
	}

	.news-input-card {
		margin-top: 10px;
	}

	.newsletter-content-area {
		padding: 20px 15px 20px;
	}

	.send {
		text-align: center;
	}

	.uni-banner-text {
		padding-top: 40px;
		padding-bottom: 40px
	}

	.uni-banner-text h1 {
		font-size: 30px
	}

	.icn {
		width: 50px;
		height: 50px;
	}

	.readmore {
		text-decoration: none;
		font-size: 17px;
		text-align: center;
	}

	.readmore:hover {
		color: #4cb1dc;
	}

	.tel2 {
		font-size: 29px;
		line-height: 18px !important;
	}

	.tel2:hover {
		color: #202020;
	}

	.obpm2 {
		text-align: center;
	}

	.obpm3 {
		text-align: center;
	}

	.obpm4 {
		text-align: center;
	}



	@media only screen and (max-width:767px) {
		.topbar-right-side {
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center
		}

		.topbar-left-side {
			text-align: center
		}

		.topbar-left-side ul li {
			margin-right: 7px;
			margin-left: 7px
		}
	}

	@media only screen and (min-width:768px) and (max-width:991px) {
		.topbar-right-side {
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center
		}

		.topbar-left-side {
			text-align: center
		}
	}

	.all-india p {
		display: block;
		margin: 0 auto;
		line-height: 2px;
		text-align: center;
		padding-top: 8px;
		padding-bottom: 3px;
	}

	/* Spinner styling to match gradient button */
/* Button spinner */

/* Alert styling */
#formMessage .alert {
    border-radius: 6px;
    font-size: 16px;
}

