@CHARSET "UTF-8";

/********** search-area **********/
#search-window {
	padding-bottom: 10px;
}

#search-box {
	background: #fff;
	border-radius: 3px;
	padding: 0px 5px;
}

#search-box .bootstrap-select {
	height: 43px;
	border: none;
}

#search-box .bootstrap-select .btn {
	margin-bottom: 0px;
	padding: 8px 10px;
	width: 110px;
	border-bottom: 1px solid #d2d2d2;
}

#search-box .input-group {
	width: 100%;
}

#search-box .input-group .input-group-btn {
	padding: 0px;
}

#search-box  .bootstrap-select .dropdown-toggle .filter-option-inner-inner
	{
	font-weight: 400;
}

#search-btn {
	/* 	height: 53px; */
	padding: 5px 0px;
}

#search-key {
	height: 43px;
}

.divider2 {
	width: 100%;
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	bottom: -1px;
	display: block;
	width: 100%;
	object-fit: fill;
	height: 41px;
}

.divider2 img {
	width: 100%;
	height: 41px;
	object-fit: fill;
}

.maintoplogo {
	margin-top: 1vw;
}

.sitetoplogo {
	margin-top: 1.5vw;
}

.topbanner-bg {
	background-image: url(/img/landing-page/topbanner-pic.jpg),
		url(/img/landing-page/topbanner-bg-x.jpg);
	background-position: top center, top center;
	background-repeat: no-repeat, repeat-x;
	background-size: cover;
	position: relative;
	width: 100%;
	display: block;
	padding-bottom: 4vw;
}

.topbanner-bg h2 {
	color: #60b85a
}

.topbanner-bg h2 span {
	font-weight: bold;
	color: #fff;
}
/* ----*/

/*  SECTIONS  */
.tab-section {
	clear: both;
	padding: 10px 5px;
	margin-top: 10px;
}

.tab-section .col-xs-3 {
	padding: 0px 5px;
	margin-bottom: 5px;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
.bodyTabsec h4 {
	text-transform: uppercase;
	font-weight: bold;
	color: #333;
	text-align: center;
	margin-top: -12px;
	margin-bottom: -4px;
}

.bodyTabsec h4 span {
	background-color: #F0EFEF;
	padding: 2px 6px;
	background: -moz-linear-gradient(top, rgba(239, 239, 239, 1) 0%,
		rgba(239, 239, 239, 1) 59%, rgba(239, 239, 239, 0) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(239, 239, 239, 1) 0%,
		rgba(239, 239, 239, 1) 59%, rgba(239, 239, 239, 0) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(239, 239, 239, 1) 0%,
		rgba(239, 239, 239, 1) 59%, rgba(239, 239, 239, 0) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef',
		endColorstr='#00efefef', GradientType=0); /* IE6-9 */
}
/*  Orange Gradient Colour */
.orange-gradient {
	border-top: solid 2px #e79800;
	background: -moz-linear-gradient(top, rgba(231, 152, 0, 0.3) 0%,
		rgba(231, 152, 0, 0) 98%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(231, 152, 0, 0.3) 0%,
		rgba(231, 152, 0, 0) 98%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(231, 152, 0, 0.3) 0%,
		rgba(231, 152, 0, 0) 98%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4de79800',
		endColorstr='#00e79800', GradientType=0); /* IE6-9 */
}
/*  DeepGreen Gradient Colour */
.DeepGreen-gradient {
	border-top: solid 2px #009b72;
	background: -moz-linear-gradient(top, rgba(0, 155, 114, 0.3) 0%,
		rgba(0, 155, 114, 0) 98%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 155, 114, 0.3) 0%,
		rgba(0, 155, 114, 0) 98%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 155, 114, 0.3) 0%,
		rgba(0, 155, 114, 0) 98%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d009b72',
		endColorstr='#00009b72', GradientType=0); /* IE6-9 */
}
/*  LightGreen Gradient Colour */
.LightGreen-gradient {
	border-top: solid 2px #4caf50;
	background: -moz-linear-gradient(top, rgba(76, 175, 80, 0.3) 0%,
		rgba(76, 175, 80, 0) 98%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(76, 175, 80, 0.3) 0%,
		rgba(76, 175, 80, 0) 98%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(76, 175, 80, 0.3) 0%,
		rgba(76, 175, 80, 0) 98%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4caf50',
		endColorstr='#004caf50', GradientType=0); /* IE6-9 */
}

.green-gradient{
	border-top: solid 2px #d6b746;
	background: -moz-linear-gradient(top,  rgba(239,225,162,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(239,225,162,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(239,225,162,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efe1a2', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

.orange-gradient .btn, .DeepGreen-gradient .btn, .LightGreen-gradient .btn, .green-gradient .btn
	{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 100%;
	display: block;
	border: none;
	color: #fff;
	/* 	padding: 4px 10px 4px 50px; */
	font-size: 16px;
	position: relative;
	height: 60px;
}

/*-------------------------------*/
/*    Big Banner Carousel Fade Transition   */
/*-------------------------------*/
.bigbanner {
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.26);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.26);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.26);
}

#section-nmeict {
	padding: 10px 0px;
}

.hr-line {
	height: 1px;
	background: #CCCCCC;
	line-height: 1px;
	margin: 10px 0px 0px 0px;
	padding: 0;
}
/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/
#carousel {
	padding: 10px 0px;
}

#fade-quote-carousel.carousel .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}

#fade-quote-carousel.carousel .carousel-inner .active {
	opacity: 1;
	-webkit-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}

#fade-quote-carousel.carousel .carousel-indicators {
	bottom: 10px;
}

#fade-quote-carousel.carousel .carousel-indicators>li {
	background-color: #cecccc;
	border: none;
}

#fade-quote-carousel h3 {
	font-weight: 400;
	color: #5f5f5f;
	margin: 0;
	width: 95%;
}

#fade-quote-carousel h3 span {
	font-weight: bold;
}

#fade-quote-carousel .profile-circle {
	margin: 0;
	position: relative;
	display: block;
}

#fade-quote-carousel .profile-circle img {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	margin: 0;
}

#fade-quote-carousel .profile-circle .vvv {
	content: url('/img/landing-page/divider2.svg');
	position: absolute;
	right: 14px;
	top: 0;
	z-index: 2;
	background-size: cover;
	background-attachment: fixed;
	height: 100%;
}

#fade-quote-carousel h3 {
	margin: 0;
	padding: 0;
}

.equal-text-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.text-height {
	line-height: 22px;
	padding: 10px;
}

.pad-20 {
	padding: 20px 0;
}

.pad-30 {
	padding: 30px 0;
}

.pad-40 {
	padding: 40px 0;
}

.pad-50 {
	padding: 50px 0;
}

.pad-top20 {
	padding: 20px 0 0;
}

.pad-top30 {
	padding: 30px 0 0;
}

.pad-top40 {
	padding: 40px 0 0;
}

.pad-top50 {
	padding: 50px 0 0;
}

/********** footer **********/
footer {
	background: #1a503e;
	color: #fff;
}

footer>.container-fluid {
	padding: 10px !important;
}

footer.page-footer .footer-copyright {
	overflow: hidden;
	height: 23px;
	line-height: 23px;
	color: rgba(255, 255, 255, .8)
}

footer.page-footer .footerlink>li>a {
	line-height: 30px;
	position: relative;
	padding-left: 10px;
	font-weight: 400;
}

.footerlink>li>a:before {
	content: "\f0da";
	font-family: 'FontAwesome', Roboto;
	left: 0;
	position: absolute;
	top: -5px;
	font-size: 12px;
}

.footerlink {
	color: #fff;
	list-style: none;
	color: #fff;
	padding: 0px;
	margin: 0px !important;
}

.footerlink a {
	color: #fff;
}

.footer-copyright {
	background: #0c3125;
	color: #909995;
}

.footerlink li p a {
	padding: 10px 0 !important;
	text-align: center;
}

.footerlink li p a i {
	font-size: 20px;
	color: #fff;
}

.applink {
	margin: 0;
	padding: 0;
	list-style: none;
}

.applink li {
	margin: 10px 4px 0;
	float: left;
}

.applink li:first-child {
	margin-left: 0;
}

.applink li a {
	display: block;
	text-decoration: none;
	overflow: hidden;
	background: url("/img/landing-page/appstoregrapgic.png" );
	height: 35px;
	width: 112px;
	background-repeat: no-repeat;
	text-indent: -1000px;
	outline: none;
}

.applink li a.appstore {
	background-position: 0 0
}

.applink li a.gplay {
	background-position: -119px 0
}

.applink li a.wstore {
	background-position: -239px 0
}

/********** social buttons **********/
.social-logo i {
	color: #fff;
	font-size: large;
	/* 	vertical-align: middle; */
}

.social-logo {
	height: 35px !important;
	min-width: 35px !important;
	width: 35px !important;
	padding: 9px !important;
	font-size: smaller !important;
}

.btn-fb {
	background-color: #3b5998 !important;
}

.btn-fb:focus, .btn-fb:hover {
	background-color: #4264aa !important;
}

.btn-tw {
	background-color: #55ACEE !important
}

.btn-tw:focus, .btn-tw:hover {
	background-color: #6cb7f0 !important
}

.btn-gplus {
	background-color: #DD4B39 !important
}

.btn-gplus:focus, .btn-gplus:hover {
	background-color: #e15f4f !important
}

.btn-instra {
	background: rgb(66, 66, 224);
	background: linear-gradient(90deg, rgba(66, 66, 224, 1) 0%,
		rgba(210, 20, 114, 1) 50%, rgba(248, 160, 0, 1) 100%);
}

.btn-instra:hover {
	background: rgb(105, 105, 238);
	background: linear-gradient(90deg, rgba(78, 78, 235, 1) 0%,
		rgba(230, 35, 132, 1) 50%, rgba(250, 174, 36, 1) 100%);
}

.btn-li {
	background-color: #0082CA !important
}

.btn-li:focus, .btn-li:hover {
	background-color: #0092e4 !important
}

.btn-orange {
	background-color: #e79800 !important;
	color: #fff !important;
}

.btn-green{
	background-color: #d6b746 !important;
	color: #fff !important;
}

.list-links {
	font-weight: 400;
	padding-top: 15px;
}

.list-links ul {
	list-style: none;
}

.list-links ul li:before {
	content: "\f111";
	font-size: 12px;
	font-family: 'FontAwesome', Roboto;
	color: #009688;
	padding-right: 5px;
	line-height: 2;
}

.tab-section .btn {
	padding: 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
}

.tab-section .no-spacing {
	line-height: 1.6;
}

.tab-section .no-spacing-img {
	padding: 4px;
	max-height: 50px;
	width: auto;
}

.btn-group {
	padding-left: 5px;
	padding-right: 5px;
}

.bg-gray {
	background: #f0efef;
}