@import url(icons/font-awesome/css/font-awesome.min.css);

@import url(icons/themify-icons/themify-icons.css);

@import
	url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800")
	;

/******************* 
Global Styles 
*******************/
* {
	outline: none;
}

body {
    background: #fff;
    font-family: "Poppins", sans-serif;
    margin: 0;
    overflow-x: hidden;
    color: #303030;
	font-weight: 400;
    height: 100%;
    direction: ltr;
}

html {
	position: relative;
	min-height: 100%;
	background: #ffffff;
}

.img-responsive {
	width: 100%;
	height: auto;
	display: inline-block;
}

.img-rounded {
	border-radius: 4px;
}

.block-line {
	display: block;
}

section.inner {
	padding: 20px 5px 30px 5px;
}

section.index {
	padding: 50px 0px !important;
}

/*******************
icons path
*******************/
@font-face {
	font-family: 'themify';
	src: url("fonts/themify.ttf") format("truetype");
}

@font-face {
	font-family: 'FontAwesome';
	src: url("fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype");
}

/******************* 
Links
*******************/
a:hover, a:focus {
	text-decoration: none;
}

.link-primary {
	color: #da464b;
}

a.link-primary:hover, a.link-primary:focus {
	color: #ea4a50;
}

a.link-secondary {
	color: #3f475c;
}

a.link-secondary:hover, a.link-secondary:focus {
	color: #656e82;
}

a.link-white {
	color: #ffffff;
}

a.link-white:hover, a.white-link:focus {
	color: #263238;
}

a.link-blue {
	color: #2168bc;
}

a.link-blue:hover, a.link-blue:focus {
	color: #263238;
}

/*******************
Headings
*******************/
h1, h2, h3, h4, h5, h6 {
	color: #3e4555;
	font-family: "Poppins", sans-serif;
}

h1 {
	line-height: 30px;
	font-size: 26px;
}

h2 {
	line-height: 24px;
	font-size: 20px;
}

h3 {
	line-height: 20px;
	font-size: 16px;
}

h4 {
	line-height: 18px;
	font-size: 14px;
}

h5 {
	line-height: 16px;
	font-size: 12px;
	font-weight: 400;
}

h6 {
	line-height: 15px;
	font-size: 11px;
	font-weight: 400;
}

.display-25 {
	font-size: 25px;
}

.display-30 {
	font-size: 30px;
}

.display-35 {
	font-size: 35px;
}

.display-40 {
	font-size: 25px;
}

.box {
	border-radius: 4px;
	padding: 10px;
}

html body .dl {
	display: inline-block;
}

html body .db {
	display: block;
}

.no-wrap td, .no-wrap th {
	white-space: nowrap;
}

.circle {
	border-radius: 100%;
}

.no-margin {
	margin: 0px;
}

.clear {
	clear: both;
}

/*******************
Blockquote
*******************/
html body blockquote {
	border-left: 5px solid #188ef4;
	border: 1px solid rgba(120, 130, 140, 0.13);
	padding: 15px;
}

/*******************
vertical alignment
*******************/
html body .vt {
	vertical-align: top;
}

html body .vm {
	vertical-align: middle;
}

html body .vb {
	vertical-align: bottom;
}

/*******************
Opacity
*******************/
.op-8 {
	opacity: 0.8;
}

.op-7 {
	opacity: 0.7;
}

.op-5 {
	opacity: 0.5;
}

.op-3 {
	opacity: 0.3;
}

/*******************
font size
*******************/
html body .font-10 {
	font-size: 10px;
}

html body .font-11 {
	font-size: 11px;
}

html body .font-12 {
	font-size: 12px;
}

html body .font-13 {
	font-size: 13px;
}

html body .font-14 {
	font-size: 14px;
}

html body .font-16 {
	font-size: 16px;
}

html body .font-18 {
	font-size: 18px;
}

html body .font-20 {
	font-size: 20px;
}

html body .font-22 {
	font-size: 22px;
}

html body .font-24 {
	font-size: 24px;
}

html body .font-30 {
	font-size: 30px;
}

html body .font-36 {
	font-size: 36px;
}

html body .display-4 {
	font-size: 25px;
}

/*******************
Border
*******************/
html body .b-0 {
	border: none !important;
}

html body .b-r {
	border-right: 1px solid rgba(120, 130, 140, 0.13);
}

html body .b-l {
	border-left: 1px solid rgba(120, 130, 140, 0.13);
}

html body .b-b {
	border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}

html body .b-t {
	border-top: 1px solid rgba(120, 130, 140, 0.13);
}

html body .b-all {
	border: 1px solid rgba(120, 130, 140, 0.13) !important;
}

/*******************
Thumb size
*******************/
.thumb-sm {
	height: 32px;
	width: 32px;
}

.thumb-md {
	height: 48px;
	width: 48px;
}

.thumb-lg {
	height: 88px;
	width: 88px;
}

.hide {
	display: none;
}

.img-circle {
	border-radius: 100%;
}

.radius {
	border-radius: 4px;
}

/*******************
Text Colors
*******************/
.text-primary {
	color: #da464b !important;
}

.text-secondary {
	color: #3f475c !important;
}

/*******************
Background Colors
*******************/
.bgg-primary {
	background-color: #da464b !important;
}

.bg-secondary {
	background-color: #41495e !important;
}

/*******************
List-style-none
******************/
ul.list-style-none {
	margin: 0px;
	padding: 0px;
}

ul.list-style-none li {
	list-style: none;
}

ul.list-style-none li a {
	color: #8d97ad;
	padding: 8px 0px;
	display: block;
	text-decoration: none;
}

ul.list-style-none li a:hover {
	color: #188ef4;
}

/*******************
buttons
******************/
.btn.btn-primary {
	color: #fff;
	background-color: rgba(218, 70, 75, 1);
	border-color: rgba(218, 70, 75, 1);
}

.btn.btn-primary.active, .btn.btn-primary:active, .btn.btn-primary.focus,
	.btn.btn-primary:focus, .btn.btn-primary.hover, .btn.btn-primary:hover,
	.btn.btn-primary.active.focus, .btn.btn-primary.active:focus, .btn.btn-primary:active.focus,
	.btn.btn-primary:active:focus, .btn.btn-primary.active.hover, .btn.btn-primary.active:hover,
	.btn.btn-primary:active.hover, .btn.btn-primary:active:hover {
	background-color: rgba(218, 70, 75, 0.9);
	border-color: rgba(218, 70, 75, 0.9);
}

.btn-primary:disabled, .btn-primary[disabled], .btn.btn-primary.disabled.focus,
	.btn.btn-primary.disabled:focus, .btn.btn-primary.disabled:hover, .btn.btn-primary:disabled.focus,
	.btn.btn-primary:disabled:focus, .btn.btn-primary:disabled:hover {
	background-color: #7f7f7f;
	border: 1px solid #7f7f7f;
}

.btn.btn-secondary {
	color: #fff;
	background-color: rgba(63, 71, 92, 1);
	border-color: rgba(63, 71, 92, 1);
}

.btn.btn-secondary.active, .btn.btn-secondary:active, .btn.btn-secondary.focus,
	.btn.btn-secondary:focus, .btn.btn-secondary.hover, .btn.btn-secondary:hover,
	.btn.btn-secondary.active.focus, .btn.btn-secondary.active:focus, .btn.btn-secondary:active.focus,
	.btn.btn-secondary:active:focus, .btn.btn-secondary.active.hover, .btn.btn-secondary.active:hover,
	.btn.btn-secondary:active.hover, .btn.btn-secondary:active:hover {
	background-color: rgba(63, 71, 92, 0.9);
	border-color: rgba(63, 71, 92, 0.9);
}

.btn-secondary:disabled, .btn-secondary[disabled], .btn.btn-secondary.disabled.focus,
	.btn.btn-secondary.disabled:focus, .btn.btn-secondary.disabled:hover,
	.btn.btn-secondary:disabled.focus, .btn.btn-secondary:disabled:focus,
	.btn.btn-secondary:disabled:hover {
	background-color: #7f7f7f;
	border: 1px solid #7f7f7f;
}

.btn.btn-link {
	color: rgba(218, 70, 75, 1);
	text-decoration: none;
}

.btn.btn-link.active, .btn.btn-link:active, .btn.btn-link.focus, .btn.btn-link:focus,
	.btn.btn-link.hover, .btn.btn-link:hover, .btn.btn-link.active.focus,
	.btn.btn-link.active:focus, .btn.btn-link:active.focus, .btn.btn-link:active:focus,
	.btn.btn-link.active.hover, .btn.btn-link.active:hover, .btn.btn-link:active.hover,
	.btn.btn-link:active:hover {
	color: rgba(218, 70, 75, 0.9);
	text-decoration: none;
}

.btn-link:disabled, .btn-link[disabled], .btn.btn-link.disabled.focus,
	.btn.btn-link.disabled:focus, .btn.btn-link.disabled:hover, .btn.btn-link:disabled.focus,
	.btn.btn-link:disabled:focus, .btn.btn-link:disabled:hover {
	color: #7f7f7f;
	text-decoration: none;
}

/*-------------------*/

/*On off switch*/

/*-------------------*/
.onoffswitch {
	position: relative;
	width: 70px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	margin: 0 auto;
}

.onoffswitch-checkbox {
	display: none;
}

.onoffswitch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border: 2px solid transparent;
	border-radius: 20px;
}

.onoffswitch-inner {
	display: block;
	width: 200%;
	margin-left: -100%;
	-webkit-transition: margin 0.3s ease-in 0s;
	-o-transition: margin 0.3s ease-in 0s;
	transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
	display: block;
	float: left;
	width: 50%;
	height: 30px;
	padding: 0;
	line-height: 30px;
	font-size: 14px;
	color: white;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.onoffswitch-inner:before {
	content: "";
	padding-right: 27px;
	background-color: #07d79c;
	color: #FFFFFF;
}

.onoffswitch-inner:after {
	content: "";
	padding-right: 24px;
	background-color: #3e4555;
	color: #999999;
	text-align: right;
}

.onoffswitch-switch {
	display: block;
	width: 23px;
	margin: 6px;
	background: #FFFFFF;
	height: 23px;
	position: absolute;
	top: -1px;
	bottom: 0;
	right: 35px;
	border-radius: 20px;
	-webkit-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s;
	transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
	margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
	right: 0px;
}

/*-------------------
Bootstrap 4 hack
-------------------*/
.card-columns {
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
}

.card-columns .card {
	margin-bottom: 30px;
}

.invisible {
	visibility: hidden !important;
}

.hidden-xs-up {
	display: none !important;
}

@media ( max-width : 575px) {
	.hidden-xs-down {
		display: none !important;
	}
}

@media ( min-width : 576px) {
	.hidden-sm-up {
		display: none !important;
	}
}

@media ( max-width : 767px) {
	.hidden-sm-down {
		display: none !important;
	}
}

@media ( min-width : 768px) {
	.hidden-md-up {
		display: none !important;
	}
}

@media ( max-width : 991px) {
	.hidden-md-down {
		display: none !important;
	}
}

@media ( min-width : 992px) {
	.hidden-lg-up {
		display: none !important;
	}
}

@media ( max-width : 1199px) {
	.hidden-lg-down {
		display: none !important;
	}
}

@media ( min-width : 1200px) {
	.hidden-xl-up {
		display: none !important;
	}
}

.hidden-xl-down {
	display: none !important;
}

/******************* 
Topbar
*******************/
.topbar {
	padding: 0px;
	-webkit-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
	width: 100%;
	position: fixed;
	z-index: 20;
	background: #ffffff;
}

.topbar.fixed-header {
	-webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
	box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
	-webkit-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
	background: #ffffff;
}

.topbar.fixed-header .navbar .navbar-brand img {
	height: 50px;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1, 1);
}

/******************* 
container fluid
*******************/
.container-fluid {
	padding: 0px;
}

/******************* 
Fix-width
*******************/
.fix-width {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
}

/******************* 
Spacer
*******************/
.spacer {
	padding: 90px 0;
}

.mini-spacer {
	padding: 40px 0;
}

/******************* 
Title
*******************/
.title {
	margin: 20px 0 15px;
}

/******************* 
Subtitle
*******************/
.subtitle {
	color: #8d97ad;
	line-height: 24px;
}

.card.card-shadow {
	-webkit-box-shadow: 0 2px 18px 1px rgba(49, 53, 72, 0.1);
	box-shadow: 0 2px 18px 1px rgba(49, 53, 72, 0.1);
}

.card-group .card {
	border: 1px solid rgba(120, 130, 140, 0.13);
	margin-bottom: 30px;
}

/******************* 
Icon space
*******************/
.icon-space {
	margin: 20px 0;
}

.linking {
	color: #3e4555;
}

.linking i {
	font-size: 14px;
	margin-left: 10px;
	-webkit-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}

.linking:hover {
	color: #188ef4;
}

.linking:hover i {
	margin-left: 15px;
}

/******************* 
Image shadow
*******************/
.img-shadow {
	-webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
	box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}

/******************* 
Image shadow
*******************/
.icon-round {
	width: 80px;
	line-height: 80px;
	text-align: center;
	border-radius: 100%;
	display: inline-block;
}

.no-shrink {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

/******************* 
up section
*******************/
.up {
	z-index: 10;
	position: relative;
}

.bt-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 100;
	visibility: hidden;
}

/******************* 
both space
*******************/
.both-space {
	margin: 80px 0;
}

/******************* 
Side text content
*******************/
.side-content {
	padding: 40px 60px;
}

/******************* 
background cover
*******************/
.bg-cover {
	background-size: cover;
	min-height: 200px;
}

/******************* 
Owl carousel
*******************/
.owl-carousel {
	display: block;
	width: 100%;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
}

.owl-carousel .owl-stage {
	position: relative;
}

.owl-carousel .owl-item {
	float: left;
}

.owl-carousel .owl-nav.disabled {
	display: none;
}

/******************* 
Max width
*******************/
.max-300 {
	max-width: 300px;
}

.max-400 {
	max-width: 400px;
}

.max-500 {
	max-width: 500px;
}

.max-600 {
	max-width: 600px;
}

/******************* 
line sticks
*******************/
.stick-bottom {
	position: relative;
	margin-bottom: 30px;
}

.stick-bottom>span {
	width: 30px;
	height: 2px;
	position: absolute;
	bottom: -7px;
	left: 0px;
	display: inline-block;
}

/******************* 
position
*******************/
.po-absolute {
	position: absolute;
}

.po-relative {
	position: relative;
}

/*-------------------*/

/*Bootstrap 4 hack*/

/*-------------------*/
.invisible {
	visibility: hidden !important;
}

.hidden-xs-up {
	display: none !important;
}

@media ( max-width : 575px) {
	.hidden-xs-down {
		display: none !important;
	}
}

@media ( min-width : 576px) {
	.hidden-sm-up {
		display: none !important;
	}
}

@media ( max-width : 767px) {
	.hidden-sm-down {
		display: none !important;
	}
}

@media ( min-width : 768px) {
	.hidden-md-up {
		display: none !important;
	}
}

@media ( max-width : 991px) {
	.hidden-md-down {
		display: none !important;
	}
}

@media ( min-width : 992px) {
	.hidden-lg-up {
		display: none !important;
	}
}

@media ( max-width : 1199px) {
	.hidden-lg-down {
		display: none !important;
	}
}

@media ( min-width : 1200px) {
	.hidden-xl-up {
		display: none !important;
	}
}

.hidden-xl-down {
	display: none !important;
}

/*************/

/* Dropdown*/

/*************/
.navbar-nav .dropdown-toggle::after {
	display: none;
}

.navbar-nav .dropdown-menu.b-none {
	border: 0px;
	-webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
	box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

.navbar-nav {
	font-weight: 400;
}

.navbar-nav .dropdown-menu.b-none {
	border: 0px;
	-webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
	box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

.pre-scroll {
	position: relative;
}

.mega-dropdown {
	position: static;
}

.mega-dropdown .dropdown-menu {
	width: 100%;
	padding: 30px;
	margin-top: 0px;
	overflow: hidden;
}

.mega-dropdown .list-style-none {
	font-size: 14px;
}

.mega-dropdown .inside-bg {
	margin: -30px 0 -30px -30px;
}

.mega-dropdown .inside-bg-right {
	margin: -30px -30px -30px 0;
}

.mega-dropdown .bg-img {
	background-size: cover;
	height: 100%;
	padding: 30px;
}

.mega-dropdown h6 {
	margin: 15px 0;
	font-size: 15px;
}

/*************/

/* General Listing*/

/*************/
.general-listing {
	padding: 0px;
	margin: 0px;
}

.general-listing li {
	list-style: none;
}

.general-listing li a {
	color: #8d97ad;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 0;
	-webkit-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.general-listing li:hover a {
	color: #188ef4;
	padding-left: 10px;
}

.general-listing li i {
	margin-right: 7px;
	vertical-align: middle;
}

.general-listing.two-part li {
	width: 49%;
	display: inline-block;
}

.general-listing.only-li li {
	padding: 5px 0;
}

/*************/

/* form dark*/

/*************/
.form-control-dark {
	background: rgba(120, 130, 140, 0.13);
	color: #ffffff;
	border-color: rgba(120, 130, 140, 0.13);
}

.form-control-dark:focus {
	background: rgba(120, 130, 140, 0.13);
	color: #ffffff;
}

/*************/

/* social-round */

/*************/
.round-social a {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	border-radius: 100%;
	margin: 0 5px;
	-webkit-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}

.round-social a:hover {
	-webkit-transform: translate3d(0px, -5px, 0px);
	transform: translate3d(0px, -5px, 0px);
}

.round-social.light a {
	color: #263238;
	background: #f5f7fa;
}

.round-social.light a:hover {
	background: #263238;
	color: #ffffff;
}

/*************/

/* Form Banner */

/*************/
.banner {
	position: relative;
	max-height: 700px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	display: table;
}

.banner .banner-content {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

@media ( max-width : 992px) {
	.banner {
		height: auto !important;
		padding: 100px 0;
	}
}

@media ( max-width : 767px) {
	.banner {
		padding: 30px 0;
	}
}

.form-control {
	padding: .75rem;
	border: 2px solid rgba(120, 130, 140, 0.13);
}

select.form-control:not([size]):not([multiple]) {
	height: calc(2.25rem + 12px);
}

/*******************
UI-Elements
******************/

/*******************
Buttons
******************/
.button-group .btn {
	margin-bottom: 7px;
}

/*******************
Grid page
******************/
.show-grid {
	margin-bottom: 10px;
	padding: 0 15px;
}

.show-grid [class^=col-] {
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid rgba(120, 130, 140, 0.13);
	background-color: #f5f7fa;
}

/*******************
list and media
******************/
.list-group a.list-group-item:hover {
	background: #f5f7fa;
}

.list-group-item.active, .list-group .list-group-item.active:hover {
	background: #188ef4;
	border-color: #188ef4;
}

.list-group-item.disabled {
	color: #8d97ad;
	background: #f5f7fa;
}

.media {
	border: 1px solid rgba(120, 130, 140, 0.13);
	margin-bottom: 10px;
	padding: 15px;
}

/*******************
Notification page Jquery toaster
******************/
.alert-rounded {
	border-radius: 60px;
}

/*******************
Progress bar
******************/
.progress.active .progress-bar, .progress-bar.active {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
}

.progress-vertical {
	min-height: 250px;
	height: 250px;
	position: relative;
	display: inline-block;
	margin-bottom: 0;
	margin-right: 20px;
}

.progress-vertical-bottom {
	min-height: 250px;
	height: 250px;
	position: relative;
	display: inline-block;
	margin-bottom: 0;
	margin-right: 20px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.progress-animated {
	-webkit-animation-duration: 5s;
	-webkit-animation-name: myanimation;
	-webkit-transition: 5s all;
	animation-duration: 5s;
	animation-name: myanimation;
	-o-transition: 5s all;
	transition: 5s all;
}

@
-webkit-keyframes myanimation {from { width:0;
	
}

}
@
keyframes myanimation {from { width:0;
	
}

}

/*******************
Vertical tabs
******************/
.vtabs {
	display: table;
}

.vtabs .tabs-vertical {
	width: 150px;
	border-bottom: 0px;
	border-right: 1px solid rgba(120, 130, 140, 0.13);
	display: table-cell;
	vertical-align: top;
}

.vtabs .tabs-vertical li .nav-link {
	color: #263238;
	margin-bottom: 10px;
	border: 0px;
	border-radius: 4px 0 0 4px;
}

.vtabs .tab-content {
	display: table-cell;
	padding: 20px;
	vertical-align: top;
}

.tabs-vertical li .nav-link.active, .tabs-vertical li .nav-link:hover,
	.tabs-vertical li .nav-link.active:focus {
	background: #188ef4;
	border: 0px;
	color: #ffffff;
}

/*Custom vertical tab*/
.customvtab .tabs-vertical li .nav-link.active, .customvtab .tabs-vertical li .nav-link:hover,
	.customvtab .tabs-vertical li .nav-link:focus {
	background: #ffffff;
	border: 0px;
	border-right: 2px solid #188ef4;
	margin-right: -1px;
	color: #188ef4;
}

.tabcontent-border {
	border: 1px solid #ddd;
	border-top: 0px;
}

.customtab2 li a.nav-link {
	border: 0px;
	margin-right: 3px;
	color: #8d97ad;
}

.customtab2 li a.nav-link.active {
	background: #188ef4;
	color: #ffffff;
}

.customtab2 li a.nav-link:hover {
	color: #ffffff;
	background: #188ef4;
}

/*============================================================== 
 Ui-bootstrap
 ============================================================== */
ul.list-icons {
	margin: 0px;
	padding: 0px;
}

ul.list-icons li {
	list-style: none;
	line-height: 30px;
	margin: 5px 0;
	-webkit-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}

ul.list-icons li a {
	color: #8d97ad;
}

ul.list-icons li a:hover {
	color: #188ef4;
}

ul.list-icons li i {
	font-size: 13px;
	padding-right: 8px;
}

ul.list-inline li {
	display: inline-block;
}

ul.list-inline li:first-child {
	padding-left: 0px;
}

ul.list-inline li a {
	color: #8d97ad;
}

ul.list-inline li a:hover {
	color: #188ef4;
}

ul.two-part {
	margin: 0px;
}

ul.two-part li {
	width: 48.8%;
}

/*Accordion*/
html body .accordion .card {
	margin-bottom: 0px;
}

#accordion4 .card-header {
	border: 1px solid rgba(120, 130, 140, 0.13);
	background: transparent;
	margin-bottom: 10px;
}

#accordion4 .card-header a {
	color: #8d97ad;
}

#accordion4 .card-header:hover {
	background-color: #188ef4;
	border: 1px solid #188ef4;
}

#accordion4 .card-header:hover a {
	color: #ffffff;
}

#accordion4 .card.active .card-header {
	background-color: #188ef4;
	border: 1px solid #188ef4;
}

#accordion4 .card.active .card-header a {
	color: #ffffff;
}

/*===================== 
Breadcrumb
=====================*/
.bc-colored .breadcrumb-item, .bc-colored .breadcrumb-item a {
	color: #ffffff;
}

.bc-colored .breadcrumb-item.active, .bc-colored .breadcrumb-item a.active
	{
	opacity: 0.7;
}

.bc-colored .breadcrumb-item+.breadcrumb-item::before {
	color: rgba(255, 255, 255, 0.4);
}

.breadcrumb {
	margin-bottom: 0px;
}

/******************************************
Header 
*******************************************/
.topbar.fixed-header {
	background: #ffffff;
}

.h11-nav {
	padding: 0;
}

.h11-nav .navbar-brand {
	padding: 10px 0;
}

.h11-nav .h11-topbar ul {
	margin-bottom: 0px;
	padding: 15px 0;
}

.h11-nav .h11-topbar ul li {
	display: inline-block;
	vertical-align: middle;
}

.h11-nav .h11-topbar ul li a {
	padding: 0px 7px;
	color: #8d97ad;
	display: block;
}

.h11-nav .h11-topbar ul li:hover a {
	color: #263238;
}

.h11-nav .navbar-nav .nav-item {
	margin: 0 20px;
}

.h11-nav .navbar-nav .nav-item .nav-link {
	padding: 12px 0px;
	color: #3f475c;
	border-bottom: 1px solid transparent;
	font-weight: 500;
	text-transform: uppercase;
}

.h11-nav .navbar-nav .nav-item:hover .nav-link, .h11-nav .navbar-nav .nav-item.active .nav-link
	{
	color: #da464b;
	border-bottom: 1px solid #3f475c;
}

.h11-nav .navbar-nav .nav-item:last-child {
	margin-right: 0px;
}

@media ( max-width : 1023px) {
	.h11-nav .navbar-nav .nav-item {
		margin: 0;
	}
}

.pro-pic {
	padding: 10px;
	padding-bottom: 10px;
}

.pro-pic img {
	border-radius: 5%;
	height: 150px;
	width: 150px;
	border: 1px dotted grey;
}

/************************************
chat module
************************************/
.inbox_msg {
	clear: both;
	background-color: white;
	overflow: hidden;
	border: 1px solid #dedede;
}

.chat_ib h5 {
	font-size: 15px;
	color: #464646;
	margin: 0 0 8px 0;
}

.chat_ib h5 span {
	font-size: 13px;
	float: right;
}

.chat_ib p {
	font-size: 14px;
	color: #989898;
	margin: auto
}

.chat_img {
	float: left;
	width: 11%;
}

.chat_ib {
	float: left;
	padding: 0 0 0 15px;
	width: 88%;
}

.btn_delete:hover {
	color: red;
}

.chat_people {
	overflow: hidden;
	clear: both;
}

.chat_list {
	border-bottom: 1px solid #c4c4c4;
	margin: 0;
	padding: 18px 16px 10px;
	cursor: pointer;
}

.chat_list:hover {
	background-color: #ebebeb;
}

.inbox_chat {
	height: 450px;
	overflow-y: scroll;
}

.active_chat {
	background: #ebebeb;
}

.incoming_msg_img {
	display: inline-block;
	width: 6%;
}

.received_msg {
	display: inline-block;
	padding: 0 0 0 10px;
	vertical-align: top;
	width: 92%;
}

.received_withd_msg p {
	background: #da464b none repeat scroll 0 0;
	border-radius: 3px;
	color: #ffffff;
	font-size: 14px;
	margin: 0;
	padding: 5px 10px 5px 12px;
	width: 100%;
}

.time_date {
	color: #747474;
	display: block;
	font-size: 12px;
	margin: 8px 0 0;
}

.received_withd_msg {
	width: 57%;
}

.mesgs {
	float: left;
	padding: 30px 15px 0 25px;
	width: 100%;
}

.sent_msg p {
	background: #ebebeb none repeat scroll 0 0;
	border-radius: 3px;
	font-size: 14px;
	margin: 0;
	color: #363636;
	padding: 5px 10px 5px 12px;
	width: 100%;
}

.outgoing_msg {
	overflow: hidden;
	margin: 26px 0 26px;
}

.sent_msg {
	float: right;
	width: 46%;
}

.input_msg_write input {
	border: medium none;
	color: #4c4c4c;
	font-size: 15px;
	min-height: 48px;
	width: 100%;
}

.type_msg {
	border-top: 1px solid #c4c4c4;
	position: relative;
}

.msg_send_btn {
	background: #da464b none repeat scroll 0 0;
	border: medium none;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	font-size: 17px;
	padding-left: 5px;
	height: 33px;
	position: absolute;
	right: 0;
	top: 11px;
	width: 33px;
}

.messaging {
	padding: 10px 0 10px 0;
}

.msg_history {
	height: 380px;
	overflow-y: auto;
}

/*============  browse by  =================*/
.browseby {
	margin-bottom: 30px;
}

.browseby h3 {
	color: #343a40;
	font-size: 1.2em;
	padding-bottom: 02px;
}

.browseby ul {
	list-style-type: none;
	padding-left: 5px;
}

.browseby ul li {
	border-bottom: 1px solid #e3e4e8;
	padding: 0px;
	margin: 0px;
	padding: 7px 0;
	text-decoration: none;
}

.browseby ul li a:link {
	font-size: 0.95em;
}

.browseby ul li a i {
	float: right;
	color: #989898;
	font-size: 0.95em;
	padding: 05px 05px 0 0;
}

.browseby a {
	padding-right: 10px;
}

.card-group, .card-deck {
	margin-bottom: 0.75rem;
}

.list-group .list-group-item.active {
	background-color: #474f63;
	border: 1px solid #474f63;
}

.list-group .list-group-item.active:hover {
	background-color: #4e576c;
	border: 1px solid #4e576c;
}

/*================================ index page - header search ===================*/
#custom-search-input {
	margin: 0;
	top: 0;
	padding: 0;
	width: 700px;
	margin: auto;
	position: relative;
}

@media ( max-width : 991px) {
	#custom-search-input {
		/* For less than 991px */
		width: auto;
	}
}

#custom-search-input .search-query {
	width: 100%;
	height: 50px;
	padding-left: 20px;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.35);
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.35);
	font-weight: 500;
	font-size: 16px;
	font-size: 1rem;
	color: #333;
}

#custom-search-input .search-query:focus {
	outline: none;
}

@media ( max-width : 575px) {
	#custom-search-input .search-query {
		/* For less than 575px */
		padding-left: 15px;
	}
}

#custom-search-input .form1 {
	height: 50px;
}

#custom-search-input input[type='submit'] {
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	right: 0;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	font-size: 1rem;
	top: 0;
	border: 0;
	padding: 0 25px;
	height: 48px;
	cursor: pointer;
	outline: none;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-ms-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	background-color: #393939;
}

#custom-search-input input[type='submit']:hover {
	background-color: #686868;
	color: #fff;
}

@media ( max-width : 575px) {
	#custom-search-input input[type='submit'] {
		/* For less than 575px */
		text-indent: -999px;
		height: 40px;
		background: #393939 url(../../assets/imgs/search.svg) no-repeat center
			center;
	}
	.input-group select {
		font-size: 1.05em;
	}
}

/*================================ index page - profiles ===================*/
.card.profile_list {
	max-width: 140px;
	margin-left: 10px;
	display: inline-block;
	border: 1px solid #e3e3e3;
}

.card.profile_list img {
	max-height: 150px;
	border-radius: 4px;
}

.card.profile_list p {
	font-size: 0.85em;
}

.card-img-top1 {
	/*height: 11vw;*/
	object-fit: cover;
}

.responsive-img {
	width: auto;
	height: 300px;
	object-fit: cover;
	max-height: 300px;
}

ul.listitem li p {
	color: #3f475c;
	font-size: .95em;
}

ul.listitem li p strong {
	width: 100px;
	display: inline-block;
	font-weight: 500;
}

ul.listitem_1 li p {
	color: #3f475c;
	font-size: .95em;
	font-weight: 300;
}

ul.listitem_1 li p strong {
	width: 140px;
	display: inline-block;
	font-weight: 400;
	color: #D9474A;
}

.listitem_1 .list-group-item {
	padding: 10px 2px 0px 15px;
}

.list-group-item-action {
	margin-bottom: 20;
}

.profile_tbuttons ul {
	margin: 0px 0px 30px 0px;
	padding: 0px;
	display: block;
	text-decoration: none;
	text-align: center;
}

.profile_tbuttons ul li {
	display: inline-block;
}

.profile_tbuttons ul li:hover {
	display: inline-block;
}

.profile_tbuttons ul li:last-child {
	padding-left: 15px;
}

.rounded_icon a:link {
	color: white;
}

.rounded_icon a:active {
	color: white;
}

.rounded_icon a:hover {
	color: white;
}

.rounded_icon a:visited {
	color: white;
}

.imagethumb {
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-ms-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	padding: 2px;
	border: 1px solid #ededed;
}

.gallery {
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.gallery li {
	float: left;
	margin-top: 7px;
}

.gallery li img {
	width: 105px;
	height: 100px;
}

.upload-btn-wrapper {
	position: relative;
	overflow: hidden;
	display: inline-block;
}

.upload-btn-wrapper input[type=file] {
	font-size: 100px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

.sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 8rem;
}

/*================= breadcrumbs =========================*/
.breadcrumb {
	background: transparent;
	margin-bottom: 0px;
	line-height: 6px;
}

.breadcrumb li a {
	color: white;
	font-size: .85em;
	font-weight: 500;
}

.breadcrumb-item.active {
	font-size: .85em;
	color: white;
	font-weight: 500;
}

.breadcrumb-item+.breadcrumb-item::before {
	color: white;
	font-weight: 500;
}

/*-- ============================================================== 
 Small Desktop & above all (1024px) 
 ============================================================== */
@media ( min-width : 1024px) {
	.page-wrapper {
		padding-top: 100px;
	}
	.hover-dropdown .navbar-nav>.dropdown:hover>.dropdown-menu {
		display: block;
		margin-top: 0px;
	}
	.navbar-nav>.dropdown .dropdown-menu {
		min-width: 210px;
		margin-top: 0px;
	}
	.dropdown-submenu:hover>.dropdown-menu {
		display: block;
	}
}

@media ( max-width : 1023px) {
	.d-flex {
		display: block !important;
	}
	.d-flex.no-block {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.wrap-feature30-box {
		left: 0;
		right: 0;
		margin: 0 auto;
		top: 50%;
	}
	.wrap-feature31-box .right-image {
		position: relative;
		bottom: -95px;
	}
	.wrap-feature31-box .right-image img {
		width: 100%;
	}
	.wrap-feature34-box .left-image {
		position: relative;
		top: -90px;
	}
	.po-absolute {
		position: relative;
	}
	.topbar {
		background: #ffffff;
		position: relative;
	}
	.topbar.animated {
		-webkit-animation-duration: 0s;
		animation-duration: 0s;
	}
	.topbar.animated.slideInDown {
		-webkit-animation-name: none;
		animation-name: none;
	}
}

/*******************
Modal in center
*******************/
.modal-dialog {
	min-height: calc(100vh - 60px);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: auto;
}

@media ( max-width : 768px) {
	.modal-dialog {
		min-height: calc(100vh - 20px);
	}
}

.animated {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
}

/*============================================================== 
 For Laptop & above all (1650px) 
 ============================================================== */

/*============================================================== 
 For Laptop & above all (1370px) 
 ============================================================== */
@media ( max-width : 1370px) {
	.slider4 {
		overflow-y: hidden;
	}
	.slider4 .slide-image {
		height: 550px;
		width: auto !important;
	}
	.slider4 .slide-image {
		left: 0%;
		position: relative;
	}
	.slider4 ul li {
		font-size: 15px;
	}
	.slider4 h2 {
		font-size: 34px;
	}
	.slider4 .btn-md {
		padding-left: 27px;
		padding-right: 27px;
	}
}

/*-- ============================================================== 
 Small Desktop & above all (1024px) 
 ============================================================== */
@media ( min-width : 1024px) {
	.page-wrapper {
		padding-top: 100px;
	}
	.hover-dropdown .navbar-nav>.dropdown:hover>.dropdown-menu {
		display: block;
		margin-top: 0px;
	}
	.navbar-nav>.dropdown .dropdown-menu {
		min-width: 210px;
		margin-top: 0px;
	}
	.dropdown-submenu:hover>.dropdown-menu {
		display: block;
	}
}

@media ( max-width : 1023px) {
	.d-flex {
		display: block !important;
	}
	.d-flex.no-block {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.wrap-feature30-box {
		left: 0;
		right: 0;
		margin: 0 auto;
		top: 50%;
	}
	.wrap-feature31-box .right-image {
		position: relative;
		bottom: -95px;
	}
	.wrap-feature31-box .right-image img {
		width: 100%;
	}
	.wrap-feature34-box .left-image {
		position: relative;
		top: -90px;
	}
	.po-absolute {
		position: relative;
	}
	.topbar {
		background: #ffffff;
		position: relative;
	}
	.topbar.animated {
		-webkit-animation-duration: 0s;
		animation-duration: 0s;
	}
	.topbar.animated.slideInDown {
		-webkit-animation-name: none;
		animation-name: none;
	}
}

/*-- ============================================================== 
 Ipad & above all(768px) 
 ============================================================== */

/*-- ============================================================== 
 Phone and below ipad(767px) 
 ============================================================== */
@media ( max-width : 767px) {
	/*This is for the Global*/
	.b-l, .b-r {
		border-left: 0px;
		border-right: 0px;
		border-bottom: 1px solid rgba(120, 130, 140, 0.13);
	}
	.img-inline li.half-width {
		width: 100%;
	}
	.both-space {
		margin: 10px 0;
	}
	.side-content {
		padding: 40px 20px;
	}
	.general-listing.two-part li {
		width: 100%;
		display: block;
	}
	/*This is for the slider*/
	.slider4 h2 {
		font-size: 28px;
		line-height: 36px;
	}
	.slider4 .slide-text {
		padding: 0 !important;
		width: 95% !important;
	}
	.slider4 .slide-image {
		height: 340px;
	}
	.slider4 .btn-md {
		padding-left: 25px;
		padding-right: 25px;
	}
	.dropdown-submenu>.dropdown-menu.show {
		display: block;
	}
}

@media ( max-width : 428px) {
	.slider4 h2 {
		font-size: 23px;
		line-height: 30px;
	}
	.slider4 .slide-image {
		left: -80%;
		height: 380px;
	}
	.slider4 .btn-md {
		text-align: center;
		margin-bottom: 10px;
	}
	.slider4 .btn-secondary {
		margin-left: 0 !important;
	}
	#slider-sec .carousel-control-next {
		padding-right: 10px;
	}
	#slider-sec .carousel-control-prev {
		padding-left: 10px;
	}
}

/*================================ footer  ===================*/
@media ( min-width : 768px) {
	.collapse.dont-collapse-sm {
		display: block !important;
		height: auto !important;
		visibility: visible !important;
	}
}

footer {
	background-color: #3f475c;
	padding: 60px 0 35px 0;
	margin-top: 40px;
}

@media ( max-width : 767px) {
	footer {
		padding: 0 0 15px 0;
	}
}

footer hr {
	border-color: rgba(255, 255, 255, 0.15);
	margin-top: 5px;
}

@media ( max-width : 767px) {
	footer hr {
		border-color: transparent;
	}
}

footer .contacts ul {
	margin: 0 0 25px 0;
	padding: 0;
	list-style: none;
}

@media ( max-width : 767px) {
	footer .contacts ul {
		margin-top: 15px;
	}
}

footer .contacts ul li {
	padding-left: 35px;
	position: relative;
	margin-bottom: 15px;
	color: #fff;
	opacity: 0.6;
}

footer .contacts ul li a {
	color: #fff;
	opacity: 1;
}

footer .contacts ul li a:hover {
	opacity: 1;
}

footer .contacts ul li i {
	font-size: 18px;
	font-size: 1.125rem;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	line-height: 1;
}

footer h3 {
	font-size: 14px;
	font-size: 0.875rem;
	margin-bottom: 15px;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: #fff;
	text-transform: uppercase;
}

@media ( max-width : 767px) {
	footer h3 {
		font-size: 13px;
		font-size: 0.8125rem;
		cursor: pointer;
		border-bottom: 1px solid rgba(255, 255, 255, 0.15);
		margin: 0 -15px 0 -15px;
		padding: 15px 15px 15px 15px;
		display: block;
	}
	footer h3:after {
		font-family: FontAwesome;
		font-weight: 100;
		width: 20px;
		display: block;
		float: right;
	}
}

footer .links ul {
	margin: 0 0 25px 0;
	padding: 0;
	list-style: none;
}

@media ( max-width : 767px) {
	footer .links ul {
		margin-top: 15px;
	}
}

footer .links ul li {
	margin-bottom: 8px;
	line-height: 1.2;
}

footer .links ul li a {
	position: relative;
	color: #fff;
	opacity: 0.6;
	display: inline-block;
}

footer .links ul li a:hover {
	-webkit-transform: translate(5px, 0);
	-moz-transform: translate(5px, 0);
	-ms-transform: translate(5px, 0);
	-o-transform: translate(5px, 0);
	transform: translate(5px, 0);
	color: #fff;
	opacity: 1;
	text-decoration: none;
}

footer .links ul li a:hover:after {
	opacity: 1;
	color: #fff;
}

footer .links ul li a:after {
	content: "\f18e";
	font-family: FontAwesome;
	position: relative;
	margin-left: 5px;
	top: 2px;
	opacity: 0;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.follow_us h5 {
	font-size: 16px;
	font-size: 1rem;
	margin: 35px 0 10px 0;
	color: #fff;
}

.follow_us ul {
	margin: 0 0 25px 0;
	padding: 0;
	list-style: none;
}

.follow_us ul li {
	display: inline-block;
	margin: 0 10px 0 0;
}

.follow_us ul li a {
	display: block;
}

.follow_us ul li a img {
	width: 30px;
	height: 30px;
}

.follow_us ul li a:hover {
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
}

ul.footer-selector {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.footer-selector li {
	float: left;
	margin-right: 10px;
}

@media ( max-width : 575px) {
	ul.footer-selector li:last-child {
		padding-top: 10px;
		clear: both;
		float: none;
		display: block !important;
	}
}

/* Addtional links Footer */
ul.additional_links {
	margin: 0;
	padding: 8px 0 0 0;
	color: #d3d3d3;
	float: right;
	font-size: 13px;
	font-size: 0.8125rem;
}

@media ( max-width : 991px) {
	ul.additional_links {
		float: none;
		margin-top: 10px;
	}
}

ul.additional_links li {
	display: inline-block;
	margin-right: 15px;
}

ul.additional_links li:first-child {
	margin-right: 20px;
}

ul.additional_links li:last-child:after {
	content: "";
}

ul.additional_links li span {
	color: #fff;
	opacity: 0.8;
}

ul.additional_links li a {
	color: #fff;
	opacity: 0.8;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

ul.additional_links li a:hover {
	opacity: 1;
	text-decoration: none;
}

ul.additional_links li:after {
	content: "|";
	font-weight: 300;
	position: relative;
	left: 10px;
}

.styled-select {
	width: 100%;
	overflow: hidden;
	height: 30px;
	line-height: 32px;
	border: none;
	background-color: #f3f3f3;
	background-color: rgba(255, 255, 255, 0.05);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	padding-right: 35px;
	position: relative;
	color: #ccc;
	cursor: pointer;
}

.styled-select:after {
	font-family: FontAwesome;
	color: #ccc;
	position: absolute;
	right: 10px;
	top: 0;
}

.styled-select.lang-selector:after {
	content: "\f0ac";
}

.styled-select.currency-selector:after {
	content: "\f0d6";
}

.styled-select select {
	background: transparent;
	width: 110%;
	padding-left: 10px;
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	height: 30px;
	color: #ccc;
	font-size: 12px;
	font-size: 0.75rem;
	margin: 0;
	font-weight: 500;
	-moz-appearance: window;
	-webkit-appearance: none;
	cursor: pointer;
	outline: none;
}

.styled-select select:focus {
	color: #ccc;
	outline: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.styled-select select::-ms-expand {
	display: none;
}

.listbyfa {
	margin: 0px;
	padding: 0px;
}

.listbyfa ul {
	display: block;
	/* Remove bullet points; allow greater control of positioning */
	width: 100%;
	/* Get the row full width */
	text-align: center;
	list-style-type: none;
}

.listbyfa ul li {
	display: inline-block;
	border: none;
	min-width: 50px;
	padding: 1px 0px;
	margin-right: 1px;
}

.listbyfa ul li a {
	min-width: 50px;
}

/* start of profile listings*/
.strip_list {
	margin-bottom: 25px;
	background-color: #fff;
	border: 1px solid #e3e3e3;
	padding: 20px 15px 15px 200px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}

@media ( max-width : 767px) {
	.strip_list {
		/* For less than 767px */
		padding: 20px 15px 15px 90px;
	}
}

.strip_list figure {
	width: 160px;
	height: 185px;
	position: absolute;
	overflow: hidden;
	-webkit-border-radius: 2%;
	-moz-border-radius: 2%;
	-ms-border-radius: 2%;
	border-radius: 2%;
	left: 15px;
	top: 15px;
}

.strip_list figure img {
	object-fit: cover;
	width: 160px;
	height: 180px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) scale(1);
	-moz-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	-o-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}

@media ( max-width : 767px) {
	.strip_list figure img {
		/* For less than 767px */
		height: 60px;
	}
}

@media ( max-width : 767px) {
	.strip_list figure {
		/* For less than 767px */
		width: 60px;
		height: 60px;
	}
}

.strip_list h3 {
	font-size: 18px;
	font-size: 1.1125rem;
	margin-top: 0;
	display: inline-block;
	margin-right: 10px;
	color: #282c59;
}

.strip_list h3 a:hover {
	text-decoration: underline;
}

.strip_list hr {
	padding-left: 500px;
}

.strip_list h4 {
	margin-bottom: 07px;
	font-size: 13px;
}

.strip_list p {
	margin-bottom: 3px;
	font-size: 0.85rem;
}

.strip_list p strong {
	font-size: 13px;
	font-size: 0.7625rem;
	width: 120px;
	display: inline-block;
}

@media ( max-width : 767px) {
	.strip_list p {
		/* For less than 767px */
		font-size: 13px;
		font-size: 0.8125rem;
	}
}

.strip_list small {
	color: #e54b4b;
	display: block;
	font-weight: 600;
	text-transform: uppercase;
}

.strip_list hr {
	margin: 15px -15px -15px -200px;
}

.strip_list ul {
	/*border-top: 1px solid #ededed;*/
	margin: 15px -15px -15px -20px;
	padding: 20px 15px;
}

@media ( max-width : 767px) {
	.strip_list ul {
		/* For less than 767px */
		margin: 15px -15px -15px -0px;
	}
}

.strip_list ul li {
	display: inline-block;
	margin-right: 5px;
	font-weight: 500;
}

.strip_list ul li a {
	border: 2px solid #D9474A;
	color: #fff;
	background-color: #D9474A;
	cursor: pointer;
	padding: 5px 20px;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}

.strip_list ul li a:hover {
	color: #0000ff;
}

.std_box_profilebottom {
	background-color: #f1f1f2;
	padding: 05px 0px 05px 05px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-ms-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	margin-bottom: 07px;
	margin-top: 10px;
	border: 1px solid #e1e8ed;
}

/* end of search listings*/
#profile-card {
	margin-bottom: 20px;
}

#profile-card .card-header {
	padding: 8px 7px;
	margin: 0px;
	color: #253632;
	background-color: #dc3545;
}

#profile-card .card-header h3 {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	color: white;
}

#profile-card ul li {
	padding: 7px 7px;
}

#profile-card ul li p {
	padding: 0px;
	color: #262626;
	margin: 0px;
}

.sidebar-item {
	position: absolute;
	height: 50%;
}

.make-me-sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}

        .plainlist {
            list-style-type: none;
            padding: 0px;
            background-color: #f8f8f8;
            line-height: 26px;
            margin-top: 15px;
            padding: 5px
        }

.logos {
	max-width: 150px;
}