@charset "utf-8";
/* CSS Document */
body {
	font-family: 'IBMRegular';
	background: #12141A;
	color: #fff;
}
.fluid-container {
    width: 90%;
    margin: 0px auto;
}
.navbar-shrink {
	padding-top: 0;
	padding-bottom: 0;
}
.mybg-dark {
	background: #000000 !important;
	    /*width: 100%;*/
}
header.masthead {
	position: relative;
	height: 100vh;
	background-color: #343a40;
	background: url('../images/headbg.png') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-top: 8rem;
	padding-bottom: 8rem;
}
header.masthead .overlay {
	position: absolute;
	background-color: #212529;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: .3
}
#name1, #message1, #email1, #email2 {
	display: none;
	color: red;
	padding: 5px;
}
@media (min-width:768px) {
header.masthead {
	padding-top: 12rem;
	padding-bottom: 12rem;
}
header.masthead h3 {
	font-size: 5rem;
        line-height: 5rem;
        text-transform: uppercase;
}
}
.section {
	color: #878c8f;
	font-size: 20px;
	line-height: 30px;
}
.section h2.kheading {
	font-family: 'IBMLight';
	font-size: 60px;
	color: #E0E9EA;
	text-transform: uppercase;
	margin-bottom: 3rem;
	position: relative;
	display: inline-block;
	font-weight: 600;
}
label {
    font-size: 15px;
}
.section h2.kheading::after {
	content: "";
	position: absolute;
	width: 60px;
	height: 2px;
	background-color: #F09953;
	bottom: 20px;
	right: -70px;
}
.section div.text {
	padding: 0px;
	color: #E0E9EA;
	font-family: 'IBMLight';
	font-size: 22px;
	line-height: 40px;
}
.aboutus {
	padding-top: 10rem;
	padding-bottom: 10rem;
}
.areaofexploration {
	padding-top: 10rem;
	padding-bottom: 20rem;
	background: url('../images/bg.png') no-repeat center;
	background-size: cover;
}

.expertise {
	padding-top: 10rem;
	padding-bottom: 10rem;
	background:#E0E9EA;
}
.managementteam {
	padding-top: 10rem;
	padding-bottom: 10rem;
	
}.lastimage {
    padding-top: 0rem;
    padding-bottom: 3rem;
	
}
.contactus {
	padding-top: 10rem;
	padding-bottom: 5rem;
	margin-bottom:3rem;
	border-bottom: solid 1px #313337;
	border-top: solid 1px #313337;
	
}
.expertise h2.kheading {
	color: #12141A;
}
.managementteam h2.kheading {
	margin-bottom:0px;
}
.managementteam h3.kheading {
    font-family: 'IBMMedium';
    font-size: 30px;
    margin-bottom: 25px;
}
.expertise div.text {
	
	color: #12141A;
	
}
.text.counter.text {
    color: #F09953;
    font-size: 25px;
        margin-top: 4rem;
    margin-bottom: 2rem;
}
.text.counter2.text {
    color: #F09953;
    font-size: 25px;
        margin-top: 2rem;
    margin-bottom: 0rem;
}

#loadingMessage {
            background-color:#f09953c9;
            margin-left: 20px;
    margin-top: 35px;
    color: #fff;
    padding: 10px;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
        }
	#resultMessage {
          margin-left: 20px;
    margin-top: 35px;
    background-color: #00933ac9;
    color: #fff;
    padding: 10px;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
        }	

label.error {
            color: red;
            font-size: 0.9em;
        }
.emptybg{
	height: 300px;
	background: url('../images/headbg.png') no-repeat center center;
	}
	
	
	
	
.slider-top-text {
    margin-top: 5%;
}


.profilelink {
	margin-top: 30px;
	line-height: 50px;
	padding: 20px;
}
.profilelink h4 {
	text-decoration: underline;
}
.profilelink a {
	margin-left: 20px;
}
.submit-btn {
	    border: solid 1px #F09953;
    border-radius: 50px;
    padding: 10px 20px;
    font-weight: bold;
    text-transform: uppercase;
    background: transparent;
    color: #F09953;
	margin-top: 30px;
	width: 20%;
}
.submit-btn:hover {
	background-color: #F09953;
	color:#12141a;
}
.form-control {
	background-color: transparent;
	color: #fff;
	border: 0px;
	border-bottom: 1px solid #8e9497;
	border-radius: 0;
}
.form-control:focus {
	background-color: #2a2a2a;
	border-color: #ff6600;
	color: #fff;
	box-shadow: none;
}
.myform-control {
	display: block;
	width: 100%;
 padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
 border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
button.btn.btn-light {
	position: absolute;
	background: transparent;
	border: none;
	height: 38px;
	right: 23px;
}
a.btn.btn-default.btn-scroll {
	border: 2px solid #F09953;
	color: #F09953;
	border-radius: 100%;
	    position: absolute;
    left: 50%;
    bottom: 10%;
}
a.btn.btn-default.btn-scroll>i {
	width: 40px;
	height: 50px;
	line-height: 50px;
	font-size: 40px;
}
.big-img img {
	height: 325px;
	width: 100%;
	object-fit: cover;
}
.inner-section {
	position: relative;
}
.container.slider-top-text {
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.btn-login {
	width: 138px;
	background: #1fc6d8 !important;
	border: 1px solid #1fc6d8 !important;
}
.btn-login:hover {
	background: #3683a1 !important;
	border: 1px solid #1fc6d8 !important;
}
.mfa-white {
	color: #fff !important;
}
h3.my-heading {
	font-family: 'IBMLight';
	color: #E0E9EA;
	font-weight: 200;
	font-size: 20px;
	margin: 0;
}
p.myp-slider.text-center {
	color: #fff;
	font-size: 6rem;
}
.btn-register {
	width: 138px;
	background: #1fc6d8 !important;
	border: 1px solid #1fc6d8 !important;
}
.btn-register:hover {
	background: #3683a1 !important;
	border: 1px solid #1fc6d8 !important;
}
.btn-join {
	background: #1fc6d8 !important;
	border: 1px solid #1fc6d8 !important;
}
section#about {
	width: 100%;
	padding-top: 2.1rem;
	padding-bottom: 2.1rem;
}
.btn-circle {
	border-radius: 50%;
}
.my-social-btn {
	background: lightgrey;
}
.card:hover .my-social-btn.fb {
	background: #205b9f;
}
.card:hover .my-social-btn.twitter {
	background: #00ace3;
}
.card:hover .my-social-btn.google {
	background: #ff3921;
}
/*
a.btn.btn-circle.my-social-btn.fb:hover {
    background: #205b9f;
}

a.btn.btn-circle.my-social-btn.twitter:hover {
    background: #00ace3;
}

a.btn.btn-circle.my-social-btn.google:hover {
    background: #ff3921;
}
*/
a.btn.btn-circle.my-social-btn {
	color: #fff;
	height: 40px;
	width: 40px;
}
.inner-section h3 {
	text-transform: uppercase;
	font-weight: 200;
}
span.bg-main {
	color: #008ba3;
}
hr.my-border {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 2px solid #008ba3;
	width: 117px;
}
.linear-grid img {
	width: 100%;
	height: 124px;
	object-fit: cover;
}
.mybg-events {
	background: url('https://images.pexels.com/photos/167491/pexels-photo-167491.jpeg?auto=compress&cs=tinysrgb&h=650&w=940') no-repeat center center fixed;
	background-size: cover;
}
.h-262 {
	height: 262px !important;
}
h3.title-heading.text-center {
	color: #fff;
	font-weight: bold;
}
p.myp.text-center {
	color: #fff;
	font-size: 14px;
	margin-bottom: 3rem;
}
.big-img2 img {
	height: 472px;
	width: 100%;
	object-fit: cover;
}
.my-grid img {
	height: 228px;
	width: 100%;
	object-fit: cover;
}
.text-block {
	min-height: 228px;
	height: auto;
	background: #fff;
	padding: 15px;
}
h5.events-heading {
	font-weight: bold;
	font-size: 17px;
}
p.myp-font {
	font-size: 15px;
}
section#group {
	background: #fff;
	height: 100%;
	width: 100%;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.card {
	font-size: 1em;
	overflow: hidden;
	padding: 0;
	border: none !important;
 border-radius: .28571429rem;
}
.card:hover {
	color: #222 !important;
	box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
}
.card-block {
	font-size: 1em;
	position: relative;
	margin: 0;
	padding: 1em;
	border: none !important;
	border-top: 1px solid rgba(34, 36, 38, .1);
	box-shadow: none;
}
.card-img-top {
	display: block;
	width: 100%;
	height: auto;
}
.card-title {
	font-size: 1.28571429em;
	font-weight: 700;
	line-height: 1.2857em;
}
.card-text {
	clear: both;
	margin-top: .5em;
	color: rgba(0, 0, 0, .68);
}
.card-footer {
	font-size: 1em;
	position: static;
	top: 0;
	left: 0;
	max-width: 100%;
	padding: .75em 1em;
	color: rgba(0, 0, 0, .4);
	border-top: 1px solid rgba(0, 0, 0, .05) !important;
	background: #fff;
}
.card-inverse .btn {
	border: 1px solid rgba(0, 0, 0, .05);
}
.mybg-music {
	background: url('https://images.pexels.com/photos/1267317/pexels-photo-1267317.jpeg?auto=compress&cs=tinysrgb&h=650&w=940') no-repeat center center fixed;
	background-size: cover;
}
section#marketplace {
	background: #f7f7f7;
	height: 100%;
	width: 100%;
	padding-top: 5rem;
	padding-bottom: 5rem;
}
section#marketplace .card {
	font-size: 1em;
	overflow: hidden;
	padding: 0;
	border: none;
 border-radius: .28571429rem;
	box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
}
section#artist {
	background: #fff;
	height: 100%;
	width: 100%;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
a.link-color {
	color: #008ba3;
	font-weight: bold;
}
.my-right-text {
	padding-top: 3rem;
}
/***music gallery***/

.gal-item {
	overflow: hidden;
}
.gal-item .box {
	overflow: hidden;
}
.box img {
	height: 160px;
	width: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}
/****/
.item {
	position: relative;
}
.item img {
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.item:hover img {
	-moz-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
}
/*sidebar navigation*/
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	background-color: #111;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
}
.sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	color: #818181;
	display: block;
	transition: 0.3s;
}
.sidenav a:hover {
	color: #f1f1f1;
}
.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 0px;
	font-size: 36px;
	margin-right: 15px;
}
#main {
	display: none;
}
#main {
	float: right;
	transition: margin-right .5s;
}
a.openNav {
	font-size: 26px;
	color: #ffffff;
	text-decoration: none;
}
.sidenav .nav-link {
	font-size: 13px;
	font-weight: bold;
}
.mob-ul {
	list-style-type: none;
	padding-left: 0;
}
.sidenav li {
	padding: 0 3px !important;
	position: relative;
}
.sidenav li a {
	padding: 10px 15px;
	text-transform: uppercase;
}
.sidenav ul li:hover .nav-link {
	color: #008ba3;
}
li.nav-item a:hover {
	background: #008ba3;
	color: #ffffff !important;
}
.floating-arrow {
	-webkit-animation: floating-arrow 1.6s infinite ease-in-out 0s;
	-o-animation: floating-arrow 1.6s infinite ease-in-out 0s;
	animation: floating-arrow 1.6s infinite ease-in-out 0s;
}
.logo {
	justify-content: flex-start !important;
}
.logo img {
	max-width: 200px;
	float: left;
}
.navbar-brand {
	display: block;
	padding-top: 5px;
	float: left;
	font-size: 15px;
}
.fixed-top {
	border-bottom: solid 1px #F09953;
	padding: 10px 0px;
}
 @keyframes floating-arrow {
 from {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 65% {
 -webkit-transform: translateY(11px);
 transform: translateY(11px);
}
to {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
}
footer.footer {
	padding-top: 0rem;
	padding-bottom: 2rem;
}
li.list-inline-item a {
	color: #fff;
	text-decoration: none;
}


	.logo {
   
    margin-left: 10px;
}
/*-------------------responsive-----------------*/

@media screen and (max-width: 520px) {
    ::placeholder {
 font-size: 10px;
}
.scroll-down {
	position: absolute;
	left: 40%;
	transform: translate(-50%, -50%);
	bottom: 45px;
}
.text-block {
	padding: 15px;
}
.linear-grid img {
	width: 100%;
	height: 181px;
}
.my-grid img {
	width: 100%;
}

header.masthead {
   
    height: 100%;
	
}

.section h2.kheading {
	font-size: 25px;
	margin-bottom: 1rem;
}.section h2.kheading::after {
    bottom: 10px;
}
.section div.text {
    font-size: 15px;
	line-height: 30px;
}
.submit-btn {
    width: 60%;
}
.aboutus {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.areaofexploration {
  padding-top: 5rem;
    padding-bottom: 10rem;
}
.expertise {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.managementteam {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.contactus {
    padding-top: 5rem;
}
.contactus h2.kheading {
        font-size: 25px;
        margin-bottom: 5rem;
    }
	header h3.my-heading {
    font-family: 'IBMLight';
    color: #E0E9EA;
    font-weight: 200;
    font-size: 40px;
    margin: 0;
}
    
	
	


}
@media screen and (max-width: 767px) {
.btn-login {
	width: 100%;
}
.btn-register {
	width: 100%;
}
}
 @media only screen and (min-width:2560px) {
}
@media only screen and (min-width:1600px) and (max-width:1920px) {
.navbar-toggler {
	display: none !important;
}
}
@media only screen and (min-width:1440px) {
.navbar-toggler {
	display: none !important;
}
}
@media only screen and (max-width: 1280px) {
.navbar-toggler {
	display: none !important;
}
}
@media only screen and (max-width: 1024px) {
.navbar-toggler {
	display: none !important;
}
.mob-ul {
	list-style-type: none;
	padding-left: 0;
}
h5.events-heading {
	font-size: 15px;
}
p.myp-font {
	font-size: 13px;
}
}
@media only screen and (min-width: 960px) and (max-width: 1023px) {
.navbar-toggler {
	display: none !important;
}
.mob-ul {
	list-style-type: none;
	padding-left: 0;
}
}
 @media only screen and (min-width: 768px) and (max-width: 959px) {
.navbar-toggler {
	display: none !important;
}
#main {
	display: block;
}
.header-wrap .navbar .nav-link {
	color: #fff;
}
.mob-ul {
	list-style-type: none;
	padding-left: 0;
}
.header-wrap .sub-menu {
	width: 250px;
}
}
 @media only screen and (max-width:736px) and (orientation:landscape) {
.navbar-toggler {
	display: none !important;
}
#main {
	display: block;
}
.header-wrap .navbar .nav-link {
	color: #fff;
}
.mob-ul {
	list-style-type: none;
	padding-left: 0;
}
.header-wrap .sub-menu {
	width: 250px;
}
}
@media only screen and (max-width:667px) and (orientation:landscape) {
.navbar-toggler {
	display: none !important;
}
#main {
	display: block;
}
.header-wrap .navbar .nav-link {
	color: #fff;
}
.mob-ul {
	list-style-type: none;
	padding-left: 0;
}
.header-wrap .sub-menu {
	width: 250px;
}
}
@media only screen and (max-width:568px) and (orientation:landscape) {
.navbar-toggler {
	display: none !important;
}
#main {
	display: block;
}
.header-wrap .navbar .nav-link {
	color: #fff;
}
.mob-ul {
	list-style-type: none;
	padding-left: 0;
}
.header-wrap .sub-menu {
	width: 250px;
}
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
h5.events-heading {
	font-size: 20px;
}
p.myp-font {
	font-size: 15px;
}
.navbar-toggler {
	display: none !important;
}
#main {
	display: block;
}
.header-wrap .navbar .nav-link {
	color: #fff;
}
.mob-ul {
	list-style-type: none;
	padding-left: 0;
}
.header-wrap .sub-menu {
	width: 250px;
}
.box img {
	height: 100%;
}
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
.inner-section h3 {
	font-size: 18px;
}
h5.events-heading {
	font-size: 15px;
}
.inner-section p {
	font-size: 13px;
	text-align: justify;
}
section#marketplace img {
	object-fit: cover;
}
.navbar-toggler {
	display: none !important;
}
#main {
	display: block;
}
.header-wrap .navbar .nav-link {
	color: #fff;
}
.mob-ul {
	list-style-type: none;
	padding-left: 0;
}
.header-wrap .sub-menu {
	width: 250px;
}
.box img {
	height: 100%;
}
}
@media only screen and (min-width: 321px) and (max-width: 479px) {
.inner-section h3 {
	font-size: 18px;
}
h5.events-heading {
	font-size: 15px;
}
.inner-section p {
	font-size: 13px;
	text-align: justify;
}
section#marketplace img {
	object-fit: cover;
}
.navbar-toggler {
	display: none !important;
}
#main {
	display: block;
}
.header-wrap .navbar .nav-link {
	color: #fff;
}
.mob-ul {
	list-style-type: none;
	padding-left: 0;
}
.header-wrap .sub-menu {
	width: 250px;
}
.box img {
	height: 100%;
}
}
@media only screen and (max-width:568px) and (orientation:landscape) {
.navbar-toggler {
	display: none !important;
}
#main {
	display: block;
}
.header-wrap .navbar .nav-link {
	color: #fff;
}
.mob-ul {
	list-style-type: none;
	padding-left: 0;
}
.header-wrap .sub-menu {
	width: 250px;
}
.box img {
	height: 100%;
}
}
@media only screen and (max-width: 320px) {
.inner-section h3 {
	font-size: 18px;
}
h5.events-heading {
	font-size: 15px;
}
.inner-section p {
	font-size: 13px;
	text-align: justify;
}
section#marketplace img {
	object-fit: cover;
}
.navbar-toggler {
	display: none !important;
}
#main {
	display: block;
}
.header-wrap .navbar .nav-link {
	color: #fff;
}
.mob-ul {
	list-style-type: none;
	padding-left: 0;
}
.header-wrap .sub-menu {
	width: 250px;
}
.box img {
	height: 100%;
}
}
