
* {box-sizing: border-box}
body {font-family: 'Montserrat', sans-serif !important;   margin:0}



body{
  
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	
	background-color: #fff;
	
    transition: all 200ms linear;
}
::selection {
	color: #fff;
	background-color: #8167a9;
}
::-moz-selection {
	color: #fff;
	background-color: #8167a9;
}


/* #Navigation
================================================== */

.start-header {
	opacity: 1;
	transform: translateY(0);
	padding: 5px 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: 0px 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
	height: 50px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navigation-wrap{
	
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9900;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar{
	padding: 0;
}
.navbar-brand img{
	width: auto;
	display: block;
  
}
.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;
}



/* #Media
================================================== */

@media (max-width: 767px) { 
	
	.nav-item:after{
		display: none;
	}
	.nav-item::before {
		position: absolute;
		display: block;
		top: 15px;
		left: 0;
		width: 11px;
		height: 1px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
	}
	.dropdown-toggle::after {
		position: absolute;
		display: block;
		top: 10px;
		left: -23px;
		width: 1px;
		height: 11px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"]::after{
		transform: rotate(90deg);
		opacity: 0;
	}
	.dropdown-menu {
		padding: 0 !important;
		background-color: transparent;
		box-shadow: none;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
		margin-top: 10px !important;
		margin-bottom: 20px !important;
	}
	body.dark .nav-item::before {
		background-color: #fff;
	}
	body.dark .dropdown-toggle::after {
		background-color: #fff;
	}
	body.dark .dropdown-menu {
		background-color: transparent;
		box-shadow: none;
	}
}

/* #Link to page
================================================== */
.banner{
	position: relative;
    width: 100%;
    display: block;
	
	z-index:100;
}
.about, .footre{
	position: relative;
    width: 100%;
    display: block;
	padding:20px 10px;
	z-index:100;
}

 .about h1{
	text-align:center;
	font-size:34px;
	margin:20px 0px;
	font-weight:bold;
	
}

.about h3{
	
	font-size: 22px;
	margin:20px 0px;
	font-weight:600;
	
}

.about p{
	
	font-size: 16px;
	text-align:justify;
	font-weight:400;
	
}
.contact{

background-image: linear-gradient(rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.24) 100%), url(images/contact-bg.jpg);
  
 	width: 100%;
    display: block;
	padding:20px 10px;
	background-position: center center;
    background-repeat-x: no-repeat;

}

.contact h2{
	text-align:center;
	font-size:34px;
	margin-bottom:20px;
	color:#FFFFFF;
	
}

.contact .form-control {
  
    padding: 1.375rem .75rem;
    font-size: 12px;
    line-height: 1.5;
    color: #495057;
   
}

.contact .form-bg
 {
  
  background:#FFFFFF;
  padding:30px;
   
}
.contact .form-bg .btn
 {
background-color: rgb(212, 212, 212) !important;
border:1px solid rgb(212, 212, 212) !important; 
color:#000000;
}
.contact .form-bg .btn:hover {
    box-shadow: rgb(0 0 0 / 50%) 0px 10px 10px -10px;
}
.contact .form-bg p
 {
  
text-align:center;
   
}


.footre p{
	
	font-size: 16px;
	text-align:center;
	font-weight:400;
	margin-bottom:0px;
	
}

.founders{
	position: relative;
    width: 100%;
    display: block;
	padding:20px 10px;
	z-index:100;
}

.founders img{border-radius: 50%;
    padding: 30px;
	
	}
	
	
	
.founders .card {
  border: none;
  margin-right: 5px;
  margin-bottom: 15px;
  border-radius: 0px;
  cursor: pointer;
 
}
.founders .cat-card{
  height: -moz-calc(100% - (20px + 30px));
  height: -webkit-calc(100% - (20px + 30px));
  height: calc(100% - (20px + 30px));
   min-height:680px;
     -webkit-box-shadow:0 0px 10px rgba(0,0,0,0.2);
  box-shadow:0 0px 10px rgba(0,0,0,0.2);
}

.founders .cat-card:hover{
  transform: scale(1);
  -webkit-box-shadow: 0 0.3em 0.88em rgba(0,0,0,.3);
  box-shadow:0 0.3em 0.88em rgba(0,0,0,.3);
  
}

.founders .card {    border: 0;    cursor: pointer;}

.cat-text {
  padding: 6px 10px 10px 10px !important;
  border-top: none !important;
}

.founders h3 {
  font-size: 20px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 0px;
  line-height: 22px;
  text-align: center;
}

.founders h3 span{
 
  font-weight: 400;
 
}


.founders p {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  margin-top: 20px;
}


  td, th {
    vertical-align: middle !important;
	text-align:center !important;
	  font-size: 14px !important;
  }


@media (max-width: 767px) { 
body {
    
   font-size: 14px !important;
   
}


 .about h1{
	text-align:center;
	font-size:22px;
	margin:20px 0px;
	font-weight:bolds;
	
}

.about h3{
	
	font-size: 18px;
	
	
}

.founders .cat-card {
  
    min-height: auto;
   
}
 }
