body{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    color: #354052;
    letter-spacing: 0.1px;
	font-weight: 500;
}

.bg-whi-1{
	background-color: #FFF;
}

.bg-karma{
	background-color:#5287d1;
	border-radius: 0px;	
}

header {
  position: relative;
  background-color: black;
  height: 75vh;
  width: 100%;
  overflow: hidden;
  margin: -20px 0px 0px 0px;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}



.Text {
	padding: 15px 0px 10px 0px;
}


.navbar-n-1 li{
	color:#FFF;
	padding:5px 10px 5px 10px;
}

.navbar-n-1 li:hover{
	color:#FFF;
	padding:5px 10px 5px 10px;
	background-color:#93c7eb;
}

.navbar-n-1 li.active{
	color:#FFF;
	padding:5px 10px 5px 10px;
	background-color:#93c7eb;
}

.font-si{
	font-family: din;
	color: #0c67e8;	
    line-height: 74px !important;
    text-transform: uppercase;
    font-size: 7.11rem;
    font-weight:400;
    margin-top: 180px;

}

.lead-1{
	font-size: 3rem;
	font-weight:400;
	color:#ff0000;
	font-family: minion-pro;
    font-style: italic;
    font-weight: 500;
    line-height: 1;
}

.lea-1{
	font-size:16px;
	font-weight: unset;
	color:#354052;
	text-align: justify;
}

.heading-titl {
	color: #333;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	margin: 30px 0 30px;
	font-size: 25px;
}
.heading-titl::after {
	content: "";
	width: 70px;
	position: absolute;
	margin: 0 auto;
	height: 3px;
	background: #0c67e8;
	left: 0;
	right: 0;
	bottom: -10px;
}

.carousel {
	margin: 50px auto;
	padding: 0 70px;
}
.carousel .item {
	color: #999;
	overflow: hidden;
    min-height: 120px;
	font-size: 13px;
}
.carousel .media img {
	width: 200px;
	height: 200px;
	display: block;
	border-radius: 50%;
}
.carousel .testimonial {
	padding: 0 15px 0 60px ;
	position: relative;
}

.carousel .overview b {
	text-transform: uppercase;
	color: #1c47e3;
}
.carousel .carousel-indicators {
	bottom: -40px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 10px;
    height: 10px;
	border-radius: 50%;
	margin: 1px 3px;
}
.carousel-indicators li {	
    background: #e2e2e2;
    border: 4px solid #fff;
}
.carousel-indicators li.active {
	color: #fff;
    background: #0c67e8;    
    border: 5px double;    
}


.legal-nav li {display: inline-block;margin-left: 10px; color: #FFF !important; line-height: 1; font-size: 12px; margin-bottom: 0; font-weight:700;}

.icon-bubble a {display: block;color: #fff;outline: 0;}
.legal-nav li a {color:#6a6a6a !important;text-decoration: none;padding-bottom: 1em; font-weight:700;}

.social-nav {margin-bottom: 2.5em;}
.social-nav .icon-bubble:hover:before {box-shadow: inset 0 0 0 2px #e50914;transform: scale3d(1, 1, 1);}
.social-nav .icon-bubble:hover a {border-bottom: none;color: #6a6a6a !important;}

@media screen and (max-width: 767px) {
#mainFooter .social-nav {display: none;}
#mainFooter .legal-nav {margin-top: -5px;}
#mainFooter .legal-nav li {display: block;margin: 0 auto;text-align: center;font-size: 12px;line-height: 2;}}


.media-img{

}

.media-bod{
	margin:0px 0px 0px 0px;
	text-align: justify;
}

.media-1{
	display: block;
}

.butto-sig{
	display: -webkit-inline-box;
}

@media (min-width: 319px) and (max-width: 330px) {
	.butto-sig{
		display:block;
	}

	.media-img{
		width: 170px !important;
    	height: 170px !important
	}
	
	.media-bod{
		margin:0px -30px 0px -70px;
		text-align: justify;
	}
	
	.font-si{
		font-family: din;
    	color: #0c67e8;
    	line-height: 50px !important;
    	text-transform: uppercase;
    	font-size: 3.11rem;
    	font-weight: 400;
    	margin-top: 70px;
	}

	.media-cent{
		margin: 0px 0px 0px 40px;
	}
}

@media (min-width: 330px) and (max-width: 575.98px) {
	.media-img{
		width: 170px !important;
    	height: 170px !important
	}
	
	.media-bod{
		margin:0px -30px 0px -70px;
		text-align: justify;
	}

	
	.font-si{
		font-family: din;
    	color: #0c67e8;
    	line-height: 45px !important;
    	text-transform: uppercase;
    	font-size: 5rem;
    	font-weight: 400;
    	margin-top: 50px;
	}

	.media-cent{
		margin: 0px 0px 0px 70px;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.media-img {
    	width: 150px !important;
    	height: 150px !important;
	}	
	.media-bod{
		margin:0px 0px 0px -60px;
		text-align: justify;
	}

	.media-1{
		display: flex;
	}

	.font-si{
		font-family: din;
    	color: #0c67e8;
    	line-height: 50px !important;
    	text-transform: uppercase;
    	font-size: 3.11rem;
    	font-weight: 400;
    	margin-top: 70px;
	}

	.media-cent{
		margin: 0px -200px 0px 80px;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.media-img {
    	width: 150px !important;
    	height: 150px !important;
	}	
	.media-bod{
		margin:0px 0px 0px -40px;
		text-align: justify;
	}

	.media-1{
		display: flex;
	}

	.font-si{
		font-family: din;
    	color: #0c67e8;
    	line-height: 50px !important;
    	text-transform: uppercase;
    	font-size: 3.11rem;
    	font-weight: 400;
    	margin-top: 70px;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.media-img {
    	width: 180px !important;
    	height: 180px !important;
	}	
	.media-bod{
		margin:0px 0px 0px -40px;
		text-align: justify;
	}

	.media-1{
		display: flex;
	}
}

@media (min-width: 1200px) {
	.media-1{
		display: flex;
	}
}


.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: #93c7eb;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #FFF;
  background-color: #0c67e8;
}

.sidenav a.active {
  color: #FFF;
  background-color: #0c67e8;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.sidenav .closebtn:hover{
	color: #FFF;
	background: none;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}



@media (max-width: 575.98px) {
	.sidenav {
		padding-top: 60px;
	}
	.sidenav a {
		font-size: 20px;
	}

	
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.sidenav {
		padding-top: 60px;
	}
	.sidenav a {
		font-size: 20px;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.sidenav {
		padding-top: 60px;
	}
	.sidenav a {
		font-size: 20px;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) { ... }

@media (min-width: 1200px) { ... }

@font-face{
	src: url(Fonts/DIN-Black-Regular.otf);
	font-family: din;
}

.main-1{
	padding: 20px 20px 0px 0px;
}

.karma-me-1 {
	margin:10px 0px 0px 0px;
	display: flex;
}

.karma-me-1 li a{
	padding: 10px 10px 10px 10px;
	color: #FFF;
}

.karma-me-1 li a:hover{
	background-color: #93c7eb;
	color: #fff;
}

.karma-me-1 li.active{
	background-color: #93c7eb;
	color: #FFF;
	margin: 0px 0px 10px 0px;
}

.karma-me-1 li a.active{
	color: #fff;
}

.sign-page__center{
	margin: 75px auto 20px;
}

@media (min-width: 318px) and (max-width: 350px){
	.main-1{
		padding: 20px 0px 0px 15px;
	}

	.karma-mobi{
		display: flex;
	}

	.karma-me-1 {
		margin:10px -30px 0px 10px;
		display: flex;
	}

	.navbar-br-1{
		margin: 0px;
	}
}


@media (min-width: 350px) and (max-width: 575.98px) {
	.main-1{
		padding: 20px 0px 0px 15px;
	}

	.karma-mobi{
		display: flex;
	}

	.karma-me-1 {
		margin:10px -40px 0px 50px;
		display: flex;
	}
	
	.navbar-br-1{
		margin: 0px -20px 0px 20px;
	}

	header{
		height: 60vh;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.main-1{
		padding: 20px 0px 0px 20px;
	}

	.karma-mobi{
		display: flex;
	}
	
	.karma-me-1 {
		margin:10px -40px 0px 325px;
		display: flex;
	}

	header{
		height: 80vh;
	}
}

@media (min-width: 767px) and (max-width: 769px){
	header{
		height: 30vh;
	}

	.karma-mobi{
		display: flex;
	}

	.karma-me-1 {
		margin:10px -20px 0px 400px;
		display: flex;
	}

	.sign-page__center{
		margin: 75px 0px 20px 20px;
	}
}

@media (min-width: 769px) and (max-width: 991.98px) {
	.karma-mobi{
		display: flex;
	}

	.karma-me-1 {
		margin:10px -20px 0px 400px;
		display: flex;
	}

	.sign-page__center{
		margin: 75px 0px 20px 20px;
	}

}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.karma-mobi{
		display: flex;
	}

	.karma-me-1 {
		margin:10px -30px 0px 650px;
		display: flex;
	}

	.sign-page__center{
		margin: 75px 0px 20px 90px;
	}

	header{
		height: 40vh;
	}

	.font-si {
    	margin-top: 100px;
	}
}

@media (min-width: 1200px) { ... }