
/* Table of Content
 *	- Required Fonts
 *	- Typography
 *	- Header
 *	- Titlebar
 * 	- All Post Styles ( Standard , Timeline , Full Width , full Width Alternate) 
 * 	- Single Post 
 *  - Pagination styles
 *  - Default social Icons Styles
 *  - Widgets
 *  - Footer
 *  - Default Carousel Styles and Navigation
 */
 
 
/* Required Fonts */ 
@font-face {
	font-family: 'Open Sans';
	src: url('../font/OpenSans-Regular-webfont.eot');
	src: url('../font/OpenSans-Regular-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../font/OpenSans-Regular-webfont.woff') format('woff'), url('../font/OpenSans-Regular-webfont.ttf') format('truetype'), url('../font/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url('../font/OpenSans-Semibold-webfont.eot');
	src: url('../font/OpenSans-Semibold-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../font/OpenSans-Semibold-webfont.woff') format('woff'), url('../font/OpenSans-Semibold-webfont.ttf') format('truetype'), url('../font/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url('../font/OpenSans-Light-webfont.eot');
	src: url('../font/OpenSans-Light-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../font/OpenSans-Light-webfont.woff') format('woff'), url('../font/OpenSans-Light-webfont.ttf') format('truetype'), url('../font/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'museo_sans_500';
	src: url('../font/MuseoSans_500-webfont.eot');
	src: url('../font/MuseoSans_500-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../font/MuseoSans_500-webfont.woff') format('woff'), url('../font/MuseoSans_500-webfont.ttf') format('truetype'), url('../font/MuseoSans_500-webfont.svg#museo_sans_500regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'museo_sans_500 A';
	src: url('../font/MuseoSans_500.eot');
	src: url('../font/MuseoSans_500d41d.eot?#iefix') format('embedded-opentype'), url('../font/MuseoSans_500.woff') format('woff'), url('../font/MuseoSans_500.ttf') format('truetype'), url('../font/MuseoSans_500.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Volkhov-Italic';
	src: url('../font/Volkhov-Italic.eot');
	src: url('../font/Volkhov-Italicd41d.eot?#iefix') format('embedded-opentype'), url('../font/Volkhov-Italic.woff') format('woff'), url('../font/Volkhov-Italic.ttf') format('truetype'), url('../font/Volkhov-Italic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* Main Body Styles */
html,
body {
	width: 100%;
	min-height: 100%;
	position: relative;
}
body {
	font-family: "Open Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	line-height: 23px;
	color: #747474;
	background-color: white;
	width: 100%;
	font-weight: 400;
	letter-spacing: normal;
	-webkit-transition: margin-left 0.3s;
	-moz-transition: margin-left 0.3s;
	-ms-transition: margin-left 0.3s;
	-o-transition: margin-left 0.3s;
	transition: margin-left 0.3s;
	overflow-x: hidden;
	-webkit-font-smoothing: subpixel-antialiased !important;
	text-rendering: optimizelegibility;
}

body.expanded {
	margin-left: -20em
}

/* Default Typography */
a {
	color: #3498db;
	-o-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
	-webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
	-moz-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
	transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
	text-decoration: none;
}
a:active,
a:focus {
	text-decoration: none;
	outline: none!important
}
a:hover {
	color: #3abcff;
	text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444;
	margin: 0 0 20px;
	padding: 0;
	-webkit-font-smoothing: subpixel-antialiased!important;
	font-family: "museo_sans_500", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: 500;
}
h4 a,
h3 a,
h2 a,
h1 a,
h5 a {
	color: #444
}
h1 {
	font-size: 24px;
	line-height: 115%;
	letter-spacing: 0px;
	font-family: "museo_sans_500 A", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
h2 {
	font-size: 22px;
	line-height: 125%;
	letter-spacing: 0px;
	font-family: "museo_sans_500 A", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
h3 {
	font-size: 18px;
	line-height: 125%;
}
h4 {
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 25px;
}
h5 {
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 24px;
	color: #6d7579;
}
h6 {
	font-size: 13px;
	color: #6d7579;
	line-height: 22px;
}
h2 + h5,
h2 + h6 {
	margin: -8px 0 20px
}
h1.textuppercase {
	letter-spacing: 2px;
}
h2.textuppercase {
	letter-spacing: 2px
}
h3.textuppercase {
	font-family: "museo_sans_500 A", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	letter-spacing: 2px
}
h4.textuppercase,
h5.textuppercase,
h6.textuppercase {
	letter-spacing: 1px;
	font-family: "museo_sans_500 A", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
p {
	padding: 0;
	margin: 0 0 20px
}
p + p {
	margin: -8px 0 20px
}
p.text-medium {
	font-size: 16px
}

.text-large {
	font-size: 18px;
}

.image {
	position: relative;
	overflow: hidden
}
.image img {
	height: auto;
	width: 100%;
	max-width: 100%;
	display: block
}
.img{
    
    align-items:center;
}
.hoverlay {
	display: block;
	position: relative
}
.clearfix {
*zoom: 1;
}
.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}
.clearfix:after {
	clear: both;
}
/* Form elements */
.input_text,
.textarea,select {
	background: transparent;
	padding: 8px 15px;
	outline: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 13px;
	color: #666;
	margin: 0;
	width: 200px;
	max-width: 100%;
	display: block;
	margin-bottom: 20px;
	width: 180px;
	color: #999;
	border: 1px solid #999;
	font-family: inherit;
	outline: none!important;
	transition: border-color 0.3s ease-in-out;
	box-shadow: inset 0px 0px 2px rgba(180, 180, 180, 0.05);
}
.select_box:focus,
.input_text:focus,
.textarea:focus,
.select_box:hover,
.input_text:hover,
.textarea:hover {
	border: 1px solid #ccc;
}
.textarea {
	min-height: 100px
}
.special_amp {
	font-family: "Baskerville", "Palatino Linotype", "Palatino", "Times New Roman", serif;
	font-style: italic;
	font-size: inherit;
	font-weight: inherit;
	color: #3498db
}
.excerpt {
	font-size: 12px;
}
.background-color-no{
    background-color:none;
}
/*------------------------------------------------*/
/*  Header 
/*------------------------------------------------*/

#header {
	position: relative;
	top: 0;
	width: 100%;
	overflow: visible;
	z-index: 99998;
	-webkit-backface-visibility: visible!important
}
#main_header_container .container {
	max-width: 1600px;
	padding: 0;
}
/*------------------------------------------------*/
/*  Top bar
/*------------------------------------------------*/
.text-padding{
    padding:10px;
}
#top_bar-seo {
	border-bottom: 1px solid #eee;
	height: 35px;
	line-height: 35px
}
.covid-css{
    padding:3px;
    background-color:red;
    border-radius:5px;
    font-weight: bolder;
}
#top_bar1 {
	border-bottom: 1px solid #eee;
	height: 35px;
	line-height: 35px
}
#top_bar1 .social-icons {
	float: right
}
#top_bar1 .social-icons li {
	border-right: 1px solid #eee
}
#top_bar1 .social-icons li a {
	border: 0!important;
	height: 35px;
	line-height: 35px;
	width: 35px;
	margin-left: -3px;
	font-size: 13px
}
#top_bar1 .social-icons li:last-child {
	border-right: 0
}
#top_bar1 .contact-info span {
	color: #999;
	line-height: 1;
	padding: 0px 15px;
	border-right: 1px solid #eee;
	font-size: 13px
}
#top_bar1 .contact-info span:first-child {
	padding-left: 0
}
#top_bar1 .contact-info span:last-child {
	border-right: 0
}
#top_bar1 .contact-info span i {
	margin-right: 5px
}




#top_bar {
	border-bottom: 1px solid #eee;
	height: 35px;
	line-height: 35px
}
#top_bar .social-icons {
	float: right
}
#top_bar .social-icons li {
	border-right: 1px solid #eee
}
#top_bar .social-icons li a {
	border: 0!important;
	height: 35px;
	line-height: 35px;
	width: 35px;
	margin-left: -3px;
	font-size: 13px
}
#top_bar .social-icons li:last-child {
	border-right: 0
}
#top_bar .contact-info span {
	color: #999;
	line-height: 1;
	padding: 0px 15px;
	border-right: 1px solid #eee;
	font-size: 13px
}
#top_bar .contact-info span:first-child {
	padding-left: 0
}
#top_bar .contact-info span:last-child {
	border-right: 0
}
#top_bar .contact-info span i {
	margin-right: 5px
}


/*------------------------------------------------*/
/*  main Navigation
/*------------------------------------------------*/
#header_space {
	height: 90px
}
#main_navigation {
	color: #222;
	height: 65px;
	width: 100%;
	text-align: left;
	background-color: #fff;
	padding: 0;
	position: relative;
	-moz-box-shadow: 0px 0px 3px 0px rgba(41, 43, 51, 0.25);
	-webkit-box-shadow: 0px 0px 3px 0px rgba(41, 43, 51, 0.25);
	-ms-box-shadow: 0px 0px 3px 0px rgba(41, 43, 51, 0.25);
	box-shadow: 0px 0px 3px 0px rgba(41, 43, 51, 0.25);
}
#main_navigation .logo-container {
	width: auto!important;
	max-width: 30%;
	padding-left: 40px;
	padding-right: 40px;
	float: left;
	border-right: 1px solid #eee
}
#logo {
	display: block;
	height: 65px;
	max-height: 100%;
	line-height: 65px;
	transition: none;
	transition: none;
}
#logo img {
	vertical-align: middle;
	max-height: 100%;
	width: auto;
	max-width: 100%
}
#main_navigation .logo {
	max-height: 100%;
	height: auto;
	width: auto
}
ul.main_menu {
	padding: 0;
	list-style: none;
	margin: 0;
	text-align: center;
	float: left;
	line-height:65px;
	margin-left: 50px
}
ul.main_menu li {
	padding: 0;
	display: inline-block;
	position: relative;
	overflow: visible!important;
	margin-left: 0!important;
	border: 0
}
ul.main_menu > li > a {
	display: inline-block;
	z-index: 10;
	font-size: 13px;
	font-weight: normal;
	line-height: 65px;
	margin: 0 25px 0 0;
	height: 65px;
	letter-spacing: normal;
	padding: 0px;
	letter-spacing: 0px;
	color: #666;
	font-family: "museo_sans_500", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	border-top: 2px solid transparent;
	transition: color 0.3s ease
}
.main_menu > li:hover > a,
.main_menu > li > a:hover {
	color: #3498db
}
.main_menu > li.current-menu-item > a,
.main_menu > li.current-menu-parent > a {
	color: #3498db;
	border-top-color: #3498db
}
.main_menu ul.sub-menu {
	margin: 0;
	padding: 0 15px 5px!important;
	background-color: white;
	background-color: rgba(255,255,255,0.97);
	position: absolute;
	top:65px;
	left: 0;
	z-index: 10;
	display: none;
	-moz-box-shadow: 0 8px 15px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 8px 15px rgba(0,0,0,0.1);
	box-shadow: 0 8px 15px rgba(0,0,0,0.1);
	border-top: 2px solid #3498db;
	border-bottom: 2px solid #3498db;
	text-align: left;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}
.main_menu ul.sub-menu .sub-menu {
	top: 0;
	left: 101%
}
.main_menu ul.sub-menu li {
	display: block;
	width: 100%;
	margin: 0!important;
	position: relative;
}
.main_menu ul.sub-menu li a {
	font-size: 12px;
	text-transform: none;
	color: #777;
	padding: 0 5px;
	line-height: 45px;
	font-weight: normal;
	display: block;
	border-bottom: 1px solid #f1f1f1;
	background-color: transparent;
}
.main_menu ul.sub-menu li:last-child a {
	border-bottom: none;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px
}
.main_menu .sub-menu .current-post-ancestor a,
.main_menu .sub-menu .current-menu-item a,
.main_menu .sub-menu .current_page_item a {
	color: #333!important;
}
.main_menu .sub-menu li a:hover {
	color: #3498db;
}
.main_menu .sub-menu .tracker {
	width: 4px;
	height: 12px;
	background: #fff;
	left: 0;
	top: 17px;
	position: absolute;
	z-index: 9999;
	opacity: 0;
}
/* Super fish Indicator to use enable the superfish autoicons to true in main.js file */
.sf-sub-indicator {
	display: inline-block;
	width: 10px;
	position: relative;
	left: 5px;
	height: 10px;
}
.sf-sub-indicator [class^="icon-"],
.sf-sub-indicator [class*=" icon-"] {
	font-size: 12px;
	line-height: 16px;
	height: auto;
	background-color: transparent;
}
/*------------------------------------------------*/
/*  Toggle mobile menu  that will be displayed on smartphone devices
/*------------------------------------------------*/
#toggle-menu {
	display: none;
}
#toggle-menu .toggle-menu {
	color: #999;
	width: auto;
	height:55px;
	font-size: 20px;
	text-align: center;
	line-height: 55px;
	background: white;
	display:block;
	margin:0;
	border-left:1px solid #eee;
	float:right;
	padding:0 0 0 20px
}
#toggle-menu .toggle-menu:hover,
#toggle-menu .toggle-menu.active {
	color: #3498db;
}
/*------------------------------------------------*/
/* Mobile Navigation 
/*------------------------------------------------*/

#mobile_navigation {
    position: fixed;
    top: 0;
    right: -20em;
    width: 20em;
    height: 100%;
    background-color: #f5f5f5;
    color: #6666;
    display: block;
    z-index: 30;
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    -ms-transition: right 0.3s;
    -o-transition: right 0.3s;
    transition: right 0.3s;
    overflow: auto;
	border-left:1px solid #e5e5e5
}
#mobile_navigation .mobile_menu {
    padding: 0;
	margin:0;
    list-style: none;
}
#mobile_navigation .mobile_menu  > li {
	display:block; width:100%
}
#mobile_navigation .mobile_menu > li > a {
    color: #666;
    font-weight: 500;
    font-size: 13px;
    line-height: 55px;
    height: 55px;
    display: block;
    position: relative;
    font-family: "museo_sans_500", Georgia, "Times New Roman", Times, serif;
	border-bottom:1px solid #e5e5e5;
	border-right:3px solid transparent;
	padding:0 20px;
	transition:all 0.3s ease-in-out
}
#mobile_navigation .mobile_menu > li > a:hover {
    color: #222 ; background-color:#fff
}
#mobile_navigation .mobile_menu > li .sub-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
}

#mobile_navigation .mobile_menu > li .sub-menu li { width:100%; padding:0; margin:0}
#mobile_navigation .mobile_menu > li .sub-menu li a {
    color: #888;
    font-size: 12px;
    line-height:40px;
	font-family:"Open Sans","Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding:0 20px 0 40px;
	border-bottom:1px solid #e5e5e5;
	display:block;
	position:relative
}
#mobile_navigation .mobile_menu > li .sub-menu li a:after { content:""; display:inline-block; width:8px; left:20px; height:1px; background:#888; top:50%; position:absolute}
#mobile_navigation .mobile_menu > li .sub-menu li a:hover {
    color: #444
}
#mobile_navigation .mobile_menu > li .sub-menu li.active a { color:#444}
body.expanded #mobile_navigation {
    right: 0em;
}
#mobile_navigation .mobile_menu > li.active > a {
	background:#fff;
	color:#222;
	border-right-color:#3498db
	}
/*------------------------------------------------*/
/*  header serach button and panel 
/*------------------------------------------------*/

#header-search-button {
	padding: 0px;
	line-height:65px;
	width:10%;
	height: 65px;
	font-size: 16px;
	text-align: center;
	border-left: 1px solid #eee;
	float: right;
}
.search-button {
	display: inline-block;
	color: #666;
	transition: color 0.3s ease
}
.search-button:hover {
	color: #3498db
}
/*------------------------------------------------*/
/*  header sticky panel and shrink the main nav 
/*------------------------------------------------*/

#header.sticky #main_navigation {
	height: 60px;
	background-color: rgba(255,255,255,0.95)
}
#header.sticky #main_navigation #logo,
#header.sticky #header-search-button,
#header.sticky ul.main_menu > li > a {
	line-height: 55px;
	height: 60px
}
#header.sticky .main_menu ul.sub-menu {
	top: 58px
}
#header-search-panel {
	height: 120px;
	background-color: #f5f5f5;
	display: none;
	position: absolute;
	left: 0;
	z-index: 12;
	width: 100%;
	max-width: 100%;
}
#header-search-panel .container {
	max-width: 1600px;
	padding: 0 40px
}
#header-search {
	width: 100%;
	border: 0;
	height: 50px!important;
	padding-top: 7px;
	padding-bottom: 7px;
	line-height: 36px!important;
	font-size: 36px;
	font-weight: 300;
	color: #aaa;
	letter-spacing: 0px;
	border: none!important;
	background: transparent!important;
	position: absolute;
	left: 50px;
	padding-left: 20px;
	top: 30px;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased
}
#header-search:focus {
	outline: none!important;
	color: #222
}
#header-search-panel .fake-submit-button {
	position: absolute;
	left: 0;
	top: 40px;
	height: 30px;
	line-height: 30px;
	width: 50px;
	display: inline-block;
	text-align: left;
	border-right: 1px solid #e5e5e5;
	font-size: 28px;
	color: #ddd;
	padding-right: 20px;
	overflow: hidden;
	transition: color 0.3s ease-in-out
}
#header-search-panel .submit_button {
	opacity: 0!important;
	filter: alpha(opacity=0)!important;
	width: 50px;
	height: 30px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 12
}
#header-search-panel .search > div {
	position: relative;
	width: 100%;
	height: 90px;
	min-height: 90px;
	transition: border-color 0.3s ease;
	border-bottom: 1px dotted transparent;
}
#header-search-panel .close {
	color: #fff;
	background-color: #222;
	width: 30px;
	line-height: 32px;
	font-size: 12px;
	height: 30px;
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: 45px;
	text-align: center;
	opacity: 0;
	transition: opacity 0.2s ease;
	display: inline-block;
	z-index: 12
}
#header-search-panel .search > div:hover .close {
	opacity: 1
}
#header-search-panel .search > div:hover {
	border-bottom: 1px dotted #ccc
}
#header-search-panel .search > div:hover .fake-submit-button {
	color: #3498db
}
/*------------------------------------------------*/
/*  Titlebar 
/*------------------------------------------------*/

#titlebar {
	background: #f5f5f5;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	padding: 25px 0 30px 0;
	position: relative
}
#titlebar.style2 .container > .row-fluid {
	position: relative;
	height: 450px;
	min-height: 450px;
	overflow: hidden
}
#titlebar .titlebar-overlay {
	background-color: rgba(120,137,145,0.65);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0
}
#titlebar.style2 {
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	padding: 0
}
#titlebar h1 {
	color: #999;
	margin: 0px;
	font-size: 18px;
	font-weight: 400;
	width: 50%;
	float: left;
	text-align: left;
	letter-spacing: 0px;
	font-family: "museo_sans_500", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#titlebar.style2 h1 {
	text-align: center;
	font-family: "museo_sans_500 A", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 41px;
	font-weight: 500;
	letter-spacing: 2px;
	color: #fff;
	line-height: 50px;
	width: 100%;
	text-transform: uppercase;
	-webkit-backface-visibility: visible;
	margin-bottom: 20px;
}
#titlebar.style2 .titlebar-content {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 12;
	display: block
}

#titlebar.style2 h2 {
	font-family: "Libre Baskerville", "Times New Roman", Times, serif;
	color: #fff;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
	-webkit-font-smoothing: antialiased!important;
	-webkit-backface-visibility: visible!important;
	font-style: italic
}
#titlebar #breadcrumbs {
	color: #999;
	margin: 0;
	font-weight: 400;
	margin-top: 0px;
	font-size: 12px;
	width: 50%;
	text-align: right;
	float: right;
	margin-top: 2px;
	line-height: 20px;
}
#titlebar #breadcrumbs span {
	padding: 0 1px;
	display: inline-block
}
#titlebar #breadcrumbs span.breadcrumb-title {
	padding: 0 5px 0 0
}
#titlebar #breadcrumbs a {
	color: #777;
}
#titlebar #breadcrumbs a:hover {
	color: #444
}
#titlebar #breadcrumbs .divider {
	color: #ccc
}
#titlebar #breadcrumbs .divider i {
	vertical-align: middle
}
body.modern #titlebar {
	padding-top: 120px;
	border-top: 0;
	padding-bottom: 100px;
	background: url(../images/multi_line_swatch_light.svg) repeat center center;
}
body.modern #titlebar h1 {
	font-size: 50px;
	text-align: center;
	width: 100%;
	font-family: "Open Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: 300;
	color: #333
}
body.modern #titlebar #breadcrumbs {
	width: 100%;
	text-align: center;
	margin-top: 10px
}
body.modern #titlebar #breadcrumbs {
	font-size: 13px
}
.bg_container h3 {
	line-height: 1;
	font-size: 30px;
	margin-bottom: 0;
}
.bg_container h4 {
	letter-spacing: 0px;
	font-size: 16px;
	color: #666;
	margin: 8px 0 0px;
	line-height: 1
}
.bg_container p {
	white-space: pre-wrap;
	margin: 15px 0 0
}
.bg_container p + .readmore {
	margin-top: 20px
}
/*------------------------------------------------*/
/*  Bloackquote
/*------------------------------------------------*/
blockquote {
	font-size: inherit;
	-webkit-font-smoothing: antialiased;
	border: 0;
	margin: 0 0 20px;
	max-width: 100%;
	padding: 20px 20px 25px;
	background-color: #f5f5f5;
	border-left: 3px solid #eee;
	position: relative;
	margin-left: 20px
}
/*========================================================*/
/* social icons
/*========================================================*/
.social-icons {
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding: 0
}
.social-icons > li {
	display: inline-block;
	list-style-type: none;
	padding: 0;
	margin: 0 3px;
}
.social-icons > li:last-child {
	margin-right: 0
}

.login-top a {
	background: transparent;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	line-height: 28px;
	color: #aaa;
	font-size: 12px;
	font-weight: normal!important;
	padding-right:10px;
	
}
.login-top a:hover {
	color: #3498db
}

.contact-top a {
	background: transparent;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	line-height: 28px;
	color: #aaa;
	font-size: 12px;
	font-weight: normal!important;
	padding-right:10px;
	
}

.contact-tops a {
	background: transparent;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	line-height: 28px;
	color: #aaa;
	font-size: 12px;
	font-weight: bold!important;
	padding-right:10px;
	
}

/*.contact-top a:hover {*/
/*	color: #3498db*/
/*}*/

.social-icons a {
	background: transparent;
	width: 30px;
	height: 30px;
	display: block;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	line-height: 28px;

	font-size: 12px;
	font-weight: normal!important;
	border-radius: 50%;
	border: 1px solid #e5e5e5
}

.twitter {
	border-color: #00acee;
	color: #00acee; 
}


.facebook{
	border-color: #3b5998;
	color: #3b5998; 
}

.flickr{
    border-color: #ff0084;
    color: #ff0084;
}




.dribbble{
    border-color: #ea4c89;
    color: #ea4c89;  
}

.linkedin{
    border-color: #0e76a8;
    color: #0e76a8;    
}

.youtube{
   border-color: #c4302b;
   color: #c4302b;
}

.rss{
   border-color: #ee802f;
   color: #ee802f;    
}

.pinterest{
   border-color: #c8232c;
   color: #c8232c;     
}

.twitter:hover ,.facebook:hover ,.flickr:hover,.dribbble:hover,.linkedin:hover,.youtube:hover,.pinterest:hover,.rss:hover,.pinterest:hover{
	border-color: #aaaaaa;
	color: #aaaaaa; 
}



.whatsapp:hover{
   border-color: #25D366;
   color: #25D366;      
}

.phone:hover{
    border-color: #00aff0;
   color: #00aff0;
}

.whatsapp-txt, .phone-txt , .signin-txt, .signup-txt{
    color:#aaa;
}

.whatsapp-txt:hover , .phone-txt:hover , .signin-txt:hover , .signup-txt:hover {
    color:#000;
}



/*------------------------------------------------*/
/*  Standard post
/*------------------------------------------------*/
.post {
	margin-bottom: 60px
}
.post .post-single {
	margin-bottom: 40px
}
.post-standard .post-right-container {
	margin-left: 90px
}
.post .image > img,
.pos .image > .overlay {
	border-radius: 6px
}
.post .image > img,
.post .image > .overlay .icon {
	border-top-right-radius: 6px
}
.post-standard .post-left-container {
	position: relative;
	float: left;
	width: 100px;
	text-align: right;
	padding-right: 25px
}
.post-standard .post-date-container .date,
.cbp_tmtimeline .date {
	width: 80px;
	height: 80px;
	text-align: center;
	background-color: #f4f4f4;
	box-shadow: 0 0px 2px 0 rgba(180,180,180,0.2);
	display: inline-block;
	border-radius: 50%;
	position: relative;
	margin-right: -10px;
	-webkit-backface-visibility: hidden
}
.post-standard .post-date-container .day,
.cbp_tmtimeline .day {
	font-size: 33px;
	color: #666;
	font-weight: 300;
	position: absolute;
	right: 3px;
	width: 100%;
	bottom: 20px;
	text-align: center
}
.post-standard .post-date-container .day,
.cbp_tmtimeline .day > span {
	display: inline-block
}
.post-standard .post-date-container .day .th,
.cbp_tmtimeline .day .th {
	position: absolute;
	font-size: 16px;
	line-height: 18px;
	top: -10px;
	right: 7px
}
.post-standard .post-date-container .month,
.cbp_tmtimeline .month {
	font-size: 13px;
	font-weight: 400;
	color: #999;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: absolute;
	left: 0px;
	width: 100%;
	top: 12px
}
.post-standard .post-meta-container {
	margin: 25px 0px 20px 0;
	padding: 15px 0 10px;
	position: relative
}
.post-standard .post-meta-container:before {
	content: "";
	position: absolute;
	right: 0;
	width: 40px;
	height: 1px;
	background: #ddd;
	top: 0
}
.post-standard .post-meta-container:after {
	content: "";
	position: absolute;
	right: 0;
	width: 40px;
	height: 1px;
	background: #ddd;
	bottom: 0
}
.post-standard .post-meta-container > div {
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 17px;
	color: #aaa;
}
.post-standard .post-meta-container > div span {
	line-height: 16px;
	padding-right: 4px
}
.post .post-meta-container span a {
	color: #555
}
.post .post-meta-container span a:hover {
	color: #3489db
}
.post-standard .post-meta-container > div span.label {
	display: block;
	clear: both;
}
.post-standard .post-info-container {
	margin-top: 30px;
	border-bottom: 1px solid #e5e5e5;
	margin-right: -35px;
	padding-right: 35px;
	padding-bottom: 40px
}
.post-single .post-info-container {
	border-bottom: 0;
	padding-bottom: 0
}
.post-standard .post-info-container h2 {
	margin-bottom: 10px;
	font-size: 21px
}
.post-standard:not(.post-single) .post-info-container p {
	margin-bottom: 0;
	padding-bottom: 0
}
.post-single .post-info-container h2 {
	margin-bottom: 25px
}
.post-standard .post-info-container .readmore {
	margin-top: 20px
}
.post-standard .post-meta-container > div {
}
.post-standard .post-comment-info {
	margin-right: 10px
}
.post .post-comment-info a {
	color: #666
}
.post .post-comment-info a:hover {
	color: #222
}
.post .post-comment-info i {
	margin-right: 6px
}
/*---------------------------------------------*/
/* FULL WIDTH ALTERNATE
/*---------------------------------------------*/

.post-full-width-alternate {
	/*border-bottom: 2px solid #eee;*/
	padding-bottom: 40px;
	margin-bottom: 70px
}
.post-full-width-alternate:last-child {
	margin-bottom: 50px
}
.post-full-width-alternate .post-info-container {
	max-width: 800px;
	margin: 25px auto 0
}
.post-full-width-alternate .post-info-container p {
	font-size: 12px
}
.post-full-width-alternate .post-info-container .title-container {
	padding: 25px 5px 30px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #e8e8e8;
	text-align: left;
	margin-bottom: 30px
}
.post-full-width-alternate .post-info-container .title-container h2 {
	width: 80%;
	max-width: 80%;
	padding-right: 20px;
	float: left;
	margin-bottom: 0;
	line-height: 120%;
	font-size: 21px
}
.post-full-width-alternate .post-info-container .title-container .readmore {
	width: 20%;
	text-align: right;
	float: left;
	padding-top: 6px
}
.post-full-width-alternate .post-meta-container {
	width: 100%;
	position: relative;
	margin-top: 40px
}
.post-full-width-alternate .post-meta-container .meta-left-content {
	text-align: right;
	width: 50%;
	float: left;
	padding-right: 50px;
	max-width: 50%;
	overflow: hidden
}
.post-full-width-alternate .post-meta-container .meta-right-content {
	text-align: left;
	width: 50%;
	float: left;
	padding-left: 50px;
	max-width: 50%;
	overflow: hidden
}
.post-full-width-alternate .post-meta-container ul {
	margin: 0;
	padding: 0;
	list-style: none
}
.post-full-width-alternate .post-meta-container ul > li {
	display: inline-block;
	padding: 0 7px;
	color: #999;
	font-size: 13px;
	line-height: 76px
}
.post-full-width-alternate .post-meta-container ul > li .label {
	color: #bcbcbc;
	padding-right: 2px
}
.post-full-width-alternate .post-meta-container .avatar {
	position: absolute;
	left: 50%;
	margin-left: -35px;
	top: 0;
	width: 70px;
	height: 70px
}
.post-full-width-alternate .post-meta-container .avatar img {
	border-radius: 50%;
	width: 70px;
	height: 70px;
	display: block;
	box-shadow: 0 2px 2px 0 rgba(180,180,180,0.2)
}
/*------------------------------------------------*/
/*  Blog timeline Layout
/*------------------------------------------------*/

.cbp_tmtimeline {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	position: relative;
}
.cbp_tmtimeline > li {
	position: relative;
	margin-bottom: 60px
}
/* The line */
.cbp_tmtimeline:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 3px;
	background: #61c0ff;
	left: 120px;
	margin-left: -10px;
}
/* The date/time */
.cbp_tmtimeline > li .cbp_tmtime {
	display: block;
	width: 110px;
	position: absolute;
	left: 0;
	top: -30px
}
/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel {
	margin-left: 150px;
	top: -10px;
	position: relative;
}
/* The triangle */
.cbp_tmtimeline > li .cbp_tmlabel:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #3498db;
	border-width: 8px;
	top: 10px;
}
/* The icons */
.cbp_tmtimeline > li .cbp_tmicon {
	width: 14px;
	height: 14px;
	position: absolute;
	color: #fff;
	background: #3498db;
	border-radius: 50%;
	text-align: center;
	left: 120px;
	top: 0;
	margin: 0 0 0 -16px;
	-webkit-backface-visibility: hidden
}
 @media screen and (max-width: 47.2em) {
.cbp_tmtimeline:before {
	display: none;
}
.cbp_tmtimeline > li .cbp_tmtime {
	width: 100%;
	position: relative;
}
.cbp_tmtimeline > li .cbp_tmlabel {
	margin-left: 0
}
.cbp_tmtimeline > li .cbp_tmlabel:after {
	right: auto;
	left: 30px;
	border-right-color: transparent;
	border-bottom-color: #e5e5e5;
	top: -16px;
}
.cbp_tmtimeline > li .cbp_tmicon {
	display: none
}
}
/*------------------------------------------------*/
/*  page nav
/*------------------------------------------------*/
.page-nav-container {
	margin-bottom: 50px!important
}
.page-nav {
}
.page-nav span {
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	background: transparent;
	box-shadow: 0 1px 1px 0 rgba(180,180,180,0.1);
	color: #999;
	border: 1px solid #eee;
	margin-left: -1px;
	background: transparent;
	overflow: hidden;
	float: left
}
.page-nav span.active {
	background-color: #3498db;
	color: #fff;
	border-color: #3498db
}
.page-nav span:first-child,
.page-nav span:first-child a {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.page-nav span:last-child,
.page-nav span:last-child a {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.page-nav span a {
	display: block;
	color: #444
}
.page-nav span a:hover {
	background: #fafafa;
}
.page-nav-info {
	line-height: 35px;
	font-size: 12px;
	text-align: right
}
/*------------------------------------------------*/
/*  single-page extra content
/*------------------------------------------------*/
.post-extra-box {
	display: block;
	padding: 40px 0;
	margin-right: -35px;
	padding-right: 35px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	margin-top: -1px
}
.post-extra-box h4 {
	margin-bottom: 25px
}
.post-extra-left-content {
	width: 30%;
	float: left;
	padding-right: 20px
}
.post-extra-left-content h4 {
	margin-bottom: 0
}
.post-extra-right-content {
	width: 70%;
	float: left
}
.post-extra-right-content h4 {
	margin-bottom: 20px
}
.post-extra-box .post-share {
	float: right
}
.post-extra-box .avatar {
	width: 80px;
	height: 80px;
	float: left;
}
.post-extra-box .avatar img {
	border-radius: 50%;
	box-shadow: 0 2px 2px 0 rgba(180,180,180,0.2)
}
.post-extra-box .avatar + p {
	margin-left: 100px;
	font-size: 12px
}
/*--------------------------------------------------*/
/* Comments
/*--------------------------------------------------*/
#comments {
	padding-top: 35px
}
#comments > h4 {
	margin-bottom: 0px
}
.commentlist {
	margin-left: 0px!important;
}
.commentlist > li {
	border-bottom: 1px dashed #e8e8e8;
	padding-bottom: 35px;
}
.commentlist > li:last-child {
	border-bottom: 0
}
.commentlist li {
	list-style: none!important;
}
.commentlist li h4 {
	font-size: 14px;
	color: #69696d;
	margin-bottom: 5px;
}
.commentlist li p {
	font-size: 12px
}
.commentlist li.comment > div {
	margin: 0;
	overflow: hidden;
	margin-top: 35px;
	position: relative;
	padding-left: 80px;
}
/* Comments Children */
.commentlist .children {
	border-left: 1px dashed #ddd;
	position: relative;
	margin-left: 30px;
	padding-left: 30px
}
.commentlist .children:after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 20px;
	border-bottom: 1px dashed #d8d8d8;
	left: 0;
	top: 30px
}
.commentlist li.comment > div img.avatar {
	position: absolute;
	left: 0px;
	top: 0px;
	border-radius: 50%
}
.commentlist .comment-author {
	color: #333;
	font-weight: 600;
	font-size: 14px;
	margin-bottom: -1px
}
.commentlist .comment-author:first-letter {
	text-transform: uppercase
}
.commentlist .comment-meta {
	font-size: 12px;
	line-height: 12px;
}
.commentlist .comment-meta a {
	color: #999;
}
.commentlist .comment-meta a:hover {
	color: #3498db
}
.commentlist .reply a {
	color: #3498db
}
.commentlist .reply a:hover {
	text-decoration: underline
}
.commentlist li.comment > div p {
	padding-bottom: 0px;
	margin-top: 10px;
	margin-bottom: 8px
}
#respond h3 .cancel-comment-reply {
	display: inline-block;
	margin-left: 10px;
	padding-left: 10px;
	position: relative;
	border-left: 1px solid #dddddd;
}
.comment-author a {
	color: inherit;
}
#respond {
	clear: both;
	display: block;
	border-top: 1px solid #eee;
	padding-top: 40px;
	padding-right: 35px;
	margin-right: -35px
}
#respond > h4 {
	margin-bottom: 5px
}
#respond > p {
	margin: 0 0 45px;
	color: #999
}
#respond form {
	padding: 0;
	margin: 0 0 60px
}
/*------------------------------------------------*/
/*  single-page-nav
/*------------------------------------------------*/
.single-page-nav {
	width: 100%;
	position: relative
}
.single-page-nav .page-nav-prev,
.single-page-nav .page-nav-next {
	width: 50%;
	float: left;
	line-height: 60px;
	height: 60px;
	padding: 0 40px;
}
.single-page-nav .page-nav-next {
	text-align: right
}
.single-page-nav .page-nav-prev a,
.single-page-nav .page-nav-next a {
	display: inline-block;
	font-size: 14px
}
.single-page-nav a i {
	padding: 0 4px;
	vertical-align: middle
}
.single-page-nav a {
	color: #858585;
}
.single-page-nav a:hover {
	color: #444
}
.single-page-nav .page-nav-center {
	position: absolute;
	left: 50%;
	top: 0;
	height: 60px;
	line-height: 60px;
	width: 60px;
	margin-left: -30px;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	text-align: center;
	font-size: 20px
}
/*------------------------------------------------*/
/*  post share
/*------------------------------------------------*/
.post-share {
	display: block;
	margin-bottom: -20px
}
.post-share span {
	display: inline-block;
	padding: 2px 15px!important;
	border-left: 1px solid #eee;
	margin-bottom: 20px
}
.post-share span:last-child {
	border-right: 1px solid #eee
}
.post-share span a {
	color: #444;
	display: inline-block;
	font-size: 15px!important;
}
.post-share span a:hover {
	color: #3498db
}
.post-share span a i {
	margin-right: 8px;
}
/*------------------------------------------------*/
/*  Project Info
/*------------------------------------------------*/
.project-info > div {
	border-top: 2px solid #eee;
	padding-top: 20px;
	padding-bottom: 40px;
	display: block;
	clear: both
}
.project-info > div:last-child,
.project-info > div:last-child h4 {
	padding-bottom: 0;
	margin-bottom: 0
}
.project-info > div > div {
	width: 60%;
	float: left;
	padding-top: 3px
}
.project-info > div > div.label {
	width: 40%;
	padding-top: 0
}
.project-info > div > div span {
	padding: 0 6px
}
.project-info > div > div span a:not(.button) {
	color: #888;
	font-size: 12px;
	line-height: 22px;
}
.project-info > div > div span a:not(.button):hover {
	color: #3489db
}
/*=========================================================*/
/* Sidebar native Behaviors + Wordpress
/*=========================================================*/
.sidebar {
	min-height: 100%
}
.sidebar .widget {
	margin-bottom: 40px
}
.sidebar .widget > h3 {
	margin: 0;
	margin-bottom: 20px!important;
	position: relative;
	font-family: "museo_sans_500 A", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #444;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px
}

/* Default styles can directly be used for wordpress*/
.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
	margin: 0 0 10px 20px;
}
.alignleft {
	float: left;
	margin: 0 20px 10px 0;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.textcenter {
	text-align: center;
}

.textuppercase {
	text-transform: uppercase
}
.textright {
	text-align: right;
}
.textleft {
	text-align: left;
}
.wp-caption {
}
.wp-caption img {
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
}
blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left: 20px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
/*-------------------------------------------*/
/* Wordpress Default Calender Widget 
/*-------------------------------------------*/
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #333;
	font-size: 12px;
	margin-bottom: 15px;
	margin-top: 10px;
	text-align: center;
}
#wp-calendar thead {
	font-size: 10px;
}
#wp-calendar thead th {
	padding-bottom: 10px;
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 8px;
	text-align: center;
}
#wp-calendar tbody td:hover {
	background: #fff;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	font-size: 10px;
	text-align: right;
	text-transform: uppercase;
}
#wp-calendar tfoot #prev {
	font-size: 10px;
	padding-top: 10px;
	text-transform: uppercase;
}
.widget ul > li {
	padding: 8px 0;
	border-bottom: 1px solid #eee;
}
#footer .widget > ul > li {
	border-bottom: 1px solid #333;
}

/*-------------------------------------------*/
/* table css code bootstrap */
/*-------------------------------------------*/

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}

.table tbody + tbody {
  border-top: 2px solid #eceeef;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #eceeef;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #eceeef;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8;
}

.table-hover .table-success:hover {
  background-color: #d0e9c6;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #d0e9c6;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7;
}

.table-hover .table-info:hover {
  background-color: #c4e3f3;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #c4e3f3;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf8e3;
}

.table-hover .table-warning:hover {
  background-color: #faf2cc;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #faf2cc;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2dede;
}

.table-hover .table-danger:hover {
  background-color: #ebcccc;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ebcccc;
}

.thead-inverse th {
  color: #fff;
  background-color: #292b2c;
}

.thead-default th {
  color: #464a4c;
  background-color: #eceeef;
}

.table-inverse {
  color: #fff;
  background-color: #292b2c;
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #fff;
}

.table-inverse.table-bordered {
  border: 0;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive.table-bordered {
  border: 0;
}

/*-------------------------------------------*/
/* /table css code bootstrap */
/*-------------------------------------------*/


/*-------------------------------------------*/
/* Widget settings
/*-------------------------------------------*/
.widget > ul {
	list-style: none;
	margin: -15px 0 0;
	padding: 0;
}
.widget:before,
.widget:after {
	display: table;
	line-height: 0;
	content: "";
}
.widget:after {
	clear: both;
}
.widget > ul li a {
	display: block;
	padding: 3px 0 1px;
	font-weight: 400;
	font-size: 13px;
	color: #444;
	position: relative
}
.widget > ul li a:hover {
	color: #3498db
}
.widget > ul li span {
	color: #aaa
}
.widget > ul li a:first-letter {
	text-transform: uppercase
}
/*-------------------------------------------*/
/* Archieves , Categories , Meta info Widgets
/*-------------------------------------------*/
.widget_categories > ul li a,
.widget_archive > ul li a,
.widget_meta_info > ul li a {
	padding-left: 20px;
	position: relative
}
.widget_categories > ul li a:after,
.widget_archive > ul li a:after,
.widget_meta_info > ul li a:after {
	content: "\e6d4";
	font-family: "blandes";
	position: absolute;
	font-size: 120%;
	left: 0;
	top: 5px
}
/*-------------------------------------------*/
/* Comments Widget
/*-------------------------------------------*/
.widget_recent_comments ul {
	margin-top: 0
}
.widget_recent_comments ul li {
	background-color: #f1f1f1;
	padding: 15px 12px;
	margin-bottom: 15px;
	position: relative
}
.widget_recent_comments ul li:last-child {
	margin-bottom: 0
}
.widget_recent_comments ul li:before {
	content: "";
	position: absolute;
	display: inline-block;
	border: 8px solid transparent;
	left: 15px;
	bottom: -16px;
	border-top: 8px solid #f1f1f1;
}
.widget_recent_comments ul li a {
	display: inline;
	padding-left: 2px
}
.widget_recent_comments ul li a:before {
	display: none!important
}
/*-------------------------------------------*/
/* Recent Entries Widget 
/*-------------------------------------------*/

.widget_recent_entries ul li a {
	padding-left: 0px;
	line-height: 110%
}
.widget_recent_entries ul li {
	padding-top: 8px;
	padding-bottom: 10px;
	font-size: 12px
}
.widget_recent_entries ul li .post-date {
	font-size: 11px
}
/*-------------------------------------------*/
/* Recent Posts Widget 
/*-------------------------------------------*/
ul.widget-posts {
	margin-top: 0!important
}
.widget-posts li {
	padding: 3px 0 10px 70px!important;
	position: relative!important;
	min-height: 70px!important;
	margin-bottom: 10px
}
.widget-posts li:last-child {
	margin-bottom: 0
}
.widget-posts li img {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 5px;
	left: 0
}
.widget-posts li h6 {
	margin-bottom: 2px;
	font-size: 12px;
	line-height: 17px
}
.widget-posts li h6 a {
	color: #777
}
.widget-posts li .date {
	color: #999;
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-weight: 400
}
/*-------------------------------------------*/
/* Tag Colud widget
/*-------------------------------------------*/
.widget_tag_cloud a {
	font-size: 12px !important;
	padding: 2px 8px;
	margin: 0 1px 1px 0;
	display: block;
	float: left;
	border-style: solid;
	border-width: 1px;
	text-decoration: none;
	border-color: #ababab;
	color: #666;
}
/*-------------------------------------------*/
/* widget Search Form
/*-------------------------------------------*/
.search-form {
	position: relative;
	padding: 0;
	margin: 0;
	width: 100%;
	max-width: 250px
}
.search-form {
	background: white;
	font-size: 12px;
	color: #aaa;
	width: 100%;
	line-height: 1;
	height: 35px;
	padding: 11px 40px 11px 20px;
	margin: 0;
	display: block;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 1px solid #dddddd;
	outline: none;
	border-radius: 0!important;
}
.search-form .submitform_button {
	position: absolute;
	display: none!important
}
.search-form .submitform_button:hover {
	background-color: transparent;
	color: #999
}
/*-------------------------------------------*/
/* Recent Tweets widget
/*-------------------------------------------*/
.recent-tweets > ul {
	margin-top: -10px
}
.recent-tweets > ul li {
	position: relative;
	padding: 0 10px 30px 40px!important;
	border-bottom: 0
}
.recent-tweets > ul li > span a {
	font-size: 13px
}
.recent-tweets > ul li:last-child {
	padding-bottom: 0!important
}
.recent-tweets > ul li:after {
	content: "\e6f4";
	font-family: blandes;
	position: absolute;
	top: 5px;
	left: 0;
	color: #aaa;
	font-size: 26px;
	-webkit-font-smoothing: antialiased!important
}
.recent-tweets > ul li a {
	font-size: 12px;
	margin-top: 5px
}
/*=========================================================*/
/* flickr widget + recent work
/*=========================================================*/

.flickr_widget img,
.recent-works-items img {
	display: block;
	width: 100%;
	border-radius: 2px;
	height: auto;
}
.flickr_widget a,
.recent-works-items > a {
	float: left;
	padding: 0 0 5px 4px;
	width: 33.333%
}
.flickr_widget a:hover img,
.recent-works-items a:hover img {
	opacity : 0.7;
	filter: alpha(opacity=70);
}
/*------------------------------------------------*/
/* footer
/*------------------------------------------------*/


#footer {
	width: 100%;
	position: relative;
	padding-top: 50px!important;
	padding-bottom: 40px!important;
	background-color: #222222;
	border-bottom: 1px solid #333;
	color: #888;
	font-size: 12px
}
#footer .widget span {
	color: #888
}
#footer h4 {
	margin-bottom: 30px;
	color: #999;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 16px;
	font-family: "museo_sans_500 A", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: 500;
}
#footer .row-fluid {
	margin: 0 -15px!important
}
#footer .row-fluid [class*="span"] {
	padding: 0 15px!important
}
#footer .widget {
	margin-bottom: 40px!important
}
#footer a {
	color: #bbb!important
}
#footer a:hover {
	color: #ddd!important
}
/*.textfooter a{*/
/*    color: #bbb!important*/
/*}*/

/*-------------------------------------------*/
/* Copyright bottom Section
/*-------------------------------------------*/
#copyright {
	padding: 10px 0 10px;
	background: #1a1a1a;
	color: #777777;
}
#copyright a {
	color: #999999
}
#copyright a:hover {
	color: #ffffff
}
#copyright .copyright-text {
	line-height: 30px
}
#copyright .social-icons li a {
	border-color: transparent!important;
	font-size: 16px;
	color: #555
}
#copyright .social-icons li a:hover {
	color: #fff!important;
}
/*------------------------------------------------*/
/*  Isotope Settings
/*------------------------------------------------*/
.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: top, left, opacity;
	transition-property: transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
/*------------------------------------------------*/
/*  Style selector
/*------------------------------------------------*/
#style-selector {
	position: fixed;
	z-index: 999;
	width: 250px;
	top: 0;
	left: -250px;
	height: 250px;
	padding: 0 0 25px;
	top: 50%;
	overflow: visible;
	-webkit-transition: left 0.3s;
	-moz-transition: left 0.3s;
	-ms-transition: left 0.3s;
	-o-transition: left 0.3s;
	transition: left 0.3s;
	background: #fff;
	background: rgba(255,255,255,0.98);
	border: 1px solid #e5e5e5;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: 0px 2px 2px rgba(180,180,180,0.2);
	margin-top: -125px
}
#style-selector.expanded {
	left: 0
}
#style-selector > div {
	padding: 20px
}
#style-selector .style-button {
	width: 45px;
	height: 45px;
	position: absolute;
	top: 49px;
	right: -45px;
	color: #666;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	line-height: 43px;
	text-align: center;
	font-size: 18px;
	border-left: none
}
#style-selector .select-button {
	display: inline-block;
	margin-right: 10px;
	padding: 5px 20px;
	background: #fefefe;
	border: 1px solid #eee;
	color: #aaa!important;
	border-radius: 5px;
	font-size: 12px;
}
#style-selector .select-button.active {
	color: #777!important;
	background: #f7f7f7;
	border: 1px solid #ddd;
}
#style-selector h3 {
	font-size: 13px;
	margin: 0;
	line-height: 50px;
	height: 50px;
	padding: 0 20px;
	border-bottom: 1px solid #eee;
	color: #69696d;
	border-top-right-radius: 5px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(252,252,252,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(252,252,252,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(252,252,252,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(252,252,252,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(252,252,252,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(252,252,252,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fcfcfc', GradientType=0 ); /* IE6-9 */
}
/*------------------------------------------------*/
/*  Carousel setting navigation & pagination
/*------------------------------------------------*/
.carousel-container {
	position: relative
}
.carousel-container.navigation-style2 {
	padding: 0 60px
}
.carousel-container.navigation-no .carousel-prev,
.carousel-container.navigation-no .carousel-next {
	display: none!important
}
.carousel-wrapper {
	margin: 0 -20px 0!important;}
.carousel-padding-zero {
	margin: 0!important
}
ul.carousel-items {
	margin: 0 0 50px!important;
	padding: 0;
	list-style: none;
	opacity: 0
}
.row-fluid [class*="span"] .inner-content ul.carousel-items {
	margin-bottom: 0!important
}
ul.carousel-items > li {
	float: left;
	padding: 0 20px 0 20px!important;
	display: inline-block
}
.carousel-padding-zero.carousel-items > li {
	padding: 0px!important
}
.carousel-prev,
.carousel-next {
	width: 40px;
	height: 40px;
	z-index: 12;
	vertical-align: middle;
	position: absolute;
	display: block;
	font-size: 36px;
	line-height: 40px;
	cursor: pointer;
	color: #999;
	color: rgba(0,0,0,0.6);
	margin-top: -20px;
	font-family: 'icomoon'
}
.carousel-container .carousel-next {
	opacity: 0;
	right: 2px
}
.carousel-container .carousel-prev {
	opacity: 0;
	left: 0
}
.carousel-prev:hover,
.carousel-next:hover {
	color: #3498db
}
.carousel-prev {
	top: 50%;
	left: 10px;
	text-align: left
}
.carousel-next {
	top: 50%;
	right: 10px;
	text-align: right
}
.carousel-next::before,
.carousel-prev::before {
	visibility: visible;
	display: block;
	position: absolute;
	z-index: 100;
	background: transparent;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	line-height: 40px;
}
.carousel-prev::before {
	content: "\e9c8";
	text-indent: -4px;
}
.carousel-next::before {
	content: "\e9cb";
}
.pagination {
	display: block;
	position: relative;
	line-height: 16px
}
.pagination a,
.pagination span {
	width: 8px;
	height: 8px;
	display: inline-block;
	background: #bebebe;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid transparent;
	margin-right: 16px!important;
	vertical-align: middle
}
.pagination a.activeSlide,
.pagination span.cycle-pager-active {
	background: transparent;
	border: 1px solid #3498db;
	width: 11px;
	height: 11px;
}
.pagination a:focus {
	outline: none;
}

/*raheel css */

#topbar_header .span2{
	padding: 0px 10px !important;
}

.con{
    height: auto;
     width: 100%;
/* background-color: rgb(0, 0, 0); */
/* margin-left: 15px;
margin-right: 15px; */
max-width: 1140px;
}

.numbers{
    width: 115px;
    height: 70px;
    /* background-color: rgb(165, 179, 179); */
    float: left;
    /* margin-top: 5px; */
}

/* .inner_number{
    width: 115px;
    height: 60px;
    float: left;
    margin-top: 5px;
} */


/* .num{
    height: 25px;
    width: 100%;
    float: left;
    margin-top: 5px;
} */

.icon_img{
    height: 25px;
    width: 25px;
	float: left;
	margin: 5px;
}

.n1 .icon_img img{
    height: 100%;
    float: left;
}

.n1 .numb{
	
}

.n1 .numb small{
	font-size: 8px;
    font-weight: 900;
    color: rgb(26, 80, 49);
}
.n1 .numb h2{
    margin-top: 0px;
    color: seagreen;
    margin-top: 0;
	font-size: 14px;
	margin: 0;
}


.n2 .icon_img img{
    height: 100%;
    /* width: 40px; */
    float: left;
}

.n2 .numb{
	
}

.n2 .numb small {
    font-size: 8px;
    color: rgb(0, 21, 83);
}

.n2 .numb h2{
    
    margin-top: 0px;
    color: rgb(12, 42, 131);
    margin-top: 0;
	font-size: 14px;
	margin: 0;
}




.line{
    width: 5px;
    height: 80px;
    /* background: rgba(255, 0, 0, 0.664); */
    float: left;
    /* margin-top: 15px; */
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 5px;
    /* color: red; */

    
  }

  .line img{
    /* width: 2px; */
    height: 70px;
    /* margin-top: 15px; */
    /* transform: rotate(90deg); */
      /* transform-origin: left top; */
  }
  
.btn-danger{
    background-color:#A23528;
}

.btn1{
    width: 140px;
    height: 80px;
    /* background-color: rgb(165, 179, 179); */
    float: left;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    /* border: 15px solid rgba(226, 224, 224, 0.966); */
    /* box-sizing: border-box; */
    /* background-color: rgb(24, 51, 126); */

  }

  .btn1_inner{
     // background-color: rgb(52  , 148, 208);
      margin-top: 15px;
	  float: left;
	  width: 100%;
  }

.btn_icon_img{
    height: 25px;
    /* margin-top: 15px; */
    float: left;
    margin-left: 2px;
    margin-top: 5px;
}
.btn_icon_img img{
    height: 100%;
}

.pra{
    height: 35px;
    /* margin-top: 15px; */
    /* background-color: blue; */
    float: left;
}
.pra h2{
    
    margin-top: 7px;
    float: left;
    color: white;
    font-weight: 500;
    margin-left: 2px;
    margin-right: 15px;
    font-size: 18px;

}


.btn2{
    width: 200px;
    height: 80px;
    /* background-color: rgb(165, 179, 179); */
    float: left;
    margin-top: 10px;
    margin-left: 5px;

}


.btn1_inner2{
     // background-color:rgb(52  , 148, 208);
      margin-top: 15px;
      text-align: center;
      margin-left: calc(50% - 85px);
	  float: left;
	  
	  padding: 10px 10px;
	  min-width: 80px;
	  line-height: 1;
	  box-shadow: 0px 1px 0px rgba(255,255,255,0.25) inset, 0px 1px 3px rgba(0,0,0,0.2);

	  color: #FFF;
	  font-family: inherit;
	  background: #3498db;
	  display: inline-block;
	  text-transform: uppercase;
	  font-size: 12px;
	  -webkit-font-smoothing: subpixel-antialiased!important;
	  font-weight: 600;
	  box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
	  -moz-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
	  -webkit-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
	  -o-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
	  opacity: 0.85;
	  border: none!important;
	  outline: none!important;
	  text-align: center;
	  transition: all 0.3s ease-in-out;
	  border-radius: 3px;
	  letter-spacing: 1px;
	  text-shadow: 0 1px 0px rgba(255,255,255,0.25);
}


.btn_icon_img2{
    height: 25px;
    margin-top: 2px;
    float: left;
    margin-left: 2px;
}
.btn_icon_img2 img{
    height: 100%;
}

.pra2{
    height: 30px;
    /* margin-top: 15px; */
    /* background-color: blue; */
    float: left;
}
.pra2 h2{
    margin-top: 7px;
    float: left;
    color: white;
    font-weight: 500;
    margin-left: 2px;
    margin-right: 15px;
    font-size: 15px;

}



/************************************************/
/*bg_color*/
/***********************************************/


.bg_light_grey{
    
    background-color:#f7f7f7;
}







/***********************************************/
/*  file upload */
/***********************************************/


.file-upload {
  /*background-color: #ffffff;*/
  /*width: 600px;*/
  margin: 0 auto;
  padding: 20px;
}

.file-upload-btn {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #1FB264;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #15824B;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.file-upload-btn:hover {
  background: #1AA059;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.file-upload-btn:active {
  border: 0;
  transition: all .2s ease;
}

.file-upload-content {
  display: none;
  text-align: center;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height:100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap {
  margin-top: 20px;
  border: 4px dashed #3498db;
  position: relative;
  height:75px;
  margin-bottom:8%;
}

.image-dropping,
.image-upload-wrap:hover {
  background-color: #afdfff;
  border: 4px dashed #3498db;
  color:#fff;
}

.image-title-wrap {
  padding: 0 15px 15px 15px;
  color: #3498db;
}

.drag-text {
  text-align: center;
  
}

.drag-text h3 {
  font-weight: 100;
  text-transform: uppercase;
  color: #3498db;
  padding:22px;
}

.file-upload-image {
  max-height: 200px;
  max-width: 200px;
  margin: auto;
  padding: 20px;
}

.remove-image {
  width: 200px;
  margin: 0;
  color: #fff;
  background: #cd4535;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #b02818;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.remove-image:hover {
  background: #c13b2a;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.remove-image:active {
  border: 0;
  transition: all .2s ease;
}



/***********************************************/


/* bootstrap-badge styles */
.badge {
  display: inline-block;
  padding: 0.25em 0.5em;
  font-size:10px;
  font-weight: 700;
  line-height: 1;
  color: #bbb;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  border:1px solid #f1f2f2;
  /*background-color:#f1f2f2;*/
}



.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

/***********************************************/

/*bootstrap spacing*/

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-6 {
  margin-bottom: 4.5rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}



.ml-auto {
  margin-left: auto !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mx-n1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}

.mx-n2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}

.mx-n3 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}

.mx-n4 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}

.mx-n5 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}

.my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

.my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.my-n3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.my-n4 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.my-n5 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.mt-n1 {
  margin-top: -0.25rem !important;
}

.mt-n2 {
  margin-top: -0.5rem !important;
}

.mt-n3 {
  margin-top: -1rem !important;
}

.mt-n4 {
  margin-top: -1.5rem !important;
}

.mt-n5 {
  margin-top: -3rem !important;
}

.mt-n6 {
  margin-top: -4.5rem !important;
}

.mr-n1 {
  margin-right: -0.25rem !important;
}

.mr-n2 {
  margin-right: -0.5rem !important;
}

.mr-n3 {
  margin-right: -1rem !important;
}

.mr-n4 {
  margin-right: -1.5rem !important;
}

.mr-n5 {
  margin-right: -3rem !important;
}

.mb-n1 {
  margin-bottom: -0.25rem !important;
}

.mb-n2 {
  margin-bottom: -0.5rem !important;
}

.mb-n3 {
  margin-bottom: -1rem !important;
}

.mb-n4 {
  margin-bottom: -1.5rem !important;
}

.mb-n5 {
  margin-bottom: -3rem !important;
}

.ml-n1 {
  margin-left: -0.25rem !important;
}

.ml-n2 {
  margin-left: -0.5rem !important;
}

.ml-n3 {
  margin-left: -1rem !important;
}

.ml-n4 {
  margin-left: -1.5rem !important;
}

.ml-n5 {
  margin-left: -3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.text-primary {
  color: #0d6efd !important;
}

.text-secondary {
  color: #6c757d !important;
}

.text-success {
  color: #28a745 !important;
}

.text-info {
  color: #17a2b8 !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-light {
  color: #f8f9fa !important;
}

.text-dark {
  color: #343a40 !important;
}

.text-white {
  color: #fff !important;
}

.text-lgrey {
  color: #747474 !important;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  margin:0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-file {
  position: relative;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .form-select,
.input-group > .form-control + .form-file,
.input-group > .form-select + .form-control,
.input-group > .form-select + .form-select,
.input-group > .form-select + .form-file,
.input-group > .form-file + .form-control,
.input-group > .form-file + .form-select,
.input-group > .form-file + .form-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-file .form-file-input:focus ~ .form-file-label {
  z-index: 3;
}

.input-group > .form-file .form-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .form-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .form-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .form-file {
  display: flex;
  align-items: center;
}

.input-group > .form-file:not(:last-child) .form-file-label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-file:not(:first-child) .form-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control {
  min-height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control {
  min-height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.form-control {
  display: block;
  width: 100%;
  min-height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #8bbafe;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.form-control-color {
  max-width: 3rem;
  padding: 0.375rem;
}

.form-control-color::-moz-color-swatch {
  border-radius: 0.25rem;
}

.form-control-color::-webkit-color-swatch {
  border-radius: 0.25rem;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #3498db;
  border-color: #3498db;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0096ff;
  border-color: #0096ff;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0096ff;
  border-color: #0096ff;
  box-shadow: 0 0 0 0.2rem rgba(49, 132, 253, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #3498db;
  border-color: #3498db;
}

.form-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") no-repeat right 0.75rem center/16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-select:focus {
  border-color: #8bbafe;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.form-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.form-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.form-select::-ms-expand {
  display: none;
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.form-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.loader {
  border: 14px solid #f3f3f3;
  border-radius: 50%;
  border-top: 14px solid #3498db;
  width: 64px;
  height: 64px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
      margin-left: 45%;
    margin-right: 45%;
   /*display:none;    */
}
#loader{
  display:none;  
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
