/********************************************************
    Template Name: neuron-finance
    Created By: TrendyTheme
    Envato Profile: https://themeforest.net/user/trendytheme
    Website: http://trendytheme.net
    Version: 1.0
    Support: http://trendytheme.net/support
*********************************************************/



/*
====================================
[ CSS TABLE CONTENT ]
------------------------------------
    1.0 - General
    2.0 - Typography
    3.0 - Global Style
    4.0 - Header section 
    5.0 - Slider area
    6.0 - Block area
    7.0 - Intro section
    8.0 - Services area
    9.0 - Client logo
    10.0 - Accordian section
    11.0 - Portfolio section
    12.0 - Contact us
    13.0 - Testimonial section
    14.0 - Blog Section
    15.0 - footer section

-------------------------------------
[ END CSS TABLE CONTENT ]
=====================================
*/


/* Google Web Fonts */
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');

/* ================= General ==================== */
html,
body { 
	height: 100%;
}
body {
	font-family: "Lexend", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	line-height: 24px;
	color: #61727f;
	background: #fff;
	overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased !important;
	
}

/* Font
------------------------------ */
.lexend-300 {
	font-family: "Lexend", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
}
.lexend-400 {
	font-family: "Lexend", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
.lexend-500 {
	font-family: "Lexend", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}
.lexend-600 {
	font-family: "Lexend", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}
.lexend-700 {
	font-family: "Lexend", serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
}
.lexend-800 {
	font-family: "Lexend", serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
}
.lexend-900 {
	font-family: "Lexend", serif;
	font-optical-sizing: auto;
	font-weight: 900;
	font-style: normal;
}

/* Link style
------------------------------ */
a{
	color: #F4C91C;
}
a:focus {
	outline: 0 solid;
	color: #e5c028;
}
a:hover {
	text-decoration: none;
	color: #d7b735;
}

/* Transition elements
------------------------------ */
a,
.navbar a,
.form-control {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; 
}



/* ================ Typography ================== */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Lexend", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	color: #212121;
	margin: 0 0 15px;
}
h1, .h1 {
	font-weight: 900;
	font-size: 40px;
	line-height: 50px;
}
h2, .h2 {
	font-weight: 800;
	font-size: 34px;
	line-height: 44px;
}
h3, .h3 {
	font-weight: 700;
	font-size: 22px;
	line-height: 30px;
}
h4, .h4 {
	font-weight: 600;
	font-size: 20px;
	line-height: 26px;
}
h5, .h5 {
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
}
h6, .h6 {
	font-size: 16px;
	line-height: 20px;
}

.btn {
	font-family: "Lexend",sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	color: #fff;
	padding: 14px 30px;
	text-transform: uppercase;
	letter-spacing: 4px;
	border-radius: 3px;
	box-shadow: 0 4px 5px rgba(34, 34, 34, 0.2);
}
.btn:hover {
    box-shadow: 0 8px 10px rgba(34, 34, 34, 0.2);
}
.btn-primary {
	background-color: #DFB923;
}
.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus, 
.btn-primary:active:hover {
    background-color: #DFB923;
    border-color: #DFB923;
}


.btn-sm {
    padding: 8px 20px;
    font-size: 12px;
    font-weight: 400;
}


/* ================ Global setting ================== */
input:focus, 
textarea:focus {
	outline: none;
}
.alert {
    padding: 12px 15px;
}

img {
    max-width: 100%;
    height: auto;
}

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

.form-control {
    height: 50px;
    padding: 6px 20px;
    border: 1px solid #ebebeb;
    box-shadow: none;
}
.form-control:focus {
    border-color: transparent;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.075), 0 0 20px rgba(0,0,0,.3);
    box-shadow: 0 1px 1px rgba(0,0,0,.075), 0 0 20px rgba(0,0,0,.3);
}

.contact-form .form-group textarea {
    min-height: 210px;
    padding: 15px 20px;
    position: relative;
    z-index: 20;
}

@media (max-width: 991px) {
	.contact-form {
		margin-bottom: 30px;
	}
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill, 
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
/* helper classes */
.section-padding {
	padding-top: 120px;
	padding-bottom: 90px;
}
section {
	padding-top: 120px;
	padding-bottom: 90px;
}

.darker-bg {
	background: #f4f7f7;
}

/* ================ Header section ================== */

/* header top bar 
------------------------*/
.header-top-area{
	font-family: "Lexend",sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	height: 50px; 
	background: #DFB923;
	font-size: 14px; 
	color: #FFFFFF;
}
.contact p{
	float: left;
	margin-right: 50px;
	line-height: 50px;
	margin-bottom: 0px;
}

@media (max-width: 768px) {
	.contact p{
		line-height: 35px;
	}
}

.contact p i{
	margin-right: 10px;
}
.contact a{
	color: #fff;
}
.social-icon{
	margin-top: 10px;
}
.social-icon ul{
	float: right;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.social-icon ul li{
	float: left;
}
.social-icon ul li a{
	color: #fff;
	font-size: 14px;
	width: 28px; 
	height: 28px; 
	text-align: center;
	margin-left: 12px;
	display: block;
	line-height: 28px;
	transition: all .3s;
}
.social-icon ul li a:hover, 
.social-icon ul li.active a{
	background: #fff;
	color: #DFB923;
	border-radius: 3px;
}

@media (max-width: 768px) {
	.social-icon ul{
		float: none;
		text-align: center;
	}
	.social-icon ul li{
		float: none;
		display: inline-block;
	}
	.social-icon ul li a{
		text-align: center;
	}
	.header-top-area{
		display: none;
		height: 35px;
	}
	.social-icon {
		margin-top: 3px;
	}
}


/* ================ Navigation ================== */

nav.navbar.bootsnav ul.nav > li > a {
	color: #3f4b5a;
	font-family: 'Lexend', sans-serif;
}

nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li.active > a,
nav.navbar.bootsnav ul.nav > li>.dropdown-menu li > a:hover,
nav.navbar.bootsnav ul.nav > li>.dropdown-menu li.active > a,
nav.navbar.bootsnav ul.nav > li>.dropdown-menu.megamenu-content li > a:hover,
nav.navbar.bootsnav ul.nav > li>.dropdown-menu.megamenu-content .menu-col li.active > a {
    color: #DFB923;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 260px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.dropdown-menu.cart-list h2 {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 0;
}
.dropdown-menu.cart-list h2 a {
	color: #3f4b5a;
}
.dropdown-menu.cart-list h2 a:hover {
	color: #DFB923;
} 

@media (min-width: 993px) {
	nav.navbar.bootsnav ul.nav > li > a {
	    padding: 30px 15px;
	    font-weight: 400;
	    font-size: 16px;
	    text-transform: uppercase;
	    letter-spacing: 0.06em;
	}
}


.navbar>.container .navbar-brand, 
.navbar>.container-fluid .navbar-brand {
    margin-top: 0px;
}

@media (min-width: 1009px) {
	.navbar>.container .navbar-brand, 
	.navbar>.container-fluid .navbar-brand {
	    margin-top: 0px;
	}
}
@media (max-width: 1008px) {
	.navbar {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.navbar-brand img {
	    margin-top: -10px;
        max-height: 50px;
	}
}

.attr-nav>ul>li>a span.badge{
    background-color: #DFB923;
}

ul.cart-list>li.total>a.btn {
    color: #fff !important;
}
ul.cart-list>li.total>a.btn:hover {
    background-color: #DFB923 !important;
}



/* ================ Slider area ================== */

.slider-bg1{
	background: url("assets/img/slider-bg/1.jpg") no-repeat;
}
.slider-bg2{
	background: url("assets/img/slider-bg/2.jpg") no-repeat;
}
.slider-bg3{
	background: url("assets/img/slider-bg/3.jpg") no-repeat;
}
.homepage-slider{
	width: 100%;
	height: 850px;
	position: relative;
	background-size: cover;
	background-position: center;
	z-index: 1;
}
.homepage-slider:after{
	content: "";
	position: absolute; 
	top: 0px; 
	left: 0px; 
	height: 100%; 
	width: 100%;
	background: rgba(46, 46, 46, .4);
	z-index: -1;
}
.display-table{
	display: table;
	width: 100%;
	height: 100%;
}
.display-table-cell{
	display: table-cell;
	vertical-align: middle;
}
.slider-content h1{
	color: #fff;
	font-size: 67px;
	font-weight: 700;
	line-height: 77px;
	margin-bottom: 55px;
}
.slider-content p{
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 75px;
}
.slider-content a{
	font-family: "Lexend",sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	border-radius: 5px;
	background: #DFB923; 
	padding: 15px 25px;
	border: none;
	color: #fff;
	-webkit-transition: all .3s;
	transition: all .3s;
	display: inline-block;
}
.slider-content a:hover {
	background: #0f32fd;
}
.slider-content a i{
	padding-left: 8px;
}

@media (max-width: 768px) {
	.homepage-slider{
		height: 400px;
	}
	.slider-content h1{
		font-size: 30px;
		line-height: 33px;
		margin-bottom: 20px;
	}
	.slider-content p{
		margin-bottom: 20px;
		font-size: 15px;
		line-height: 24px;
	}
	.slider-content a{
		padding: 8px 15px;
	}
}

/* owl-carousel 
-----------------------------*/

.owl-nav div {
	display: inline-block;
	margin-top: -25px;
	position: absolute;
	top: 50%;
	transition: all .3s;
}
.owl-nav i {
	background: #DFB923 none repeat scroll 0 0;
	color: #fff;
	font-size: 40px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 50px;
	transition: all .3s;
	opacity: .5;
	border-radius: 3px;
}
.owl-nav i:hover{
	opacity: .9;
}
.owl-nav .owl-prev {
	left: -15px;
	opacity: 0;
}
.owl-nav .owl-next {
	right: -15px;
	opacity: 0;
}

.slider-area.owl-carousel {
	overflow: hidden;
}
.slider-area.owl-carousel:hover .owl-nav .owl-prev{
	left: 15px;
	opacity: 1;
}
.slider-area.owl-carousel:hover .owl-nav .owl-next{
	right: 15px;
	opacity: 1;
}

/* ================ Block area ================== */

.block.block2{
	padding: 40px 0px 0px;
	background: #FFF;
}
.block2 .block-text {
	margin-top: 128px;
	margin-bottom: 60px;
}

.block-text h2{
	margin-bottom: 50px; 
}
.block-text p{
	margin-bottom: 10px;
}
.block.about-us-block .block-img {
	margin-top: 0px;
}
.block.about-us-block h2 {
	margin-top: 30px;
}
.block-img {
	margin-top: 50px;
}

@media (max-width: 768px) {
	.block2 .block-text {
		margin-top: 40px;
	}
}
@media (min-width: 768px) {
	.block2 .block-text {
		margin-top: 50px;
	}
}
@media (min-width: 992px) {
	.block2 .block-text {
		margin-top: 38px;
	}
	.block-text h2{
		font-size: 28px;
	}
}
@media (min-width: 1200px) {
	.block2 .block-text {
		margin-top: 128px;
	}
	.block-text h2{
		font-size: 32px;
	}
}

/* ================ Intro section ================== */

.intro-bg1{
	background: url("assets/img/intro/1.jpg") no-repeat;
}
.intro-bg2{
	background: url("assets/img/intro/2.jpg") no-repeat;
}
.intro-bg3{
	background: url("assets/img/intro/3.jpg") no-repeat;
}

.intro-title p{
	margin-bottom: 50px;
}
.single-intro{
	overflow: hidden;
}
.intro-img{
	width: 100%;
	height: 222px;
	background-size: cover;
	background-position: center;
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.intro-img:after{
	content: "";
	position: absolute;
	top: 0px; 
	left: 0px; 
	width: 100%;
	height: 100%;
	background: rgba(52, 82, 255, .8);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
}
.single-intro:hover .intro-img:after{
	opacity: 1;
}
.single-intro:hover 
.intro-details{
	border-bottom: 4px solid #DFB923;
}
.intro-details{
	background: #fff none repeat scroll 0 0;
	border-radius: 4px;
	box-shadow: 0 2px 29px 0 rgba(15, 46, 64, 0.12);
	max-height: 210px;
	margin: -70px auto 30px;
	padding: 30px 25px;
	position: relative;
	width: 88%;
	overflow: hidden;
	border-bottom: 4px solid #fff;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.intro-details h3{
	margin-top: 0;
}

/* ================ Services area ================== */

.template-title p{
	margin-bottom: 55px;
}
.services-tiem{
	margin-bottom: 50px;
	overflow: hidden;
}
.services-tiem img{
	float: left;
	margin-right: 25px;
	padding-left: 5px;
}
.services-tiem h3,.services-tiem p{
	margin-left: 92px;
	margin-top: 0px;
	transition: all .3s;
}
.services-tiem h3:hover{
	color: #000;
}
.services-tiem a{
	color: #212121;
	transition: all .3s;
}
.services-tiem a:hover{
	color: #DFB923;
}

/* ================= Client logo area ======================*/
.client-logo{
	padding: 80px 0px;
}
.client-logo img{
	height: auto;
	margin: 0 20px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 16%;
}
.client-logo img:hover{
	-webkit-filter: grayscale(100%);
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
	filter: grayscale(100%);
}

/* services animation effect 
----------------------------------*/

@-webkit-keyframes hvr-buzz-out {
	10% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}
	20% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}
	30% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}
	40% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}
	50% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}
	60% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}
	70% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}
	80% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}
	90% {
		-webkit-transform: translateX(1px) rotate(0);
		transform: translateX(1px) rotate(0);
	}
	100% {
		-webkit-transform: translateX(-1px) rotate(0);
		transform: translateX(-1px) rotate(0);
	}
}
@keyframes hvr-buzz-out {
	10% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}
	20% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}
	30% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}
	40% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}
	50% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}
	60% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}
	70% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}
	80% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}
	90% {
		-webkit-transform: translateX(1px) rotate(0);
		transform: translateX(1px) rotate(0);
	}
	100% {
		-webkit-transform: translateX(-1px) rotate(0);
		transform: translateX(-1px) rotate(0);
	}
}
.services-tiem img {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
}
.services-tiem:hover img {
	-webkit-animation-name: hvr-buzz-out;
	animation-name: hvr-buzz-out;
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}


/* ================ Breadcrumb style ================== */

.page-title{
	background-size: cover;
	background-position: center;
	padding: 120px 0px;
	color: #fff;
	z-index: 1;
	position: relative;
}
.page-title:after{
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	right: 0px;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	z-index: -1;
}
.page-breadcrumbd h2, .page-breadcrumbd a{
	margin: 0px;
	color: #fff;
}

/* ================ Accordian section ================== */
.panel-default > .panel-heading {
	background-color: #F4F7F7;
	border: none;
}
.panel-default {
	border: none;
	background: #F4F7F7;
}
.panel-heading {
	border-bottom: none;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	padding: 0px
}
.panel-title > a {
	background: #F4F7F7;
	display: block;
	padding: 10px 15px;
	color: #212121;
	font-size: 18px;
	position: relative;
}
.panel-title > a[aria-expanded=true]{
	background: #DFB923;
	color: #fff;
}
.panel-title > a[aria-expanded=true]:after{
	content: "-";
	background: #fff;
	color: #DFB923;
}
.panel-title > a:focus{
	text-decoration: none;
}
.panel-title > a:after{
	background: #DFB923 none repeat scroll 0 0;
	border-radius: 2px;
	color: #fff;
	content: "+";
	height: 20px;
	line-height: 16px;
	position: absolute;
	right: 15px;
	text-align: center;
	top: 9px;
	width: 20px;
	font-weight: bold;
}
.panel-group .panel + .panel {
	margin-top: 6px;
}
.accordian-right-content h2{
	margin-bottom: 13px;
}

/* ================ Portfolio section ================== */
.portfolio-item{
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}
.portfolio-item::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(77, 103, 254, .9);
}
.portfolio-details {
    position: absolute;
    left: 0;
    bottom: -30%;
    width: 100%;
    padding: 20px;
}
.portfolio-item:hover .portfolio-details {
	bottom: 0;
}

.portfolio-details,
.portfolio-item::before {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.portfolio-item:hover::before,
.portfolio-item:hover .portfolio-details {
	opacity: 1;
	visibility: visible;
}

.portfolio-details h3 {
	margin: 0;
}
.portfolio-details span {
	display: block;
}
.portfolio-details h3 a,
.portfolio-details a {
	color: #fff;
}

/* portfolio-single-page 
------------------------------------*/
.single-portfolio-wrapper, 
.single-portfolio-wrapper a{
	font-family: "Lexend",sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}

.single-portfolio-title a {
	color: #DFB923;
	font-size: 17px;
	font-weight: 500;
	text-transform: uppercase;
}
.single-portfolio-title h2 {
	font-size: 26px;
	margin-bottom: 20px;
	margin-top: 5px;
}
.portfolio-details-panel p {
	line-height: 27px;
	margin-bottom: 25px;
}
.portfolio-details-panel ul span {
	display: inline-block;
	width: 200px;
}
.portfolio-details-panel ul {
	color: #aaa;
	list-style: none;
	padding: 0px;
	margin-bottom: 30px;
}
.portfolio-details-panel ul span {
	color: #000;
}
.portfolio-details-panel ul li {
	padding-bottom: 15px;
}
.portfolio-details-panel ul a {
	color: #aaa;
	margin-right: 6px;
}
.portfolio-details-panel ul a:hover {
	color: #DFB923;
}

.portfolio-details-panel ul{list-style:none;}
.portfolio-details-panel ul, .portfolio-details-panel ul li {padding-left:0;}
.portfolio-details-panel ul li::before{
  	font-family:"IcoFont";
	color: #F4C91C;
	content:"\eab8";
	margin-right:8px;
}

.single-portfolio-images img {
	margin-bottom: 30px;
}

.divider{
	background: #EEEEEE;
	display: block;
	width: 100%;
	height: 1px;
	margin: 10px 0px;
}
.company-address{
	margin: 0 15px;
}
.company-address ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.company-address ul li{
	padding-left: 50px;
	position: relative;
	margin-bottom: 40px;
}
.company-address ul li i{
	left: 0;
	position: absolute;
	top: 4px;
	color: #F4C91C;
	font-size: 22px;
}
.company-address ul li a{
	color: #282727;
}

/* ================ testimonial section ================== */

.testimonial{
	padding: 120px 0px;
	background: #F4F7F7;
	color: #212121;
}
.testimonial h3{
	font-size: 30px;
	margin-bottom: 30px;
	line-height: 45px;
}
.testimonial a{
	color: #212121;
	font-size: 25px;
	color: #212121;
	font-weight: bold;
}
a:focus{
	text-decoration: none;
}
.testimonial span{
	font-size: 15px;
}

/* preloader  
-------------------------------*/

#loading{
	background-color: #DFB923;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 9999;
	margin-top: 0px;
	top: 0px;
}
#loading-center{
	width: 100%;
	height: 100%;
	position: relative;
}
#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 200px;
	width: 200px;
	margin-top: -100px;
	margin-left: -100px;	
}
.object{
	-moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
	position: absolute;
	border-left: 5px solid #FFF;
	border-right: 5px solid #FFF;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	-webkit-animation: animate 2s infinite;
	animation: animate 2s infinite;	
}
#object_one{
	left: 75px;
	top: 75px;
	width: 50px;
	height: 50px;
}		
#object_two{
	left: 65px;
	top: 65px;
	width: 70px;
	height: 70px;
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
#object_three{
	left: 55px;
	top: 55px;
	width: 90px;
	height: 90px;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
#object_four{
	left: 45px;
	top: 45px;
	width: 110px;
	height: 110px;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}	

@-webkit-keyframes animate {
	50% {
		-ms-transform: rotate(180deg); 
		-webkit-transform: rotate(180deg); 
		transform: rotate(180deg); 
	}
	100% {
		-ms-transform: rotate(0deg); 
		-webkit-transform: rotate(0deg); 
		transform: rotate(0deg); 
	}	  
}

@keyframes animate {
	50% {
		-ms-transform: rotate(180deg); 
		-webkit-transform: rotate(180deg); 
		transform: rotate(180deg); 
	}
	100% {
		-ms-transform: rotate(0deg); 
		-webkit-transform: rotate(0deg); 
		transform: rotate(0deg); 
	}	  
}

/* ================ Blog Section ================== */

.blog-item{
	margin-bottom: 30px;
	box-shadow: 0 49px 72px 0 rgba(25, 25, 25, 0.12);
}
.blog-item a{
	font-family: "Lexend",sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}
.blog-item .blog-thumb{
	overflow: hidden;
}
.blog-item .blog-thumb img{
	transition: all .3s;
	width: 100%;
	height: auto;
}
.blog-content{
	padding: 0px 10px 20px 30px;
}
.blog-header .tag{
	margin-top: 20px;
	overflow: hidden;
}
.entry-title{
	color: #212121;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 18px;
	line-height: 25px;
}
.entry-title a{
	color: #212121;
	transition: all .3s;
}
.entry-title a:hover{
	color: #DFB923;
}
.blog-header ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.blog-header ul li{
	float: left;
	position: relative;
	padding-right: 2px;
	margin-right: 3px;
}
.blog-header ul li:last-child:before{
	content:"";
}
.blog-header ul li:before{
	bottom: 4px;
	content: ",";
	position: absolute;
	right: 0;
	font-size: 14px;
}
.blog-header ul li a{
	display: block;
	margin-right: 5px;
	margin-bottom: 3px;
	color: #61727f;
	transition: all .3s;
}
.blog-header ul li a:hover{
	color: #000;
}
.entry-content a {
	color: #000;
	font-weight: 700;
	transition: all .3s;
}
.entry-content a:hover{
	color: #DFB923;
}

/* single blog 
---------------------------------------*/

.post-wrapper{
	box-shadow: 0 49px 72px 0 rgba(25, 25, 25, 0.12);
	padding-bottom: 30px;
}
.post-wrapper .blog-content{
	padding: 15px 40px 15px 40px;
}
.single-post-title h2 {
	font-size: 29px;
	font-weight: bold;
	padding-top: 20px;
	margin-bottom: 10px
}
.single-post-title h2 a {
	color: #212121;
}
.post-meta ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.post-meta li {
	float: left;
	margin-right: 25px;
	font-size: 13px;
}
.post-meta li i {
	color: #282727;
}
.post-meta {
	overflow: hidden;
	margin-bottom: 30px;
}
.post-meta > ul > li > a {
	color: #888;
	margin-right: 19px;
	transition: all .3s;
	font-size: 13px;
}
.post-meta > ul > li > a:hover{
	color: #000;
}
.post-meta li a i {
	margin-right: 7px;
}
.post-meta li.rating ul {
	display: inline;
	float: right;
}
.post-meta a {
	font-family: "Lexend",sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}
li.rating > a {
	margin-right: 8px !important;
}
li.rating > ul a {
	font-size: 13px;
	margin: 0;
}
li.rating ul i {
	margin: 1px;
	color: #FE6000;
}
.entry-content p {
	margin-bottom: 30px;
}
.full-width-img {
	margin-bottom: 30px;
	margin-left: -40px;
	margin-right: -20px;
}

/* single page social icon 
-------------------------------*/
.social-link{
	overflow: hidden;
}
.social-link ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.social-link ul li{
	float: left;
}
.social-link ul li a{
	color: #fff;
	display: block;
	font-size: 15px;
	text-align: center;
	width: 45px;
	background: #ddd;
	white-space: nowrap;
	margin-right: 6px;
	padding: 7px 0px;
	width: 45px;
	overflow: hidden;
	font-size: 15px;
	transition: all 400ms ease 0s;
	border-radius: 3px;
	position: relative;
	margin-bottom: 10px;
}
.social-link ul li a.facebook{
	background: #286196;
}
.social-link ul li a.twitter{
	background: #1AA2F6;
}
.social-link ul li a.google{
	background: #E7462A;
}
.social-link ul li a.linkedin{
	background: #0078B4;
}
.social-link ul li a.pinterest{
	background: #BD081B;
}
.social-link ul li a.reddit{
	background: #FF4400;
}
.social-link ul li a.message{
	background: #9FA3A4;
}
.social-link ul li a:hover{
	width: 90px;
}
.social-link ul li i{
	width: 45px;
}
.social-link ul li span{
	width: 45px;
	text-align: center;
	padding-right: 15px;
}

/* comments form 
------------------------------*/
.comments-wrapper{
	padding: 15px 40px;
	border-top: 1px solid #ddd;
	margin-top: 20px;
}

.comment-title h2{
	margin-bottom: 40px;
}

/* comments media 
--------------------------*/

.comments-responsed-wrapper {
	border-top: 1px solid #ddd;
	margin-top: 50px;
	padding: 20px 40px;
}
.comments-media ol {
	border: 1px solid #eaeaea;
	list-style: outside none none;
	padding: 15px;
	margin-bottom: 15px;
}
.comments-media ol ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.comments-media img {
	border-radius: 10%;
	height: 120px;
	width: 120px;
}
.comment-avatar {
	float: left;
	margin-right: 15px;
	padding-top: 15px;
}
.comment-section {
	margin-left: 95px;
	overflow: hidden;
	padding-top: 30px;
}
.comment-section h2.nombre {
	display: block;
	font-size: 20px;
	font-weight: 500;
	line-height: 20px;
	padding: 0;
	margin: 0;
	color: #282727;
}
.comment-section p.cargo {
	display: block;
	font-size: 15px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	color: #282727;
}
.comment-section p.info {
	display: block;
	font-size: 14px;
	padding: 0;
	margin: 0;
}
.comment-section span {
	color: #aaa;
	font-size: 13px;
	margin-left: 20px;
}
.comment-content a.btn-comment-replay {
    border: 1px solid #aaa;
    border-radius: 3px;
    color: #aaa;
    padding: 0px 10px;
    margin-top: 10px;
    font-size: 12px;
    display: inline-block;
    text-transform: uppercase;
    line-height: 1.42857143;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.comment-content a.btn-comment-replay:hover {
	background: #011a48 none repeat scroll 0 0;
	border-color: #011a48;
	color: #fff;
}
.comments-media li .comment-inner {
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
	padding-bottom: 22px;
	overflow: hidden;
}
.comments-media ol ul {
	margin-left: 60px;
}
.comments-media ul li:last-child .comment-inner{
	border-bottom: none;
	padding-bottom: 0px;
}
@media (max-width: 768px) {
	.comments-media ol ul {
		margin-left:0px;
	}
}
@media (min-width: 992px) {
	.comments-media ol ul {
		margin-left: 60px;
	}
}
@media (max-width: 620px) {
	.comment-section {
		display: block;
		width: 100%;
	    margin-left: 0;
	}
	.comment-avatar {
	    float: none;
	    margin-right: 0;
	}
}



/* ================ footer section ================== */

.primary-footer ul{
	margin: 0px;
	padding: 0px;
	list-style:none;
}
.primary-footer {
	background: #1f1a04;
	padding: 90px 0px 0px;
}
.footer-widget{
	margin-bottom: 50px;
}
.footer-widget span{
	font-size: 13px; 
	color: #fff;
}
.footer-widget p, .footer-widget a{
	color: #7592a8;
}
.footer-widget h3{
	color: #fff;
	margin-top: 0px;
	margin-bottom: 30px;
}
.about-us p {
	margin-bottom: 30px;
	text-align: justify;
	color: #FFF;
	font-weight: 200;
}
.about-us img{
	margin-bottom: 28px;
}
.online-card img{
	margin-right: 5px;
}

/*Useful Link Widget*/
.usefull-link ul li a{
	display: block;
	padding: 7px 0;
	-webkit-transition: .3s;
	transition: .3s;
}
.usefull-link ul li a:hover{
	padding-left: 15px;
	color: #fff;
}
.usefull-link ul li a i{
	color: #fff;
	margin-right: 10px;
}
.usefull-link ul li:first-child {
	padding-top: 0;
}


/*Latest Post Widget*/
.latest-post ul li{
	margin-bottom: 20px;
	display: block;
	overflow: hidden;
}
.latest-post ul li div.img{
	display: block;
	overflow: hidden;
}
.latest-post ul li img{
	float: left;
	width: 180px;
	height: auto;
	margin-right: 15px;
	border-radius: 3px;
}
.latest-post ul li span a{
	display: block;
	overflow: hidden;
	font-size: 14px;
	margin-bottom: 0;
	font-family: "Lexend",sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	transition: all .3s;
}
.latest-post ul li span a:hover{
	color: #fff;
}
.latest-post ul li span{
	margin-bottom: 2px;
}
.latest-post ul li span.valor{
	display: block;
	overflow: hidden;
	font-size: 18px;
}
/*NewsLetter Subscription*/
.news-letter p{
	margin-bottom: 23px;
}

.subscribe-form {
	position: relative;
}
.subscribe-form button{
    display: block;
    height: 50px;
    width: 50px;
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    color: #DFB923;
    font-size: 20px;
    background: transparent;
}
.subscription-success {
	margin-top: 20px;
	margin-bottom: 0;
	color: #3c763d !important;
}

/* footer bottom 
--------------------------------*/
.copyright-wrapper {
	background: #1f1a04;
	padding: 0px 0px 150px 0px;
}
.copyright-wrapper p {
	color: #F7CB1D;
}
.copyright-wrapper a{
	color: #fff;
}


/* ================ Propiedades area ================== */

.propiedades{
	font-family: "Lexend", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	margin-bottom: 50px;
	overflow: hidden;
}
.propiedades p{
	margin-bottom: 55px;
}
.propiedades img{
        display: block;
	margin-bottom: 10px;
}
.propiedades h3 {
	letter-spacing: -0.08em;
	word-spacing: -0.08em;
	font-size: 18px;
	margin-left: 0px;
	margin-top: 0px;
	transition: all .3s;
}
.propiedades h3,.propiedades p{
	margin-left: 0px;
	margin-top: 0px;
	transition: all .3s;
}
.propiedades h3:hover{
	color: #000;
}
.propiedades a{
	color: #212121;
	transition: all .3s;
}
.propiedades a:hover{
	color: #DFB923;
}

.propiedades span.dato {
    margin-right: 10px;
    font-size: 11px;
}
.propiedades span.city {
    display: block;
    margin-right: 10px;
    font-size: 13px;
    text-transform: uppercase;
}
.propiedades span.valor {
    display: block;
    margin-right: 10px;
    font-size: 24px;
    text-transform: uppercase;
}
.property-ribbon {
    position: absolute;
    top:0;
    left:5;
    text-align: center;
    font-size:12px;
    z-index:1;
    -webkit-box-shadow: 3px 3px 3px  rgba(0,0,0,0.18);
    -moz-box-shadow: 3px 3px 3px  rgba(0,0,0,0.18);
    box-shadow: 3px 3px 3px  rgba(0,0,0,0.18);
}
.property-ribbon>span {
    padding: 15px 10px;
    display: inline-block;
    float: left;
}
.property-ribbon.noshadow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.bg-red {
  background-color: #FF4136 !important; 
  color: #fff;
}

/* pagination
--------------------------------*/

.pagination > li > a {
    margin-right:4px;
    color:#666 !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
}
.pagination > li.active>a {
    border-color:#ddd;
    color:#fff !important;
    padding-left: 13px;
    padding-right: 13px;
}
.pagination>li>a:hover
 {
    border-color: #FFCC00;
    background-color:#FFCC00;
    color: #000000;
}
.pagination>.active>a,
.pagination>.active>a:hover,
.pagination > li.active>a {
    border-color:#F7CB1D;
    background-color:#F7CB1D;
}


.embed-responsive {
    margin: 20px 0px;
}


div.shop-item-price {
	font-size:32px;
	margin-top:6px;
	font-weight:700;
	color: #282727;
}
div.shop-item-price>small {
	color:#999;
	font-size:20px;
	display:block;
	margin-top: 10px;
	padding:0px;
	font-weight:400;
	color:#F4C91C;
}


label.error {
    color: #B50000;
    font-size: 11px;
    font-family: 'Lato', sans-serif; 
    font-weight: 400;
    margin-top: 10px;
}
input.err,
input.error,
textarea.err,
textarea.error,
select.err,
select.error {
    border:#B50000 1px solid !important;
    background-color:#fdfbfb !important;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

#ubicacion iframe {
    display: block;
    width: 100%;
    height: 550px;
    margin-top: 40px;
    margin-bottom: 0px;
    border-top: 1px solid #333;
}

.img-center {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.sticky {
	background-color: #F4C91C;
	padding: 0px;
	margin: 0px;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 1100;
}
.sticky .row .col-xs-4 {
	text-align: center;
}
.sticky .row .col-xs-4 a {
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
	text-transform: uppercase;
	font-size: 13px;
	color: #282727;
	width: 100%;
}
.sticky .row .col-xs-4 span {
	display: block;
	font-size: 14px;
	font-weight: 600;
	margin-top: 5px;
}
.sticky .row .col-xs-4 i {
	font-size: 42px;
	text-align: center;
	color: #282727;
}
.sticky .div-boton:hover {
	background-color: #282727;
}
.sticky .div-boton:hover i, 
.sticky .div-boton:hover span {
	color: #FFF;
}

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



/* ================ Team Section ================== */
.team-item{
	margin-bottom: 30px;
	box-shadow: 0 49px 72px 0 rgba(25, 25, 25, 0.12);
}
.team-item .team-thumb{
	overflow: hidden;
}
.team-item .team-thumb img{
	transition: all .3s;
	width: 100%;
	height: auto;
}
.team-content{
	text-align: center;
	padding: 10px 0px;
}
.entry-title{
	color: #212121;
	font-size: 20px;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 0px;
	line-height: 25px;
}




.m-0 {
	margin: 0 !important;
  }
  
  .m-1 {
	margin: 0.25rem !important;
  }
  
  .m-2 {
	margin: 0.5rem !important;
  }
  
  .m-3 {
	margin: 1rem !important;
  }
  
  .m-4 {
	margin: 1.5rem !important;
  }
  
  .m-5 {
	margin: 3rem !important;
  }
  
  .m-auto {
	margin: auto !important;
  }
  
  .mx-0 {
	margin-right: 0 !important;
	margin-left: 0 !important;
  }
  
  .mx-1 {
	margin-right: 0.25rem !important;
	margin-left: 0.25rem !important;
  }
  
  .mx-2 {
	margin-right: 0.5rem !important;
	margin-left: 0.5rem !important;
  }
  
  .mx-3 {
	margin-right: 1rem !important;
	margin-left: 1rem !important;
  }
  
  .mx-4 {
	margin-right: 1.5rem !important;
	margin-left: 1.5rem !important;
  }
  
  .mx-5 {
	margin-right: 3rem !important;
	margin-left: 3rem !important;
  }
  
  .mx-auto {
	margin-right: auto !important;
	margin-left: auto !important;
  }
  
  .my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
  }
  
  .my-1 {
	margin-top: 0.25rem !important;
	margin-bottom: 0.25rem !important;
  }
  
  .my-2 {
	margin-top: 0.5rem !important;
	margin-bottom: 0.5rem !important;
  }
  
  .my-3 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
  }
  
  .my-4 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important;
  }
  
  .my-5 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important;
  }
  
  .my-auto {
	margin-top: auto !important;
	margin-bottom: auto !important;
  }
  
  .mt-0 {
	margin-top: 0 !important;
  }
  
  .mt-1 {
	margin-top: 0.25rem !important;
  }
  
  .mt-2 {
	margin-top: 0.5rem !important;
  }
  
  .mt-3 {
	margin-top: 1rem !important;
  }
  
  .mt-4 {
	margin-top: 1.5rem !important;
  }
  
  .mt-5 {
	margin-top: 3rem !important;
  }
  
  .mt-auto {
	margin-top: auto !important;
  }
  
  .me-0 {
	margin-right: 0 !important;
  }
  
  .me-1 {
	margin-right: 0.25rem !important;
  }
  
  .me-2 {
	margin-right: 0.5rem !important;
  }
  
  .me-3 {
	margin-right: 1rem !important;
  }
  
  .me-4 {
	margin-right: 1.5rem !important;
  }
  
  .me-5 {
	margin-right: 3rem !important;
  }
  
  .me-auto {
	margin-right: auto !important;
  }
  
  .mb-0 {
	margin-bottom: 0 !important;
  }
  
  .mb-1 {
	margin-bottom: 0.25rem !important;
  }
  
  .mb-2 {
	margin-bottom: 0.5rem !important;
  }
  
  .mb-3 {
	margin-bottom: 1rem !important;
  }
  
  .mb-4 {
	margin-bottom: 1.5rem !important;
  }
  
  .mb-5 {
	margin-bottom: 3rem !important;
  }
  
  .mb-auto {
	margin-bottom: auto !important;
  }
  
  .ms-0 {
	margin-left: 0 !important;
  }
  
  .ms-1 {
	margin-left: 0.25rem !important;
  }
  
  .ms-2 {
	margin-left: 0.5rem !important;
  }
  
  .ms-3 {
	margin-left: 1rem !important;
  }
  
  .ms-4 {
	margin-left: 1.5rem !important;
  }
  
  .ms-5 {
	margin-left: 3rem !important;
  }
  
  .ms-auto {
	margin-left: auto !important;
  }
  
  .p-0 {
	padding: 0 !important;
  }
  
  .p-1 {
	padding: 0.25rem !important;
  }
  
  .p-2 {
	padding: 0.5rem !important;
  }
  
  .p-3 {
	padding: 1rem !important;
  }
  
  .p-4 {
	padding: 1.5rem !important;
  }
  
  .p-5 {
	padding: 3rem !important;
  }
  
  .px-0 {
	padding-right: 0 !important;
	padding-left: 0 !important;
  }
  
  .px-1 {
	padding-right: 0.25rem !important;
	padding-left: 0.25rem !important;
  }
  
  .px-2 {
	padding-right: 0.5rem !important;
	padding-left: 0.5rem !important;
  }
  
  .px-3 {
	padding-right: 1rem !important;
	padding-left: 1rem !important;
  }
  
  .px-4 {
	padding-right: 1.5rem !important;
	padding-left: 1.5rem !important;
  }
  
  .px-5 {
	padding-right: 3rem !important;
	padding-left: 3rem !important;
  }
  
  .py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
  }
  
  .py-1 {
	padding-top: 0.25rem !important;
	padding-bottom: 0.25rem !important;
  }
  
  .py-2 {
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
  }
  
  .py-3 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
  }
  
  .py-4 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
  }
  
  .py-5 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
  }
  
  .pt-0 {
	padding-top: 0 !important;
  }
  
  .pt-1 {
	padding-top: 0.25rem !important;
  }
  
  .pt-2 {
	padding-top: 0.5rem !important;
  }
  
  .pt-3 {
	padding-top: 1rem !important;
  }
  
  .pt-4 {
	padding-top: 1.5rem !important;
  }
  
  .pt-5 {
	padding-top: 3rem !important;
  }
  
  .pe-0 {
	padding-right: 0 !important;
  }
  
  .pe-1 {
	padding-right: 0.25rem !important;
  }
  
  .pe-2 {
	padding-right: 0.5rem !important;
  }
  
  .pe-3 {
	padding-right: 1rem !important;
  }
  
  .pe-4 {
	padding-right: 1.5rem !important;
  }
  
  .pe-5 {
	padding-right: 3rem !important;
  }
  
  .pb-0 {
	padding-bottom: 0 !important;
  }
  
  .pb-1 {
	padding-bottom: 0.25rem !important;
  }
  
  .pb-2 {
	padding-bottom: 0.5rem !important;
  }
  
  .pb-3 {
	padding-bottom: 1rem !important;
  }
  
  .pb-4 {
	padding-bottom: 1.5rem !important;
  }
  
  .pb-5 {
	padding-bottom: 3rem !important;
  }
  
  .ps-0 {
	padding-left: 0 !important;
  }
  
  .ps-1 {
	padding-left: 0.25rem !important;
  }
  
  .ps-2 {
	padding-left: 0.5rem !important;
  }
  
  .ps-3 {
	padding-left: 1rem !important;
  }
  
  .ps-4 {
	padding-left: 1.5rem !important;
  }
  
  .ps-5 {
	padding-left: 3rem !important;
  }
  

#findbox {
	padding-top: 100px;
	padding-bottom: 100px;
}
#findbox select {
	margin-bottom: 25px;
}
#findbox img {
	margin-bottom: 25px;
}
#findbox:before {
	content:'';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.6);
}

#error404 h1 {
	font-size: 7.5em;
	margin: 15px 0px;
	font-weight:bold;
}
#error404 h2 {
	font-weight:bold;
}

.badge-status {
	padding: 10px 20px;
	font-size: 20px;
}
.bg-success {
	background-color: #019837;
}
.bg-danger {
	background-color: #E12031;
}
.bg-muted {
	background-color: #737277;
}











/* ---------------------------------------------------

Project : CSS Checkbox Switch
Author : Partha Kar (https://www.facebook.com/partha.creativemind)
Version : 1.0
Release Dtae : 15 November, 2017

---------------------------------------------------- */


.checkbox.checbox-switch {
    padding-left: 0;
}

.checkbox.checbox-switch label,
.checkbox-inline.checbox-switch {
    display: inline-block;
    position: relative;
    padding-left: 0;
}
.checkbox.checbox-switch label input,
.checkbox-inline.checbox-switch input {
    display: none;
}
.checkbox.checbox-switch label span,
.checkbox-inline.checbox-switch span {
    width: 35px;
    border-radius: 20px;
    height: 18px;
    border: 1px solid #dbdbdb;
    background-color: rgb(255, 255, 255);
    border-color: rgb(223, 223, 223);
    box-shadow: rgb(223, 223, 223) 0px 0px 0px 0px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.checkbox.checbox-switch label span:before,
.checkbox-inline.checbox-switch span:before {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: rgb(255,255,255);
    content: " ";
    top: 0;
    position: relative;
    left: 0;
    transition: all 0.3s ease;
    box-shadow: 0 1px 4px rgba(0,0,0,0.4);
}
.checkbox.checbox-switch label > input:checked + span:before,
.checkbox-inline.checbox-switch > input:checked + span:before {
    left: 17px;
}


/* Switch Default */
.checkbox.checbox-switch label > input:checked + span,
.checkbox-inline.checbox-switch > input:checked + span {
    background-color: rgb(180, 182, 183);
    border-color: rgb(180, 182, 183);
    box-shadow: rgb(180, 182, 183) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox.checbox-switch label > input:checked:disabled + span,
.checkbox-inline.checbox-switch > input:checked:disabled + span {
    background-color: rgb(220, 220, 220);
    border-color: rgb(220, 220, 220);
    box-shadow: rgb(220, 220, 220) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox.checbox-switch label > input:disabled + span,
.checkbox-inline.checbox-switch > input:disabled + span {
    background-color: rgb(232,235,238);
    border-color: rgb(255,255,255);
}
.checkbox.checbox-switch label > input:disabled + span:before,
.checkbox-inline.checbox-switch > input:disabled + span:before {
    background-color: rgb(248,249,250);
    border-color: rgb(243, 243, 243);
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}

/* Switch Light */
.checkbox.checbox-switch.switch-light label > input:checked + span,
.checkbox-inline.checbox-switch.switch-light > input:checked + span {
    background-color: rgb(248,249,250);
    border-color: rgb(248,249,250);
    box-shadow: rgb(248,249,250) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

/* Switch Dark */
.checkbox.checbox-switch.switch-dark label > input:checked + span,
.checkbox-inline.checbox-switch.switch-dark > input:checked + span {
    background-color: rgb(52,58,64);
    border-color: rgb(52,58,64);
    box-shadow: rgb(52,58,64) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox.checbox-switch.switch-dark label > input:checked:disabled + span,
.checkbox-inline.checbox-switch.switch-dark > input:checked:disabled + span {
    background-color: rgb(100, 102, 104);
    border-color: rgb(100, 102, 104);
    box-shadow: rgb(100, 102, 104) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

/* Switch Success */
.checkbox.checbox-switch.switch-success label > input:checked + span,
.checkbox-inline.checbox-switch.switch-success > input:checked + span {
    background-color: rgb(40, 167, 69);
    border-color: rgb(40, 167, 69);
    box-shadow: rgb(40, 167, 69) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox.checbox-switch.switch-success label > input:checked:disabled + span,
.checkbox-inline.checbox-switch.switch-success > input:checked:disabled + span {
    background-color: rgb(153, 217, 168);
    border-color: rgb(153, 217, 168);
    box-shadow: rgb(153, 217, 168) 0px 0px 0px 8px inset;
}

/* Switch Danger */
.checkbox.checbox-switch.switch-danger label > input:checked + span,
.checkbox-inline.checbox-switch.switch-danger > input:checked + span {
    background-color: rgb(200, 35, 51);
    border-color: rgb(200, 35, 51);
    box-shadow: rgb(200, 35, 51) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox.checbox-switch.switch-danger label > input:checked:disabled + span,
.checkbox-inline.checbox-switch.switch-danger > input:checked:disabled + span {
    background-color: rgb(216, 119, 129);
    border-color: rgb(216, 119, 129);
    box-shadow: rgb(216, 119, 129) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

/* Switch Primary */
.checkbox.checbox-switch.switch-primary label > input:checked + span,
.checkbox-inline.checbox-switch.switch-primary > input:checked + span {
    background-color: rgb(0, 105, 217);
    border-color: rgb(0, 105, 217);
    box-shadow: rgb(0, 105, 217) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox.checbox-switch.switch-primary label > input:checked:disabled + span,
.checkbox-inline.checbox-switch.switch-primary > input:checked:disabled + span {
    background-color: rgb(109, 163, 221);
    border-color: rgb(109, 163, 221);
    box-shadow: rgb(109, 163, 221) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

/* Switch Info */
.checkbox.checbox-switch.switch-info label > input:checked + span,
.checkbox-inline.checbox-switch.switch-info > input:checked + span {
    background-color: rgb(23, 162, 184);
    border-color: rgb(23, 162, 184);
    box-shadow: rgb(23, 162, 184) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox.checbox-switch.switch-info label > input:checked:disabled + span,
.checkbox-inline.checbox-switch.switch-info > input:checked:disabled + span {
    background-color: rgb(102, 192, 206);
    border-color: rgb(102, 192, 206);
    box-shadow: rgb(102, 192, 206) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

/* Switch Warning */
.checkbox.checbox-switch.switch-warning label > input:checked + span,
.checkbox-inline.checbox-switch.switch-warning > input:checked + span {
    background-color: rgb(255, 193, 7);
    border-color: rgb(255, 193, 7);
    box-shadow: rgb(255, 193, 7) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox.checbox-switch.switch-warning label > input:checked:disabled + span,
.checkbox-inline.checbox-switch.switch-warning > input:checked:disabled + span {
    background-color: rgb(226, 195, 102);
    border-color: rgb(226, 195, 102);
    box-shadow: rgb(226, 195, 102) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
