/* Dropdown Button */

.dropbtn-login{
	background-color: #f9f9f9;
	border: 2px solid #6bb343;
	cursor: pointer;
	padding-left:20px;
	padding-top:8.5px;
	padding-right:20px;
	padding-bottom:8.5px;
	color: #696464;
	border-radius:3px;
	transition: all .3s ease-in-out;
	font-weight: bold;
	min-width: 115px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
     background-color: #f9f9f9;
    /* min-width: 160px; */
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
	font-size: 13px;
	font-family:inherit;
	font-weight: bold;
	color: #696464;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	background-color: #f1f1f1;
	color: #6bb343;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
	display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn-login {
    background-color: #6bb343;
	color: #ffffff;
}

a:link {
	text-decoration: none;
}

input {
    display: block;
    margin: .5em auto 0em;
    padding: 0.5em 1em 0.5em 0.7em;
    width: 100%;
    border: none;
    background: rgba(0,0,0,0.05);
    color: rgba(0,0,0,0.8);
    font-size: 2em;
    line-height: 0;
	transition: all .5s linear;
}

input:hover, input:focus {
    outline: 0;
    transition: all .5s linear;
    box-shadow: inset 0px 0px 10px #ccc;
}

meter {
    /* Reset the default appearance */
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
            
    margin: 5px auto 20px 58px;
    width: 36%;
	float: left;
    height: .5em;
    
    /* Applicable only to Firefox */
    background: none;
    background-color: rgba(0,0,0,0.1);
}

meter::-webkit-meter-bar {
    background: none;
    background-color: rgba(0,0,0,0.1);
}

meter[value="1"]::-webkit-meter-optimum-value { background: red; }
meter[value="2"]::-webkit-meter-optimum-value { background: orange; }
meter[value="3"]::-webkit-meter-optimum-value { background: yellow; }
meter[value="4"]::-webkit-meter-optimum-value { background: green; }

meter[value="1"]::-moz-meter-bar { background: red; }
meter[value="2"]::-moz-meter-bar { background: orange; }
meter[value="3"]::-moz-meter-bar { background: yellow; }
meter[value="4"]::-moz-meter-bar { background: green; }

.feedback {
    color: #9ab;
    font-size: 90%;
    padding: 0 .25em;
    font-family: Courgette, cursive;
    margin-top: 1em;
}

.navbar-logo{
	position: fixed;
	z-index:1001;
}

.navbar-info { 
	z-index:1001;
	list-style: none;
	margin-top:0px;
	margin-bottom:0px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	float: top;
	width: 100%;
	height: 1px;
	position: fixed;
	transition: opacity 1s ease;
	opacity: 1;
	}

.navbar-full { 
	z-index:1000;
	list-style: none;
	margin-top:0px;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
	float: top;
    width: 100%;
	height: 95px;
	background-color: #F9F9F9;
	position: fixed;
	transition: opacity 1s ease;
	opacity: 1;
}

.navbar-full:hover { opacity: 1 }

div.navbar-full ul  li {
	float: right;
	display: inline-block;
	padding: 3px 5px 3px 5px;
} 

.container1 { 
	display: inline-block;
	background: #6bb343;
    color: white;
    width: 95%;
    height: 220px;
	margin-top:0px;
    position: relative;
	margin-left: 2.5%;
	margin-right: 2.5%;
}

 .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 100%;
      margin-left:100px;
  }

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    height:450px!important;
}	 
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    margin-left: 0px!important;
}


.box-horiz-line{
		background-color:#E3E3E3; 
		width:30%; 
		height:2px;
		margin-left:2.5%;
		margin-top:10px;
		border-radius:4px;
		float:left
	}

.box-vert-line{
		background-color:#E3E3E3; 
		width:2px; /* 0.2%; */ 
		height:300px;
		margin-left:1.15%;
		margin-right:1.15%;
		border-radius:4px;
		float:left
	}

.button-small{
	background-color: #f9f9f9;
	border:0px  !important;
	cursor: pointer  !important;
	padding-left:10px  !important;
	padding-top:10px  !important;
	padding-right:10px  !important;
	padding-bottom:10px  !important;
	color: #696464  !important;
	border-radius:3px  !important;
	transition: all .3s ease-in-out  !important;
    font-weight: bold;
}

.button-small:hover{
	cursor: pointer !important;
	border-radius:4px solid #E3E3E3 !important;
	color:#6bb343 !important;
	border-radius:3px !important;
}

.button-small-login{
	background-color: #f9f9f9;
	border: 2px solid #6bb343;
	cursor: pointer;
	padding-left:20px;
	padding-top:8.5px;
	padding-right:20px;
	padding-bottom:8.5px;
	color: #696464;
	border-radius:3px;
	transition: all .3s ease-in-out;
	font-weight: bold;
}

.button-small-login:hover{
	cursor: pointer;
	border: 2px solid #558e35;
	border-radius:4px;
	background-color:#558e35;
	color:#ffffff;
	}

.featimg{
	width:100px;
	height:100px;
}

#social{
    background:none;
}

#social:hover{
	opacity:0.5 !important;
}

.login-modal-logo {
	height:100%;
	text-align: center !important;
	padding: 15px 0px 10px 0px !important;
	background-color: #6bb343 !important;
	color: #ffffff;
    border-radius: 4px !important;
}

.modal-nav{
	padding-left: 0px !important;
	margin-bottom: 0px !important;
	padding-top: 5px !important;
	padding-left: 5px !important;
	padding-right: 5px !important;
	background-color: #6bb343 !important;
	border-radius: 0px !important;
}

.modal-nav-tabs{
	border-bottom: 1px solid #ddd !important;
}

.login-modal-links{
	text-align: center;
}

.login-modal-links a {
    color: #000 !important;
    display: inline-block;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    opacity: .7;
    padding: 5px
}

.button-small-demo{
	background-color: #b9b9b9;
	border: 0px;
	cursor: pointer;
	padding-left:5px;
	padding-top:2px;
	padding-right:5px;
	padding-bottom:2px;
	color: #ffffff;
	border-radius:3px;
	font-size:10px !important;
	transition: all .3s ease-in-out;
	margin-top:-1px; 
	margin-right: 30px;
	z-index: 1001;
}

.button-small-demo:hover{
	cursor: pointer;
	border: 0px;
	border-radius:4px solid #E3E3E3;
	background-color:#558e35;
	color:#ffffff;
	}

/* Registration modal styles begin*/

.classUserWarning
{
        margin-top: 15px !important;
	margin-left: ;
        margin-bottom: 10px;
}

.classUserAvailable
{
        margin-top: 15px !important;
	margin-left: -35%;
        margin-bottom: 10px;
        color: green !important;
}

.classPassWarning
{
        margin-top:15px !important;
	margin-left: 15%;
        margin-bottom: 10px;
}

.classMobWarning
{
        margin-top:15px !important;
		margin-left: 15%;
        margin-bottom:10px;
}
.classEmailWarning
{
        margin-top:15px !important;
        margin-left: 15%;
        margin-bottom:10px;
}

.form-control.phone{
    background: #FFF url(../img/small/phone.png) no-repeat 95% center;
    -webkit-transition: all 0 ease;
    -moz-transition: all 0 ease;
    -ms-transition: all 0 ease;
    -o-transition: all 0 ease;
    transition: all 0 ease
}

.form-control.mail{
    background: #FFF url(../img/small/mail.png) no-repeat 95% center;
    -webkit-transition: all 0 ease;
    -moz-transition: all 0 ease;
    -ms-transition: all 0 ease;
    -o-transition: all 0 ease;
    transition: all 0 ease
}

.form-control.otp_icon {background: #FFF url(../img/small/otp.png) no-repeat 95% center;-webkit-transition:all 0s ease;-moz-transition:all 0s ease;-ms-transition:all 0s ease;-o-transition:all 0s ease;transition:all 0s ease;}


/* Registration modal styles end*/

* {
    box-sizing: border-box;
}

#main_nav{
	display: block;
}

.button-nav{
	background-color: #f9f9f9;
	border:1px solid #484848;
	cursor: pointer;
	padding-left:10px;
	padding-top:5px;
	padding-right:10px;
	padding-bottom:10px;
	border-radius:3px;
	transition: all .3s ease-in-out;
}

.button-nav:hover{
	background-color: #d2d2d2;
}

.icon-bar1{
    background-color: #484848 !important;
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	margin-top:4px;
}

.menu-trigger{
	display:none;
}	

/*Forgot Password Modal Styles */
#fp-message-body
{
	font-size: 12px;
	margin-left: 15%;
	margin-bottom: -27px;
	color: red;

}
 
#fp-otp-message-header
{
	font-size: 12px;
	margin-left: calc((100% - 250px)/2);
	margin-top: 5px;
	margin-bottom: 20px;	
}

#fp-otp-message-body
{
	font-size: 12px;
	margin-left: 15%;
	margin-bottom: -27px;
	color: red;
}

#fp-otp-message-footer
{
	font-size: 12px;
	margin-left: calc((100% - 80px)/2);
}

#fp-last-message-body
{
	font-size: 12px;
	margin-left: 15%;
	margin-right: 15%;
	margin-bottom: -27px;
	color: red;
}
/*End of Forgot Password Modal Styles*/

/*Login Modal Styles*/
#ln-message
{
	margin-left: 55px;
	font-size: 12px;
	color: red;
	text-align:left;
}

#ln-message-otp
{
	margin-left: 55px;
	font-size: 12px;
	color: red;
	text-align:left;
}

#alt-login-otp{
	width: 260px !important;
	/* height: 25px !important;
	padding-top: 2px !important;
	padding-bottom: 2px !important;
	 */background:#6bb343;
	transition-property: all;
	transition-duration: 0.5s;
	transition-timing-function: ease-in-out;
	transition-delay: initial;
}

.login-links a {
	opacity: 1 !important;
}

#ln-otp-message-header
{
	font-size: 12px;
	margin-left: 15%;
	margin-top: 2%;
	margin-bottom: 20px;
	
}

#ln-otp-message-body
{
	font-size: 12px;
	margin-left: 15%;
	margin-bottom: -27px;
	color: red;
}


#ln-otp-message-footer
{
	font-size: 12px;
	margin-left: 15%;
	
}
/*End of Login Modal Styles*/

@media (min-width: 992px) {

	.logo-size{
		width:370px;
		height:80px;
	}
	
	.navbar-full{
	position:fixed;
	}
	
	.lang-pos{
		margin-top:-5px; 
		margin-right:30px;
	}
	
	.login-modal {
		position: relative;
		width: 400px;
		margin-left: calc((100% - 400px)/2);
		margin-right: calc((100% - 400px)/2);
		background: #f9f9f9;
		opacity: 1;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 4px;
		padding-bottom: 20px;
		margin-top: 100px;
	}
	
	.video-modal {
		position: relative;
		width: 750px;
		height: 600px ;
		min-width: 800px ;
		margin-left: calc((100% - 800px)/2);
		margin-right: calc((100% - 800px)/2);
		background: #f9f9f9 ;
		opacity: 1 ;
		-webkit-border-radius: 3px ;
		-moz-border-radius: 3px ;
		border-radius: 4px ;
		 */padding-bottom: 20px ;
		margin-top: 100px ;
	}
	
	.features-card{
		padding: 30px 20px 30px 20px;
		text-align: justify; 
		margin-top: 10px;
		margin-bottom: 20px;
		margin-left: 4.16666%;
		margin-right: 4.1666%;
		width:91.6666%;
		border: 1px solid darkgray;
	}
	
	.box{
		display: inline;
		text-align:center;
		font-size: 13px;
		font-family:montserrat;
		margin-left: 4%;
		margin-right: 4%;
		margin-top: 20px;
		margin-bottom: 20px;
		height:300px;
		background-color:#ffffff;
		border: 1px solid darkgray;
	}
	
	.stats-card{
		display: inline-block;
		background: #6bb343;
		color: #fff;
		width: 100%;
		margin-top:20px;
		margin-bottom: 0px;
		position: relative;
		padding-top:25px;
		padding-bottom: 25px;
		font-size: 20px;
	}
	
	.stats{
		text-align:center;
		font-size: 30px;
		font-weight: bold;
	}
	
	.stats-box{
		text-align:center;
		width:94px;
		height:60px;
	}
	
	.contact-card{
		background-color:#34383f; 
		color:#adadad; 
		margin-top:-5px; 
		height:650px;
	}
	
	.contact-social{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.contact-copyright{
		width:100%;
		float:left; 
		margin-top:-12px;
	}
}
	
@media (min-width: 768px) and (max-width:991px) {
	
	.navbar-logo{
		position: relative;
	}
	
	.navbar-full{
		margin-top: -10px;
		z-index:1005;
	}
	
	.navbar-contact{
		display:none;
	}
	
	.navbar-info{
		position: static;
	}
	
	
	.position_l{
		margin-right:50px !important;
	}
	
	.lang-pos{
		margin-top:-5px; 
		margin-right:50px;
	}
	
	.logo-size{
		width:370px;
		height:80px;
	}
	
	.login-modal {
		position: relative;
		width: 400px;
		margin-left: calc((100% - 400px)/2);
		margin-right: calc((100% - 400px)/2);
		background: #f9f9f9;
		opacity: 1;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 4px;
		padding-bottom: 20px;
		margin-top: 100px;
	}
	
	.video-modal {
		position: relative;
		width: 600px;
		margin-left: calc((100% - 600px)/2);
		margin-right: calc((100% - 600px)/2);
		background: #f9f9f9 ;
		opacity: 1 ;
		-webkit-border-radius: 3px ;
		-moz-border-radius: 3px ;
		border-radius: 4px ;
		padding-bottom: 20px ;
		margin-top: 100px ;
	}
	
	.features-card{
		padding: 30px 20px 30px 20px;
		text-align: justify; 
		border: 1px solid darkgray;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: 4.16666%;
		margin-right: 4.1666%;
		width:91.6666%;
	}

	.box{		
		display: inline;
		text-align:center;
		font-size: 13px;
		font-family:montserrat;
		margin-left: 4%;
		margin-right: 4%;
		margin-top: 10px;
		margin-bottom: 10px;
		height:300px;
		border: 1px solid darkgray;
	}
	
	.stats-card{
		display: inline-block;
		background: #6bb343;
		color: #fff;
		width: 100%;
		margin-top:20px;
		margin-bottom: 0px;
		position: relative;
		padding-top: 25px;
		padding-bottom: 25px;
		font-size: 20px;
	}
	
	.stats{
		text-align:center;
		font-size: 30px;
		font-weight: bold;
	}
	
	.stats-box{
		text-align:center;
		width:94px;
		height:60px;
	}
	
	.contact-card{
		background-color:#34383f; 
		color:#adadad; 
		margin-top:-5px; 
		height:650px;
	}
	
	.contact-social{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.contact-copyright{
		width:100%;
		float:left; 
		margin-top:-12px;
	}
}

@media (min-width: 480px) and (max-width:767px) {
	
	.navbar-logo{
		position: static;
	}
	
	.logo-size{
		width:370px;
		height:80px;
	}
	
	.navbar-full{
		margin-top:-80px;
		z-index:1005;
	}
	 
	.navbar-contact{
		display:none;
	}
	
	.navbar-info{
		padding-top:80px;
		position: static !important;
	}
	
	.lang-pos{
		margin-right: 5px;
	}
	
	.login-modal {
		position: relative;
		width: 400px;
		margin-left: calc((100% - 400px)/2);
		margin-right: calc((100% - 400px)/2);
		background: #f9f9f9;
		opacity: 1;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 4px;
		padding-bottom: 20px;
		margin-top: 100px;
	}
	
	.video-modal {
		position: relative;
		width: 400px;
		margin-left: calc((100% - 400px)/2);
		margin-right: calc((100% - 400px)/2);
		background: #f9f9f9 ;
		opacity: 1 ;
		-webkit-border-radius: 3px ;
		-moz-border-radius: 3px ;
		border-radius: 4px ;
		padding-bottom: 20px ;
		margin-top: 100px ;
	}
	
	.carousel-slide{
		display: none;
	}
	
	.carousel-control{
		display: none;
	}
	
	.carousel-inner{
		display: none;
	}
	 
	.container1{
		margin-top:-50px;
		background: url(../../assets/img/slide1.jpg) no-repeat center center fixed; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
	} 

	.features-card{
		padding: 30px 20px 30px 20px;
		text-align: justify; 
		border: 1px solid darkgray;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: 4%;
		margin-right: 4%;
		width:91.6666%;
	}

	.box{
		display: inline;
		text-align:center;
		font-size: 13px;
		font-family:montserrat;
		margin-left: 4%;
		margin-right: 4%;
		margin-top: 10px;
		margin-bottom: 10px;
		height:350px;
		border: 1px solid darkgray;
	}
	
	.stats-card{
		display: inline-block;
		background: #6bb343;
		color: #fff;
		width: 100%;
		margin-top:20px;
		margin-bottom: 0px;
		position: relative;
		padding-top: 25px;
		padding-bottom: 25px;
		font-size: 20px;
	}
	
	.stats{
		text-align:center;
		font-size: 25px;
		font-weight: bold;
	}
	
	.stats-box{
		text-align:center;
		width:62.66px;
		height:40px;
	}
	
	.contact-card{
		background-color:#34383f; 
		color:#adadad; 
		margin-top:-5px; 
		height:680px;
	}
	
	.contact-social{
		margin-top: 2.5px;
		margin-bottom: 2.5px;
	}
	
	.contact-copyright{
		width:100%;
		float:left; 
		margin-top:-12px;
	}
}

@media (max-width: 479px) {
	
	.navbar-logo{
		position: static;
	}
	
	.logo-size{
		width:280px;
		height:61px;
	}
	
	.navbar-full{
		margin-top:-70px;
	}
	
	.navbar-contact{
		display:none;
	}
	
	.navbar-info{
		padding-top:70px;
		position: static;
	}
	
	.login-modal {
		position: relative;
		width: 330px;
		margin-left: calc((100% - 330px)/2);
		margin-right: calc((100% - 330px)/2);
		background: #f9f9f9;
		opacity: 1;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 4px;
		padding-bottom: 20px;
		margin-top: 100px;
	}
	
	.video-modal {
		position: relative;
		width: 330px;
		margin-left: calc((100% - 330px)/2);
		margin-right: calc((100% - 330px)/2);
		background: #f9f9f9 ;
		opacity: 1 ;
		-webkit-border-radius: 3px ;
		-moz-border-radius: 3px ;
		border-radius: 4px ;
		padding-bottom: 20px ;
		margin-top: 100px ;
	}
	
	.carousel-slide{
		display: none;
	}
	
	.carousel-control{
		display: none;
	}
	
	.carousel-indicators{
		display: block;
	}
	
	.carousel-inner{
		display: none;
	}
	 
	.container1{
		margin-top: -50px;
		background: url(../../assets/img/slide1.jpg) no-repeat center center fixed; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
	} 
	
	.features-card{
		padding: 30px 20px 30px 20px;
		text-align: justify; 
		border: 1px solid darkgray;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: 4%;
		margin-right: 4%;
		width:91%;
		font-size: 12px;
	}
	
	.box{
		display: inline;
		text-align:center;
		font-size: 11px;
		font-family:montserrat;
		margin-left: 5%;
		margin-right: 5%;
		margin-top: 10px;
		margin-bottom: 10px;
		height:230px;
		width:90%;
		border: 1px solid darkgray;
	}
	
	.box > h3 {
		font-size: 16px;
		
	}
	
	.stats-card{
		display: inline-block;
		background: #6bb343;
		color: #fff;
		width: 100%;
		margin-top:20px;
		margin-bottom: 0px;
		position: relative;
		padding-top: 25px;
		padding-bottom: 25px;
		font-size: 15px;
	}
	
	.stats{
		text-align:center;
		font-size: 20px;
		font-weight: bold;
	}
	
	.stats-box{
		text-align:center;
		width:62.66px;
		height:40px;
	}
	
	.contact-card{
		background-color:#34383f; 
		color:#adadad; 
		margin-top:-5px; 
		height:700px;
		font-size:11px;
	}
	
	.feedback-card > h3{
		font-size: 16px;
	}
	
	.additional-card > h3{
		font-size: 16px;
	}
	
	.contact-social{
		margin-top: 2.5px;
		margin-bottom: 2.5px;
	}
	
	.contact-copyright{
		width:100%;
		float:left; 
		margin-top:20px;
	}
}

@media screen and (max-width: 991px) {

	.menu-trigger{
		position: fixed;
		right: 0px;
		float:right;
		display:block;
		text-align:right;
		z-index:10003;
	}
	
	div.navbar-full{
		z-index:10002;
		display:none;
		float: left;
		background-color: #333;
		/* opacity:0.9; */
		width:300px;
		height: 100%;
		overflow-y: hidden;
		overflow-x: hidden;
	}
	
	div.nav-expanded{
		display:block;
	}
	
	div.nav-closed{
		display:none;
	}
	
	div.navbar-full ul li {
		float: none;
		display:block;
		width:250px;
		padding: 10px 20px 10px 0px;
		border-bottom: 1px solid #798472;
		margin-left:10px;	
	}
	
	div.navbar-full ul li:last-child {
		border-bottom: none;
	}
	
	.button-small{
		color: #6bb343 !important;
		background-color: transparent;
	}

	.button-small:hover{
		cursor: pointer;
		border-radius:4px solid #E3E3E3;
		color:#696464 !important;
		border-radius:3px;
	}

	.button-small-login{
		background-color: transparent;
		border:0px;
		cursor: pointer;
		padding-left:10px;
		padding-top:10px;
		padding-right:10px;
		padding-bottom:10px;
		color: #6bb343 !important;
		border-radius:3px;
		transition: all .3s ease-in-out;
		font-weight: bold;
	}

	.button-small-login:hover{
		cursor: pointer;
		border:0px;
		color: #696464 !important;
		border-radius:3px;
		background-color: transparent;
	}
}
