@font-face {
    font-family: 'Proxima Nova Bl';
    src: url('/fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('/fonts/ProximaNova-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Lt';
    src: url('/fonts/ProximaNova-Light.woff2') format('woff2'),
        url('/fonts/ProximaNova-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('/fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('/fonts/ProximaNova-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Proxima Nova Rg','sans-serif';
    font-weight: normal;
    font-style: normal;
	font-size: 1rem;
	padding: 0;
	margin: 0;
	min-height: 100vh;
    user-select: none;
    padding-top:155px;
    background: url(/images/sollar-bg2.png) top left no-repeat;
    background-size: cover;
}

body.index{
    padding:0;
    background: none;
}

a{
	text-decoration: none;
	transition: all 0.5s;
	color: #f49800;
}

a:hover{
	color: #bbbbbb;
}

a.bt-main{
	background-color: #f49800;
    color: #ffffff;
	padding: 10px 15px;
	text-align: center;
}

a.bt-main:hover{
	background-color: #666666;
    color: #ffffff;
	padding: 10px 15px;
}

a.footer-contact{
	background-color: #f49800;
    color: #ffffff;
	padding: 10px 15px;
	text-align: center;
}

a.footer-contact:hover{
	background-color: #666666;
    color: #ffffff;
	padding: 10px 15px;
}

a.bt-main-alt{
	background-color: #ffffff;
    color: #f49800;
	padding: 10px 15px;
	text-align: center;
}

a.bt-main-alt:hover{
	background-color: #666666;
    color: #ffffff;
	padding: 10px 15px;
}

.indextop{
	background-repeat: no-repeat;
    overflow: hidden;
	background-size: cover;
	/*background-image: url(/images/topbg.png),linear-gradient( -0deg, #f49800 0%, #f7e1bd 100%);*/
    background-image: url(/images/topbg.png),url(/images/bg.jpg);
	background-position: center bottom;
	min-height: 90vh;
}

.indextop .container-fluid{
    background-image: linear-gradient(-0deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}

.indexbanner{
	padding: 90px 0px 65px;
	max-width: 1600px;
	margin:auto;
}

.indextext{
	padding: 125px 0;
}

.indextext h2 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 6px;
    background-color: rgba(244, 152, 0, 0.9);
    padding: 9px 24px;
    display: inline-block;
    border-radius: 10px;
}

.indextext h1 {
    font-size: 59px;
    color: #f49800;
    padding: 9px 24px;
    background-color: rgba(255,255,255,0.9);
    border-radius: 10px;
}

.ss_cloud_one {
    z-index: 1;
    position: relative;
    animation: moveup 4s linear infinite alternate;
}

.ss_cloud {
    position: absolute;
    right: 110px;
    animation: mover 5s linear infinite alternate;
    z-index: 0;
}

@keyframes mover {
    0% { transform: translateX(-10); }
    100% { transform: translateX(60px); }
}

@keyframes moveup {
    0% { transform: translateY(60px); }
    100% { transform: translateY(-10); }
}

.white_btn {
    min-width: 170px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    border-radius: 30px;
    position: relative;
    padding: 0px 30px;
    border: none;
    text-transform: capitalize;
	position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    background: #fff;
    color: #f49800;
	transition: 0.3s;
    -webkit-transition: 0.3s;
}

.white_btn:hover {
    color: #fff;
    background: #f49800;
}

.white_btn:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f49800;
    z-index: -1;
    transition: 0.3s;
    width: 0%;
    margin: auto;
    border-radius: 30px;
}

.white_btn:hover:after {
    width: 100%;
}

.orange_btn {
    min-width: 170px;
    height: 50px;
    display: inline-block;
    text-align: center!important;
    line-height: 50px!important;
    border-radius: 30px;
    position: relative;
    padding: 0px 30px!important;
    border: none;
    text-transform: capitalize;
	position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    background-color: #f49800!important;
    color: #ffffff!important;
	transition: 0.3s;
    -webkit-transition: 0.3s;
}

.orange_btn:hover {
    color: #f49800;
    background-color: #030304;
}

.orange_btn:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #030304;
    z-index: -1;
    transition: 0.3s;
    width: 0%;
    margin: auto;
    border-radius: 30px;
}

.orange_btn:hover:after {
    width: 100%;
}

.wsmenu-list .orange_btn{
	margin-top: 10px;
}

b, strong{
	font-family: 'Proxima Nova Bl';
}

.txtorange{
	color: #f49800;
}

.txtgrey {
    color: #8f979a;
}

.orange-box{
	background-color: #f49800;
    color: #ffffff;
	padding: 10px 15px;
	text-align: center;
}

header {
    position: fixed;
    top: 0;
    z-index: 101;
    width: 100%;
}

.menu-contact{
	background-color: #f49800;
    color: #ffffff!important;
    line-height: 24px!important;
    margin-top: 13px;
}

.carousel-item{
	height: 70vh;
}

.carousel-caption {
    position: absolute;
    right: auto;
    top: 50%;
    left: 15%;
	bottom: auto;
    padding: 1.25rem!important;
    color: #fff;
    text-align: left;
    background-color: rgba(0,0,0,0.5);
    transform: translateY(-60%);
	width: calc(100% - 30px);
	max-width: 600px;
}

.carousel-caption h5{
	text-transform: uppercase;
    font-size: 40px;
    letter-spacing: 1px;
	line-height: 40px;
}

.big-title{
	color: #f49800;
    font-size: 40px;
    line-height: 40px;
    font-family: proxima nova Bl;
}

.bgone{
	background: url(/images/sollar-bg.jpg) bottom right no-repeat;
	background-size: cover;
}

.bgtwo{
	background: url(/images/sollar-bg2.png) top left no-repeat;
	background-size: cover;
}

.bghouse .title{
	color: #ffffff;
    font-size: 30px;
    line-height: 30px;
    font-family: proxima nova Bl;
}

.bg-grey{
	background: rgba(90, 135, 228, 0.05);
}

h1{
	font-size: 32px;
}

.white-box{
	background: #fff;
	box-shadow: 0px 0px 20px 0px rgb(244 152 0 / 14%);
	padding: 35px 25px;
	border-radius: 10px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	position: relative;
	z-index: 5;
	text-align: center;
	overflow: hidden;
    height: 100%;
}

.white-box img{
	width: 70px;
}

.white-box h2 {
    margin: 25px 0px 10px;
	color: #f49800;
	font-size: 20px;
}

.white-box p{
	margin:0;
	min-height: 72px;
}

.box-img-gr, .box-img-id{
	position:relative;
}

.title{
    font-size: 30px;
    line-height: 30px;
    font-family: proxima nova Bl;
}

.title-orange{
	color: #f49800;
    font-size: 30px;
    line-height: 30px;
    font-family: proxima nova Bl;
}

.subtitle{
    font-size: 26px;
    line-height: 26px;
    font-family: proxima nova Rg;
}

.subtitle-orange{
	color: #f49800;
    font-size: 26px;
    line-height: 26px;
    font-family: proxima nova Rg;
}

.ssubtitle{
    font-size: 20px;
    line-height: 20px;
    font-family: proxima nova Rg;
}

.ssubtitle-orange{
	color: #f49800;
    font-size: 20px;
    line-height: 20px;
    font-family: proxima nova Rg;
}

.divider{
	display: inherit;
    margin: 50px auto;
	border-top-style: solid;
	width: 40%;
    height: 1px;
    border-top-width: 1px;
	position: relative;
}

.divider .dot {
    position: absolute;
    top: -5px;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
	margin-left: -17px;
}

.divider .dot:before {
    position: absolute;
    top: -1px;
    left: 12px;
    display: inline-block;
    width: 8px;
    height: 8px;
    content: "";
    border-radius: 50%;
}

.divider .dot:after {
    position: absolute;
    top: -1px;
    left: 25px;
    display: inline-block;
    width: 8px;
    height: 8px;
    content: "";
    border-radius: 50%;
}

.divider.white{
	border-color: #e2e2e2;
}

.divider.white .dot {
    border: 1px solid #e2e2e2;
    background: #f49800;
}

.divider.white .dot:before {
    border: 1px solid #e2e2e2;
    background: #f49800;
}

.divider.white .dot:after {
    border: 1px solid #e2e2e2;
    background: #f49800;
}

.blog-dest{
	position: relative;
	height: 100%;
	overflow: hidden;
	min-height: 400px;
	display: block;
}

.blog-dest .caption{
	position: absolute;
	bottom:0;
	width: 100%;
	padding: 20px 25% 20px 20px;
}

.blog-dest .caption .title{
	font-size: 30px;
	color: #ffffff;
	line-height: 30px;
}

.blog-dest .caption .text{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #ffffff;
}

.blog-dest .caption .credits{
	font-size: 12px;
	color: #f49800;
}

.category{
	position: absolute;
	top: 20px;
	left: 20px;
	background-color: #f49800;
	color: #ffffff;
	padding: 5px 15px;
	box-shadow: 0 0 5px rgba(0,0,0,0.4);
}

.blog-item{
	border-bottom: 1px solid #eeeeee;
	margin: 0;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.blog-item:last-child{
	margin:0;
	border:0;
	padding:0;
}

.blog-item .title{
	color: #f49800;
	line-height: 1rem;
	font-size: 1rem;
}

.blog-item:hover .title{
	color: #117483;
	line-height: 1rem;
}

.blog-item .text{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #666666;
	line-height: 1rem;
	font-size: 0.9rem;
}

.blog-item .credits{
	font-size: 12px;
	color: #f49800;
}

footer{
	background-color: #464f53;
	color: #ffffff;
}

.pos-footer{
	background-color: #3F484B;
	font-size: 14px;
	line-height: 26px;
	color: #c7ced1;
}

footer .f-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer a.flink {
    color: #c7ced1;
    padding: 5px;
    display: block;
    border-bottom: 1px dotted #666666;
}

footer .f-list li a {
    color: #c7ced1;
    line-height: 30px;
}

footer .f-list li a:hover {
    color: #f49800;
}

footer .f-list li a.flink:before {
    padding-right: 15px;
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
}

footer .fa-location-dot {
    margin-bottom: 25px;
    margin-right: 15px;
    margin-top: 2px;
    float: left;
}

.powered{
	color: #c7ced1;
}

.powered:hover {
    color: #f49800;
}

.slink {
    line-height: 30px!important;
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 50%;
    padding: 7px 8px;
    text-align: center;
    margin-left: 10px;
	color: #464f53!important;
}

.slink:hover{
	background-color: #f49800;
}

.clink {
    line-height: 30px!important;
    width: 30px;
    height: 30px;
    background-color: #999999;
    border-radius: 50%;
    padding: 7px 8px;
    text-align: center;
    margin-left: 10px;
	color: #ffffff!important;
}

.clink i{
	width: 14px;
}

.clink:hover{
	background-color: #f49800;
}

.slink i{
	width: 14px;
}

.bread-sec{
	background-color: #f3f4f4;
}

.breadcrumb li>a {
    color: #7e7e7e;
}

.breadcrumb li>a:hover {
    color: #f49800;
}

.breadcrumb li {
    text-transform: uppercase;
}

.breadcrumb-item.active {
    color: #f49800;
}

.error404 {
    display: block;
    margin-top: 20px;
    color: #f49800;
    font-size: 160px;
    font-family: 'Proxima Nova Lt';
    line-height: 160px;
}

.min-h{
	min-height: 60vh;
}

.timeline {
    position: relative;
    display: table;
    width: 100%;
    table-layout: fixed;
    border-spacing: 0;
    border-collapse: collapse;
}

.timeline:before {
    position: absolute;
    z-index: 0;
    top: 30px;
    bottom: 0;
    left: 50%;
    width: 1px;
    content: "";
    background-color: #d8d9df;
}

.timeline-item {
    display: table-row;
    display: inline-table;
    width: 100%;
    margin-bottom: 50px;
}

.timeline-item:before, .timeline-item.alt:after {
    display: block;
    width: 50%;
    content: "";
}

.timeline-desk {
    position: relative;
    display: table-cell;
    width: 50%;
    vertical-align: top;
}

.timeline-desk .panel {
    margin-bottom: 5px;
}

.timeline-desk .panel {
    display: block;
    margin-left: 45px;
    text-align: left;
    border-radius: 0;
    background: none;
    box-shadow: none;
}

.timeline-item.alt .panel {
    margin-right: 45px;
    margin-left: 0;
}

.panel-body {
    padding: 15px;
}

.timeline .timeline-icon {
    position: absolute;
    top: 5px;
    left: -35px;
	border: 5px solid #fff;
    background: #f49800;
	display: block;
    width: 70px;
    height: 70px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 30px;
    line-height: 60px;
}

.timeline-item.alt .timeline-icon {
    right: -35px;
    left: auto;
}

.timeline .timeline-icon i {
    margin-left: 1px;
}

.timeline .timeline-date {
    position: absolute;
    top: 30px;
    left: -210px;
    display: none;
    width: 150px;
    text-align: right;
}

.timeline-item.alt .timeline-date {
    right: -210px;
    left: auto;
    display: none;
    text-align: left;
}

.timeline-desk h1 {
    margin: 0 0 5px;
    font-size: 16px;
    font-weight: 400;
}

.timeline-desk p {
    margin-bottom: 0;
    color: #999;
    font-size: 14px;
}

.timeline-item.alt h1, .timeline-item.alt p {
    text-align: right;
}

.timeline-item.alt:before {
    display: none;
}

.featured-item.border-box{
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
    padding: 50px;
    border: 1px solid #f2f2f2;
}

.featured-item.border-box-alt{
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
    padding: 50px;
    border: 1px solid #ddd;
}

.featured-item .icon {
    padding: 0 0 30px 0;
}

.featured-item .icon i {
    font-size: 40px;
}

.featured-item .desc {
    color: #7e7e7e;
}

.blog-inner-item {
    padding: 12px 12px 16px;
    background: #fff;
    position: relative;
    height: 100%;
	display: block;
	border: 1px solid #f2f2f2;
}

.blog-inner-item:hover {
    box-shadow: 0 0 10px rgb(99 99 99 / 20%);
}

.credits {
    font-size: 12px;
    color: #f49800;
}

.blog-inner-item .title {
    color: #f49800;
}

.blog-inner-item .text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #666666;
    line-height: 1rem;
    font-size: 0.9rem;
}

.sticky-150 {
    position: sticky;
    top: 150px;
}

.sidebar .list-group-item.tit-sidebar {
    background: #f49800;
    color: #fff;
}

.sidebar .list-group-item.tit-sidebar.bgorange {
    background: #f49800;
    color: #fff;
}

.sidebar a {
    color: #333333;
    display: block;
    padding-bottom: 1px;
}

.sidebar a:hover {
    color: #f49800;
}

.sidebar a small {
    color: #f49800;
	font-size: 12px;
}

.sidebar li.active {
    color: #ffffff;
	background-color: #f49800;
}

.sidebar li.active a {
    color: #ffffff;
	background-color: #f49800;
	border:0;
}

.list-group-item.active {
    z-index: 2;
    color: #ffffff;
    background-color: #f49800;
    border-color: transparent;
}

#frmblog {
    height: 39px;
    position: relative;
    margin: 0;
}

#frmblog input {
    position: relative;
    float: right;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    text-indent: 15px;
    height: 39px;
    z-index: 2;
    outline: none;
    color: #333;
    background-color: #efefef;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ddd;
}

#frmblog input:focus {
    color: #333;
}

#frmblog .btnstyle {
    top: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    line-height: 30px;
    z-index: 1;
    cursor: pointer;
    opacity: .3;
    color: #333;
    z-index: 1000;
    background-color: transparent;
    border: solid 0;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

#frmblog .btnstyle i {
    line-height: 37px;
    margin: 0;
    padding: 0;
    text-align: center;
}

#frmblog input:focus~.btnstyle {
    opacity: 1;
    z-index: 3;
    color: #FFF;
    background-color: #f49800;
}

.text-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	line-height: 14px;
    font-size: 14px;
}

.mt--5{
	margin-top: -5px;
}

.form-floating {
    margin-bottom: 20px;
    position: relative;
}

.field-error {
    display: inline-block;
    position: absolute;
    left: -5px;
    bottom: -40px;
    background: rgba(244,152,0,0.9);
    padding: 0.8em;
    z-index: 100;
    color: #FFF;
    font-size: 0.8rem;
    border-radius: 0.25em;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
    transition: opacity 0.2s 0s, visibility 0s 0.2s;
}

.field-error:after {
    content: '';
    position: absolute;
    left: 22px;
    bottom: 100%;
    height: 0;
    width: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid rgba(244,152,0,0.9);
}

.field-error.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.2s 0s, visibility 0s 0s;
    transition: opacity 0.2s 0s, visibility 0s 0s;
}

input[type="checkbox"]{
	width: 20px;
	height: 20px;
	float: left;
    margin-right: 15px;
}

.form-check{
	line-height: 20px;
}

a.fbicon {
	background-color: #3b5998;
	color: #fff;
}

a.twicon {
	background-color: #55acee;
	color: #fff;
}

a.lkicon {
	background-color: #0077b5;
	color: #fff;
}

a.igicon {
	background-color: #000000;
	color: #fff;
}

a.fbicon:hover, a.twicon:hover, a.lkicon:hover, a.igicon:hover{
	opacity: 0.7;
}

.page-title {
    color: #f49800;
    text-transform: uppercase;
    margin: 0;
}

.close {
    float: right;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    border: 0;
    background: #ffffff;
	cursor: pointer;
}

.close:hover{
	filter: alpha(opacity=100);
	opacity: 1;
}

.cookiesblock {
    position: fixed;
    background-color: #ffffff;
    width: 100%;
    padding: 30px;
    bottom: 0;
    left: 0;
    z-index: 1001;
    -webkit-box-shadow: 0 10px 47px -7px rgb(0 0 0 / 66%);
    box-shadow: 0 10px 47px -7px rgb(0 0 0 / 66%);
}

.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: #ffffff;
    text-align: left;
    background-color: #f49800;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
	text-transform: uppercase;
}

.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #f49800;
    box-shadow: none;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 10px;
    height: 17px;
    margin-left: auto;
    content: "\f107";
	font-family: "Font Awesome 6 Pro";
    background-image: none;
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: all 0.2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: var(--bs-accordion-btn-icon-transform);
}

.trans-white{
	background-color: rgba(255,255,255,0.7);
	padding: 20px;
}

.bcats a.active{
	color: #f49800;
}

h3{
	font-size: 20px;
    font-weight: 100;
    letter-spacing: 1px;
    margin-bottom: 40px;
    position: relative;
    text-transform: capitalize;
}

h3:before {
    position: absolute;
    bottom: -20px;
    left: 10px;
    width: 15px;
    height: 4px;
    content: '';
    z-index: 5;
    background: #fff;
    animation: mover 2s infinite alternate;
}

h3:after {
    position: absolute;
    bottom: -20px;
    left: 0;
    border: 2px solid;
    width: 100px;
    height: 4px;
    content: '';
    border-radius: 30px;
    border-right-color: #f7e1bd;
    border-left: 90px solid #f49800;
}

.container-fluid {
    padding-left: 100px;
    padding-right: 100px;
}

h3.text-center:before, h3.text-center:after {
    left: 0px;
    right: 0px;
    margin: auto;
}

h3.text-center:before {
    left: -60px;
}

.pt-100{
	padding-top: 100px;
}

.pb-100{
	padding-bottom: 100px;
}

.card{
	border:none;
	box-shadow: 0 0 10px rgb(0 0 0 / 7%);
	text-decoration: none;
	padding: 12px 12px 16px;
}

.card:hover{
    text-decoration: none;
    box-shadow: 0px 20px 20px rgb(0 0 0 / 10%);
    transform: translate(0, -10px);
}

.blog-date {
    color: #bbbbbb;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-clamp-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text-clamp-5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blogcat {
    position: absolute;
    left: -5px;
    bottom: 15px;
    background-color: #f49800;
    color: #ffffff;
    padding: 2px 15px;
	border-top-right-radius: 14px;
	border-bottom-right-radius: 14px;
}

.page_breadcrumbs {
    background: url(/images/bgcrumbs.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.breadcrumb_title {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    font-style: italic;
}

.breadcrumb_title:before, .breadcrumb_title:after {
    display:none;
}

.breadcrumb_list {
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    padding: 8px 15px;
    list-style: none;
    display: block;
}

.breadcrumb_list li {
    text-transform: uppercase;
    padding: 0 21px;
    position: relative;
    display: inline-block;
    font-size: 14px;
}

.breadcrumb_list li.active {
    color: #fff;
}

.breadcrumb_list li::after {
    content: '/';
    display: inline-block;
    position: absolute;
    right: -4px;
    top: 0;
    color: #fff;
}

.breadcrumb_list li:last-child::after {
    display: none
}

.tblcasos{
    width: 100%;
}

.tblcasos tr{
    border-bottom: 1px solid #dddddd;
}

.tblcasos td{
    padding: 2px 0;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #f49800;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(244,152,0,.25);
}

@media only screen and (max-width: 991px) {
	.desktop{
		display: none;
	}
	body{
		padding-top: 50px;
	}
	.carousel-caption {
		left: 15px;
	}
	.family-house {
		background-size: auto 300px;
		padding-bottom: 200px!important;
	}
}

@media only screen and (min-width: 992px) {
	.mobile{
		display: none;
	}
}