@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext');

/* #Primary
================================================== */

body{
  font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #212112;
	background-color: #fff;
}
::selection {
	color: #fff;
	background-color: #8167a9;
}
::-moz-selection {
	color: #fff;
	background-color: #8167a9;
}


/* #Navigation
================================================== */

.start-header {
	opacity: 1;
	transform: translateY(0);
	padding: 20px 0;
	box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	padding: 10px 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
	height: 24px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navigation-wrap{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar{
	padding: 0;
}

.navbar .navbar-collapse{
	margin-right: 45%;
}
.navbar-brand img{
	height: 50px;
	width: auto;
	display: block;
  filter: brightness(10%);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.nav-link{
	color: #212121 !important;
	font-weight: 500;
    transition: all 200ms linear;
}
.nav-item:hover .nav-link{
	color: #8167a9 !important;
}
.nav-item.active .nav-link{
	color: #777 !important;
}
.nav-link {
	position: relative;
	padding: 5px 0 !important;
	display: inline-block;
}
.nav-item:after{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #8167a9;
	opacity: 0;
    transition: all 200ms linear;
}
.nav-item:hover:after{
	bottom: 0;
	opacity: 1;
}
.nav-item.active:hover:after{
	opacity: 0;
}
.nav-item{
	position: relative;
    transition: all 200ms linear;
}

.nav-bottom-space{
	margin-top:80px;
}

 /**Home about**/
.profile-img {
        width: 300px;
        height: 310px;
        object-fit: cover;
        border-radius: 50%;
        border: 4px solid #dee2e6;
        margin-bottom: 20px;
      }
 .home-about{
	margin-top: 150px;
	text-align: center;
 }

 .home-about h1{
	font-weight: bold;
 }

 .home-about .about-inner{
	margin-top: 100px;
 }

 .home-about .about-inner p{
	font-size: 14px;
	padding: 40px 0px;
 }

 .home-thumb{
	display: flex;
 }

 .home-thumb img{
	width: 100%;
	overflow: hidden;
	height: 300px;
 }

 /**Follow us**/
 .follow-us{
	background: rgba(43, 71, 66);
	padding: 80px 0px;
	text-align: center;
 }

 .follow-us h2{
 color: #fff;
 letter-spacing: 0.06em;
 font-size: 40px;
 margin-bottom: 20px;
 }

.follow-us .follow-thumb{
	display: flex;
    justify-content: center;
    gap: 40px;
 }

 .follow-us .follow-thumb img{
	width: 127px;
 }

 .mudit-img{
	border:4px solid #000000;

 }

 footer{
	background-color: rgb(218,216,216);
	padding:60px 0px 100px 0px;
 }

 footer a{
	word-wrap: break-word;
 }

 .footer-external-link{
	font-size: 18px;
	line-height: 40px;
 }

 #backToTopBtn { display: none; /* Hidden by default */ position: fixed; bottom: 40px; right: 30px; z-index: 99; font-size: 18px; border: none; outline: none; background-color: #007bff; color: white; cursor: pointer; padding: 12px 16px; border-radius: 50%; box-shadow: 0px 4px 8px rgba(0,0,0,0.2); transition: background-color 0.3s ease; } #backToTopBtn:hover { background-color: #0056b3; } 

 .page-heading{
	font-size: 32px;
	text-decoration: underline;
	text-align: center;
 }

 .about-us{
	background-image: url('../img/about-us-bg.jpg');
	    background-repeat: no-repeat;
    height: 100%;
    background-size: cover;
    width: 100%;
	position: relative;

 }

 .about-us .about-inner{
    height: 100%;
    position: absolute;
    top: 15%;
    width: 100%;
 }

 .about-us .about-inner h2{
	text-decoration: underline;
 }

 /**Invester section**/

 .invester-top-heading{
	padding: 80px 0px;
	background-color: rgba(232, 230, 230,0.8);
	margin-top: 80px;
 }

 .invester-content{
	margin-bottom: 40px;
 }

 .invester-content h2{
	font-weight: bold;
 }
 
 .disclaimer-content ol li{
	margin-bottom: 5px;
 }

     .conduct-section {
      background: url('../img/conduct-bg.avif') no-repeat center center/cover;
      height: auto;
      display: flex;
      align-items: center;
      justify-content: center;
	  padding: 100px 0px;
    }

 .conduct-content h2{
		font-weight: bold;
		font-size: 24px;

 }

 .conduct-inner{
	background-color: #fff;
	padding: 100px 50px;
	width: 50%;
 }

 .contact iframe{
	height: 80em;
 }

 .mitc-section li{
	 margin-bottom: 10px;
 }

 .mitc-section .note {
            background-color: #f0f8ff;
            border-left: 4px solid #3498db;
            padding: 10px;
            margin: 10px 0;
        }
 
    /* Mobile Responsive */
    @media (max-width: 768px) {
		.conduct-inner {
		background-color: #fff;
		padding: 20px 10px;
		width: 90%;
		}

		.conduct-section{
			padding: 20px 0px;
		}

		.mudit-img{
			width: 100%;
		}

		.follow-us .follow-thumb img {
			width: 44px;
		}

		.home-about h1 {
			font-size: 36px;
		}

		.follow-us h2 {
			font-size: 28px;
		}

		.follow-us{
			padding: 40px;
		}

		.about-bg{
			height: 78em;
		}

		.invester-content h2{
			font-size: 20px;
		}
		 .home-thumb img{
			height: auto;
		}

    }