/*!
 * Start Bootstrap - Small Business (https://startbootstrap.com/template-overviews/small-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-small-business/blob/master/LICENSE)
 */

body {
	padding-top: 54px;
	/* font-family: 'Source Sans Pro', sans-serif; */
	font-family: 'Hind Madurai', sans-serif;
	/* font-family: 'Nunito', sans-serif; */
	/* font-family: 'Nunito Sans', sans-serif; */
	/* font-family: 'Poppins', sans-serif; */
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

.nav-item{
	margin-left: 30px;
}

.nav-link{
	color: rgb(228, 228, 228)!important;
}

.nav-link{
	text-transform: uppercase;
	margin-left: 5px;
}

.active {
	background-color: rgb(53, 79, 94);
	color: white;
	border-radius: 2px;
}

/*  Here The Color Was #1C1259 */
.board{
	background-color: rgb(150,10,150);
}

.nav-bar-image{
	width: 150px!important;
	margin-top: 5px; 
	margin-left: 10px;
}

.navbar-brand{
	border-radius: 15px;
	background: white; 
	width: 15%;	
}

.nav-bar-image{
	border-radius: 8px;
}


button.navbar-toggler {
    margin-top: 6px;
}

.first-nav {
	background-color: #fff;
}

/*  Here The Color Was #1C1259 */

.second-nav {
	background-color: rgb(150,10,150); 
	position: fixed; 
	width: 100%; 
	z-index: 1; 
	margin-top: 9px;
}

.nav-ul {
	margin-top: 50px!important;
	margin-right: 7%;
}

div#navbarResponsive {
    margin-top: -45px;
}

.content-front{
	margin-top: 50px;
}

/* --- features ----*/
.features {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.features_content h3 {
	letter-spacing:-2px;
	font-weight:700;
}

.features .icon i {
	position: absolute;
	top: 0px;
}
.features .features_content {
	padding-left: 150px;
}

/* read button */
.button {
	border-radius: 4px;
	background-color: #f4511e;
	border: none;
	color: #FFFFFF;
	text-align: center;
	font-size: 18px;
	padding: 0px;
	width: 150px;
	transition: all 0.5s;
	cursor: pointer;
	margin: 5px;
  }

  .readmore {
	/* font-family: 'Poppins', sans-serif; */
	/* font-family: 'Nunito', sans-serif; */
	font-family: 'Nunito Sans', sans-serif!important;
  }
  
  .button span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
  }
  
  .button span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
  }
  
  .button:hover span {
	padding-right: 25px;
  }
  
  .button:hover span:after {
	opacity: 1;
	right: 0;
  }

	/* Pricing */
	.pricing-i i{
		margin-top: 10px;
	}

  /* Footer */
  .footer-link a {
	color: #999;
	margin-top: 5px;
	}
	

	/* Register form */
	#pricing_plan{
		width: 260px;
		font-size: 13px
	}
	
	.register-form h4{
		font-size: 15px
	}

	.register-form h5{
		font-size: 15px
	}

	.register-form{
		font-size: 13px!important; 
		background-color: rgb(235, 235, 235)
	}

	.register-form .input1 {
		width: 240px!important;
		border-radius: 2px;
	}

	.register-form .input2 {
		width: 225px!important;
	}

	.register-button{
		margin-left: 60px;
		width: 140px;
		border-radius: 5px;
	}
	
	.register-button2{
		margin-left: 60px;
		width: 255px;
		border-radius: 5px;
	}

	 .form-part-1{
		width: 98%;
		margin-left: 1%;
		margin-right: 1%
	 }

	 /* #Login Form */
	.login-form {
		margin-top: 30px;
	}

	 .login-form h4{
		font-size: 17px
	}

	.login-form h5{
		font-size: 17px;
	}

	.login-form {
		font-size: 13px!important; 
		background-color: rgb(235, 235, 235)
	}

	.login-form .input1 {
		width: 240px!important;
	}

	#user_level{
		width: 240px;
		font-size: 13px
	}

	#language{
		width: 240px;
		font-size: 13px
	}

	.login-button{
		width: 30%;
		margin-left: 50%;
		margin-right: 10%;
		float: right;
	}

	.price-scroll {
		color: green;
	}
	
	/* Mobile CSS */

	@media (min-width: 1025px) and (max-width: 1440px) {
		.price-scroll {
			display: none;
		}

		.navbar-brand {
			margin-left: 492px;
		}
	}

	@media (min-width: 769px) and (max-width: 1024px) {
		.price-scroll {
			display: none;
		}

		.navbar-brand {
			margin-left: 391px;
		}
	}

	@media (min-width: 426px) and (max-width: 768px) {
		.navbar-brand {
			margin-left: 282px;
		}

		div#navbarResponsive {
			margin-top: 5px;
		}

		.price-scroll {
			display: none;
		}
	}

	@media (min-width: 376px) and (max-width: 425px) {
		.navbar-brand {
			margin-left: 117px;
		}

		div#navbarResponsive {
			margin-top: 5px;
		}
	}

	@media (min-width: 321px) and (max-width: 375px) {
		.navbar-brand {
			margin-left: 92px;
		}

		div#navbarResponsive {
			margin-top: 5px;
		}
	}

	@media (min-width: 0px) and (max-width: 320px) {
		.navbar-brand {
			margin-left: 58px;
		}

		div#navbarResponsive {
			margin-top: 5px;
		}
	}
	
	
	
	
	.app-download-area {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 1;
    flex-basis: 1;
    margin-top: 50px;
}

.app-download-btn a {
    border: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 30px;
    border-radius: 30px 30px 30px 0;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.app-download-btn.active a,
.app-download-btn a:hover {
    border-color: transparent;
    background-color: #fb397d;
}

.app-download-btn a i {
    color: #47425d;
    font-size: 24px;
    margin-right: 15px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.app-download-btn a p {
    font-size: 16px;
    line-height: 1;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.app-download-btn a p span {
    font-size: 12px;
    display: block;
}

.app-download-btn:first-child {
    margin-right: 20px;
}

.app-download-btn a:hover i,
.app-download-btn.active a i,
.app-download-btn.active a p,
.app-download-btn a:hover p {
    color: #fff;
}