@import url(https://fonts.googleapis.com/css?family=PT+Sans);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
html, body {
	height: 100%;
}
body {
	padding: 0px;
	margin: 0px auto;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: none !important;
}
a, a:active, a:focus {
	outline: 0;
	text-decoration: none;
}
p {
	text-align: justify;
	margin: 0px auto;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px auto;
}
.divider {
	background: transparent url(../images/line.jpg) no-repeat scroll center center;
	display: block;
	height: 18px;
	margin: 10px auto 15px;
	padding: 0px;
	position: relative;
	width: 100%;
}
.no-padding {
	padding: 0px;
}
/*MAIN MENU STYLE*/

#menu {
	padding: 0px;
	margin: 0px auto;
}
.navbar-default {
	background-color: rgba(66, 180, 227, 1);
	border-color: transparent;
}
.navbar-brand {
	height: auto;
}
.navbar.navbar-fixed-top.fixed-theme {
	background-color: #42b4e3;
	border-color: transparent;
	box-shadow: 0 0 5px rgba(0,0,0,.8);
}
.navbar-brand.fixed-theme {
	font-size: 18px;
}
.navbar-container.fixed-theme {
	padding: 0;
}
.navbar-brand.fixed-theme, .navbar-container.fixed-theme, .navbar.navbar-fixed-top.fixed-theme, .navbar-brand, .navbar-container {
	transition: 0.8s;
	-webkit-transition: 0.8s;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #ffdd00;
	background-color: transparent;
}
.navbar-nav > li > a {
	padding: 30px 10px;
}
.navbar-default .navbar-nav > li > a {
	color: #FFF;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #ffdd00;
}
.mar-20-btm {
	margin-bottom: 20px;
}
.navbar-toggle {
	padding: 10px;
	margin-top: 20px;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #42b4e3;
}
 @media (max-width : 680px) {
.navbar-nav > li > a {
	padding: 10px 10px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	background-color: #42b4e3;
}
}
@media (max-width: 1000px) and (min-width : 680px) {
.navbar-header {
	float: none;
}
.navbar-left, .navbar-right {
	float: none !important;
}
.navbar-toggle {
	display: block;
	/*margin: 28px auto;*/
	margin: 28px 0px auto;
    right: 73px;

}
.navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}
.navbar-collapse.collapse {
	display: none!important;
}
.navbar-nav {
	float: none!important;
	margin-top: 7.5px;
}
.navbar-nav>li {
	float: none;
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;/* text-align:right;*/
}
.collapse.in {
	display: block !important;
}
}
/*HOME PAGE STYLE*/

/*          Slider              */
/********************************/
.jk-slider {
	width: 100%;
}
.hero {
	position: absolute;
	top: 50%;
	left: 36%;
	z-index: 3;
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px 0 rgba(0,0,0,.75);
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
.hero h1 {
	margin: 0;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
}
.hero .btn {
	margin-top: 25px;
	background: none;
	padding: 6px 14px;
}
.hero .btn:hover {
	color: #fff !important;
	border-color: #fff;
}
.hero .btn-yellow {
	color: #ffdd00;
	border: 1px solid #ffdd00;
}
.hero .btn-green {
	color: #a6ce39;
	border: 1px solid #a6ce39;
	margin-left: 10px;
}
.hero p {
	line-height: 23px;
}
.hero ul li {
	list-style: none;
	float: left;
}
.fade-carousel .carousel-inner .item .hero {
	opacity: 0;
	-webkit-transition: 2s all ease-in-out .1s;
	-moz-transition: 2s all ease-in-out .1s;
	-ms-transition: 2s all ease-in-out .1s;
	-o-transition: 2s all ease-in-out .1s;
	transition: 2s all ease-in-out .1s;
}
.fade-carousel .carousel-inner .item.active .hero {
	opacity: 1;
	-webkit-transition: 2s all ease-in-out .1s;
	-moz-transition: 2s all ease-in-out .1s;
	-ms-transition: 2s all ease-in-out .1s;
	-o-transition: 2s all ease-in-out .1s;
	transition: 2s all ease-in-out .1s;
}
.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-color: #000;
	opacity: .7;
}
/*          Slider  End         */
/********************************/



/*  new slider */

#thumbnail-preview-indicators {
	position: relative;
	overflow: hidden;
}
#thumbnail-preview-indicators .slides .slide-1, #thumbnail-preview-indicators .slides .slide-2, #thumbnail-preview-indicators .slides .slide-3 {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#thumbnail-preview-indicators, #thumbnail-preview-indicators .slides, #thumbnail-preview-indicators .slides .slide-1, #thumbnail-preview-indicators .slides .slide-2, #thumbnail-preview-indicators .slides .slide-3 {
	height: 580px;
}
#thumbnail-preview-indicators .slides .slide-1 {
	background-image: url(../images/slider/banner1.jpg);
	box-shadow: inset 0 0 0 1000px rgba(2, 0, 0, 0.74);
}
#thumbnail-preview-indicators .slides .slide-2, .top-section{
	background-image: url(../images/slider/banner2.jpg);
	box-shadow: inset 0 0 0 1000px rgba(2, 0, 0, 0.74);
}
#thumbnail-preview-indicators .slides .slide-3 {
	background-image: url(../images/slider/banner3.jpg);
	box-shadow: inset 0 0 0 1000px rgba(2, 0, 0, 0.74);
}
#thumbnail-preview-indicators .carousel-inner .item .carousel-caption {
	top: 25%;
	bottom: inherit;
	width: 30%;
	text-align: left;
}
#thumbnail-preview-indicators .carousel-inner .item .carousel-caption h1 {
	text-transform: uppercase;
	margin-bottom: 6px;
}
#thumbnail-preview-indicators .carousel-indicators li, #thumbnail-preview-indicators .carousel-indicators li.active {
	position: relative;
	width: 95px;
	height: 6px;
	border: 1px solid #42b4e3;
	border-radius: 0px;
}
#thumbnail-preview-indicators .carousel-indicators li.active {
	background-color: #42b4e3;
}
 @media screen and (max-width : 480px) {
#thumbnail-preview-indicators .carousel-indicators li, #thumbnail-preview-indicators .carousel-indicators li.active {
	width: 50px;
	height: 8px;
	position: relative;
}
#thumbnail-preview-indicators .carousel-indicators li > .thumbnail {
	width: 50px;
	left: 50%;
	margin-top: -50px;
	margin-left: -25px;
}
}
#home-slider .btn-primary {
	margin-top: 20px;
	background-color: transparent;
}
#home-slider .btn-yellow {
	color: #ffdd00;
	border: 1px solid #ffdd00;
}
#home-slider .btn-green {
	color: #a6ce39;
	border: 1px solid #a6ce39;
}
#home-slider .btn:hover {
	color: #fff !important;
	border-color: #fff;
}
@media (max-width:320px) {
#thumbnail-preview-indicators .carousel-inner .item .carousel-caption {
	top: 2% !important;
}
}
 @media (max-width:640px) {
#thumbnail-preview-indicators .carousel-inner .item .carousel-caption {
	top: 12%;
	width: 72%;
}
}
@media (min-width:720px) and (max-width: 1024px) {
#thumbnail-preview-indicators .carousel-inner .item .carousel-caption {
	width: 53%;
}
}
@media (min-width:1050px) and (max-width: 1800px) {
#thumbnail-preview-indicators .carousel-inner .item .carousel-caption {
	width: 40%;
}
}
/* How Does section */
.how-does {
	padding: 0px;
	margin: 45px 0px;
	text-align: center;
	color: #7f8c8d;
}
.special-hr {
	margin-top: 8px;
	margin-bottom: 8px;
	border-top: 1px solid #7f8c8d;
	width: 15%;
}
.how-does .how-does-content {
	padding: 0px 60px;
}
.how-does .how-does-content P {
	text-align: center;
	margin: 30px 0px;
}
.how-does .how-does-content h1 {
	font-size: 44px;
}
.special-text {
	margin: 10px 0px !important;
	font-size: 13px;
}
.section_0 {
	margin: 15px 0px
}
.section_0 p {
	padding: 0px 43px;
	text-align: center;
}
.circle {
	margin: 10px auto;
	display: inline-block;
	padding: 16px;
	text-align: center;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	border: 2px solid #539140;
}
.circle::before, .circle::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.circle, .circle::before, .circle::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.circle {
	position: relative;
	z-index: 2;
	background-color: #dfe2e2;
	border: 2px solid #7f8c8d;
	color: #539140;
	line-height: 50px;
	overflow: hidden;
}
.circle:hover {
	color: #fff;
}
.circle::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}
.circle:hover::after {
	background: #cad2d2;
	border-radius: 50%;
	-webkit-transform: scale(.9);
	transform: scale(.9);
}
.circle1 {
	opacity: 0.4;
}
.circle2 {
	opacity: 0.6;
}
.circle3 {
	opacity: 0.8;
}
.circle a {
	text-decoration: none;
	color: #7f8c8d;
}
.circle h2 {
	font-size: 65px;
	margin-top: 15%;
}
.circle p {
	font-size: 20px;
	line-height: 26px;
}
.fn {
	padding: 0px;
	margin: 0px;
	text-align: center;
}
.center-hr {
	position: relative;
	top: 115px;
	border-top: 1px solid #7f8c8d;
	width: 75%;
}
/*   -   Grey Section - */
.grey {
	background-color: #c7c7c7;
	padding: 25px 0px 0px;
}
.grey h1 {
	margin: 35px 0px 15px;
}
.grey h4 {
	margin: 0px 0px 15px;
}
.grey p {
	line-height: 27px;
	text-align: left;
	padding-bottom: 40px;
}
.grey img {
	margin: 48px auto 0px;
}
/* Screen Shot Section */
#screen-shot {
	margin: 25px 0px;
}
.screen-shot-content {
	text-align: center;
}
/*PRIVACY POLICY*/

#privacy-title {
	padding: 150px 0px 100px;
	margin: 0px auto;
	background: url(../images/privacy.jpg);
	box-shadow: inset 0 0 0 1000px rgba(2, 0, 0, 0.80);
}
#terms-title {
	padding: 150px 0px 100px;
	margin: 0px auto;
	background: url(../images/terms.jpg);
	box-shadow: inset 0 0 0 1000px rgba(2, 0, 0, 0.80);
}
#privacy-title h3, #terms-title h3 {
	color: #fff;
	text-align: center;
	font-weight: 800;
}
#privacy-detail {
	padding: 40px 0px;
}
#privacy-detail h3 {
	line-height: 35px;
}
#privacy-detail h3 span {
	color: #42b4e3;
	font-family: 'Open+Sans', sans-serif;
	border: 1px solid #42b4e3;
	border-radius: 50%;
	padding: 5px;
}
#privacy-detail hr {
	border-top: 1px solid #42b4e3;
}
#privacy-detail p {
	text-align: justify;
	margin-bottom: 20px;
	line-height: 28px;
}
/*FOOTER STYLE*/

#footer {
	background: #666666;
	padding: 10px 0px;
}
#footer p {
	color: #fff;
	margin: 0px auto;
	line-height: 26px;
}
#footer p a {
	color: #42b4e3;
}
/*=========================
  Icons
 ================= */

/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0px auto !important;
}
ul.social-network li {
	display: inline;
	margin: 0 3px;
}
/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color: #3B5998;
}
.social-network a.icoTwitter:hover {
	background-color: #33ccff;
}
.social-network a.icoGoogle:hover {
	background-color: #BD3518;
}
.social-network a.icoVimeo:hover {
	background-color: #0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color: #007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i, .social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color: #fff;
}
a.socialIcon:hover, .socialHoverClass {
	color: #44BCDD;
}
.social-circle li a {
	display: inline-block;
	position: relative;
	margin: 0 auto 0 auto;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	width: 25px;
	height: 25px;
	font-size: 14px;
	background: #c7c7c7;
	color: #666666;
}
.social-circle li i {
	margin: 0;
	line-height: 25px;
	text-align: center;
}
.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #666666;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}
/*LIJO*/



/********************************/
/*            About Us          */
/********************************/
#aboutus-body-content01 {
	padding: 50px 0px;
}
.aboutus-logo-text02 img {
	margin-top: -7px;
}
.aboutus-logo-text02 h1 {
	color: #7f8c8d;
	margin-bottom: 50px;
}
.no-pad {
	padding: 0px;
}
#aboutus-learn-more03 {
	padding: 60px 0px;
	background: #c7c7c7;
	text-align: center;
}
#aboutus-learn-more03 h1 {
	font-weight: 900;
	color: #6e7475;
}
#aboutus-learn-more03 h1 span {
	color: #00aff0;
}
#aboutus-learn-more03 hr {
	width: 35%;
	border: 1px solid #5c5c5c;
}
#aboutus-learn-more03 h4 {
	color: #5c5c5c;
	font-weight: bold;
}
.aboutus-learnmore-bttn {
	padding: 6px 35px;
	margin: 20px auto;
	background: none;
	border: 1px solid #7f8c8d;
}
#aboutus-bottom-content04 {
	padding: 30px 0px;
}
#aboutus-bottom-content04 h1 {
	color: #7f8c8d;
	font-weight: bold;
}
#aboutus-bottom-content04 hr {
	width: 50%;
	border: 1px solid #7f8c8d;
	float: left;
}
#aboutus-footer05 {
	padding: 9px 0px;
	background: #666666;
}
#aboutus-footer05 p {
	color: #ecf0f1;
}
#aboutus-footer05 p a {
	color: #00aff0;
}
/********************************/
/*            Misson          */
/********************************/	
#misson-for-customer01 {
	padding: 30px 0px;
}
#misson-for-customer01 img {
	margin-top: -7px;
}
#misson-for-customer01 h1 {
	color: #7f8c8d;
	margin-bottom: 10px;
	text-align: center;
}
#misson-for-customer01 hr {
	width: 20%;
	border-color: #7f8c8d;
	margin-bottom: 30px;
}
#misson-download-app02 {
	padding: 30px 0px 0px;
}
#misson-download-app02 h1 span {
	font-weight: bold;
	color: #7f8c8d;
}
#misson-download-app02 h1 {
	color: #7f8c8d;
	padding-bottom: 10px;
}
#misson-download-app02 p a {
	color: #42b4e3;
}
/********************************/
/*            Misson          */
/********************************/	
#press-room-mediagallery01 {
	padding: 25px 0px;
}
/*media gallery*/	
	
.col-item {
	border: 1px solid #E1E1E1;
	border-radius: 5px;
	background: #FFF;
}
.col-item .photo img {
	margin: 0 auto;
	width: 100%;
}
.col-item .info {
	padding: 10px;
	border-radius: 0 0 5px 5px;
	margin-top: 1px;
}
.col-item:hover .info {
	background-color: #F5F5DC;
}
.col-item .price {
	/*width: 50%;*/
	float: left;
	margin-top: 5px;
}
.col-item .price h5 {
	line-height: 20px;
	margin: 0;
}
.price-text-color {
	color: #219FD1;
}
.col-item .info .rating {
	color: #777;
}
.col-item .rating {
	/*width: 50%;*/
	float: left;
	font-size: 17px;
	text-align: right;
	line-height: 52px;
	margin-bottom: 10px;
	height: 52px;
}
.col-item .separator {
	border-top: 1px solid #E1E1E1;
}
.clear-left {
	clear: left;
}
.col-item .separator p {
	line-height: 20px;
	margin-bottom: 0;
	margin-top: 10px;
	text-align: center;
}
.col-item .separator p i {
	margin-right: 5px;
}
.col-item .btn-add {
	width: 50%;
	float: left;
}
.col-item .btn-add {
	border-right: 1px solid #E1E1E1;
}
.col-item .btn-details {
	width: 50%;
	float: left;
	padding-left: 10px;
}
.controls {
	margin-top: 27px;
}
[data-slide="prev"] {
 margin-right: 10px;
 background: none;
 color: #46bced;
/*border:1px solid #46bced;*/
}
[data-slide="next"] {
 background: none;
 color: #46bced;
/*border:1px solid #46bced;*/
}
.press-room-media-headdig02 {
	padding: 20px 0px;
}
.press-room-media-headdig02 span {
	color: #42b4e3;
	font-weight: normal;
}
.press-room-media-headdig02 {
	font-weight: bold;
}
.press-room-image03 img {
	border: 1px solid #46bced;
}
#press-room-mediaroom04 {
	padding: 30px 0px 40px;
	background: #e5eeef;
}
.press-room-text04 hr {
	border-color: #46bced;
}
.press-room-text04 a {
	color: #46bced;
}
#press-room-media-advertising07 {
	padding: 30px 0px 60px;
}
.press-room-video-border08 {
	border: 4px solid #42b4e3;
	border-radius: 3px;
}
 @media (max-width: 768px) {
.press-room-image03 img {
	margin: 8px auto;
}
.controls {
	margin: 18px auto;
}
}
@media (max-width: 980px) {
.press-room-image03 img {
	margin: 8px auto;
}
.controls {
	margin: 18px auto;
}
}
/*media gallery */
	
/********************************/
/*         Contact us	        */
/********************************/		
	

	
#contactus01 {
	padding: 30px 0px;
}
#contactus01 h1 span {
	font-weight: bold;
	color: #7f8c8d;
}
#contactus01 h1 {
	color: #7f8c8d;
}
#contactus01 p {
	color: #42b4e3;
	font-weight: bold;
	margin-bottom: 30px;
}
.contactus-forms02 {
	padding: 7px 5px;
	border: 1px solid #42b4e3;
	border-radius: 3px;
	background: #dbe7ec;
	color: #42b4e3;
}
.contactus-text-area03 {
	padding: 7px 5px;
	border: 1px solid #42b4e3;
	border-radius: 3px;
	background: #dbe7ec;
	color: #42b4e3;
}
.contactus-list04 {
	width: 100%;
}
.contactus-list03 {
	padding: 7px 5px;
	border: 1px solid #42b4e3;
	border-radius: 3px;
	background: #dbe7ec;
	color: #42b4e3;
	text-align: left;
}
.contactus-sent-button05 {
	width: 15%;
	padding: 9px 5px;
	border: 1px solid #42b4e3;
	border-radius: 3px;
	background: #42b4e3;
	color: #fff;
	margin: 15px 0px;
	text-align: center;
	font-weight: bold;
}
 @media (max-width: 768px) {
.contactus-forms02 {
	width: 98%;
}
.contactus-sent-button05 {
	width: 44%;
}
#contactus01 h1 {
	text-align: center;
}
#contactus01 p {
	text-align: center;
}
}
@media (max-width: 980px) {
.contactus-text-area03 {
	width: 95%;
}
.contactus-list03 {
	width: 99%;
}
.contactus-sent-button05 {
	width: 30%;
}
}
/* ----  splash-screen --- */
.splashLeft, .splashRight {
	width: 50%;
	background: #FFF url(../images/for-consumer-bg.jpg) center center no-repeat;
	height: 100%;
	float: left;
	background-size: auto 100%;
	position: relative;
}
.splashRight {
	background: #FFF url(../images/for-business-bg.jpg) center center no-repeat;
	background-size: auto 100%;
	float: right;
}
.splashLeft a, .splashLeft .leftArrow, .splashRight a, .splashRight .rightArrow {
	color: #FFF;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.splashLeft a, .splashLeft .leftArrow {
	right: 0px;
}
.splashLeft a {
	right: 60px;
	font-size: 26px;
	font-weight: bold;
}
.splashRight a {
	left: 60px;
	font-size: 26px;
	font-weight: bold;
}
.splashLeft .leftArrow img, .splashRight .rightArrow img {
	display: none;
}
.splashTop, .splashBottom {
	background: #FFF url(../images/for-consumer-bg.jpg) center center no-repeat;
	position: fixed;
	left: 0;
	right: 0;
	height: 50%;
	background-size: cover;
}
.splashTop {
	display: table;
	width: 100%;
}
.splashBottom {
	bottom: 0;
	background: #FFF url(../images/for-business-bg.jpg) center center no-repeat;
	background-size: cover;
}
.topArrow {
	position: absolute;
	width: 100%;
	bottom: 0;
	text-align: center;
	opacity: 0;
}
.bottomArrow {
	text-align: center;
	opacity: 0;
}
.splashTop a {
	font-size: 26px;
	font-weight: bold;
	color: #FFF;
	position: absolute;
	bottom: 50px;
	width: 100%;
	clear: both;
	text-align: center;
}
.splashBottom a {
	position: absolute;
	width: 100%;
	clear: both;
	text-align: center;
	top: 50px;
	font-size: 26px;
	font-weight: bold;
	color: #FFF;
}
.logoBack {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #FFF url(../images/first-page-bg.jpg) center center;
	background-size: cover;
}
.login, .register {
	position: fixed;
	z-index: 1;
	top: 100px;
	right: -100px;
	bottom: 0px;
	width: 157px;
	height: 53px;
	transition-duration: .4s;
}
.register {
	top: 160px !important;
}
.login:hover, .register:hover {
	z-index: 999;
	right: 0px;
	transition-duration: .4s;
}
@media (max-width : 680px) {
}
.margin-20 {
	margin-left: 20px;
}
.fa-ul li {
	line-height: 25px;
}
.fa-ul .fa-thumbs-o-up, .fa-ul .fa-question-circle-o, .fa-ul .fa-question-circle {
	color: #42B4E3;
	line-height: 22px;
}
.links {
	color: #42B4E3;
	font-size: 15px;
	font-family: "Open Sans";
}
.links:hover {
	color: #a6ce39;
}
#contactus01 .links {
	font-weight: normal
}
.source {
	padding: 50px 0px;
}
.other-section {
	position: fixed;
	top: 0px;
	right: 0px;
	width: 88px;
	padding-top: 30px;
	height: 87px;
	background-color: #7F8C8D;
	text-align: center;
	cursor: pointer;
	z-index: 99999;
	font-weight: bold;
}

.text-justify {
	text-align: justify !important;
}
.link-style {
	color: #fff;
}
.link-style-grey, .link-style-grey:hover {
	color: #7f8c8d;
}
.link-style-black, .link-style-black:hover {
	color: #333 !important;
}


.home-menu .download-app {
	color: #FFF;
	padding-top: 15px;
	float: right;
	width: 325px;
	text-align: center;
}
@media (max-width:620px) {
.home-menu .download-app {
	float: none;
	margin-left: 5px;
	padding-top: 0px;
}
.register {
	top: 225px !important;
}
.login {
	top: 160px !important;
}
.home-menu .navbar-toggle {
	margin-right: 150px !important;
}
}
@media (min-width:768px){
.home-menu .navbar-toggle{
right: 0px;	
}
}
@media (min-width:640px) and (max-width: 720px){
	.home-menu .navbar-toggle{
		top: 17px !important;
		right: 0px !important;
	}
	.home-menu .container > .navbar-header, .home-menu .container-fluid > .navbar-header, .home-menu .container > .navbar-collapse, .home-menu .container-fluid > .navbar-collapse {
    min-height: 37px;
}
}
@media(max-width:640px){
	.navbar-toggle{
right: 0px;	
top:75px;
}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    min-height: 137px;
}
}
@media (min-width:1000px) and (max-width:1024px){

.register {
	top: 255px !important;
}
.login {
	top: 190px !important;
}
}
@media (max-width:320px){
	.home-menu .navbar-toggle{
		right: 50px !important;
	}
}

@media (min-width:732px) and (max-width:750px){
	.home-menu .navbar-toggle{
		right: 0px !important;
	}
}
@media (min-width:568px) and (max-width:610px){
	.home-menu .navbar-toggle{
		right: -198px !important;
	}
}
@media (min-width:412px) and (max-width:480px){
	.home-menu .navbar-toggle{
		right: -44px !important;
	}
}

.top-section-mobile{
	display: none;
}

@media only screen and (max-width: 768px) {
	/* For mobile phones: */

	.top-section{
		display: none;
	}

	.top-section-mobile{
		display: block;
	}

	.carousel-caption{
		margin-top: 15%;
	}

	#thumbnail-preview-indicators, #thumbnail-preview-indicators .slides, #thumbnail-preview-indicators .slides .slide-1, #thumbnail-preview-indicators .slides .slide-2, #thumbnail-preview-indicators .slides .slide-3 {
		height: 750px;
	}

	#consumer-intro-video-div{
		display: block;
	}
}

@media (min-width: 1200px){
	.container {
		width: 1250px;
	}
}