@import url(style.css);
@import url(font.css);
@import url(font-awesome.css);
@import url(flexslider/flexslider.css);
@import url(latest-news/latest-news-carousel.css);
@import url(latest-news/latest-news-theme.css);
@import url(selectpicker/bootstrap-select.min.css);


body {
	margin: 0px;
	padding: 0px;
	font-family: 'Rasa', sans-serif;
	font-size: 20px;
	line-height: 24px !important;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.m_b0 {
	margin-bottom: 0px !important;
}

.m_b5 {
	margin-bottom: 5px !important;
}

.m_b10 {
	margin-bottom: 10px !important;
}

.m_b15 {
	margin-bottom: 15px !important;
}

.m_b20 {
	margin-bottom: 20px !important;
}

.m_b25 {
	margin-bottom: 25px !important;
}

.m_b30 {
	margin-bottom: 30px !important;
}

.m_t0 {
	margin-top: 0px !important;
}

.m_t5 {
	margin-top: 5px !important;
}

.m_t10 {
	margin-top: 10px !important;
}

.m_t15 {
	margin-top: 15px !important;
}

.m_t20 {
	margin-top: 20px !important;
}

.m_t25 {
	margin-top: 25px !important;
}

.m_t30 {
	margin-top: 30px !important;
}

.m_l0 {
	margin-left: 0px !important;
}

.m_l5 {
	margin-left: 5px !important;
}

.m_l10 {
	margin-left: 10px !important;
}

.m_l15 {
	margin-left: 15px !important;
}

.m_l20 {
	margin-left: 20px !important;
}

.m_l25 {
	margin-left: 25px !important;
}

.m_l30 {
	margin-left: 30px !important;
}

.m_r0 {
	margin-right: 0px !important;
}

.m_r5 {
	margin-right: 5px !important;
}

.m_r10 {
	margin-right: 10px !important;
}

.m_r15 {
	margin-right: 15px !important;
}

.m_r20 {
	margin-right: 20px !important;
}

.m_r25 {
	margin-right: 25px !important;
}

.m_r30 {
	margin-right: 30px !important;
}

@media only screen and (max-width: 640px) {
}

@media only screen and (max-width: 480px) {
	.col-xs-1,
	.col-xs-2,
	.col-xs-3,
	.col-xs-4,
	.col-xs-5,
	.col-xs-6,
	.col-xs-7,
	.col-xs-8,
	.col-xs-9,
	.col-xs-10,
	.col-xs-11,
	.col-xs-12 {
		width: 100% !important;
	}
}
/*HORIZONTAL TAB SCROLLING*/
.scrtabs-tab-container * {
	box-sizing: border-box;
}

.scrtabs-tab-container {
	height: 60px;
	width: calc(100% - 20px);
	float: left;
	margin: 0px 0px 0px 20px;
}

.scrtabs-tab-container .tab-content {
	clear: left;
}

.scrtabs-tabs-fixed-container {
	float: left;
	height: 60px;
	overflow: hidden;
	width: 100%;
}

.scrtabs-tabs-movable-container {
	position: relative;
}

.scrtabs-tabs-movable-container .tab-content {
	display: none;
}

.scrtabs-tab-scroll-arrow {
	border-top: none;
	color: #F15722;
	cursor: pointer;
	display: none;
	float: left;
	font-size: 30px;
	height: 50px;
	margin-bottom: -1px;
	padding-left: 2px;
	padding-top: 0px;
	width: 20px;
	text-align: center;
}

.scrtabs-tab-scroll-arrow:hover {
	color: #471c5b;
}

.scrtabs-tab-scroll-arrow.scrtabs-disable {
	color: #ddd;
	cursor: default;
}

.scrtabs-tabs-fixed-container ul.nav-tabs > li {
	white-space: nowrap;
}

@media only screen and (max-width: 1199px) {
	.scrtabs-tab-container {
		width: calc(100% - 29%);
	}
}

@media only screen and (max-width: 991px) {
	.scrtabs-tab-container {
		width: calc(100% - 36%);
		margin: 0% 0% 0% 20%;
	}
}

@media only screen and (max-width: 767px) {
	.scrtabs-tab-container, .scrtabs-tabs-fixed-container {
		height: 41px;
	}

	.scrtabs-tab-container {
		width: calc(100% - 20%);
		margin: 0% 0% 0% 0%;
		float: right;
	}

	.scrtabs-tab-scroll-arrow {
		height: 30px;
	}

	.scrtabs-tab-scroll-arrow .fa {
		vertical-align: top;
	}
}

@media only screen and (max-width: 639px) {
	.scrtabs-tab-container {
		width: 100%;
		margin: 0%;
		float: left;
	}
}
