/*--------------------------------------------------------------
	# General
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,600;1,800;1,900&display=swap');

:root {
	--main: #ff9000;
	--hover: #758ba7;
	--mainbg: #204b9b;
	--hoverbg: #92b9e8;
	--button-color: #fff;
}

body {
	background: #000;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	z-index: 99;
}

a {
	color: #942581;
	text-decoration: none;
	transition: 0.5s;
}

a:hover,
a:active,
a:focus {
	color: #f8234a;
	outline: none;
	text-decoration: none;
}

p {
	padding: 0;
	margin: 0 0 10px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	margin: 0 0 10px 0;
	padding: 0;
}

img {
	max-width: 100%
}


/*--------------------------------------------------------------
	# General Classes
--------------------------------------------------------------*/
.displaynone,
.d-none {
	display: none
}
.v-hidden {
	visibility: hidden;
}
/*--------------------------------------------------------------
	# Prelaoder
--------------------------------------------------------------*/
#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #fff url("../img/preloader.svg") no-repeat center center;
}
/*--------------------------------------------------------------
	# Back to top button
--------------------------------------------------------------*/
.back-to-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: 15px;
	z-index: 996;
	background: var(--main);
	width: 40px;
	height: 40px;
	border-radius: 50px;
	transition: all 0.4s;
}

.back-to-top i {
	font-size: 28px;
	color: #fff;
	line-height: 0;
}

.back-to-top:hover {
	background: var(--hover);
	color: var(--main);
	border: 1px solid var(--main);
}

.back-to-top.active {
	visibility: visible;
	opacity: 1;
}
/*--------------------------------------------------------------
	# Header
--------------------------------------------------------------*/

#header {
	height: 80px;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	transition: all 0.5s;
	z-index: 9979999;
	border-bottom: 1px solid hsla(0, 0%, 100%, 0);
	background: transperent;
}
#header .container,#header .container-lg, #header .container-md, #header .container-sm, #header .container-xl, #header .container-xxl {
    max-width: 2020px;
}
#header.header-scrolled,
#header.header-inner {
	background-image: linear-gradient(to right, #b90bf4, #7323f4);
	height: 50px;
}

#header #logo h1 {
	font-size: 18px;
	margin: 0;
	font-weight: 700;
	letter-spacing: 3px;
}

#header #logo h1 a,
#header #logo h1 a:hover {
	color: #fff;
	font-weight: 900;
	font-size:90px;
}
.patronage {
    font-size: 22px;
}
#header img {
	padding: 0;
	margin: 0;
	max-height: 60px;
}
@media (max-width: 992px) {
	#header #logo img {
		max-height:25px;
	}
}

/*--------------------------------------------------------------
	# Home Section
--------------------------------------------------------------*/

#hero {
	margin-bottom: 0px;
}
#hero .col-md-6 {
	padding:0;
}
#hero .india-home, #hero .me-home {
	margin-top:0px;
	padding: 260px 0 40px;
	background: url(../img/banner/bg-left_1.jpg) center repeat-x;
	background-size: cover;
    color: #fff;
    z-index: 999;
	text-align:center;
	height:100vh;
	position:relative;;
}
#hero .me-home {
	background: url(../img/banner/bg-right_2.jpg) center repeat-x;
	background-size: cover;
}
#hero .content {
	
	position:absolute;
	bottom:20px;
	
}
#hero .banner-logo{
	margin:	auto;
	width:70%;
}
#hero .enter-button {
	color: var(--button-color);
	background: linear-gradient(to right, #b50ef4, #911af2,#7523f4);
	padding: 7px 22px;
	border-radius: 0px;
	transition: all ease-in-out 0.3s;
	font-weight: 800;
	line-height: 1;
	font-size: 16px;
	line-height: 22px;
	white-space: nowrap;
	text-transform: uppercase;
	border: none;
}
#hero .date {
	font-size: 22px;
        font-weight: 700;
        margin-top: 15px;
        margin-bottom: 5px;
        line-height: 1.2;
        color: #ffffff;
	text-align:left;
	padding:0 30px;
}
#hero .date span{ 
	float: right;
}
/*--------------------------------------------------------------
	# Footer
--------------------------------------------------------------*/

#footer {
	background: linear-gradient( 90deg, rgb(6 14 42) 0%, rgb(10 44 88) 47%, rgb(17 33 66) 100%);
	padding: 0 0 0 0;
	color: #eee;
	font-size: 14px;
}

#footer .footer-top {
	background: linear-gradient( 90deg, rgb(6 14 42) 0%, rgb(10 44 88) 47%, rgb(17 33 66) 100%);
	padding: 20px;
}

#footer .footer-top .footer-info {
	margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
	font-size: 26px;
	margin: 0 0 20px 0;
	padding: 2px 0 2px 0;
	line-height: 1;
	font-weight: 700;
	color: #fff;
}

#footer .footer-top .ucon-logo {
	width: 70%;
	margin-bottom: 10px;
}

#footer .footer-top .footer-info p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
	color: #fff;
}

#footer .footer-top .social-links a {
	display: inline-block;
	color: #eee;
	line-height: 1;
	margin-right: 4px;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	transition: 0.3s;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

#footer .footer-top .social-links a i {
	line-height: 0;
	font-size: 24px;
	color: #0a58ca;
}

#footer .footer-top .social-links a:hover {
	color: #0a58ca;
}

#footer .footer-top .social-links a i:hover {
	color: #0a58ca;
}

#footer .footer-top h4 {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 12px;
	border-bottom: 2px solid #0a58ca;
}

#footer .footer-top .footer-links {
	margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer .footer-top .footer-links p {
	line-height: 26px;
	color: #fff;
}

#footer .footer-top .footer-links ul i {
	padding-right: 5px;
	color: #0a58ca;
	font-size: 18px;
	font-weight:500;
}

#footer .footer-top .footer-links ul li {
	
	padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
	padding-top: 0;
}

#footer .footer-top .footer-links ul a {
	color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
	color: #f9f9f9;
}

#footer .footer-top .footer-contact {
	margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
	line-height: 26px;
	color: #fff;
}

#footer .footer-top .footer-contact a {
	color: #fff;
}

#footer .cr {
	text-align: center;
}
@media(max-width:767px) {
	.order-last {
    order: 6!important;
    float: right;
    font-size: 12px;
}
#header img {
    max-height: 30px;
}
	.patronage {
    font-size: 16px;
}
	#hero .india-home, #hero .me-home {
		padding: 204px 0 40px;
		height: 54vh;
	}
	#hero .content {
		top: 140px;
	}
	#hero .date {
		font-size:15px;
		padding: 0 10px;
                margin-top: 30px;
	}
.banner-logo-me {
		margin: auto;
		 width: 80%!important;
		position: absolute;
		top: 7%!important;
		left: -60%!important;
		right: 0%;
		z-index: 9999;
	}
	.banner-logo-in {
		margin: auto;
		width: 80%!important;
		position: absolute;
		top: 75%!important;
		bottom: 30%!important;
		left: 0%!important;
		right: 0%;
		z-index: 9999;
		/* margin-bottom: 20px; */
	}
}
