﻿@charset "utf-8";
/* CSS Document */
.jt{
 
    color:#FFF;display:none;
}

.change{
    
    color:#000; display:inline !important;  
} 
    .jt1{
 
    color:#FFF;display:none;
}

.change1{
    
    color:#000; display:none !important;  
} 


.bot{
	padding:5px;
}
 /* Note: Try to remove the following lines to see the effect of CSS positioning */
  .affix {
      top: 0;
      width: 100%;
  }

  .affix + .container-fluid {
      padding-top: 70px;
  }
 .custom-search-form{
    margin-top:5px;
} 
   .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 100%;
      margin: auto;
  }
  
  input:focus {
    outline:none;
}

p {
	color:#6d6d6d;
}


.btn-blu {
	display: inline-block;
	padding: 10px 35px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0px;
	background-color: #0D4459;
	border-color: #0D4459;
	color: #fff;
}      
.mrgn-top
{
	margin-top:15px;
	margin-right:15px;
}    

.header-tp
{
    margin: 10px 0px;
}    

/*######################## LOGIN/SIGNUP PAGE START ##################################*/
.at-login-form .btn-fb
{
	display: inline-block;
	padding: 18px 20px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0px;
	background-color: #4568B2;
	width: 100%;
	margin-top: 10px;
	color:#fff;
}

.at-login-form .btn-gp
{
	display: inline-block;
	padding: 18px 20px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid #eee;
	border-radius: 0px;
	background-color: #FFFFFF;
	width: 100%;
	margin-top: 10px;
	color:#000;
}

.at-login-form .btn-lgin
{
	display: inline-block;
	padding: 18px 20px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid #eee;
	border-radius: 0px;
	background-color: #1DB9EC;
	width: 100%;
	margin-top: 10px;
	color:#fff;
}
.at-login-form .signup-or-separator {
	background: none;
	height: 34px;
	position: relative;
	text-align: center;
}
.at-login-form .signup-or-separator--text {
	background-color: #fff;
	display: inline-block;
	padding: 8px;
}

.at-login-form .h6 {
	font-size: 14px;
	font-weight: bold;
	color: #757575;
	line-height: 1.1;
	text-rendering: optimizelegibility;
}

.at-login-form .signup-or-separator hr {
    margin: -25px auto 10px;
    width: 100%;	
 }
 
 .at-login-form .form-control-form {
    display: block;
    width: 100%;
    height: 54px;
    padding: 15px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-top: 3px;
}   
 .at-login-form .frgt-pswd
{
	margin: 5px 0 10px;
color: red; font-size:12px;
}

 .at-login-form .btn-gst
{
	-moz-user-select: none;
    background-color: transparent;
    background-image: none;
    border: 0 solid #000;
    border-radius: 0;
    color: #f15bb3;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
}

 .at-login-form .ta-l
{
	text-align:left;
	margin-top: 5px; font-size:14px;
}

 .at-login-form .modal-dialog {
    width: 30%;
    margin: 30px auto;
}

.at-login-form .modal-content
{
	padding: 0px 10px;
}

.at-login-form  .modal-header {
    padding: 10px 10px;
    border-bottom: 0px solid #e5e5e5;
}
.blue-bg-nav
{
    background-color:#1DB9EC;}
/*######################## LOGIN/SIGNUP PAGE  END ##################################*/
/*--//Login --*/
/*footer{margin:10px 0 0 0;background:#243c4f;font-size:14px;padding:60px 0  }footer p{font-size:14px;color:rgba(255,255,255,0.6)}footer a{color:#fff}footer a:hover{color:#3ac341}footer .footer-title{position:relative;font-size:18px;text-transform:uppercase;color:#fff}footer .footer-title:after{content:'';display:block;width:60px;height:1px;background:#3ac341;margin-top:8px}footer .right-border{border-right:1px solid rgba(255,255,255,0.1)}footer .left-border{border-left:1px solid rgba(255,255,255,0.1)}@media (max-width: 991px){footer .copyright{border-top:1px solid rgba(255,255,255,0.1);margin-top:40px;text-align:center}footer .right-border{border-right:none}} @media (max-width: 767px){footer .right-border{border-right:none}footer .left-border{border-left:none}footer .navigation{margin-top:40px;border-top:1px solid #fff}} footer .footer-about{border-bottom:1px solid rgba(255,255,255,0.1);padding-bottom:40px}footer .contact-info .single{margin:5px 0}footer .contact-info .single i{display:block;float:left;color:#3ac341;margin-right:10px;line-height:22px}footer .contact-info .single p{margin:0;padding:0;display:block;overflow:hidden}footer .social-icon{margin-top:40px}footer .social-icon li a{display:block;width:32px;height:32px;margin-right:5px;text-align:center;border:1px solid rgba(255,255,255,0.1);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}footer .social-icon li a:hover{border-color:#3ac341;color:#3ac341}footer .social-icon li a i{line-height:32px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}footer .navigation li a{color:rgba(255,255,255,0.6);text-transform:uppercase;line-height:30px;text-decoration:none}footer .navigation li a:hover{color:#3ac341}footer .copyright{padding-top:40px;font-size:12px}.btn-blu{display:inline-block;padding:10px 35px;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:0;background-color:#0D4459;border-color:#0D4459;color:#fff}*/

.nav-bg {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #851f83 0%, #851f83 100%) repeat scroll 0 0;
    box-shadow: 2px 2px 2px 2px #ccc;
    line-height: 22px;
    z-index: 1000;
}