@charset "UTF-8";

body {
    font-family: 'Helvetica','Comfortaa';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #71748d;
    background-image: url('/images/pattern.png');
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #aaa;
    margin: 0px 0px 15px 0px;
    font-family: 'Comfortaa';
}

h1 {
    font-size: 34px;
}

h2 {
    font-size: 2em;
    line-height: 30px;
	font-weight: bold;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 22px;
    font-weight: bold;
    color: #555;
    margin-bottom: 5px;
}

h5 {
    font-size: 20px;
    font-weight: 800;
    color: #5d90c3;
    margin: 10px 0;
	line-height: 28px;
	
}

h6 {
    font-size: 12px;
}

p {
    margin: 0px 0px 10px 0px;
}

p:last-child {
    margin: 0px;
}

a {
    color: #71748d;
}

a:hover {
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0;
    text-decoration: none;
}

ol,
ul {
	padding-inline-start:15px;
}

ol li,
ul li {}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
    color: #3d3f5d;
}


/*--------------------
 Form
---------------------*/

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 15px;
    color: #71748d;
}

.form-control {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.42857143;
    color: #71748d;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d2d2e4;
    border-radius: 2px;
}

.form-control:focus {
    color: #d43c3c;
    background-color: #fff;
    border-color: #f16666;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(214, 214, 255, .75);
}

input[type=file] {
    color: #71748d;
    background-color: #fff;
    border-color: #a7a7f0;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(214, 214, 255, .75);
}

.col-form-label {
    font-size: 15px;
}

input {}

button {}

button:focus {
    outline: 0;
}

select.form-control {
    color: /*#f16666;*/ #3976b5;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: 99% 52%;
    background-size: auto;
    background-repeat: no-repeat;
    background-image: url(/admin/assets/images/down-arrow.png);
    padding-right: 15px;
	background-color: #ececec;
    border: 1px solid #d2d2e4;
    border-radius: 8px;
}

textarea.form-control {
    height: auto;
    color: #71748d;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d2d2e4;
    border-radius: 2px;
    padding: 12px 16px;
}

input::-webkit-input-placeholder {
    color: #71748d !important;
}

input:focus::-webkit-input-placeholder {
    color: #5969ff !important;
}

textarea::-webkit-input-placeholder {
    color: #71748d !important;
}

textarea:focus::-webkit-input-placeholder {
    color: #5969ff !important;
}

button.btn {}

button.btn-default {}

button.btn-primary {}

address {}

.form-group {
    margin-bottom: 12px;
}

.form-control-lg {
    padding: 12px;
}



/*--------------------
 Padding / Margin
---------------------*/

.nopadding {
    padding: 0px !important;
}
.p-10 {
	padding: 10px !important;
}
.p-r-0 {
    padding-right: 0px !important;
}

.p-r-10 {
    padding-right: 10px;
}

.p-r-15 {
    padding-right: 15px;
}

.p-r-20 {
    padding-right: 20px;
}

.p-r-25 {
    padding-right: 25px;
}

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

.p-l-10 {
    padding-left: 10px;
}

.p-l-15 {
    padding-left: 15px;
}

.p-l-20 {
    padding-left: 20px;
}

.p-l-25 {
    padding-left: 25px;
}

.p-l-40 {
    padding-left: 40px;
}

.p-t-0 {
    padding-top: 0px;
}
.p-t-5 {
	padding-top: 5px !important;
}
.p-t-10 {
    padding-top: 10px;
}

.p-t-20 {
    padding-top: 20px;
}

.p-t-30 {
    padding-top: 30px;
}

.p-t-40 {
    padding-top: 40px;
}

.p-t-60 {
    padding-top: 60px;
}

.p-t-80 {
    padding-top: 80px;
}

.p-t-100 {
    padding-top: 100px;
}

.p-t-120 {
    padding-top: 120px;
}

.p-t-140 {
    padding-top: 140px;
}

.p-b-0 {
    padding-bottom: 0px !important;
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-b-30 {
    padding-bottom: 30px;
}

.p-b-40 {
    padding-bottom: 40px;
}

.p-b-60 {
    padding-bottom: 60px;
}

.p-b-80 {
    padding-bottom: 80px;
}

.p-b-100 {
    padding-bottom: 100px;
}

.p-b-120 {
    padding-bottom: 120px;
}

.p-b-140 {
    padding-bottom: 140px;
}
.m-0 {
	margin: 0px !important;
}
.m-r-0 {
    margin-right: 0px !important;
}

.m-r-10 {
    margin-right: 10px;
}

.m-r-15 {
    margin-right: 15px;
}

.m-r-20 {
    margin-right: 20px;
}

.m-r-25 {
    margin-right: 25px;
}
.m-r-30 {
    margin-right: 30px;
}

.m-l-0 {
    margin-left: 0px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-l-15 {
    margin-left: 15px;
}

.m-l-20 {
    margin-left: 20px;
}

.m-l-25 {
    margin-left: 25px;
}
.m-l-30 {
    margin-left: 30px;
}
.m-l-50 {
	margin-left: 50px;
}
.m-r-50{
	margin-right: 50px;
}
.m-l-60 {
	margin-left: 60px;
}
.m-r-60{
	margin-right: 60px;
}
.m-t-0 {
    margin-top: 0px;
}

.m-t-10 {
    margin-top: 10px!important;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-t-60 {
    margin-top: 60px !important;
}

.m-t-80 {
    margin-top: 80px;
}

.m-t-100 {
    margin-top: 100px;
}

.m-t-120 {
    margin-top: 120px;
}

.m-b-0 {
    margin-bottom: 0px;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-b-40 {
    margin-bottom: 40px;
}

.m-b-60 {
    margin-bottom: 60px;
}

.m-b-80 {
    margin-bottom: 80px;
}

.m-b-100 {
    margin-bottom: 100px;
}

.m-b-120 {
    margin-bottom: 120px;
}


/*--------------------
 Font Weight
---------------------*/

html body .font-bold {
    font-weight: 800;
}

html body .font-normal {
    font-weight: 400;
}

html body .font-light {
    font-weight: 300;
}

html body .font-medium {
    font-weight: 600;
}

html body .font-16 {
    font-size: 16px;
}

html body .font-12 {
    font-size: 12px;
}

html body .font-14 {
    font-size: 14px;
}

html body .font-10 {
    font-size: 10px;
}

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 .display-5 {
    font-size: 3rem;
}

html body .display-6 {
    font-size: 2.5rem;
}

html body .display-7 {
    font-size: 2rem;
}


/*-----------------------
Background Color / Color
-------------------------*/
.gradient-grey{
	background: rgb(244,244,244);
	background: linear-gradient(0deg, rgba(244,244,244,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
}
.bg-navbar {
	background-color: #ffffff !important;
}

.bg-primary {
    background-color: #5969ff !important;
    color: #fff !important;
}
/*.bg-primary-light {
    background-color: #dbdeff !important;
    color: #5969ff !important;
}*/
.bg-brand {
    background-color: #ffc750 !important;
}

.bg-secondary {
    background-color: #ff407b !important;
    color: #fff !important;
}
/*.bg-secondary-light {
    background-color: #ffdbe6 !important;
    color: #ff407b !important;
}*/

.bg-success {
    background-color: #2ec551 !important;
}

.bg-danger {
    background-color: #ef172c !important;
}

.bg-warning {
    background-color: #ffc108 !important;
}

.bg-info {
    background-color: #25d5f2 !important;
}
/*
.bg-info-light {
	background-color: #dffaff !important;
    color: #25d5f2 !important;
}
*/
.bg-light {
    background-color: #f9f9ff !important;
}

.bg-dark {
    background-color: var(--color5) !important;
}

.bg-primary-light {
    background-color: #dbdeff !important;
    color: #fff !important;
}

.bg-info-light {
    background-color: #dffaff !important;
    color: #fff;
}

.bg-secondary-light {
    background-color: #ffdbe6 !important;
}

.bg-danger-light {
    background-color: #fbd3d5 !important;
}

.bg-brand-light {
    background-color: #fff2d5 !important;
}

.bg-success-light {
    background-color: #c5fad3 !important;
}
.bg-warning-light {
    background-color: #fff2d5 !important;
}

.text-primary {
    color: #434da9 !important;
}

.text-brand {
    color: #ffc750 !important;
}

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

.text-success {
    color: #2ec551 !important;
}

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

.text-warning {
    bcolor: #ffc108 !important;
}

.text-info {
    color: #25d5f2 !important;
}

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

.text-dark {
    color: #3d405c !important;
}

.text-gray {
    color: #868aa5 !important;
}

.text-muted {
    color: #464646 !important;
}

.rating-color {
    color: #ffa811;
}


/*-----------------------
Fontawesome size
-------------------------*/

.fa-xl {}

.fa-lg {}

.fa-md {}

.fa-sm {
    font-size: 24px !important;
}

.fa-xs {
    font-size: 11px !important;
}


/*-----------------------
Social Color
-------------------------*/

.facebook-color {
    color: #3c73df;
}

.twitter-color {
    color: #1ea2f2;
}

.instagram-color {
    color: #9361fa;
}

.rss-color {
    color: #ee802f;
}

.pinterest-color {
    color: #c8232c;
}

.youtube-color {
    color: #ff0000;
}

.medium-color {
    color: #00ab6c;
}

.googleplus-color {
    color: #d34836;
}

.snapchat-color {
    color: #FFFB00;
}


/*-----------------------
Social bg Color
-------------------------*/

.facebook-bgcolor {
    background-color: #3b5898;
    color: #fff;
}

.twitter-bgcolor {
    background-color: #1ea2f2;
    color: #fff;
}

.instagram-bgcolor {
    background-color: #9361fa;
    color: #fff;
}

.rss-bgcolor {
    background-color: #ee802f;
    color: #fff;
}

.pinterest-bgcolor {
    background-color: #c8232c;
    color: #fff;
}

.youtube-bgcolor {
    background-color: #ff0000;
    color: #fff;
}

.googleplus-bgcolor {
    background-color: #d34836;
    color: #fff;
}


.navbar-upper{
	background-color: #47475a;
	padding: 10px 20px;
	width: 100%;
	font-weight: 900;
	font-size: 20px;
	
}
.navbar-upper a{
	color: white;
}
.navbar {
	padding: 0;
	z-index: 1000;
	box-shadow: 5px 0 15px #111;

}
.navbar-header {
	/*width:100%;*/
}

.navbar-phone{
	font-size:16px;
	font-weight: bold;
/*	color: #5c5c90;*/
	color: var(--text-on-dark-bg);
	line-height:15px;
	
}
.navbar-slogan{
	font-size:20px;
	color: var(--text-on-dark-bg);
	font-family: 'Primary Font';
	letter-spacing: 2px;

}
.text-stroke-white{
	text-shadow:
		-1px -1px 0 #fff,
		1px -1px 0 #fff,
		-1px 1px 0 #fff,
		1px 1px 0 #fff;
}
.navbar-brand {
    display: inline-block;
    margin-right: 0;
    line-height: inherit;
    white-space: nowrap;
    padding: 11px 10px;
    font-size: 24px;
    font-weight: 700;
  
}

.navbar-logo {
	margin-right:10px;
	float:left;
}
.navbar-brand:hover{
    color: #007bff;
}
.navbar-right-top {}

.navbar-right-top .nav-item {
    border-right: 1px solid #e6e6f2;
}

.navbar-right-top .nav-item:last-child {
    border: none;
}

.navbar-right-top .nav-item .nav-link {
    padding: 13px 20px;
    font-size: 16px;
    line-height: 2;
    color: #82849f;
}


/* ------  top-search-bar --------  */

.top-search-bar {
    padding-top: 12px;
    padding-right: 24px;
}



@keyframes beatHeart {
    0% {
        transform: scale(0.9);
    }
    25% {
        transform: scale(1.1);
    }
    40% {
        transform: scale(0.9);
    }
    60% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(0.9);
    }
}




/*--- Bootstrap Dropdown ----*/

.dropdown-menu {
    background: #fff;
    font-size: 14px;
    color: #3d405c;
    border: 1px solid #e6e6f2;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #3d405c;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover {
    color: #5969ff;
    background: #efeff6;
}

.page-section {}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #5969ff;
}


/*-----------------------
Pageheader
-------------------------*/

.page-header {
    margin-bottom: 30px;
}

.page-breadcrumb {}

.page-breadcrumb .breadcrumb {}

.page-breadcrumb .breadcrumb-item {}

.page-breadcrumb .breadcrumb-link {
    color: #71738d;
}

.page-breadcrumb .breadcrumb-link:hover {
    color: #d43c3c;
	/*vertical-align: middle;*/
}
.breadcrumb-nav{

	padding: 10px 0px 10px 10px;
	margin: 10px;
	width:auto;
	background-color: white;
/*	border: 1px solid #e7e7ef;*/
	

}
.page-breadcrumb .breadcrumb {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px;
    margin-bottom: 0px;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
    /*border-top: 1px solid #e0e4ef;*/
    font-size: 15px;
}

.page-breadcrumb .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #b1b1c0;
    content: "\f101";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 600;
}

.page-breadcrumb .breadcrumb-item.active {
    color: #71728e;
}

.pageheader-title {
    font-size: 24px;
    margin-bottom: 8px;
}

.pageheader-text {
    margin-bottom: 14px;
    display: none;
}
.page-container {
	margin-top: 150px;
}

/* -------------------- 0.7.Footer ----------------------- */


/*-----------------------
 Footer
-------------------------*/

.footer {
    border-top: 1px solid rgba(152, 166, 173, .2);    
    color: #f2f2f2;
    /*background-color: #f16666;*/
		background: rgb(26,82,141);
background: -moz-radial-gradient(circle, rgba(26,82,141,1) 0%, rgba(11,46,104,1) 100%);
background: -webkit-radial-gradient(circle, rgba(26,82,141,1) 0%, rgba(11,46,104,1) 100%);
background: radial-gradient(circle, rgba(26,82,141,1) 0%, rgba(11,46,104,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1a528d",endColorstr="#0b2e68",GradientType=1);
    width: 100%;
	padding-bottom: 65px;
		
}
.footer p, .footer h2, .footer a{
	color: #f2f2f2;
}
.footer a:hover{
	border-bottom: 1px dotted #f2f2f2;
}

.footer-bottom{
	background: rgb(26,82,141);
background: -moz-radial-gradient(circle, rgba(26,82,141,1) 0%, rgba(11,46,104,1) 100%);
background: -webkit-radial-gradient(circle, rgba(26,82,141,1) 0%, rgba(11,46,104,1) 100%);
background: radial-gradient(circle, rgba(26,82,141,1) 0%, rgba(11,46,104,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1a528d",endColorstr="#0b2e68",GradientType=1);
/*	background-color: #d44e4e;*/
	padding: 14px 30px 14px;
	color: white;
}
.footer-top{
	padding: 14px 30px 14px;
	font-size: 18px;
}
.footer ul{
	list-style: none;
	padding: 0;
}

/*--- btn primary --*/

.btn-primary {
    color: #fff;
  /*  background-color: #f16666;
    border-color: #f16666;*/
		
		
		background: rgb(57,118,181);
background: -moz-radial-gradient(circle, rgba(57,118,181,1) 0%, rgba(46,90,163,1) 100%);
background: -webkit-radial-gradient(circle, rgba(57,118,181,1) 0%, rgba(46,90,163,1) 100%);
background: radial-gradient(circle, rgba(57,118,181,1) 0%, rgba(46,90,163,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3976b5",endColorstr="#2e5aa3",GradientType=1);
border-color: #2e5aa3;
	margin-top: 15px;
}

.btn-primary:hover {
    /* background-color: #d44e4e;
	 border-color: #f16666;*/
	border-color: #73a5da;

}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #d44e4e;
    border-color: #f16666;
    box-shadow: 0 0 0 1px rgb(37, 52, 158);
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #f16666;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #d44e4e;
    border-color: #f16666;
}


/*--- btn secondary --*/

.btn-secondary {
    color: #fff;
    background-color: #ff407b;
    border-color: #ff407b;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #f0346e;
    border-color: #f0346e;
}

.btn-secondary.focus,
.btn-secondary:focus {
    color: #fff;
    background-color: #f0346e;
    border-color: #f0346e;
    box-shadow: 0 0 0 1px rgb(222, 17, 80);
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #f0346e;
    border-color: #f0346e;
}


/*--- btn success --*/

.btn-success {
    color: #fff;
    background-color: #2ec551;
    border-color: #2ec551;
}

.btn-success:hover {
    color: #fff;
    background-color: #21ae41;
    border-color: #21ae41;
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #21ae41;
    border-color: #21ae41;
    box-shadow: 0 0 0 1px rgb(18, 158, 50);
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #21ae41;
    border-color: #21ae41;
}


/*--- btn danger --*/

.btn-danger {
    color: #fff;
    background-color: #ef172c;
    border-color: #ef172c;
}

.btn-danger:hover {
    color: #fff;
    background-color: #da0419;
    border-color: #da0419;
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #da0419;
    border-color: #da0419;
    box-shadow: 0 0 0 1px rgb(218, 4, 25);
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #da0419;
    border-color: #da0419;
}


/*--- btn warning --*/

.btn-warning {
    color: #2e2f39;
    background-color: #ffc108;
    border-color: #ffc108;
}

.btn-warning:hover {
    color: #2e2f39;
    background-color: #f3b600;
    border-color: #f3b600;
}

.btn-warning.focus,
.btn-warning:focus {
    color: #2e2f39;
    background-color: #f3b600;
    border-color: #f3b600;
    box-shadow: 0 0 0 1px rgb(238, 182, 0);
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #2e2f39;
    background-color: #f3b600;
    border-color: #f3b600;
}


/*--- btn info --*/

.btn-info {
    color: #fff;
    background-color: #25d5f2;
    border-color: #25d5f2;
}

.btn-info:hover {
    color: #fff;
    background-color: #17c0dc;
    border-color: #17c0dc;
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #17c0dc;
    border-color: #17c0dc;
    box-shadow: 0 0 0 1px rgb(238, 184, 22);
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #17c0dc;
    border-color: #17c0dc;
}


/*--- btn light --*/

.btn-light {
    color: #71738d;
    background-color: #f0f0f8;
    border-color: #f0f0f8;
}

.btn-light:hover {
    color: #2e2f39;
    background-color: #d7d7df;
    border-color: #d7d7df;
}

.btn-light.focus,
.btn-light:focus {
    color: #2e2f39;
    background-color: #d7d7df;
    border-color: #d7d7df;
    box-shadow: 0 0 0 1px rgb(215, 215, 223);
}


/*--- btn dark --*/

.btn-dark {
    color: #fff;
    background-color: #2e2f39;
    border-color: #2e2f39;
}

.btn-dark:hover {
    color: #2e2f39;
    background-color: #d7d7df;
    border-color: #d7d7df;
}

.btn-dark.focus,
.btn-dark:focus {
    color: #fff;
    background-color: #d7d7df;
    border-color: #d7d7df;
    box-shadow: 0 0 0 1px rgb(46, 47, 57);
}


/*--- btn outline brand --*/

.btn-outline-brand {
    color: #2e2f39;
    background-color: transparent;
    border-color: #ffc750;
}

.btn-outline-brand:hover {
    color: #2e2f39;
    background-color: #ffc750;
    border-color: #ffc750;
}

.btn-outline-brand.focus,
.btn-outline-brand:focus {
    color: #2e2f39;
    background-color: transparent;
    border-color: #ffc750;
    box-shadow: 0 0 0 1px rgb(255, 195, 89);
}


/*--- btn outline primary --*/

.btn-outline-primary {
     -webkit-text-shadow: 1px 1px 5px #666;
    -moz-text-shadow: 1px 1px 5px #666;
    text-shadow: 1px 1px 5px #666;
    background-color: #3976b5/*f16666*/;
	 border-radius: 5px 0 0 0;
	 color: #fff;
	font-weight: 700;
}

.btn-outline-primary:hover {
    color: white;
 
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
   color: white !important;
     box-shadow: 0 0 0 1px rgb(65, 77, 167);
}


/*--- btn outline secondary --*/

.btn-outline-secondary {
    color: #ff407b;
    background-color: transparent;
    border-color: #ff407b;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #ff407b;
    border-color: #ff407b;
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    color: #fff;
    background-color: #ff407b;
    border-color: #ff407b;
    box-shadow: 0 0 0 1px rgb(227, 45, 201);
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #ff407b;
    border-color: #ff407b;
}


/*--- btn outline success --*/

.btn-outline-success {
    color: #2ec551;
    background-color: transparent;
    border-color: #2ec551;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #2ec551;
    border-color: #2ec551;
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    color: #fff;
    background-color: #2ec551;
    border-color: #2ec551;
    box-shadow: 0 0 0 1px rgb(40, 167, 69);
}


/*--- btn outline danger --*/

.btn-outline-danger {
    color: #ef172c;
    background-color: transparent;
    border-color: #ef172c;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #ef172c;
    border-color: #ef172c;
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    color: #fff;
    background-color: #ef172c;
    border-color: #ef172c;
    box-shadow: 0 0 0 1px rgb(239, 23, 44);
}


/*--- btn outline warning --*/

.btn-outline-warning {
    color: #2e2f39;
    background-color: transparent;
    border-color: #ffc108;
}

.btn-outline-warning:hover {
    color: #2e2f39;
    background-color: #ffc108;
    border-color: #ffc108;
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    color: #2e2f39;
    background-color: #ffc108;
    border-color: #ffc108;
    box-shadow: 0 0 0 1px rgb(255, 193, 8);
}


/*--- btn outline info --*/

.btn-outline-info {
    color: #25d5f2;
    background-color: transparent;
    border-color: #25d5f2;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #25d5f2;
    border-color: #25d5f2;
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    color: #fff;
    background-color: #25d5f2;
    border-color: #0998b0;
    box-shadow: 0 0 0 1px rgb(238, 184, 22);
}


/*--- btn outline light --*/

.btn-outline-light {
    color: /*#7171a6*/ var(--color-brand);
    background-color: transparent;
    border-color: /*#e6e6f2*/ var(--color-brand);
}

.btn-outline-light:hover {
    color: white;
    background-color: var(--color2);
    border-color: #cacae0;
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    color: #71748d;
    background-color: #f0f0f8;
    border-color: #cacae0;
    box-shadow: 0 0 0 1px rgb(235, 235, 237);
}


/*--- btn outline-dark --*/

.btn-outline-dark {
    color: #2e2f39 !important;
    background-color: transparent !important;
    border-color: #2e2f39 !important;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #2e2f39;
    border-color: #2e2f39;
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    color: #fff;
    background-color: #2e2f39;
    border-color: #2e2f39;
    box-shadow: 0 0 0 1px rgb(46, 47, 57);
}


/*--- btn size --*/

.btn-xs {
    padding: 4px 10px;
    font-size: 12px;
}

.btn-sm {
    padding: 5px 12px;
    font-size: 14px;
}

.btn-lg {
    padding: 11px 20px;
    font-size: 15px;
}


/*--- btn social --*/

.btn-facebook {
    color: #fff;
    background-color: #3c73df;
    border-color: #3c73df;
}

.btn-google-plus {
    color: #fff;
    background-color: #eb5e4c;
    border-color: #eb5e4c;
}

.btn-twitter {
    color: #fff;
    background-color: #2caeff;
    border-color: #2caeff;
}

.btn-instagram {
    color: #fff;
    background-color: #9361fa;
    border-color: #9361fa;
}

.btn-pinterest {
    color: #fff;
    background-color: #c8232c;
    border-color: #c8232c;
}




/*--- cropper document btn --*/

.btn-rounded {
    border-radius: 10px;
}


/*--- cropper document btn --*/

.docs-buttons .btn,
.docs-data .input-group {
    margin-bottom: 5px;
}


/*-----------------------
btn-link
-------------------------*/

.btn-link {
    color: #5969ff;
}

.btn-link:hover {
    text-decoration: none;
}

.btn-primary-link {
    color: #5969ff !important;
}

.btn-brand-link {
    color: #ffc750 !important;
}

.btn-secondary-link {
    color: #ff407b !important;
}


/* -----------------------
2.3  Cards
-------------------------*/

.card {
    margin-bottom: 30px;
	border-radius: calc(.4rem - 1px);
    border: none;
    -webkit-box-shadow: 2px 5px 4px 2px rgba(154, 154, 204, 0.22);
    -moz-box-shadow:    2px 5px 4px 2px rgba(154, 154, 204, 0.22);
    box-shadow:         2px 5px 4px 2px rgba(154, 154, 204, 0.22);
 
}
.card-block{
	height:100%;
	 margin-bottom:0;
	 min-height: 1px;
}
.card-flex{
	height:100%;
	margin-bottom:0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 1px;
}

.card-img-top{
	border-top-left-radius: calc(.4rem - 1px);
    border-top-right-radius: calc(.4rem - 1px);
}
.tag{
	border-top-left-radius: calc(.4rem - 1px);

}

.block {
	height: 100%;
	padding-bottom: 30px;
	min-height: 1px;
}
.card-header {
    background-color: #fff;
    border-bottom: 1px solid #e6e6f2;
}
.card-header h3{
	font-weight:bold;
	color: white;
}

.card-title {
	/*font-weight:bold;*/
	font-size: 18px;
	color: #000;
	
}

.card-subtitle {
    font-size: 14px;
}

.card-body {
}

.card-text {}

.card-footer {
    border-top: 1px solid #e6e6f2;
    background: var(--color-card-footer);
}

.card-link {}

.toolbar {
    font-size: 18px;
}

.card-header-title {
    margin: 0;
    line-height: 2;
}

.card-toolbar-tabs {}

.card-toolbar-tabs .nav.nav-pills {}

.card-toolbar-tabs .nav.nav-pills .nav-item {}

.card-toolbar-tabs .nav.nav-pills .nav-item .nav-link {
    font-size: 14px;
    padding: 6px 10px;
}

.card-toolbar-tabs .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #5969ff;
    background-color: transparent;
}


/*------------------------- Card Varience --------------------------*/

.card-figure {
    position: relative;
    padding: 10px;
    border-radius: 2px;
}

.card-figure .figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
}

.card-figure .figure-caption {
    display: block;
    margin-top: 10px;
    font-size: .875rem;
    color: inherit;
}

.figure-title {
    margin: 0 0 .125rem;
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card-figure.has-hoverable {
    -webkit-transition: -webkit-transform .2s, -webkit-box-shadow .2s;
    transition: -webkit-transform .2s, -webkit-box-shadow .2s;
    transition: transform .2s, box-shadow .2s;
    transition: transform .2s, box-shadow .2s, -webkit-transform .2s, -webkit-box-shadow .2s;
}

.card-figure.has-hoverable:focus,
.card-figure.has-hoverable:hover {
    -webkit-transform: translate3d(0, -.25rem, 0);
    transform: translate3d(0, -.25rem, 0);
    -webkit-box-shadow: 0 5px 15px 0 rgba(61, 70, 79, .15);
    box-shadow: 0 5px 15px 0 rgba(61, 70, 79, .15);
}

.figure-img {
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
}

.figure-img .img-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: hsla(0, 0%, 100%, .96);
    opacity: 0;
    z-index: 2;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.card-figure:hover .img-link {
    opacity: 1;
}

.figure-img .img-link .tile {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1rem;
    margin-left: -1rem;
}

.tile.bg-danger {
    color: #fff;
}

.tile-circle {
    border-radius: 4rem;
}

.figure-action {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.card-figure:hover .figure-action {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 2;
}

.figure-tools {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: .5rem;
    opacity: 0;
    z-index: 2;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.card-figure:hover .figure-tools {
    opacity: 1;
}

.figure-description {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 2.25rem .5rem;
    background-color: hsla(0, 0%, 100%, .96);
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1;
}

.card-figure:hover .figure-description {
    opacity: 1;
}

.figure-attachment {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 200px;
    background-color: #f5f5f5;
    overflow: hidden;
}

.btn-reset {
    padding: 0 2px;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}





/*----- Tabs Outline CSS ----*/

.tab-outline {}

.tab-outline .nav.nav-tabs {
    border-bottom: transparent;
}

.tab-outline .nav.nav-tabs .nav-item .nav-link {
    display: block;
    padding: 17px 49px;
    color: #71748d;
    background-color: #e9e9f2;
    border-color: #c4c4cf #c4c4cf #c4c4cf;
    margin-right: 3px;
}

.tab-outline .nav.nav-tabs .nav-item {}

.tab-outline .nav-tabs .nav-link.active {
    color: #5969ff !important;
    background-color: transparent !important;
    border-color: #c4c4cf #c4c4cf #efeff6 !important;
}

.tab-outline .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent;
    color: #5969ff !important;
}

.tab-outline .tab-content {
    padding: 30px;
    border: 1px solid #c4c4cf;
    border-radius: 4px;
    border-top-left-radius: 0px;
}




.badge {
    display: inline-block;
    padding: 3px 7px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

.badge-primary {
    background-color: #5969ff;
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #4656e9;
}

.badge-brand {
    background-color: #ffb739;
    color: #2e2f39;
}

.badge-brand[href]:focus,
.badge-brand[href]:hover {
    color: #2e2f39;
    background-color: #efb63e;
    text-decoration: none;
}

.badge-secondary {
    background-color: #ff407b;
}

.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
    color: #fff;
    background-color: #ff407b;
    text-decoration: none;
}

.badge-success {
    background-color: #21ae41;
}

.badge-success[href]:focus,
.badge-success[href]:hover {
    color: #fff;
    background-color: #21ae41;
    text-decoration: none;
}

.badge-danger {
    background-color: #da0419;
}

.badge-danger[href]:focus,
.badge-danger[href]:hover {
    color: #fff;
    background-color: #ef172c;
    text-decoration: none;
}

.badge-warning {
    background-color: #f3b600;
    color: #2e2f39;
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
    color: #2e2f39;
    background-color: #f3b600;
    text-decoration: none;
}

.badge-info {
    background-color: #0998b0;
}

.badge-info[href]:focus,
.badge-info[href]:hover {
    color: #fff;
    background-color: #17c0dc;
    text-decoration: none;
}

.badge-light {
    background-color: #efeff6;
    color: #757691;
}

.badge-light[href]:focus,
.badge-light[href]:hover {
    color: #2e2f39;
    background-color: #d7d7df;
    text-decoration: none;
}

.badge-dark {
    background-color: #1f202b;
}

.badge-light[href]:focus,
.badge-light[href]:hover {
    color: #2e2f39;
    background-color: #d7d7df;
    text-decoration: none;
}

.dashboard-badges {}

.badge-dot {
    border-radius: 100%;
    padding: 4px;
    display: inline-block;
    margin-right: 3px;
}

.label {
    padding: 3px 10px;
    line-height: 13px;
    color: #fff;
    font-weight: 400;
    border-radius: 2px;
    font-size: 75%;
}

.label-rounded {
    border-radius: 60px;
}

.label-primary {
    background-color: #5969ff;
}

.label-success {
    background-color: #2ec551;
}

.label-danger {
    background-color: #ef172c;
}


/*-----------------------
2.14 Pagination
-------------------------*/

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: 0px;
    margin-right: 5px;
    line-height: 1.25;
    color: #71748d;
    background-color: #fff;
    border: 1px solid #e6e6f2;
    border-radius: 3px;
    line-height: 1;
}

.page-link:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #5969ff;
    border-color: #5969ff;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #f16666;
    border-color: #5969ff;
}


/*-----------------------
2.15 Spinner
-------------------------*/

.spinner-xxl {
    width: 150px;
    height: 150px;
}

.spinner-xl {
    width: 120px;
    height: 120px;
}

.spinner-lg {
    width: 100px;
    height: 100px;
}

.spinner-md {
    width: 80px;
    height: 80px;
}

.spinner-sm {
    width: 60px;
    height: 60px;
}

.spinner-xs {
    width: 30px;
    height: 30px;
}

.dashboard-spinner {
    margin: 0px 8px;
    border-radius: 50%;
    background-color: transparent;
    border: 6px solid transparent;
    border-top: 6px solid #5969ff;
    border-left: 6px solid #5969ff;
    -webkit-animation: 1s spin linear infinite;
    animation: 1s spin linear infinite;
    display: inline-block;
}

.spinner-primary {
    border-top-color: #5969ff;
    border-left-color: #5969ff;
}

.spinner-secondary {
    border-top-color: #6c757d;
    border-left-color: #6c757d;
}

.spinner-success {
    border-top-color: #2ec551;
    border-left-color: #2ec551;
}

.spinner-danger {
    border-top-color: #dc3545;
    border-left-color: #dc3545;
}

.spinner-warning {
    border-top-color: #ffc107;
    border-left-color: #ffc107;
}

.spinner-info {
    border-top-color: #17a2b8;
    border-left-color: #17a2b8;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*-----------------------
2.16 Switch Toggle
-------------------------*/

.switch-button.switch-button-xs {
    height: 20px;
    line-height: 16px;
    width: 50px;
}

.switch-button {
    display: inline-block;
    border-radius: 50px;
    background-color: #9e9eaf;
    width: 60px;
    height: 27px;
    padding: 4px;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}

.switch-button input[type=checkbox] {
    display: none;
}

.switch-button input[type=checkbox]:checked+span label {
    float: right;
    border-color: #2a75f3;
}

.switch-button.switch-button-xs label {
    height: 12px;
    width: 12px;
}

.switch-button input[type=checkbox]:checked+span label:before {
    position: absolute;
    font-size: 12px;
    font-weight: 600;
    z-index: 0;
    content: "ON";
    color: #FFF;
    left: 0;
    text-align: left;
    padding-left: 10px;
}

.switch-button.switch-button-xs label:before {
    line-height: 21px;
}

.switch-button label:before {
    position: absolute;
    font-size: 12px;
    font-weight: 600;
    z-index: 0;
    content: "OFF";
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 27px;
    top: 0;
    text-align: right;
    padding-right: 10px;
    color: #FFF;
}

.switch-button input[type=checkbox]:checked+span {
    background-color: #5969ff;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 4px;
}

.switch-button.switch-button-sm label {
    height: 16px;
    width: 16px;
}

.switch-button label {
    border-radius: 50%;
    box-shadow: 0 0 1px 1px #FFF inset;
    background-color: #FFF;
    margin: 0;
    height: 19px;
    width: 19px;
    z-index: 1;
    display: inline-block;
    cursor: pointer;
    background-clip: padding-box;
}

.switch-button.switch-button-sm {
    height: 24px;
    width: 57px;
    line-height: 20px;
}

.switch-button.switch-button-lg {
    height: 30px;
    line-height: 32px;
    width: 64px;
}

.switch-button.switch-button-success input[type=checkbox]:checked+span {
    background-color: #2ec551;
}

.switch-button.switch-button-warning input[type=checkbox]:checked+span {
    background-color: #ffc750;
}

.switch-button.switch-button-danger input[type=checkbox]:checked+span {
    background-color: #ef172c;
}



.table {
    margin-bottom: 0px;
}

.table td,
.table th {
    padding: 10px;
    vertical-align: middle;
    border-top: 1px solid #e6e6f2;
    font-weight: normal;
}

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

.table thead th,
.table th {
    color: #3d405c;
    font-family: 'Primary Font Medium';
}

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

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

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

.table-hover tbody tr:hover {
    background-color: rgba(230, 230, 242, .5);
}



/*-----------------------
6.9 404 error
-------------------------*/

.error-section {
    padding: 74px 0px;
}

.error-section-content {
    padding-top: 30px;
    color: #3d405c;
    padding-bottom: 30px;
}

/*==========  Non-Mobile First Method  ==========*/


/* Large Devices, Wide Screens */

@media only screen and (max-width:1400px) {.product-price{position: initial;}.product-slider {
    background-color: #fff;
    border-top-left-radius: 4px;
    padding: 131px 28px;}

    .influencer-profile-data .user-social-media {
    padding: 16px 56px;
    text-align: center;
    border-right: 1px solid #e6e6f2;
}
}
@media only screen and (max-width:1200px) {.product-price{position: initial;}.product-slider{padding: 131px 30px;}
/*--------- dashboard-influence -------- */
    .user-social-media {
        padding: 16px 45px;
        text-align: center;
        width: 100%;
        border-bottom: 1px solid #dee2e6;
        border-right: transparent !important;
    }

	.navbar-minline {
			flex-direction: row;
			margin-left: 0!important;
		}
	
}
@media only screen and (max-width:1000px){
	
	.navbar-nav .dropdown-menu {
    position: absolute;
	}
}

/* Medium Devices, Desktops */

@media only screen and (max-width:992px) {

/*--------- dashboard-influence -------- */
    .user-social-media {
        padding: 16px 45px;
        text-align: center;
        width: 100%;
        border-bottom: 1px solid #dee2e6;
        border-right: transparent !important;
    }

}


/* Small Devices, Tablets */

@media only screen and (max-width:768px) {
	
	.navbar-brand{
		font-size:18px;
		margin-right:0;
		padding-right: 0;
		padding-bottom: 0;
		max-width: 85%;
	}
    .dashboard-content {
    padding: 20px 20px 60px 20px;
}
    .nav-left-sidebar .navbar a {
        color: #fff;
        font-size: 18px;
    }
    .nav-left-sidebar .navbar {
        padding: 14px;
    }
    .nav-left-sidebar {
        width: 100%;
        position: relative;
        top: 0px;
        right: 0px;
    }
    .dashboard-wrapper {
        margin-left: 0px;
    }
    .dashboard-footer {
        margin-left: 0px;
    }
    .nav-left-sidebar .navbar-toggler {
        background-color: #fff;
    }

    /* infulencer dahboard */
    .dashboard-influence .card-footer-item {
        padding: 11px 54px;
    }
    .influencer-profile .tab-regular .nav.nav-tabs .nav-item .nav-link,
    .influencer-profile .tab-regular .nav.nav-pills .nav-item .nav-link {
        display: block;
        padding: 17px 13px;
    }

    /* Inbox */
    .page-aside {
        background: none repeat scroll 0 0 #ffffff;
        width: 280px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-right: 1px solid #e6e6f2;
        margin-top: 0;
        padding-bottom: 0px;
        color: #404040;
    }
	.btn-header{
		margin: 7px 0 7px 0;
	}
	
    /*--------- dashboard-product-single -------- */
.product-slider{padding: 131px 30px;}
.product-carousel .carousel-indicators{bottom: -30px;}

/*--------- dashboard-influence -------- */
    .user-social-media {
        padding: 16px 45px;
        text-align: center;
        width: 100%;
        border-bottom: 1px solid #dee2e6;
        border-right: transparent !important;
    }
	.navbar-logo {
		max-width:90%;
	}
	

}


/* Extra Small Devices, Phones */

@media only screen and (max-width:480px) {
	
	
	.f-l-m {
		float: left;
	}
	.navbar-phone{
		font-size:12px;
	}
	.navbar-brand img{
		height:40px;
		
	}
    .dashboard-content {
    padding: 20px 20px 60px 20px;
}
    .nav-left-sidebar .navbar a {
        color: #fff;
    }
    .nav-left-sidebar .navbar-toggler {
        background-color: #fff;
    }
    .aside-header .navbar-toggle {
        display: block;
    }
    .nav-left-sidebar .navbar {
        padding: 14px;
    }
    .nav-left-sidebar {
        width: 100%;
        position: relative;
        top: 0px;
        right: 0px;
    }

    .dashboard-wrapper {
        margin-left: 0px;
    }
    .dashboard-footer {
        margin-left: 0px;
    }
    .page-aside {
        background: none repeat scroll 0 0 #fff;
        width: 100%;
        height: 100%;
        position: relative;
        top: 0;
        left: 0px;
        border-right: transparent;
        margin-top: 0px;
        padding-bottom: 0px;
        color: #404040;
        border-bottom: 1px solid #e6e6f2;
    }
    .aside-nav.collapse {
        display: none;
    }
    .dashboard-main-wrapper .main-content {
        margin-left: 0px;
        width: auto;
    }
    .aside-nav.show {
        display: block;
    }

    /*--------- dashboard-influence -------- */
    .user-social-media {
        padding: 16px 45px;
        text-align: center;
        width: 100%;
        border-bottom: 1px solid #dee2e6;
        border-right: transparent !important;
    }
    .user-social-media:last-child {
        border-bottom: transparent;
        border-right: transparent !important;
    }
    .dashboard-influence .progress {
        width: 74%;
    }
    .footer {
        margin-left: 0px;
    }
    .influencer-profile-data .user-avatar {
        float: initial;
    }
    .influencer-profile-data .user-avatar-name {
        float: initial;
    }
    .dashboard-influence .card-footer-item {
        padding: 11px 48px;
    }

    /*--------- dashboard-profile -------- */
    .tab-regular .nav.nav-tabs .nav-item .nav-link,
    .tab-regular .nav.nav-pills .nav-item .nav-link {
        display: block;
        padding: 17px 38px;
    }
    .tab-regular .nav.nav-tabs .nav-item,
    .tab-regular .nav.nav-pills .nav-item {
        margin-bottom: 5px;
    }
  /*--------- dashboard-product-single -------- */
.product-slider{padding: 30px 10px;}
.product-carousel .carousel-indicators{bottom: -30px;}
.simple-card .nav.nav-tabs .nav-item .nav-link {
    padding: 17px 29px;}
	
	 .single-icon p {
	  margin: auto auto;
  }
	iframe {
		max-width: 100%;
		max-height: 100%;
	}
	
}
@media only screen and (max-width:330px) {
	
	.container-wide{
		padding:0;
	}
	
}

.hidden {
	display: none;
}
.selected{border: 1px solid #ff407b !important;}

.main-wrapper{
	width:100%;
	padding: 0 20px;
}
.navbar-brand{
	font-family: 'Primary Font Bold'/*'Header Name Font'*/;
}
.text-dark{
	color: white !important;
}

.header-a{
	color: black;
	font-size: 18px;
	/*font-weight:bold;*/
	margin: 0px 10px;
	height: 100%;
	padding: 20px 5px;
	
	background-image: linear-gradient(#1a528d, #3976b5/*#d43c3c, #d43c3c*/);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 5px;
    transition: background-size .3s;
}
.header-a:hover{
	/*border-bottom: #d43c3c 5px solid;*/
	background-size: 100% 5px;
	color: black;
}
.bg-white-transparent {
	background: rgba(255,255,255,.5);
}
.bg-white-transparent p{
	color:#3d405c;
}
.bg-white-transparent .card-title {
	font-weight: normal;
	color: #f31930;
	margin-bottom: 0;
	font-size:18px;
}
.bg-white-transparent .card-body{
	padding:0px;
}
.bg-white-transparent h3{
	padding: 5px;
}
.carousel-caption {
	
	width: 22%;
	height: 65%;
	position: absolute;
	top: 10%;
	left:70%;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  color: #3d405c;
  text-align: left;
  -webkit-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
  box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
}
.carousel-caption h3{
	color: #000;
    font-weight: 600;
	font-family: 'Header Name Font';
	font-size: 18px;
	line-height: 1;
	margin-bottom: 10px;
	/*text-align:center;*/
}
.carousel-caption hr{
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.carousel-caption p{
	color:#96a0ae;
	font-family: 'Header Name Font';
}
.mb-20 {
	margin-bottom:20px;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f31930' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
  width: 30px;
  height: 30px;
}
.carousel-control-next-icon {
   background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f31930' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
   width: 30px;
   height: 30px;
}

.list-group-item-header {
	color: #428bca;
    font-size: 15px;
    font-weight: bold;
}
.bg-dark-transparent {
	background: rgba(0,0,0,.5);
}
.btn-header{
	font-size: 15px;
	font-family: 'Header Name Font';
	padding-top:5px;
	padding-bottom:5px;
	
}
.btn-bottom{
	position: absolute;
	bottom: 20px;
	left:20%;
}
.tag {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px 10px;
  background: var(--color1);
  color: #fff;
  display: -moz-inline-stack;
  display: inline-block;
  font-size: 13px;
  zoom: 1;
  *display: inline;
}
.product-card-body {
	padding:20px 10px;
}
.product-card-footer{
	text-align:center;
	left:0;
	bottom:0;
	width: 100%;
	font-size: 14px;
	padding: 0 15px;
}

.product-card-footer h3{
	font-weight:bold;
	font-size: 22px;
	color: white;
}
.product-card-middle{
	left:0;
	bottom:50px;
	text-align:center;
	width:100%;
}

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl, .col-xxl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.property-information h4{
	color:var(--color1);
	font-size:18px;
}
.ribbon4 {
  position: absolute;
  top: 7px;
  right: 5px;
  padding: 5px 30px;
  background: var(--color1);
  height: 45px;

  box-shadow: -1px 2px 3px rgba(0,0,0,.3);
  color: white;
  font-size: 24px;
  text-align: center;
  font-weight:bold;
  
  /*text-shadow: -1px -1px 0 #999, 1px -1px 0 #999, -1px 1px 0 #999, 1px 1px 0 #999;*/
}
.ribbon4:before, .ribbon4:after {
  content: "";
  position: absolute;
}
.ribbon4:before {
  width: 4px;
  height: 52px;
  top: 0px;
  right: -4px;
  padding: 0 4px 0;
  background: inherit;
  border-radius: 0 5px 5px 0;
}
.ribbon4:after {
  width: 7px;
  height: 5px;
  bottom: -5px;
  right: -2px;
  background: lightblue;
  border-radius: 0 5px 5px 0;
 }
.ribbon-price:nth-child(even) {
  margin-right: 4%;
}

.text-green {
    color: #79A70A !important;
}
.text-red {
	color: #dc2c1d !important;
}

@media (max-width: 500px) {
  .ribbon-price {
    width: 100%;
  }
  .ribbon-price:nth-child(even) {
    margin-right: 0%;
  }
 
}

.alert-success {
	background-color:inherit;
	border:none;
	color: #0da73b;
}
.alert-success :before {
		
	display: inline-block;
    padding-right: .5rem;
    content: "\f00c";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 600;
}
.row{
	margin-left:0;
	margin-right:0;
}
.image-blur {
	
}
.image-blur-caption{
	position:absolute;
	top:40%;
	left:40%;
	color:yellow;
	font-size:20px;
	z-index:1;
}
.image-blur::before {
  content: '';
  position: absolute;
  top: 14px;
  left: .25rem;
  right: .25rem;
  bottom: .25rem;
  background-color: rgba(0,0,0,0.5);  
  
  z-index: 1;
}
.contact-icon {
    margin-bottom: 40px;
}
.single-icon{
	color: black;
	font-size: 16px;
    line-height: 30px;
}
.single-icon .bordered-icon i {
    font-size: 24px;
    width: 50px;
    height: 50px;
    border: 1px solid #444;
    line-height: 46px;
    border-radius: 50%;
    margin-bottom: 20px;
}
.single-icon p {
    font-size: 16px;
    line-height: 30px;
}

.h-100{
	height: 100%;
}
.w-100{
	width:100%;
}
.whatsapp{
	background-image: url(/images/whatsapp.png);
	background-repeat: no-repeat;
	padding-left:40px;
	background-color: #189d0d;
	border-color: #189d0d;
}
.btn-header-whatsapp {
	font-size: 20px;
	padding: 0 15px;
}
.color5{
	background-color: var(--color5);
}
.color1{
	color: white;
}
.flex-row {
	
	margin: 0;
	padding: 0;
	flex-wrap: nowrap;
}
.flex-end {
	justify-content: flex-end;
}
.flex-start {
	justify-content: flex-start;
}

.navbar-toggler {
	color: #d43c3c !important;
	
}
.f-r {
	float: right;
}	
.f-l {
	float: left;
}
.bordered-light{
	border: 1px solid var(--text-on-dark-bg);
}
.divider {
    content: '';
    width: 1px;
    height: 15px;
    opacity: 0.7;
    background-color: #fff;
}
.navbar-right {
	float:right;
}

.default-header-image{
	background-image: url('/images/Masaustu.png'/*'/images/in.jpg'*/); 
	position: relative;
    overflow: hidden;
    height: /*calc(100vh - 60px)*/ 850px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	z-index: 1;
}
.default-header-title {
	font-family: Gravity;
    font-size: 40px;
    color: #fff;
    -webkit-text-shadow: 1px 1px 5px #111,2px 2px 5px #111,3px 3px 5px #111;
    -moz-text-shadow: 1px 1px 5px #111,2px 2px 5px #111,3px 3px 5px #111;
    -o-text-shadow: 1px 1px 5px #111,2px 2px 5px #111,3px 3px 5px #111;
    text-shadow: 1px 1px 5px #111, 2px 2px 5px #111, 3px 3px 5px #111;
    position: absolute;
    top: 30vh;
    left: 10vw;
    width: 40vw;
    text-align: left;
	z-index: 10;
}
.secondary-header-title {
	font-family: Gravity;
    font-size: 40px;
    color: #fff;
    -webkit-text-shadow: 1px 1px 5px #111,2px 2px 5px #111,3px 3px 5px #111;
    -moz-text-shadow: 1px 1px 5px #111,2px 2px 5px #111,3px 3px 5px #111;
    -o-text-shadow: 1px 1px 5px #111,2px 2px 5px #111,3px 3px 5px #111;
    text-shadow: 1px 1px 5px #111, 2px 2px 5px #111, 3px 3px 5px #111;
    position: absolute;
    top: 50vh;
    left: 8vw;
    width: 90vw;
    text-align: left;
	z-index: 10;
	text-align: center;
	padding: 0 10px;
}
@media only screen and (max-width: 768px){
	.default-header-title, .secondary-header-title {
		font-size: 30px;
		width: 90vw;
	}
	.secondary-header-title {
		top: 40vh;
		left: 4vw;
	}
	
}
.default-header-image .search{
	position: absolute;
    right: 150px;
    background-color: rgba(0,0,0,.5);
    border-radius: 5px;
    padding: 10px;
    top: 11vh;
    width: 550px;
	/*z-index:10;*/
}
@media (min-width:1100px) and (max-width:1400px){
	.default-header-image .search{
		right: 50px;
	}
}
.searchboxtitle {
    font-size: 20px;
    color: #fff;
    padding: 2px 2px 6px 0;
    font-family: Comfortaa;
    border-bottom: 1px dotted #ffffff/*#ed5565*/;
    font-weight: 700;
    text-shadow: 0 0 2px #fff;
    margin-bottom: 10px;
}
.mobilesearch .searchboxtitle {
	color: #777;
}
.search .persearchsec {
    padding-left: 10px;
	padding-right: 10px;
    padding-top: 0px;
    border-left: 2px solid #e1e4e9;
    color: #fff;
    padding-bottom: 2px;
    margin-bottom: 15px;
	position:relative;
	
}
.persearchsec input[type=radio]{
    position: absolute;
    opacity: 0;
}
.persearchsec label, .persearchsec label::before{
    transition: .25s all ease;
}
.persearchsec label {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding-left: 35px;
    padding-right: 10px;
    line-height: 36px;
    cursor: pointer;
    font-family: Comfortaa;
    margin-top: 5px;
	color: white;
}
.mobilesearch label{
	color: #777;
}
.persearchsec .persectitle {
    font-family: Comfortaa;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 2px;
    padding-bottom: 2px;
    display: inline-block;
    font-weight: 700;
	font-size: 18px;
}
.persearchsec input[type=radio]:checked+label{
    padding-left: 10px;
    color: #fff;
    margin-right: 5px;

}
.searchboxtitle i {
   /* color: #ed5565;*/
    text-shadow: 0 0 3px #ed5565;
    font-size: 23px;
    margin-right: 5px;
}
.persearchsec input[type=radio]+label::before{
    border-radius: 18px;
    margin-right: 5px;
}
.persearchsec label, .persearchsec label::before{
    transition: .25s all ease;
}
.persearchsec input[type=radio]+label::before{
    content: " ";
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    width: 24px;
    height: 24px;
    border: 2px solid #5e99d5;/* #ed5565;*/

    z-index: -1;
}
.persearchsec input[type=radio]:checked+label::before{
    top: 0;
    width: 100%;
    height: calc(100% - 4px);
    background: #3673b1;/*#ed5565;*/
	

}

.persearchsec select, .persearchsec input[type=text]{
    display: block;
    outline: 0;
    border: none;
    color: #fff;
  /*  background: linear-gradient(135deg,#ed5565 0,#e92f42 50%,#ed5565 100%);
    background-color: #ed5565;*/
	  background-color: #3976b5;
    padding: 6px 18px;
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    font-family: Comfortaa;
    padding-top: 7px;
	width: 100%;
}
.form-group .checkbox{
	color: /*#f16666;*/#3976b5;
}
.persearchsec .checkbox{
	padding: 0;
	margin-top: 0;
	line-height: 1.1;
	display: grid;
  grid-template-columns: 1em auto;
  gap: 1em;
}

.persearchsec input[type=checkbox]{
		-webkit-appearance: none;
		appearance: none;
		margin: 0;
		width: 20px;
		height: 20px;
		border: 2px solid /*#ed5565*/#5e99d5;
		border-radius: 0.15em;
		transform: translateY(-0.075em);
		font-size: 17px;
		display: grid;
		place-content: center;
}

.persearchsec input[type="checkbox"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #ed5565;
}

.persearchsec input[type="checkbox"]:checked::before {
  transform: scale(1);
}
.persearchsec input[type=text]{
	cursor: text;
}
.persearchsec .slider-range input[type=text]{
	background: transparent;
	cursor: default;
	color: white !important;
}
.persearchsec input[type=text]::placeholder{
	color: white !important;
}
.persearchsec .selectdiv {
    position: relative;
    display: block;
    margin-top: 5px;
}
.persearchsec .selectdiv:after{
    content: '<>';
    font: 17px Consolas,monospace;
    color: #fff;
    top: 40%;
    right: 8px;
    transform: rotate(90deg) translate(-50%,0);
    padding: 0 0 4px;
    border-bottom: 1px solid #f2f2f2;
    position: absolute;
    pointer-events: none;
}
@-webkit-keyframes searchaff {
    0% {
        transform: scale(0.97);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes searchaff {
    0% {
        transform: scale(0.97);
    }
    100% {
        transform: scale(1);
    }
}
@-webkit-keyframes searchslideone {
    0% {
        left: -120px;
    }
    50% {
        left: 126px;
    }
    100% {
        left: 110px;
    }
}

@keyframes searchslideone {
    0% {
        left: -120px;
    }
    50% {
        left: 126px;
    }
    100% {
        left: 110px;
    }
}

@-webkit-keyframes searchslidetwo {
    0% {
        left: -100px;
    }
    50% {
        left: 140px;
    }
    100% {
        left: 125px;
    }
}

@keyframes searchslidetwo {
    0% {
        left: -100px;
    }
    50% {
        left: 140px;
    }
    100% {
        left: 125px;
    }
}

@-webkit-keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }
    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }
    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}
.search .searchbtn:hover {
    -webkit-animation: searchaff .9s alternate;
    animation: searchaff .9s alternate;
}
.search .searchbtn:hover:before {
    -webkit-animation: searchslidetwo .7s forwards;
    animation: searchslidetwo .7s forwards;
}
.search .searchbtn:before {
    content: '';
    width: 200px;
    height: 6px;
    background-color: #fff;
    opacity: .2;
    position: absolute;
    top: -20px;
    left: -100px;
    z-index: 777;
    transform: rotate(-45deg);
    transition: left .7s;
}
.search .searchbtn:hover:after {
    -webkit-animation: searchslideone .5s forwards;
    animation: searchslideone .5s forwards;
}
.search .searchbtn:after {
    content: '';
    width: 200px;
    height: 5px;
    background-color: #fff;
    opacity: .2;
    position: absolute;
    top: -20px;
    left: -120px;
    z-index: 777;
    transform: rotate(-45deg);
    transition: left .5s;
}
.search .searchbtn, .mobilesearch .searchbtn {
    border: none;
    outline: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*background: linear-gradient(135deg,#ed5565 0,#e92f42 50%,#ed5565 100%);*/
		background: rgb(57,118,181);
background: -moz-radial-gradient(circle, rgba(57,118,181,1) 0%, rgba(46,90,163,1) 100%);
background: -webkit-radial-gradient(circle, rgba(57,118,181,1) 0%, rgba(46,90,163,1) 100%);
background: radial-gradient(circle, rgba(57,118,181,1) 0%, rgba(46,90,163,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3976b5",endColorstr="#2e5aa3",GradientType=1);
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    width: 200px;
    font-family: Comfortaa;
    font-size: 16px;
    transition: transform .7s;
}
.mobilesearch .searchbtn {
	width: 100%;
}

.slider-range .ui-slider {
  height: 5px;
  border: none;
}

.slider-range .ui-slider-handle {
  width: 18px;
  height: 18px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.22);
  border: none;
  border-radius: 50%;
  top: -7px;
  margin-left: 0;
  background-color: #fff;
}

.slider-range .ui-slider-handle:focus {
  border: none;
  outline: none;
}

.slider-range .amount:focus {
  border: none;
  outline: none;
}

.slider-range-secondary .ui-slider {
  background-color: #ededed;
}

.slider-range-secondary .ui-slider-range {
  background-color: /*#ed5565;*/ #3976b5;
}
.text-heading {
	font-size: 25px;
    font-family: Comfortaa;
    color: #aaa;
}
.slider {

}
.slider-caption {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	padding: 7px;
	font-size: 20px;
}
.slickslider img{
	width: 100%;
	height: 100%;
}
.slickslider {
	/*margin-right: 10px;*/

-webkit-box-shadow: 0px 0px 30px -13px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 30px -13px rgba(0,0,0,0.75);
box-shadow: 0px 0px 30px -13px rgba(0,0,0,0.75);
	padding: 0!important;
	
}
.adv-side{

    box-sizing: border-box;
    border: 1px solid #ccc;
    overflow: hidden;
    border-radius: 5px;
    box-sizing: border-box;
}

.adv-side .title{
	/*position: absolute;
    top: 0;
    left: 0;*/
    background-color: #f16666;
    padding: 8px;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    font-size: 18px;
    -webkit-text-shadow: 1px 1px 2px #000;
    -moz-text-shadow: 1px 1px 2px #000;
    -o-text-shadow: 1px 1px 2px #000;
    text-shadow: 1px 1px 2px #000;
}
.currencon {
     transform: translate(-50%,-50%);
    overflow: hidden;
}
.exchange-bar {	
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 15px;
    width: 100%;
    border-radius: 3px;
    background-color: #c7c7c7;
}
.exchange-bar .exchange {
	color: /*#ff4747;*/#2e5aa3;
	font-size: 25px;
	text-align: center;
}
.exchange-bar .exchange i{
	margin:0 10px;
	font-size: 27px;
}
.property-card {   
    background-color: #fff;
    overflow: hidden;
	border-radius: 5px;
    box-shadow: 0 0 35px #ccc; 
	border: 8px solid rgba(0,0,0,.19);
	margin: 25px 14px;	
	position: relative;
    color: #fff;	
}
.property-row .property-col{
}
.property-card:last-child {
	/*margin-right: 0;*/
}

.property-card .typelable {
    position: absolute;
    z-index: 3;
    right: 0;
    top: 0;

    font-family: Comfortaa;
    font-size: 20px;
    background-color: rgba(0,0,0,.47);
    text-align: center;
    padding: 5px;
    -webkit-text-shadow: 1px 1px 5px #aaa;
    -moz-text-shadow: 1px 1px 5px #aaa;
    text-shadow: 1px 1px 5px #aaa;
    border-radius: 0 0 0 5px;
}

.property-card ul{
	position: absolute;
    left: 20px;
    font-size: 24px;
    font-family: Comfortaa;
    z-index: 3;
    top: 120px;
    color: #fff;
    list-style: none;
    font-weight: 700;
}


.property-card ul li{
	-webkit-text-shadow: 1px 1px 5px #444;
    -moz-text-shadow: 1px 1px 5px #444;
    text-shadow: 1px 1px 5px #444;
}
.property-card .price{
	background-color: rgba(0,0,0,.63);
    padding: 7px;
    border-radius: 5px;
	line-height: 1;
}
.more-info-btn{
    position: absolute;
    right: 0;
    font-size: 20px;
    z-index: 3;
    bottom: 0;
    -webkit-text-shadow: 1px 1px 5px #666;
    -moz-text-shadow: 1px 1px 5px #666;
    text-shadow: 1px 1px 5px #666;
   /* background-color: #f16666;*/
	 background: rgb(57,118,181);
background: -moz-radial-gradient(circle, rgba(57,118,181,1) 0%, rgba(46,90,163,1) 100%);
background: -webkit-radial-gradient(circle, rgba(57,118,181,1) 0%, rgba(46,90,163,1) 100%);
background: radial-gradient(circle, rgba(57,118,181,1) 0%, rgba(46,90,163,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3976b5",endColorstr="#2e5aa3",GradientType=1);
    padding: 10px;
    border-radius: 5px 0 0 0;
    padding-right: 20px;
	color: #fff;
	font-weight: 700;
}
.more-info-btn:hover{
	color:white;
}
.more-info-btn .fa-arrow-left{
	display: none;
}
.more-info-btn:hover i{
	
    -webkit-animation: lrin .3s infinite alternate;
    animation: lrin .3s infinite alternate;
}

@-webkit-keyframes lrin {
    0% {
        transform: translate(0%, 0%);
        -webkit-transform: translate(0%, 0%);
    }
    100% {
        transform: translate(25%, 0%);
        -webkit-transform: translate(25%, 0%);
    }
}

@keyframes lrin {
    0% {
        transform: translate(0%, 0%);
    }
    100% {
        transform: translate(25%, 0%);
    }
}
#map-with-request-form {
	/*justify-content: end;*/
}
.property-card a{
	text-decoration:none;
	color: white;
}

.property-card a:hover{
	color: white;
}
.property-card .appno {
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 0;
    color: white;
    font-family: Comfortaa,sans-serif;
    font-size: 14px;
		background-color: #2e5aa3;
		padding: 5px;
}
.showmore{
	padding: 5px;
    border-top: 2px solid /*#f16666*/#2e5aa3;
    position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
}
.showmore a{
	color: /*#f16666;*/ #ffffff;
    position: absolute;
    background-color: /*#f5f6f7;*/ #2e5aa3;
    padding: 6px 15px;
    border: 2px solid /*#f16666*/#3976b5;
    display: inline-block;
    border-radius: 20px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    margin-top: -6px;
    text-decoration: none;
}
.showmore a:hover{
	color: /*white;*/ #c8e3ff;
	background-color:/*#f16666*/#2e5aa3;
}


.mapboxgl-marker {
    position: absolute;
    top: 0;
    left: 0;
    will-change: transform;
}
.map-point-animate .marker:before {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
.map-point-animate .marker:before, .map-point-animate .marker:after {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background-clip: padding-box;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: gel-map-animationSignal linear 2s;
    animation: gel-map-animationSignal linear 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    display: block;
    box-shadow: inset 0 0 35px 10px #0ec6d5;
    border-color: #0ec6d5;
    content: '';
}
.slick-track {

}

.slick-slide {
  height: 100%;
}
@-webkit-keyframes gel-map-animationSignal {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0.3);
            transform: translate(-50%, -50%) scale(0.3);
  }
  1% {
    -webkit-transform: translate(-50%, -50%) scale(0.32);
            transform: translate(-50%, -50%) scale(0.32);
    opacity: 0.1;
  }
  20% {
    opacity: 0.5;
    -webkit-transform: translate(-50%, -50%) scale(0 0.45);
            transform: translate(-50%, -50%) scale(0 0.45);
  }
  60% {
    -webkit-transform: translate(-50%, -50%) scale(0.75);
            transform: translate(-50%, -50%) scale(0.75);
    opacity: 0.35;
  }
}

@keyframes gel-map-animationSignal {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0.3);
            transform: translate(-50%, -50%) scale(0.3);
  }
  1% {
    -webkit-transform: translate(-50%, -50%) scale(0.32);
            transform: translate(-50%, -50%) scale(0.32);
    opacity: 0.1;
  }
  20% {
    opacity: 0.5;
    -webkit-transform: translate(-50%, -50%) scale(0 0.45);
            transform: translate(-50%, -50%) scale(0 0.45);
  }
  60% {
    -webkit-transform: translate(-50%, -50%) scale(0.75);
            transform: translate(-50%, -50%) scale(0.75);
    opacity: 0.35;
  }
}
.pos-fixed-bottom {
    bottom: 0;
    left: 0;
}
.lh-17 {
    line-height: 1.7 !important;
}
.ml-lg-9, .mx-lg-9 {
    margin-left: 3.75rem !important;
}
.map-container {
	margin-top: 30px;
	padding: 60px 0;
	position: relative;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	border-bottom: 10px solid #d44e4e;
}
.pt-8, .py-8 {
    padding-top: 3.125rem !important;
}

@media only screen and (min-width: 992px){
	.custom-lg-map-height-full {
		position: absolute;
		height: 100%;
		top: 0;
		right: 0;
	}
	.pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
	}
	.h-lg-full {
    height: 100% !important;
	}
	.pb-lg-11, .py-lg-11 {
    padding-bottom: 5rem !important;
	}
	.pt-lg-11, .py-lg-11 {
    padding-top: 5rem !important;
	}
}
@media only screen and (min-width: 1200px){
.offset-xl-1 {
    margin-left: 8.33333%;
}
}
.position-relative {
    position: relative !important;
}

.bg-gray-03 {
    background-color: #f5f5f5 !important;
}
.form-control-lg {
    height: calc(2em + 1.25rem + 4px);
    padding: 0.625rem 1rem;
    font-size: 0.875rem;
    line-height: 2;
    border-radius: 3px;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.86em + 0.75rem + 4px);
    padding: 0.375rem 0.75rem;
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.86;
    color: /*#f16666;*/ #3976b5;
    background-color: #ececec;
    background-clip: padding-box;
    border: 2px solid #ededed;
    border-radius: 8px;
    box-shadow: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::-webkit-input-placeholder{
	color: /*#f16666*/#3976b5 !important;
}

.form-control::-moz-placeholder {
	color: /*#f16666*/#3976b5 !important;
}
.form-control:-ms-input-placeholder {
	color: /*#f16666*/#3976b5 !important;
}
.form-control:-moz-placeholder {
	color: /*#f16666*/#3976b5 !important;
}
.list-inline-item {
    display: inline-block;
}
.list-inline {
    padding-left: 0;
    list-style: none;
}
#map {
    height: 430px;
}
.ml-n3, .mx-n3 {
    margin-left: -1rem !important;
}
.container {
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
}

.scroldownbtn {
    position: absolute;
    bottom: 5px;
    font-size: 50px;
    -webkit-text-shadow: 1px 1px 5px #111,2px 2px 5px #111,3px 3px 5px #111;
    -moz-text-shadow: 1px 1px 5px #111,2px 2px 5px #111,3px 3px 5px #111;
    -o-text-shadow: 1px 1px 5px #111,2px 2px 5px #111,3px 3px 5px #111;
    text-shadow: 1px 1px 5px #111, 2px 2px 5px #111, 3px 3px 5px #111;
    left: 50%;
    transform: translate(-50%,0);
    text-align: center;
    color: #fff;
    cursor: pointer;
    -webkit-animation: updown .3s infinite alternate;
    animation: updown .3s infinite alternate;
}
@-webkit-keyframes updown {
    0% {
        transform: translate(-50%, 0%);
        -webkit-transform: translate(-50%, 0%);
    }
    100% {
        transform: translate(-50%, -15%);
        -webkit-transform: translate(-50%, -15%);
    }
}

@keyframes updown {
    0% {
        transform: translate(-50%, 0%);
    }
    100% {
        transform: translate(-50%, -15%);
    }
}
.left-side {
	padding-left:0px;
	padding-right:10;
}
.wide-sm{
	margin-left: 30px;
	margin-right: 30px;
}
.mainCallAside {
    position: fixed;
    bottom: 0;
    right: 20px;
    z-index: 10000;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;

    width: auto;
   /* box-sizing: border-box;*/
    padding: 5px;

}

.mainCallAside a {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 1;
	justify-content: space-around;
  
}
.call-circle {
    width: 80px;
    height: 80px;
	margin-right: 20px; 
    background-color: #34b23e;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;

   -webkit-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  /*  -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;*/
}
.mainCallAside i{
	margin: 18px;
	font-size: 40px;
	color: white;
	  -webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
	opacity: 1 !important;
}
@keyframes quick-alo-circle-anim {
	0% {
		-webkit-transform:rotate(0) scale(.5) skew(1deg);
		transform:rotate(0) scale(.5) skew(1deg);
		/*opacity:.1*/
	}

	30% {
		-webkit-transform:rotate(0) scale(.7) skew(1deg);
		transform:rotate(0) scale(.7) skew(1deg);
		/*opacity:.5*/
	}

	100% {
		-webkit-transform:rotate(0) scale(1) skew(1deg);
		transform:rotate(0) scale(1) skew(1deg);
		/*opacity:.1*/
	}
}

@keyframes quick-alo-circle-fill-anim {
	0% {
		-webkit-transform: rotate(0) scale(.7) skew(1deg);
		transform: rotate(0) scale(.7) skew(1deg);
		/*opacity: .2;*/
	}

	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg);
		/*opacity: .2;*/
	}

	100% {
		-webkit-transform: rotate(0) scale(.7) skew(1deg);
		transform: rotate(0) scale(.7) skew(1deg);
		/*opacity: .2;*/
	}
}

@keyframes quick-alo-circle-img-anim {
	0% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg);
	}

	10% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
		transform: rotate(-25deg) scale(1) skew(1deg);
	}

	20% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
		transform: rotate(25deg) scale(1) skew(1deg);
	}

	30% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
		transform: rotate(-25deg) scale(1) skew(1deg);
	}

	40% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
		transform: rotate(25deg) scale(1) skew(1deg);
	}

	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg);
	}

	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg);
	}
}
.mainCallAside a{
	text-decoration: none;
	/*color: white;
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    
    box-sizing: border-box;
    font-family: sans-serif;
    padding: 10px 20px;
    border-radius: 3px;
	font-size: 16px;*/
}
.mainCallAside a:hover{
	color: white;
}
.page-header-image{
	 min-height: 100vh;
	 background-size: cover;
	 background-position: center;
	 background-repeat: no-repeat;
}
@media only screen and (max-width: 991px){
	.page-header-image{
	/* height: calc(100vh - 150px); */
	}
	.left-side {
	padding-right:0;

	}
	.wide-sm{
	margin-left: 10px;
	margin-right: 10px;
	}
	
}
 @media only screen and (min-width: 992px) {
        #typedmaintitle{
		display:none;
	}
 }
 @media only screen and (min-width: 1100px) {
        #typedmaintitle{
		display:block;
	}
 }
 
 
/* Custom, iPhone Retina */
@media only screen and (max-width:480px) {
	.page-container{
		margin-top: 120px;
	}
}
.property-header{
	font-family: Gravity;
    font-size: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    -webkit-text-shadow: 1px 1px 5px #111,2px 2px 5px #111,3px 3px 5px #111;
    -moz-text-shadow: 1px 1px 5px #111,2px 2px 5px #111,3px 3px 5px #111;
    -o-text-shadow: 1px 1px 5px #111,2px 2px 5px #111,3px 3px 5px #111;
    text-shadow: 1px 1px 5px #111, 2px 2px 5px #111, 3px 3px 5px #111;
    text-align: left;
    background-color: rgba(0,0,0,.7);
    padding: 5px 15px 5px 15px;
    border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;

}
.left-bordered {
	border-left: 5px solid /*#f16666*/#2e5aa3;
    padding: 0 5px;
    color: #333;
	font-size: 18px;
	word-wrap: break-word;
}
.left-bordered i{
	margin-right: 7px;
}
.left-bordered .price{
	background-color: /*#f16666; */#2e5aa3;
	border-radius: 5px; 
	padding: 5px; 
	color:white; 
	font-weight: 600;
	font-size: 20px;
}

@media only screen and (max-width:768px) {
	.left-bordered {
	font-size: 16px;
	}
	.p-sm-0 {
		padding: 0 !important;
	}
	
}
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}
.img-rounded {
	width: 110px; 
	border-radius: 300px; 
	border: 4px solid /*#f16666;*/#2e5aa3; 
	height: 110px; 
	margin-left: 35px;
	overflow: hidden;
	position: relative;
}
.nav-divider {
	margin: 13px 10px;
	
}
.img-rounded img{
	position: absolute;
	width: 105%;
	height: 105%;
	top: -2px;
	left: -2px;
}
iframe {
	max-width:100%;
}
.property-feature {
background-color: #5d90c3;
    padding: 6px 8px 4px 8px;
    color: #FFF;
    border-radius: 200px;
    -webkit-text-shadow: 1px 1px 1px #aaa;
    -moz-text-shadow: 1px 1px 1px #aaa;
    -ms-text-shadow: 1px 1px 1px #aaa;
    -o-text-shadow: 1px 1px 1px #aaa;
    text-shadow: 1px 1px 1px #aaa;
    cursor: default;
    display: inline-block;
    margin-bottom: 5px;
	font-size: 16px;
	line-height: 16px;
}
.h5{
	display: inline-block;
	 font-size: 20px;
    font-weight: 800;
    color: #5d90c3;
    margin: 10px 0;
	line-height: 28px;
	border-bottom: 1px dotted #5d90c3;
}
.viewer img{
	width: 100%;
}
.onlyPrint{
	display: none;
}

.page-bottom{
	margin: 30px 0;
	border-top: 1px solid #ccc;
	padding-top: 30px;
}
.page-bottom-section {
	color: #555;
	background-color: #e3e3e3;
	overflow: hidden;
	padding: 0 0 50px 0;
	margin-right: 5px;
	height: 100%;
    min-height: 1px;
}
.page-bottom-section .section-body {
	padding: 0 15px 20px 15px;
	

}
.page-bottom-section img{
	width: 100%;
	height: 280px;
	
}
.page-bottom h1, .page-bottom-section h1{
	color: #444;
    border-bottom: 3px solid #3976b5/*#f16666*/;
    display: inline-block;
    padding: 0 3px 0 0;
	font-weight: bold;
	font-size: 1.17em;
}

.page-bottom-section h1{
	font-size: 1em;
	margin: 1.33em 0;
}
.page-bottom-section .more-info-btn{
	right: 5px;
}
.page-bottom .number {
    background-color: /*#f16666*/#2e5aa3;
    border-radius: 200px;
    color: #FFF;
    padding: 1px 11px 1px 11px;
    font-size: 20px;
    -webkit-box-shadow: 0px 0px 5px #aaa;
    box-shadow: 0px 0px 5px #aaa;
    margin-right: 5px;
	
    display: inline-block;
}
.article-img{
	float:left;
	margin-right: 20px;
	max-width: 40%;
}
.social_share {
	color: white ;
	background-color: #f16666;
	font-size: 25px;

	border: none;
}
@media only screen and (max-width:480px) {
	.article-img {
		clear: both;
		max-width: 100%;
		margin-bottom: 15px;
	}
	.property-card ul{		
		font-size: 19px;		
	}
	.more-info-btn{
		font-size: 18px;
	}
}
.map-box-gl-menu {
position: absolute;
top: 0px;
left: 0;
background: #efefef;
padding: 10px;
font-family: 'Open Sans', sans-serif;
z-index: 1000;
}
.slick-prev:before, .slick-next:before {
	color: #fff;
}
@media only screen and (min-width: 590px) and (max-width: 767px){
	.property-card ul{
		font-size: 38px;
	}
	.more-info-btn {
		font-size: 38px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1150px){
	.property-card ul{
		font-size: 18px;
	}
}
@media only screen and (max-width: 348px){
	.left-bordered .price{
		font-size: 16px;
	}
	.property-card ul{
		font-size: 18px;
	}
	.property-header{
		font-size: 20px;
	}
}
@media only screen and (max-width: 348px){
	.more-info-btn {
    font-size: 14px;
	}
	.property-card ul {		
		top: 80px;		
	}
	.property-card .typelable {		
		font-size: 16px;		
	}
}
@media only screen and (max-width: 700px){
	.default-header-image{
		height: 600px;
	}
	.property-header{
		font-size: 30px;
	}
	.m-l-60 {
	margin-left: 0px;
}
	.m-r-60{
		margin-right: 0px;
	}
}
@media only screen and (max-width:600px) {
	.header-a{
		background: transparent !important;
		padding: 0 5px;
		font-size: 22px;
	}
	.property-header{
		font-size: 25px;
	}
}
@media print {
  .noPrint{
    display:none !important;
  }
  .page-container{
	  margin-top:0;
  }
 .onlyPrint{
	 display:block;
 }
 .p-m-t-30 {
	 margin-top: 30px;
 }
 .p-m-t-15 {
	 margin-top: 15px;
 }
 .p-m-b-20{
	 margin-bottom: 20px;
 }
.col-print-1 {flex: 0 0 8%; max-width: 8%;}
.col-print-2 {flex: 0 0 16%; max-width: 16%;}
.col-print-3 {flex: 0 0 25%; max-width: 25%;}
.col-print-4 {flex: 0 0 33%; max-width: 33%;}
.col-print-5 {flex: 0 0 42%; max-width: 42%;}
.col-print-6 {flex: 0 0 50%; max-width: 50%;}
.col-print-7 {flex: 0 0 58%; max-width: 58%;}
.col-print-8 {flex: 0 0 66%; max-width: 66%;}
.col-print-9 {flex: 0 0 75%; max-width: 75%;}
.col-print-10{flex: 0 0 83%; max-width: 83%;}
.col-print-11{flex: 0 0 92%; max-width: 92%;}
.col-print-12{flex: 0 0 100%; max-width: 100%;}
.d-print-block{display: block}
.m-t-print-80{margin-top:80px}
.m-b-print-80{margin-bottom:80px}

.left-bordered, .left-bordered .price {
	font-size: 38px;
}
.left-bordered .print-fs-20 {
	font-size: 22px;
}
.print-p-0 {
	padding:0;
}
i{display:none!important}
}
.color-green {
	color: #34b23e;
}
.color-blue {
	color: #2e5aa3;
}
.color-red {
	color: #d43c3c;
}
.color-orange {
	color: #bc712f;
}