@import"https://fonts.googleapis.com/css2?family=Nunito:wght@300;
    400;
    600;
    700&display=swap";
    body {
    font-family: "Nunito", sans-serif;
    color: #161c2d;
    font-size: 15px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    line-height: 1.3;
}
a {
    text-decoration: none;
    outline: none;
}
p {
    line-height: 1.6;
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}
.border-topdot{
	border-top:2px #ccc dotted;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

html {
    scroll-padding-top: 50px;
    scroll-behavior: smooth;
}
.shot-product p{
	margin-bottom:0px;
}
.row>* {
    position: relative;
}
.text-primary a{
    color: #c63b48 !important;
	font-size:16px;
	font-weight:bolder!important;
}
.unit-content{
	background: #fffbfbbd;
}


.accordion-tabs {
  display: none;
}

.accordion-item__container {
  padding: 0 1.25em;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: padding 0.2s ease, opacity 0.5s 0.15s ease;
}

.shop-sidebar-wrap.moreinfo .card .card-header{
	padding-left: 15px!important;
	background:#ebebeb;
}
.jtabs img{
	width:70px;
}
#map{
	height:300px;
}
.pointer{
	cursor:pointer;
}
.score {
    display: block;
    max-width: 5em;
    height: 1em;
    margin: auto;
    background: #eee;
    background: linear-gradient( 90deg, #93d5c8 var( --_score, 100% ), #eee 0 );
	-webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" ><path fill="%23000" d="M16 2 L20 12 30 12 22 19 25 30 16 23 7 30 10 19 2 12 12 12 Z"/></svg>') 0 0/1em 1em;
	 mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" ><path fill="%23000" d="M16 2 L20 12 30 12 22 19 25 30 16 23 7 30 10 19 2 12 12 12 Z"/></svg>') 0 0/1em 1em;
}

.jtabs p{
	margin-bottom:0px!important;
	font-weight:bolder;
	font-size:11px;
}
#collapseOne .jtabs .jtabs-headers > div:not(.jtabs-border) {
	text-align:center!important;
}
.accordion-item{
	display:none;
}

.accordion-item.accordion-active{
	display:block;
}
.accordion-item {
    background-color: #2a2a2a;
}
a.accordion-active {
	color:#c63b48 !important;
}
.accordion-tab:hover, a.accordion-active:hover{
	color:#ff828e!important;
}
.accordion-tab{
	text-decoration:none;
	color:white;
	font-size:20px;
	font-weight:bolder;
	cursor:pointer;
}
.accordion-active .accordion-item__label {
  padding-bottom: 0;
  cursor: inherit;
}
.accordion-active .accordion-item__label:hover {
  background: none;
}
.accordion-active .accordion-item__label:after {
  opacity: 0;
}
.accordion-active .accordion-item__container {

  height: auto;
  opacity: 1;
}


.dNone{
	display:none!important;
}
.dActive{
	display:block;
}
.margin-left20 {
	margin-left:20px;
}
.bordebottom{
	border-bottom:1px solid #ccc;
}
.text-right {
	text-align:right;
}

.text-left {
	text-align:left;
}
.text-primary {
    color: #c63b48 !important;
}
.bg-primary {
    background-color: #c63b48 !important;
}
.text-success {
    color: #00b295 !important;
}
.bg-success {
    background-color: #00b295 !important;
}
.text-info {
    color: #57b8ff !important;
}
.bg-info {
    background-color: #57b8ff !important;
}
.text-warning {
    color: #fbb13c !important;
}
.bg-warning {
    background-color: #fbb13c !important;
}
.text-danger {
    color: #fe6847 !important;
}
.bg-danger {
    background-color: #fe6847 !important;
}
.text-light {
    color: #f9f9f9 !important;
}
.bg-light {
    background-color: #f9f9f9 !important;
}
.text-dark {
    color: #161c2d !important;
}
.bg-dark {
    background-color: #161c2d !important;
}
.text-muted {
    color: #8492a6 !important;
}
.bg-muted {
    background-color: #8492a6 !important;
}
.text-white {
    color: #fff !important;
}
.bg-white {
    background-color: #fff !important;
}
.section {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

.section2 {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}
.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.fs-12 {
    font-size: 12px;
}
.fs-14 {
    font-size: 14px;
}
.fs-15 {
    font-size: 15px;
}
.fs-16 {
    font-size: 16px!important;
}
.fs-17 {
    font-size: 17px;
}
.fs-18 {
    font-size: 18px;
}
.fs-20 {
    font-size: 20px;
}
.fw-medium {
    font-weight: 500;
}
.fw-semibold {
    font-weight: 600;
}
.box-shadow {
    box-shadow: 0px 10px 22px rgba(0, 0, 0, .05);
}
.box-shadow-lg {
    box-shadow: 0px 10px 28px rgba(0, 0, 0, .1);
}
.title-desc {
    max-width: 650px;
    margin: 0 auto;
}
.title-border {
    width: 50%;
    height: 1px;
    background: #c63b48;
    background: linear-gradient(to right,  transparent,  #c63b48,  transparent);
    margin: 0 auto;
}
#back-to-top {
    width: 30px;
    height: 30px;
    position: fixed;
    bottom: 20px;
    right: 30px;
    background: #c63b48;
    border-color: transparent;
    border-radius: 15px;
    color: #fff;
    transition: all .5s ease;
    display: none;
}
.fs-11 {
	font-size:11px;
}
#back-to-top:hover {
    background-color: #c63b48;
}
.primary-link {
    color: #161c2d;
    transition: all .5s ease;
}
.primary-link:hover {
    color: #c63b48;
}
@media(min-width: 1200px) {
    .container {
    max-width: 1140px !important;
}
}.btn {
    padding: 12px 28px;
    font-size: 15px;
    border-radius: 7px;
    font-weight: 600;
    transition: all .5s ease;
    position: relative;
}
.btn:focus {
    box-shadow: none;
}
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
}
.btn-primary {
    background: #c63b48;
    border-color: #c63b48 !important;
}
.heigthAuto .feature-box{
	height:100%;
}
.heigthAuto{
	height:100%;
	margin-bottom:15px;
}

.btn-black {
    background: #333;
    border-color: #333 !important;
	padding: 6px 8px;
    font-size: 12px;
	color:white;
	margin-top:10px;
} 
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary .open>.dropdown-toggle.btn-primary {
    background: #a3313b;
    border-color: #a3313b;
    box-shadow: 0px 8px 20px -6px rgba(230 94 106 / 94%);
}

.btn-black:hover, .btn-black:focus, .btn-black:active, .btn-black.active, .btn-black.focus, .btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled):active:focus, .btn-black .open>.dropdown-toggle.btn-black {
    color:#fefefe;
	background: #c63b48;
	border-color: #c63b48!important;
}
.btn-outline-primary {
    color: #c63b48;
    border-color: #c63b48;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.focus, .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary .open>.dropdown-toggle.btn-primary {
    background: #c63b48;
    border-color: #c63b48;
    box-shadow: 0px 8px 20px -6px rgba(5, 189, 147, .6);
}
.btn-success {
    background: #00B295;
    border-color: #00B295 !important;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.focus, .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success .open>.dropdown-toggle.btn-primary {
    background: #009e84;
    border-color: #009e84;
    box-shadow: 0px 8px 20px -6px rgba(0, 178, 149, .6);
}
.btn-outline-success {
    color: #00B295;
    border-color: #00B295;
}
.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.focus, .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success .open>.dropdown-toggle.btn-primary {
    background: #00b295;
    border-color: #00b295;
    box-shadow: 0px 8px 20px -6px rgba(0, 178, 149, .6);
}
.btn-info {
    background: #57B8FF;
    border-color: #57B8FF !important;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.focus, .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info .open>.dropdown-toggle.btn-primary {
    background: #43afff;
    border-color: #43afff;
    box-shadow: 0px 8px 20px -6px rgba(87, 184, 255, .6);
}
.btn-outline-info {
    color: #57B8FF;
    border-color: #57B8FF;
}
.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.focus, .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info .open>.dropdown-toggle.btn-primary {
    background: #57b8ff;
    border-color: #57b8ff;
    box-shadow: 0px 8px 20px -6px rgba(87, 184, 255, .6);
}
.btn-warning {
    background: #FBB13C;
    border-color: #FBB13C !important;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.focus, .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning .open>.dropdown-toggle.btn-primary {
    background: #fba928;
    border-color: #fba928;
    box-shadow: 0px 8px 20px -6px rgba(251, 177, 60, .6);
}
.btn-outline-warning {
    color: #FBB13C;
    border-color: #FBB13C;
}
.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.focus, .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning .open>.dropdown-toggle.btn-primary {
    background: #fbb13c;
    border-color: #fbb13c;
    box-shadow: 0px 8px 20px -6px rgba(251, 177, 60, .6);
}
.btn-danger {
    background: #FE6847;
    border-color: #FE6847 !important;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.focus, .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger .open>.dropdown-toggle.btn-primary {
    background: #fe5733;
    border-color: #fe5733;
    box-shadow: 0px 8px 20px -6px rgba(254, 104, 71, .6);
}
.btn-outline-danger {
    color: #FE6847;
    border-color: #FE6847;
}
.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.focus, .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger .open>.dropdown-toggle.btn-primary {
    background: #fe6847;
    border-color: #fe6847;
    box-shadow: 0px 8px 20px -6px rgba(254, 104, 71, .6);
}
.btn-light {
    background: #f9f9f9;
    border-color: #f9f9f9 !important;
}
.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .btn-light.focus, .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light .open>.dropdown-toggle.btn-primary {
    background: #efefef;
    border-color: #efefef;
    box-shadow: 0px 8px 20px -6px rgba(249, 249, 249, .6);
}
.btn-outline-light {
    color: #f9f9f9;
    border-color: #f9f9f9;
}
.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.focus, .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light .open>.dropdown-toggle.btn-primary {
    background: #f9f9f9;
    border-color: #f9f9f9;
    box-shadow: 0px 8px 20px -6px rgba(249, 249, 249, .6);
}
.btn-dark {
    background: #161c2d;
    border-color: #161c2d !important;
}
.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .btn-dark.focus, .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark .open>.dropdown-toggle.btn-primary {
    background: #0f131f;
    border-color: #0f131f;
    box-shadow: 0px 8px 20px -6px rgba(22, 28, 45, .6);
}
.btn-outline-dark {
    color: #161c2d;
    border-color: #161c2d;
}
.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.focus, .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark .open>.dropdown-toggle.btn-primary {
    background: #161c2d;
    border-color: #161c2d;
    box-shadow: 0px 8px 20px -6px rgba(22, 28, 45, .6);
}
.btn-muted {
    background: #8492a6;
    border-color: #8492a6 !important;
}
.btn-muted:hover, .btn-muted:focus, .btn-muted:active, .btn-muted.active, .btn-muted.focus, .btn-muted:not(:disabled):not(.disabled):active, .btn-muted:not(:disabled):not(.disabled):active:focus, .btn-muted .open>.dropdown-toggle.btn-primary {
    background: #78889d;
    border-color: #78889d;
    box-shadow: 0px 8px 20px -6px rgba(132, 146, 166, .6);
}
.btn-outline-muted {
    color: #8492a6;
    border-color: #8492a6;
}
.btn-outline-muted:hover, .btn-outline-muted:focus, .btn-outline-muted:active, .btn-outline-muted.active, .btn-outline-muted.focus, .btn-outline-muted:not(:disabled):not(.disabled):active, .btn-outline-muted:not(:disabled):not(.disabled):active:focus, .btn-outline-muted .open>.dropdown-toggle.btn-primary {
    background: #8492a6;
    border-color: #8492a6;
    box-shadow: 0px 8px 20px -6px rgba(132, 146, 166, .6);
}
.btn-white {
    background: #ffffff;
    border-color: #ffffff !important;
}
.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .btn-white.focus, .btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled):active:focus, .btn-white .open>.dropdown-toggle.btn-primary {
    background: #f5f5f5;
    border-color: #f5f5f5;
    box-shadow: 0px 8px 20px -6px rgba(255, 255, 255, .6);
}
.btn-outline-white {
    color: #ffffff;
    border-color: #ffffff;
}
.btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white:active, .btn-outline-white.active, .btn-outline-white.focus, .btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white .open>.dropdown-toggle.btn-primary {
    background: #fff;
    border-color: #fff;
    box-shadow: 0px 8px 20px -6px rgba(255, 255, 255, .6);
}
.btn.btn-outline-white:focus, .btn.btn-outline-white:active, .btn.btn-outline-white:hover, .btn.btn-outline-white.active, .btn.btn-outline-light:focus, .btn.btn-outline-light:active, .btn.btn-outline-light:hover, .btn.btn-outline-light.active {
    color: #161c2d;
}
.btn.btn-outline-primary:focus, .btn.btn-outline-primary:active, .btn.btn-outline-primary:hover, .btn.btn-outline-primary.active, .btn.btn-outline-dark:focus, .btn.btn-outline-dark:active, .btn.btn-outline-dark:hover, .btn.btn-outline-dark.active, .btn.btn-outline-success:focus, .btn.btn-outline-success:active, .btn.btn-outline-success:hover, .btn.btn-outline-success.active {
    color: #fff !important;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #c63b48;
    z-index: 9999;
}
#status {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
}
.spinner {
    margin: 0 auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 5px solid #efefef;
    border-right: 5px solid #efefef;
    border-bottom: 5px solid #efefef;
    border-left: 5px solid #c63b48;
    transform: translateZ(0);
    animation: SpinnerAnimation 1.1s infinite linear;
}
.spinner, .spinner:after {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
@keyframes SpinnerAnimation {
    0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}.navbar {
    transition: all .5s ease;
    padding: 10px 0px;
	background: rgb(255 255 255 / 70%);
}
.navbar .navbar-nav .nav-item .nav-link {
    color: #161c2d;
    font-size: 15px;
    font-weight: 600;
    background-color: transparent;
    margin: 0 10px;
    padding: 6px 0;
    transition: all .3s ease;
}
#service .img-fluid{
	height:60px;
}
#service .feature-box .feature-icon {
 
    height: 60px;
    width: 60px;
    line-height: 60px;
 
}
.navbar .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item .nav-link:active, .navbar .navbar-nav .nav-item .nav-link.active {
    color: #c63b48 !important;
}
.navbar .navbar-toggler {
    padding: 0px;
    border: none;
    font-size: 24px;
	color:#c63b48;
}
.navbar .navbar-toggler:focus {
    box-shadow: none;
}
.navbar .navbar-brand .logo-light {
    display: inline-block;
}
.navbar .navbar-brand .logo-dark {
    display: none;
}
.nav-sticky.navbar {
    background: #fff;
    padding: 10px 0px;
    margin-top: 0px;
    box-shadow: 0px 3px 10px 0px rgba(22, 28, 45, .08);
}
.nav-sticky.navbar .nav-item .nav-link {
    color: #161c2d;
}
.nav-sticky.navbar .nav-item .nav-link:hover, .nav-sticky.navbar .nav-item .nav-link.active, .nav-sticky.navbar .nav-item .nav-link:active {
    color: #c63b48;
}
.nav-sticky .navbar-brand .logo-dark {
    display: inline-block;
}
.nav-sticky .navbar-brand .logo-light {
    display: none;
}
.navbar.navbar-light .navbar-nav .nav-item .nav-link {
    color: #161c2d;
}
@media(min-width: 992px) {
    .navbar .navbar-nav .nav-item .nav-link {
    color: #333;
}
.nav-sticky.navbar {
    background: #fff;
}
.nav-sticky.navbar .nav-item .nav-link {
    color: #161c2d;
}
}@media(max-width: 991px) {
    .navbar {
    padding: 12px 0px;
    background-color: #fff;
}
.navbar .navbar-brand .logo-light {
    display: none;
}
.navbar .navbar-brand .logo-dark {
    display: inline-block;
}
}#home {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.sub-title {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.bg-home {
    padding: 190px 0 150px 0;
    background-color: #192b33;
}
.bg-home .bg-overlay {
    background: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='1440' height='250' preserveAspectRatio='none' viewBox='0 0 1440 250'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1062%26quot%3b)' fill='none'%3e%3cpath d='M30 250L280 0L451 0L201 250z' fill='url(%23SvgjsLinearGradient1063)'%3e%3c/path%3e%3cpath d='M276.6 250L526.6 0L735.1 0L485.1 250z' fill='url(%23SvgjsLinearGradient1063)'%3e%3c/path%3e%3cpath d='M485.20000000000005 250L735.2 0L1075.7 0L825.7 250z' fill='url(%23SvgjsLinearGradient1063)'%3e%3c/path%3e%3cpath d='M721.8000000000001 250L971.8000000000001 0L1271.8000000000002 0L1021.8000000000001 250z' fill='url(%23SvgjsLinearGradient1063)'%3e%3c/path%3e%3cpath d='M1434 250L1184 0L872 0L1122 250z' fill='url(%23SvgjsLinearGradient1064)'%3e%3c/path%3e%3cpath d='M1155.4 250L905.4000000000001 0L855.9000000000001 0L1105.9 250z' fill='url(%23SvgjsLinearGradient1064)'%3e%3c/path%3e%3cpath d='M921.8 250L671.8 0L352.29999999999995 0L602.3 250z' fill='url(%23SvgjsLinearGradient1064)'%3e%3c/path%3e%3cpath d='M717.1999999999999 250L467.19999999999993 0L209.19999999999993 0L459.19999999999993 250z' fill='url(%23SvgjsLinearGradient1064)'%3e%3c/path%3e%3cpath d='M1303.8323458003276 250L1440 113.83234580032754L1440 250z' fill='url(%23SvgjsLinearGradient1063)'%3e%3c/path%3e%3cpath d='M0 250L136.16765419967246 250L 0 113.83234580032754z' fill='url(%23SvgjsLinearGradient1064)'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1062'%3e%3crect width='1440' height='250' fill='white'%3e%3c/rect%3e%3c/mask%3e%3clinearGradient x1='0%25' y1='100%25' x2='100%25' y2='0%25' id='SvgjsLinearGradient1063'%3e%3cstop stop-color='rgba(5%2c 189%2c 147%2c 0.2)' offset='0'%3e%3c/stop%3e%3cstop stop-opacity='0' stop-color='rgba(5%2c 189%2c 147%2c 0.2)' offset='0.66'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient x1='100%25' y1='100%25' x2='0%25' y2='0%25' id='SvgjsLinearGradient1064'%3e%3cstop stop-color='rgba(5%2c 189%2c 147%2c 0.2)' offset='0'%3e%3c/stop%3e%3cstop stop-opacity='0' stop-color='rgba(5%2c 189%2c 147%2c 0.2)' offset='0.66'%3e%3c/stop%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: .6;
}
.home-dashboard {
    position: relative;
    border: 6px solid #fff;
    border-radius: 5px;
}
.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,  -50%);
}
.play-btn a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #161c2d;
    background: #fff;
    display: inline-block;
    font-size: 70px;
    border-radius: 50%}
.shape {
    position: absolute;
    pointer-events: none;
    right: 0;
    bottom: 0px;
    left: 0;
}
.shape>svg {
    width: 100%;
    height: auto;
}
.bg-home2 {
    padding: 190px 0 305px;
    background-image: url("../img/bg-1.jpg");
}

.bg-home4 .bg-overlay2{
	background-color: rgb(255 255 255 / 65%);
	width: 100%;
    height: 300px;
    position: absolute;
}
#service .bg-feature{
	margin-top: 32px;
}
.section .shop-sidebar-wrap .card .card-header a{
	font-size:14px;
	font-weight:bolder;
	color:#c63b48;
}
ul.category-list{
	margin-bottom: 0;
}
.bg-home4 {
    height:300px;
    background-image: url("../img/bg-1.jpg");
	background-attachment: fixed;
}

.bc-black ul {
  list-style: none;
  color:white;
  font-size:16px;
  font-weight:bolder;
}

.bc-stylen ul li{
	font-size:13px;
}
.bc-stylen ul {
	list-style: none;
	padding-left: 0;
	margin-top:5px;
}
.swiper {
	width: 100%;
	height: auto;
	margin-top:50px!important;
}
.swiper img{
	width:100%;
	height:auto;
}
body{
	overflow-x: hidden;
}
	
.capa1{
	height:200px;
	width:300px;
	background:rgba(255,255,255,.6);
	bottom:170px;
	right:20px;
	position:absolute;
}
.cabsolute{
}
.contenCenter{
	height:100%;
}
.contenCenter .row{
	display: table;
	height:100%;
	margin:auto;
}

.contenCenter .aligncenter{
	 display: table-cell;
   vertical-align: middle;
}

.bc-black ul li:before {
  content: '✓'; 
  color:white;
}


.bc-black{
	background-color:#2a2a2a;
}
.bg-overlay{
	background-color: rgb(42 42 42 / 65%);
}


select[multiple]:focus option:checked {
  background: red linear-gradient(0deg, red 0%, red 100%);
}
select option{
  padding: 20px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}
#contact{
	padding-top: 10px;
}
.bg-contact {
    padding: 190px 0 305px;
	background:black;
    background-image: url("../img/Mapa.png");
}
.home-modal {
    border: 0;
    background-color: transparent;
}
.home-modal .btn-close {
    width: 24px;
    height: 24px;
    background-color: rgba(255, 255, 255, .5);
    border-radius: 4px;
    position: relative;
    top: 60px;
    right: 3px;
    z-index: 3;
}
.home-modal .btn-close:hover, .home-modal .btn-close:focus {
    opacity: .5;
}
.bg-home3 {
    padding: 190px 0 205px;
    background-image: url("../img/bg-2.jpg");
}

#myVideo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media(max-width: 1199.98px) {
  
}.bg-home5 {
    padding-top: 160px;
    padding-bottom: 85px;
    background-color: rgba(5, 189, 147, .1);
}
.bg-home5 .bg-overlay {
    background: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='1440' height='500' preserveAspectRatio='none' viewBox='0 0 1440 500'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1071%26quot%3b)' fill='none'%3e%3cpath d='M31 500L531 0L709.5 0L209.5 500z' fill='url(%23SvgjsLinearGradient1072)'%3e%3c/path%3e%3cpath d='M345.8 500L845.8 0L1040.8 0L540.8 500z' fill='url(%23SvgjsLinearGradient1072)'%3e%3c/path%3e%3cpath d='M693.6 500L1193.6 0L1334.6 0L834.6 500z' fill='url(%23SvgjsLinearGradient1072)'%3e%3c/path%3e%3cpath d='M1392 500L892 0L803.5 0L1303.5 500z' fill='url(%23SvgjsLinearGradient1073)'%3e%3c/path%3e%3cpath d='M1092.2 500L592.2 0L259.20000000000005 0L759.2 500z' fill='url(%23SvgjsLinearGradient1073)'%3e%3c/path%3e%3cpath d='M744.4 500L244.39999999999998 0L194.89999999999998 0L694.9 500z' fill='url(%23SvgjsLinearGradient1073)'%3e%3c/path%3e%3cpath d='M1124.518196973776 500L1440 184.5181969737759L1440 500z' fill='url(%23SvgjsLinearGradient1072)'%3e%3c/path%3e%3cpath d='M0 500L315.4818030262241 500L 0 184.5181969737759z' fill='url(%23SvgjsLinearGradient1073)'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1071'%3e%3crect width='1440' height='500' fill='white'%3e%3c/rect%3e%3c/mask%3e%3clinearGradient x1='0%25' y1='100%25' x2='100%25' y2='0%25' id='SvgjsLinearGradient1072'%3e%3cstop stop-color='rgba(5%2c 189%2c 147%2c 0.2)' offset='0'%3e%3c/stop%3e%3cstop stop-opacity='0' stop-color='rgba(5%2c 189%2c 147%2c 0.2)' offset='0.66'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient x1='100%25' y1='100%25' x2='0%25' y2='0%25' id='SvgjsLinearGradient1073'%3e%3cstop stop-color='rgba(5%2c 189%2c 147%2c 0.2)' offset='0'%3e%3c/stop%3e%3cstop stop-opacity='0' stop-color='rgba(5%2c 189%2c 147%2c 0.2)' offset='0.66'%3e%3c/stop%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    opacity: .3;
}
.subscribe-form {
    background-color: #fff;
    padding: 48px 44px;
    border-radius: 4px;
}
.subscribe-form .form-label {
    position: absolute;
    top: -10px;
    left: 12px;
    background: #fff;
    padding: 0 6px;
    font-size: 14px;
    margin-bottom: 0;
}
.subscribe-form .form-control {
    padding: 12px 17px;
    font-size: 16px;
    border-color: rgba(108, 117, 125, .3);
}
.subscribe-form .form-control:focus {
    box-shadow: none;
    border-color: rgba(108, 117, 125, .45);
}
.subscribe-form .form-control::placeholder {
    color: #adb5bd;
}
.bg-home6 {
    padding: 160px 0px 75px 0;
    background-color: #0576b917;
}
@media(max-width: 991.98px) {
    .bg-home6 {
    padding: 145px 0px 70px 0;
}
}.homeslider .swiper-slide {
    transform: translate3d(0px,  0px,  -200px) rotateX(0deg) rotateY(0deg) !important;
}
.homeslider .swiper-slide img {
    border: 10px solid #fff;
    box-shadow: 0px 10px 22px rgba(0, 0, 0, .05);
}
.homeslider .swiper-slide .swiper-slide-shadow-left, .homeslider .swiper-slide .swiper-slide-shadow-right {
    background-image: linear-gradient(to left,  rgba(0,  0,  0,  0.01),  rgba(255,  255,  255,  0));
}
.homeslider .swiper-slide-active {
    transform: translate3d(0px,  0px,  0px) rotateX(0deg) rotateY(0deg) scale(1.1) !important;
}
.pro-pagination-style li a{
	cursor:pointer;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after, .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: ""}
.swiper-button-prev, .swiper-button-next {
    width: 40px;
    height: 40px;
    margin-top: -22px;
    line-height: 40px;
    background-color: #c63b48;
    text-align: center;
    font-size: 30px;
    color: #fff;
    border-radius: 3px;
}
.service-box {
    padding: 40px 30px;
    border-radius: .25rem;
}
.service-box i {
    font-size: 40px;
}
.service-box .lighlight-border {
    width: 60px;
    height: 1px;
    background: #c63b48;
    background: linear-gradient(to right,  transparent,  #c63b48,  transparent);
    margin: 0 auto;
}
.bg-feature {
    z-index: 1;
    position: relative;
    margin-top: -72px;
}
.shape img{
	width:100%;
	max-height:100px
}
.feature-box {
    background-color: #fff;
    box-shadow: 0px 10px 22px rgba(0, 0, 0, .05);
    border-radius: 4px;
    padding: 20px;
}
.feature-box .feature-icon {
    background-color: rgb(198 59 72 / 15%);
    color: #c63b48;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    border-radius: 4px;
}
.skill-box {
    z-index: 3;
    position: relative;
}
.skill-box .progress {
    height: 8px;
    background: #e9ecef;
    overflow: visible;
}
.skill-box .progress-bar {
    position: relative;
    background-color: #c63b48;
    animation: animate-positive 2s;
    overflow: visible;
}
.skill-box .progress-value {
    display: block;
    color: #161c2d;
    position: absolute;
    top: -31px;
    right: -25px;
}
.about-img {
    position: relative;
    margin-left: -50px;
    margin-top: 0px;
    min-width: calc(50% + 50px);
    flex: none;
}
@media(max-width: 991.98px) {
    .about-img {
    margin-left: 0px;
    margin-top: 28px;
}
}@keyframes animate-positive {
    0% {
    width: 0;
}
}.process-box .process-count .process-number {
    background: #c63b48;
    color: #fff;
    width: 74px;
    height: 74px;
    line-height: 74px;
    border-radius: 50%;
    margin: 0 auto;
    transition: all .5s ease;
}
.process-box .process-content {
    position: relative;
}
.process-box .process-content:before {
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    background-color: #f9f9f9;
    transform: rotate(45deg);
    left: 0;
    right: 0;
    margin: 0px auto;
    margin-top: -35px;
}
.process-box:hover .process-count .process-number {
    box-shadow: 0px 0px 0px 7px rgba(5, 189, 147, .5);
}
@media(min-width: 992px) {
    .process-border: before {
    content: "";
    border: 1px solid rgba(5, 189, 147, .004);
    position: absolute;
    width: 76%;
    left: 62%;
    top: 65px;
}
}.portfolio-title {
    font-size: 21px;
    word-spacing: 2px;
    font-weight: 700;
    letter-spacing: 1px;
}
.port-folio-sub-title {
    color: #8492a6;
    font-size: 17px;
    word-spacing: 1px;
    padding-top: 10px;
}
.portfolio-box {
    position: relative;
    overflow: hidden;
}
.portfolio-box .portfolio-content {
    padding: 20px;
    transition: all .5s ease;
    position: absolute;
    width: 100%;
    height: 80px;
    background-color: rgba(249, 249, 249, .85);
    bottom: -100px;
    left: 0;
    opacity: 0;
}
.portfolio-box:hover .portfolio-content {
    bottom: 0;
    opacity: 1;
}
.filter-options .nav-link {
    color: #161c2d;
    background-color: #fff;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid rgba(22, 28, 45, .1);
    transition: all .5s ease;
}
.filter-options .nav-link:hover, .filter-options .nav-link.active {
    color: #fff;
    background-color: #c63b48;
    border-color: #c63b48;
}
.img-view {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    align-items: center;
    display: flex;
}
.img-view a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    width: 30px;
    border-radius: 4px;
    font-size: 22px;
    text-align: center;
    background: rgba(132, 146, 166, .08);
}
.goverlay {
    background-color: rgba(0, 0, 0, .85);
}
.bg-counter {
    background-image: url("img/bg-1.jpg");
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    background-position: center;
}
.counter-icon i {
    width: 52px;
    height: 52px;
    line-height: 52px;
    background: #c63b48;
    display: inline-block;
    color: #fff;
    text-align: center;
    font-size: 25px;
    border-radius: 50%}
.team-box .team-img {
    position: relative;
}
.team-box .team-img .unit-content {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all .5s ease;
}
.unit-content p{
	margin-bottom:2px !important;
}
.team-box .team-img .unit-content ul li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #c63b48;
    background-color: #fff;
    border-radius: 40px;
    transition: all .5s ease;
}
.team-box .team-img .unit-content ul li a:hover {
    color: #fff;
    background-color: #c63b48;
}
.team-box:hover .team-img .unit-content {
    bottom: 0px;
    opacity: 1;
}
.testimonial-box .testimonial-content {
    max-width: 650px;
    margin: 0 auto;
    padding: 25px 20px;
    font-size: 18px;
    background: rgba(249, 249, 249, .2);
    position: relative;
}
.testimonial-box .testimonial-content::after {
    content: "";
    border: 16px solid transparent;
    border-top-color: rgba(249, 249, 249, .2);
    height: 20px;
    position: absolute;
    bottom: -32px;
    left: 50%;
    transform: translateX(-50%);
}
.carousel-indicators {
    align-items: center;
    position: relative;
}
.carousel-indicators button {
    width: 80px !important;
    height: 80px !important;
    border-radius: 50%;
    overflow: hidden;
}
.carousel-indicators .active {
    opacity: 1;
    border: 4px solid #c63b48;
    z-index: 3;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #c63b48;
    background-size: 100% 40%;
    border-radius: 50%}
.carousel-control-next, .carousel-control-prev {
    opacity: 1;
}
.pricing-box .price-title {
    color: #8492a6;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}
.pricing-box .pricing-label {
    position: absolute;
    display: block;
    top: 15px;
    right: 14px;
}
.pricing-box .pricing-label h5 {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #c63b48;
    border-radius: 50%}
.pricing-box .pricing-features p {
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 12px;
}
.price {
    position: relative;
    color: #fff;
    font-size: 34px;
    height: 55px;
    line-height: 55px;
    width: 150px;
    margin: 0 auto;
    z-index: 1;
}
.price::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    z-index: -1;
    border-radius: 8px;
    background: #c63b48;
}
.price::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 8px;
    transform: rotate(-6deg);
    background: rgba(5, 189, 147, .58);
}
.blog-box {
    transition: all .5s ease;
}
.blog-box .blog-img {
    position: relative;
}
.blog-box .blog-img .read-more {
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all .5s ease;
}
.pro-pagination-style ul li p{
	display: initial;
    vertical-align: middle;
}
ul.product-flag{
	padding-left:0px;
}
.sidebar-widget-list::-webkit-scrollbar {
    width: 5px;
}

body::-webkit-scrollbar {
    width: 10px;
}

.sidebar-widget-list::-webkit-scrollbar-thumb, ::-webkit-scrollbar-thumb:hover {
    background: #d8d8d8;
}

body::-webkit-scrollbar-thumb, ::-webkit-scrollbar-thumb:hover {
    background: #d8d8d8;
}

.sidebar-widget-list::-webkit-scrollbar-track{
	background: #f2f2f2;
}
.sidebar-widget-list{
	max-height:200px;
	overflow-y:auto;
}
.unitTotal{
	float:left;
	margin-top:4px;
	background:#ccc;
	padding:5px 10px;
	font-weight:bolder;
	font-size:14px;
}

.pro-pagination-style ul li{
	display: inline-block;
}
.galeriApp .row{
	margin:0px!important;
	padding:20px 0px 0px 0px!important
}
.galeriList .gtm5{
	width:41.66666667%;
	float:left;
}

.galeriList .gtm7{
	width:58.33333333%;
}
.galeriList{
	width:100%!important;
}

.galeriApp .bc-stylen .col-md-6{
	padding:0px!important;
}
	
.galeriList .read-more2 {
	position: absolute;
	top: 10px!important;
	right: -5%!important;
	transform: translateX(-50%);
	opacity: 1!important;
	transition: all .5s ease;
}

.galeriList .read-more {
	display:none!important;
}
.galeriApp .read-more2 {
	display:none!important;
}

.galeriList .read-more2 a {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 50%;
	font-size: 18px;
	background-color: #c63b48;
	color: #fff;
}
.blog-box .blog-img .read-notcertificate{
	display:none;
}
.blog-box .blog-img .read-certificate {
    position: absolute;
    top: 10px;
    right: 1%; 
    transform: translateX(-50%);
    opacity: 1;
    transition: all .5s ease;
}
.blog-box .blog-img .read-certificate a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    background-color: #c63b48;
    color: #fff;
}

.blog-box .blog-img .read-more a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    background-color: #c63b48;
    color: #fff;
}
.blog-box:hover {
    transform: translateY(-8px);
}
.blog-box:hover .read-more {
    opacity: 1;
}

.bg-cta {
    position: relative;
    padding: 105px 0;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}
.custom-form .form-label {
    font-weight: 600;
}
.custom-form .form-control {
    font-size: 15px;
    padding: 12px 16px;
    border-color: rgba(108, 117, 125, .4);
	background-color:#2e2e2e;
}
.custom-form .form-control:focus {
    outline: none;
    border-color: rgba(108, 117, 125, .75);
    box-shadow: none;
}
.custom-form .form-control::placeholder {
    color: #adb5bd;
}
.error-msg {
    padding: 13px 20px;
    color: #fe6847;
    border-color: #fe6847;
    background-color: #fff;
}
.contact-info .icon {
    position: relative;
}
.contact-info .icon::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: -7px;
    width: 45px;
    height: 45px;
    background-color: rgb(198 59 72 / 25%);;
    margin: 0px auto;
    border-radius: 5px;
    transform: rotate(45deg);
}
.footer-subscribe {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
#contact .form-control{
	color:white!important;
}
.bg-footer {
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1021%26quot%3b)' fill='none'%3e%3crect width='1440' height='560' x='0' y='0' fill='rgb(42, 42, 42)' %3e%3c/rect%3e%3cpath d='M1440 0L1328.55 0L1440 5.32z' fill='rgba(255%2c 255%2c 255%2c .1)'%3e%3c/path%3e%3cpath d='M1328.55 0L1440 5.32L1440 39.89L1098.28 0z' fill='rgba(255%2c 255%2c 255%2c .075)'%3e%3c/path%3e%3cpath d='M1098.28 0L1440 39.89L1440 258.76L1063.27 0z' fill='rgba(255%2c 255%2c 255%2c .05)'%3e%3c/path%3e%3cpath d='M1063.27 0L1440 258.76L1440 377.65L869.17 0z' fill='rgba(255%2c 255%2c 255%2c .025)'%3e%3c/path%3e%3cpath d='M0 560L306.29 560L0 398.12z' fill='rgba(0%2c 0%2c 0%2c .1)'%3e%3c/path%3e%3cpath d='M0 398.12L306.29 560L412.79 560L0 242.89000000000001z' fill='rgba(0%2c 0%2c 0%2c .075)'%3e%3c/path%3e%3cpath d='M0 242.89L412.79 560L680.6500000000001 560L0 127.32z' fill='rgba(0%2c 0%2c 0%2c .05)'%3e%3c/path%3e%3cpath d='M0 127.32L680.6500000000001 560L1193.8600000000001 560L0 86.03z' fill='rgba(0%2c 0%2c 0%2c .025)'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1021'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");
    background-position: center;
    background-size: cover;
    padding: 35px 0;
}
.bg-footer .footer-link a {
    color: rgba(255, 255, 255, .5);
    line-height: 38px;
    transition: all .5s;
}
.bg-footer .footer-link a:hover {
    color: #fff;
}
.bg-footer .footer-subcribe input {
    padding: 12px 20px;
    width: 100%;
    font-size: 14px;
    border: none;
    outline: none;
    padding-right: 75px;
    padding-left: 15px;
    border-radius: 5px;
    font-weight: 500;
}
.border-white{
	    border: 2px solid white;
    border-radius: 50px;
}
.bg-footer .footer-subcribe button {
    position: absolute;
    top: 0px;
    right: 0px;
    outline: none;
    border-radius: 0px 5px 5px 0px;
    font-size: 14px;
    padding: 11px 20px;
}
.bg-footer .footer-subcribe form {
    position: relative;
    max-width: 400px;
}
.footer-social a {
    color: rgba(255, 255, 255, .5);
    font-size: 18px;
    transition: all .5s;
    display: inline-block;
}
.footer-social a:hover {
    color: #fff;
}
.footer-alt {
    background-color: black;
}