.no-resize{
	resize: none;
}

.margin-bottom-0{
	margin-bottom: 0px !important;
}

.margin-bottom-15{
	margin-bottom: 15px !important;
}

.container {
    padding-right: 35px;
    padding-left: 35px;
}

@media (min-width: 1200px){
	.container{
		width: 1272px !important;
	}
}

a.bold {
	color: #000000;
    font-weight: bold;
}

.padding-left-50 {
	padding-left: 50px !important;
}

.padding-right-50 {
	padding-right: 50px !important;
}

.line-height-8{
	line-height: 8px !important;
}

.size-8{
	font-size: 8px !important;
}

.size-22{
	font-size: 22px !important;
}

.w-10{
	width: 10% !important;
}

.w-20{
	width: 20% !important;
}

.w-30{
	width: 30% !important;
}

.w-40{
	width: 40% !important;
}

.w-50{
	width: 50% !important;
}

.w-60{
	width: 60% !important;
}

.w-70{
	width: 70% !important;
}

.w-80{
	width: 80% !important;
}

.w-90{
	width: 90% !important;
}

.w-100{
	width: 100% !important;
}

.container.fullwidth {
	width: 100% !important;
}

.fullheight {
	height: 100%;
}

.rounded-corner-left{
	-webkit-border-radius: 15px 0 0 15px;
	border-radius: 15px 0 0 15px;
}

.rounded-corner-right{
	-webkit-border-radius: 0 15px 15px 0;
	border-radius: 0 15px 15px 0;
}

.rounded-corner-bottom{
	-webkit-border-radius: 0 0 15px 15px;
	border-radius: 0 0 15px 15px;
}

.rounded-corner-top{
	-webkit-border-radius: 15px 15px 0 0;
	border-radius: 15px 15px 0 0;
}

.rounded-corner{
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
}

.price-clean.price-clean-popular {
	height: 480px;
    position: relative;
    z-index: 2;
    top: 0px;
    background-color: #fff;
}

.price-clean {
	height: 450px;
	-webkit-box-shadow: 0 0 38px 0 #9c9c9ca8;
	box-shadow: 0 0 38px 0 #9c9c9ca8;
	border: none !important;
}

.price-clean .btn{
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	min-width: 150px;
	letter-spacing: 4px;
	font-size: 13px;
}

.price-clean .btn-danger{
	border-color: #E36665;
	background-color: #E36665;
	color: #FFF;
}

.price-clean .btn-default{
	border-color: #E36665;
	color: #E36665;
}

.price-clean .btn-default:hover{
    background-color: #e36665;
    color: #fff;
}

.price-clean .btn-danger:hover{
	border: 2px solid;
    background-color: #fff;
    color: #E36665;
}

.price-clean.price-clean-popular.popular-div {
	background-color: #E36665;
    border: 1px solid #E36665;
	position: absolute;
    width: 100%;
    z-index: 1;	
    top: -50px;
    color: #FFF;
    font-size: 25px;
    padding: 5px 0 0 0;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    min-height: 50px !important;
    height: 50px !important;
}

.price-clean h4{
	font-size: 35px !important;
    font-weight: 400;
}

.price-clean-popular h4{
	font-size: 35px !important;
	color: #e36665;
}

.price-clean h1{
	font-size: 60px !important;
    font-weight: 400;
	color: #e36665;
}

.ui-slider-horizontal{
	background-color: #dedfde;
}

.price-clean .descripcion{
    font-size: 17px;
    color: #b5b5b5;
    letter-spacing: 0.05em;
}

.price-clean .precio{
	display: inline-flex;
}

.price-clean .precio .detalles{
	bottom: 0;
    padding-top: 35px;
    text-align: left;
    padding-left: 21px;
}

footer{
	background-color: #FFF !important;
}

.copyright{
	background-color: #FFF !important;
}

.hr{
	height: 0.1em;
    background-color: #b5b5b5;
    margin: 20px auto;
}

.price-clean-popular .hr{
	background-color:  #e36665;
}

.price-clean.primer-panel{
	-webkit-border-radius: 15px 0 0 15px;
	border-radius: 15px 0 0 15px;
}

.price-clean.segundo-panel{
	-webkit-border-radius: 0 0 15px 15px;
	border-radius: 0 0 15px 15px;
}

.price-clean.tercer-panel{
	-webkit-border-radius: 0 15px 15px 0;
	border-radius: 0 15px 15px 0;
}

@media (max-width: 768px){
	.price-clean.segundo-panel{
		margin-top: 80px;
	}
	.price-clean.primer-panel{
		-webkit-border-radius: 15px 15px 15px 15px;
		border-radius: 15px 15px 15px 15px;
	}

	.nomargin-top-xs{
		margin-top: 0px !important;
	}

	.margin-top-50-xs{
		margin-top: 50px !important;
	}

	.price-clean{
		height: auto;
	}
}

@media(max-width: 1200px){
	.margin-top-50-sm{
		margin-top: 50px !important;
	}
}

@media (max-width: 991px){

	.price-clean.tercer-panel{
		-webkit-border-radius: 15px 15px 15px 15px;
		border-radius: 15px 15px 15px 15px;
	}
}

@media (max-width:  916px){
	section.banner{
		background-position: center !important;
	}
}

@media (max-width:  400px){

	.precio h1{
		font-size: 42px !important;
	}

	a.logo{
		width: 200px;
	}

	a.logo > img{
		width: 200px;
	}
}

.row.servicios > div{
	height: 340px;
}

.grecaptcha-badge{
	bottom: 50px !important;
	z-index: 99;
}

.logo-open-desk{
	height: 40px !important;
}

.rev_slider .slotholder:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 99;
}

#rev_slider_24_1 ul{
	margin:0px;
	padding: 0px;
}

.owl-stage {
    display: flex;
    align-items: center;
}

/* carousel styles */
.owl-dots, .dot-light {
	text-align: center;
	margin-top: 2rem;
  }
  
  .owl-dots .owl-dot, .dot-light .owl-dot {
	display: inline-block;
	margin-right: 0.66667rem;
  }
  
  .owl-dots .owl-dot:last-child, .dot-light .owl-dot:last-child {
	margin-right: 0;
  }
  
  .owl-dots .owl-dot:focus, .dot-light .owl-dot:focus {
	outline: 0;
  }
  
  .owl-dots .owl-dot span, .dot-light .owl-dot span {
	width: 0.8rem;
	height: 0.8rem;
	border-radius: 20rem;
	background: rgba(65, 58, 164, 0.3);
	display: inline-block;
  }
  
  .owl-dots.dot-secondary .owl-dot span, .dot-secondary.dot-light .owl-dot span {
	border: 0 none;
	background: rgba(6, 181, 144, 0.2);
  }
  
  .dot-light .owl-dot span {
	border: 1px solid #ffffff;
  }
  
  .dot-light .owl-dot.active span {
	background: #ffffff;
  }
  
  .nav-circle button {
	width: 3.06667rem;
	height: 3.06667rem;
	border-radius: 50%;
	font-size: 1.2rem;
	color: #ffffff;
	border: 0 none;
	cursor: pointer;
	transition: all 0.3s ease;
  }
  
  .nav-circle button:focus {
	outline: none;
  }
  
  .nav-circle .owl-prev {
	margin-left: -4rem;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
  }
  
  .nav-circle .owl-next {
	margin-right: -4rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
  }
  
  .nav-circle.nav-circle--light button {
	width: 2.66667rem;
	height: 2.66667rem;
	background: #fff;
	color: #9192a3;
	box-shadow: 0 5px 30px rgba(41, 41, 59, 0.1);
  }
  
  .nav-circle.nav-circle--light button:hover {
	color: #fff;
  }
  
  .nav-circle.nav-circle--lighten button {
	width: 2.66667rem;
	height: 2.66667rem;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	box-shadow: 0 5px 30px rgba(41, 41, 59, 0.1);
	font-size: 0.86667rem;
  }
  
  .nav-circle.nav-circle--lighten button:hover {
	color: #fff;
  }
  
  .nav-square button {
	width: 2.66667rem;
	height: 2.66667rem;
	color: #ffffff;
	font-size: 1.06667rem;
	background: rgba(255, 255, 255, 0.4);
	border: 0 none;
	transition: all 0.3s ease;
	cursor: pointer;
  }
  
  .nav-square button:focus {
	outline: 0;
  }
  
  .nav-square .owl-prev {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
  }
  
  .nav-square .owl-next {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
  }
  
  .nav-square.nav-square-dark button {
	border-radius: 3px;
  }
  
  .nav-square.nav-square-dark .owl-prev {
	margin-left: -5px;
  }
  
  .nav-square.nav-square-dark .owl-next {
	margin-right: -5px;
  }
  
  .carousel-one .carousel-one-single {
	text-align: center;
  }
  
  .carousel-one .carousel-one-single figure {
	margin-bottom: 2rem;
  }
  
  .carousel-one .carousel-one-single figure img {
	border-radius: 5px;
  }
  
  .carousel-one .carousel-one-single h6 {
	margin-bottom: 1rem;
  }
  
  .carousel-one .carousel-one-single h6 a {
	color: #202428;
  }
  
  .carousel-one .carousel-one-single h6 a:hover {
	color: #06b590;
  }
  
  .carousel-one .carousel-one-single p {
	margin-bottom: 0;
  }
  
  .carousel-three {
	position: relative;
  }
  
  .carousel-three .carousel-single {
	padding: 1rem;
  }
  
  .carousel-four .carousel-single {
	padding: 1rem;
  }
  
  .portfolio-carousel .dot-circle, .portfolio-carousel .dot-light {
	margin-top: 2rem;
  }
  
  .portfolio-carousel-single {
	margin-bottom: 2rem;
	overflow: hidden;
  }
  
  .portfolio-carousel-single figure {
	position: relative;
	margin: 0;
  }
  
  .portfolio-carousel-single figure figcaption {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(28, 28, 38, 0.85);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease;
  }
  
  .portfolio-carousel-single figure figcaption h5 {
	margin-bottom: 1rem;
	color: #ffffff;
  }
  
  .portfolio-carousel-single figure figcaption h5, .portfolio-carousel-single figure figcaption span {
	transform: scale(1.3);
	transition: all 0.3s ease;
  }
  
  .portfolio-carousel-single figure figcaption .link {
	position: absolute;
	right: -3.33333rem;
	top: -3.33333rem;
	width: 3.33333rem;
	height: 3.33333rem;
	color: #ffffff;
	font-size: 1.6rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0 0 0 3px;
	transition: all 0.3s ease;
  }
  
  .portfolio-carousel-single figure:hover figcaption {
	opacity: 1;
	visibility: visible;
  }
  
  .portfolio-carousel-single figure:hover figcaption h5, .portfolio-carousel-single figure:hover figcaption span {
	transform: scale(1);
  }
  
  .portfolio-carousel-single figure:hover figcaption .link {
	top: 0;
	right: 0;
  }
  
  .image-carousel-one figure {
	margin: 0;
  }
  
  .image-carousel-one .nav-circle .owl-prev {
	margin-left: 2rem;
  }
  
  .image-carousel-one .nav-circle .owl-next {
	margin-right: 2rem;
  }
  
  .image-carousel-two .carousel-single figure img {
	width: 100%;
  }
  
  .image-carousel-two .owl-dots, .image-carousel-two .dot-light {
	margin-top: 1.06667rem;
  }
  
  .testimonial-carousel-one .carousel-single {
	text-align: center;
  }
  
  .testimonial-carousel-one .carousel-single img {
	width: auto;
	margin: 0 auto;
  }
  
  .testimonial-carousel-one .carousel-single h6 {
	margin: 1.33333rem 0 0.66667rem 0;
	color: #202428;
  }
  
  .testimonial-carousel-one .carousel-single .sub-text {
	color: #06b590;
	display: block;
	margin-bottom: 1.33333rem;
  }
  
  .testimonial-carousel-one .carousel-single p {
	font-size: 1.2rem;
	line-height: 2.26667rem;
	margin: 0;
  }
  
  .carousel-bg .bg_image_holder:before {
	position: absolute;
	content: "";
	background: rgba(27, 28, 57, 0.8);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
  }
  
  .testimonial-carousel-three .nav-circle {
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease;
  }
  
  .testimonial-carousel-three:hover .nav-circle {
	visibility: visible;
	opacity: 1;
  }
  
  .testimonial-carousel-three .carousel-single {
	padding: 1rem;
  }
  
  .testimonial-carousel-three .carousel-single .card img {
	width: auto;
	margin: 0 auto;
  }
  
  .tc-four-wrapper.bg-grey {
	background: #f4f4f4;
  }
  
  .tc-four-wrapper.bg-grey .testimonial-carousel-four .carousel-single .author-spec strong {
	color: #202428;
  }
  
  .tc-four-wrapper.bg-grey .testimonial-carousel-four .carousel-single .author-text:before {
	color: #ededef;
  }
  
  .tc-four-wrapper.bg-grey .testimonial-carousel-four .carousel-single .author-text p {
	color: #5a6671;
  }
  
  .tc-four-wrapper.bg-grey .testimonial-carousel-four .nav-square button {
	background: #e1e1e7;
	color: #202428;
  }
  
  .testimonial-carousel-four {
	padding: 7.33333rem 0 6.93333rem;
  }
  
  .testimonial-carousel-four .carousel-single img {
	width: auto;
	margin: 0 auto;
  }
  
  .testimonial-carousel-four .carousel-single .author-spec {
	margin: 1.33333rem 0 0 0;
  }
  
  .testimonial-carousel-four .carousel-single .author-spec strong {
	font-weight: 500;
	color: #ffffff;
	font-size: 1.2rem;
  }
  
  .testimonial-carousel-four .carousel-single .author-spec span {
	font-size: 1.2rem;
	color: rgba(255, 255, 255, 0.6);
  }
  
  .testimonial-carousel-four .carousel-single .author-spec p {
	margin: 0;
  }
  
  .testimonial-carousel-four .carousel-single .author-text {
	width: 50rem;
	margin: 0 auto;
	padding-top: 3.33333rem;
	position: relative;
  }
  
  .testimonial-carousel-four .carousel-single .author-text:before {
	position: absolute;
	content: "\f2ce";
	font-family: "LineAwesome";
	font-size: 10rem;
	color: rgba(255, 255, 255, 0.05);
	left: 50%;
	top: 0;
	line-height: 0.8;
	transform: translateX(-50%);
	z-index: -1;
  }
  
  .testimonial-carousel-four .carousel-single .author-text p {
	font-size: 1.2rem;
	color: rgba(255, 255, 255, 0.7);
	line-height: 2.26667rem;
	margin: 0;
  }
  
  .testimonial-carousel-four .nav-circle .owl-prev {
	margin-left: 0;
  }
  
  .testimonial-carousel-four .nav-circle .owl-next {
	margin-right: 0;
  }
  
  .testimonial-carousel-four .nav-circle .owl-prev,
  .testimonial-carousel-four .nav-circle .owl-next {
	background: rgba(255, 255, 255, 0.05);
	font-size: 0.86667rem;
	color: #fff;
  }
  
  .testimonial-carousel-four .nav-circle .owl-prev:hover,
  .testimonial-carousel-four .nav-circle .owl-next:hover {
	background: #fff;
	color: #202428;
  }
  
  .testimonial-carousel-five .carousel-single {
	padding: 1rem;
  }
  
  .testimonial-carousel-five .carousel-single .author-text {
	box-shadow: 0 5px 30px rgba(105, 106, 119, 0.1);
	padding: 2.66667rem 2.66667rem;
	position: relative;
  }
  
  .testimonial-carousel-five .carousel-single .author-text:before {
	position: absolute;
	content: "";
	border-right: 1.33333rem solid transparent;
	border-left: 1.33333rem solid transparent;
	border-top: 1.33333rem solid #ffffff;
	bottom: -1.33333rem;
	left: 4.66667rem;
  }
  
  .testimonial-carousel-five .carousel-single .author-text p {
	margin-bottom: 0;
  }
  
  .testimonial-carousel-five .carousel-single .author-spec {
	margin-top: 2.66667rem;
	margin-left: 3.33333rem;
	align-items: center;
  }
  
  .testimonial-carousel-five .carousel-single .author-spec .author-img {
	margin-right: 1.33333rem;
  }
  
  .testimonial-carousel-five .carousel-single .author-spec .author-desc h6 {
	margin: 0 0 5px 0;
	color: #202428;
  }
  
  .testimonial-carousel-five .nav-square-dark {
	top: 40%;
  }
  
  .testimonial-carousel-five .nav-square-dark .owl-prev {
	margin-left: 1rem;
  }
  
  .testimonial-carousel-five .nav-square-dark .owl-next {
	margin-right: 1rem;
  }
  
  .testimonial-carousel-six-wrapper {
	/* background: url("img/shape-wave.png"); */
	background-size: cover;
	background-repeat: no-repeat;
	padding: 3.2rem 0 6.93333rem 0;
  }
  
  .testimonial-carousel-six {
	position: relative;
  }
  
  .testimonial-carousel-six:before {
	position: absolute;
	content: '\f2ce';
	font-family: "LineAwesome";
	font-size: 13.33333rem;
	color: #0c2631 ;
	opacity: 0.05;
	left: 100px;
	top: 50%;
	transform: translateY(-50%);
  }
  
  .testimonial-carousel-six .carousel-single {
	text-align: center;
  }
  
  .testimonial-carousel-six .carousel-single img {
	display: inline-block;
	max-width: 300px;
  }
  
  .testimonial-carousel-six .carousel-single h5 {
	color: #000;
	margin: 1.33333rem 0 0.66667rem;
	font-size: 20px;
  }
  
  .testimonial-carousel-six .carousel-single p {
	margin: 2rem 0 0 0;
	color: #5b5b5b;
	font-size: 14px !important;
  }
  
  .owl-carousel .owl-item div {
    text-align: center;
    color: #b0b0b0 !important;
    font-size: 14px;
}

  .team-carousel-one .carousel-single {
	padding: 1rem;
  }
  
  .team-carousel-one .carousel-single img {
	width: auto;
	margin: 0 auto;
  }
  
  .team-carousel-two .owl-dots, .team-carousel-two .dot-light {
	margin-top: 1.33333rem;
  }
  
  .team-carousel-three {
	background: #fff;
	border-radius: 0.26667rem;
  }
  
  .team-carousel-three .carousel-single {
	display: flex;
	flex-wrap: wrap;
  }
  
  .team-carousel-three .carousel-single .team-img {
	width: 45%;
  }
  
  .team-carousel-three .carousel-single .team-img img {
	border-radius: 0.26667rem 0 0 0.26667rem;
  }
  
  .team-carousel-three .carousel-single .team-desc {
	width: 55%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 0 3.33333rem;
  }
  
  .team-carousel-three .carousel-single .team-desc h5 {
	color: #202428;
	margin: 0 0 0.53333rem;
  }
  
  .team-carousel-three .carousel-single .team-desc span {
	color: #9192a3;
  }
  
  .team-carousel-three .carousel-single .team-desc p {
	margin: 1rem 0 2rem 0;
  }
  
  .team-carousel-three .nav-circle .owl-prev {
	margin-left: -1.33333rem;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease;
  }
  
  .team-carousel-three .nav-circle .owl-next {
	margin-right: -1.33333rem;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease;
  }
  
  .team-carousel-three:hover .nav-circle .owl-prev,
  .team-carousel-three:hover .nav-circle .owl-next {
	visibility: visible;
	opacity: 1;
	transition: all 0.3s ease;
  }
  
  .logo-carousel-one .carousel-single img, .logo-carousel-two .carousel-single img {
	width: auto;
	margin: 0 auto;
  }
  
  .logo-carousel-one .owl-stage, .logo-carousel-two .owl-stage {
	display: flex;
	align-items: center;
  }
  
  .logo-carousel {
	padding: 7.33333rem 0 7rem;
  }
  
  .logo-carousel .content-left h1 {
	line-height: 3.73333rem;
  }
  
  .logo-carousel-two .logo-box {
	background: #ffffff;
	margin-bottom: 2rem;
	min-height: 8rem;
	display: flex;
	align-items: center;
	box-shadow: 0 5px 30px rgba(105, 106, 119, 0.05);
  }
  
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.logo-carousel-two .logo-box {
	  height: 8rem;
	}
  }
  
  .logo-carousel-two .logo-box:last-child {
	margin-bottom: 0;
  }
  
  .logo-carousel-three .carousel-single {
	min-height: 8rem;
  }
  
  .logo-carousel-three .carousel-single .logo-box {
	border: 1px solid #e4e8ed;
	height: 8rem;
	display: flex;
	justify-content: center;
	align-items: center;
  }
  
  .logo-carousel-three .carousel-single .logo-box img {
	width: auto;
  }
  
  .logo-carousel-three .nav-square-dark {
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease;
  }
  
  .logo-carousel-three .nav-square-dark .owl-prev {
	margin-left: -1.33333rem;
  }
  
  .logo-carousel-three .nav-square-dark .owl-next {
	margin-right: -1.33333rem;
  }
  
  .logo-carousel-three:hover .nav-square-dark {
	visibility: visible;
	opacity: 1;
  }
  
  .blog-carousel-one .post-single .post-meta ul {
	display: flex;
	align-items: center;
  }
  
  .blog-carousel-one .post-single .post-meta ul li {
	margin-right: 1rem;
  }
  
  .blog-carousel-one .post-single .post-meta ul li:last-child {
	margin-right: 0;
  }
  
  .blog-carousel-one .post-single .post-meta ul li span {
	padding: 0 1rem;
	line-height: 2rem;
	display: inline-block;
	color: #ffffff;
	border-radius: 2px;
  }
  
  .blog-carousel-one .post-single h6 {
	margin: 1.33333rem 0 1.06667rem 0;
  }
  
  .blog-carousel-one .post-single h6 a:hover {
	color: #06b590;
  }
  
  .blog-carousel-one .post-single .post-bottom {
	margin: 1.66667rem 0 0 0;
	padding-top: 2rem;
	border-top: 1px solid #e4e8ed;
	display: flex;
	align-items: center;
  }
  
  .blog-carousel-one .post-single .post-bottom img {
	width: auto;
	margin-right: 0.66667rem;
  }
  
  /* clients logo grid & carousel styles */
  .logo-grid-one {
	box-shadow: 0 5px 30px rgba(41, 41, 59, 0.1);
	overflow: hidden;
  }
  
  .logo-grid-one ul {
	margin-right: -1px;
	margin-bottom: -1px;
  }
  
  .logo-grid-one li {
	width: 25%;
	border-right: 1px solid #dee2e6;
	border-bottom: 1px solid #dee2e6;
	background: #ffffff;
	min-height: 13.33333rem;
  }
  
  .logo-grid-one li figure {
	margin: 0;
  }
  
  .logo-carousel-dark .single-slide img {
	width: auto;
  }
  
  .logo-grid-two .grid-single {
	background: #ffffff;
	margin-bottom: 2rem;
	min-height: 10rem;
  }
  
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.logo-grid-two .grid-single {
	  height: 10rem;
	}
  }
  
  .logo-grid-three ul {
	margin: 0;
  }
  
  .logo-grid-three li {
	width: 25%;
	border: 1px solid #dee2e6;
	background: #ffffff;
	min-height: 13.33333rem;
	margin-right: -1px;
	margin-bottom: -1px;
  }
  
  .logo-grid-three li figure {
	margin: 0;
  }
  
  .logo-details-wrapper {
	padding: 6rem 0 0;
  }
  
  .logo-details {
	box-shadow: 0 5px 10px rgba(105, 106, 119, 0.05);
	background: #ffffff;
	padding: 7rem 3rem 2rem;
	margin-bottom: 7.33333rem;
	margin-top: 0.66667rem;
	position: relative;
	border-radius: 0.26667rem;
  }
  
  .logo-details .logo {
	box-shadow: 0 5px 30px rgba(105, 106, 119, 0.1);
	height: 10.66667rem;
	width: 18.66667rem;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -50%);
	background: #ffffff;
	border-radius: 0.26667rem;
  }
  
  .logo-details h5 {
	color: #202428;
	margin-bottom: 0.33333rem;
  }
  
  .logo-details .sub-title {
	display: block;
	margin-bottom: 0.8rem;
  }
  
  .logo-details p {
	margin: 0;
  }
  
  /* logo carousel four */
  .logo-carousel-four .owl-stage {
	display: flex;
	align-items: center;
	justify-content: space-between;
  }
  
  .logo-carousel-four .carousel-single {
	text-align: center;
  }
  
  .logo-carousel-four .carousel-single img {
	display: inline-block;
	width: auto;
  }
  
  /* dropdown css */
  .dropdown .dropdown-toggle:focus {
	box-shadow: none !important;
  }
  
  .dropdown .dropdown-caret {
	display: inline-block;
	padding-left: 1rem;
  }
  
  .dropdown .dropdown-menu {
	top: 0.66667rem !important;
	min-width: 16.66667rem;
	margin: 0;
	padding: 0;
	box-shadow: 0 5px 30px rgba(41, 41, 59, 0.1);
	border: 0 none;
  }
  
  .dropdown .dropdown-menu .dropdown-item:hover {
	background: none;
	color: #413aa4;
	border-radius: 0;
  }
  
  .dropdown .dropdown--btn .dropdown-item:hover {
	background: #413aa4;
	color: #ffffff;
	border-radius: 0.2rem;
  }
  
  .dropdown .dropdown--text .dropdown-text-item {
	padding: 30px;
	margin: 0;
  }

  .rounded-circle {
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
}

.m-top-0 {
	margin-top: 0px;
  }
  
  .m-top-5 {
	margin-top: 5px;
  }
  
  .m-top-10 {
	margin-top: 10px;
  }
  
  .m-top-15 {
	margin-top: 15px;
  }
  
  .m-top-20 {
	margin-top: 20px;
  }
  
  .m-top-25 {
	margin-top: 25px;
  }
  
  .m-top-30 {
	margin-top: 30px;
  }
  
  .m-top-35 {
	margin-top: 35px;
  }
  
  .m-top-40 {
	margin-top: 40px;
  }
  
  .m-top-45 {
	margin-top: 45px;
  }
  
  .m-top-50 {
	margin-top: 50px;
  }
  
  .m-top-55 {
	margin-top: 55px;
  }
  
  .m-top-60 {
	margin-top: 60px;
  }
  
  .m-top-65 {
	margin-top: 65px;
  }
  
  .m-top-70 {
	margin-top: 70px;
  }
  
  .m-top-75 {
	margin-top: 75px;
  }
  
  .m-top-80 {
	margin-top: 80px;
  }
  
  .m-top-85 {
	margin-top: 85px;
  }
  
  .m-top-90 {
	margin-top: 90px;
  }
  
  .m-top-95 {
	margin-top: 95px;
  }
  
  .m-top-100 {
	margin-top: 100px;
  }
  
  .m-top-105 {
	margin-top: 105px;
  }
  
  .m-top-110 {
	margin-top: 110px;
  }
  
  .m-top-115 {
	margin-top: 115px;
  }
  
  .m-top-120 {
	margin-top: 120px;
  }
  
  .m-top-125 {
	margin-top: 125px;
  }
  
  .m-top-130 {
	margin-top: 130px;
  }
  
  .m-top-135 {
	margin-top: 135px;
  }
  
  .m-top-140 {
	margin-top: 140px;
  }
  
  .m-top-145 {
	margin-top: 145px;
  }
  
  .m-top-150 {
	margin-top: 150px;
  }
  
  .m-right-0 {
	margin-right: 0px;
  }
  
  .m-right-5 {
	margin-right: 5px;
  }
  
  .m-right-10 {
	margin-right: 10px;
  }
  
  .m-right-15 {
	margin-right: 15px;
  }
  
  .m-right-20 {
	margin-right: 20px;
  }
  
  .m-right-25 {
	margin-right: 25px;
  }
  
  .m-right-30 {
	margin-right: 30px;
  }
  
  .m-right-35 {
	margin-right: 35px;
  }
  
  .m-right-40 {
	margin-right: 40px;
  }
  
  .m-right-45 {
	margin-right: 45px;
  }
  
  .m-right-50 {
	margin-right: 50px;
  }
  
  .m-right-55 {
	margin-right: 55px;
  }
  
  .m-right-60 {
	margin-right: 60px;
  }
  
  .m-right-65 {
	margin-right: 65px;
  }
  
  .m-right-70 {
	margin-right: 70px;
  }
  
  .m-right-75 {
	margin-right: 75px;
  }
  
  .m-right-80 {
	margin-right: 80px;
  }
  
  .m-right-85 {
	margin-right: 85px;
  }
  
  .m-right-90 {
	margin-right: 90px;
  }
  
  .m-right-95 {
	margin-right: 95px;
  }
  
  .m-right-100 {
	margin-right: 100px;
  }
  
  .m-right-105 {
	margin-right: 105px;
  }
  
  .m-right-110 {
	margin-right: 110px;
  }
  
  .m-right-115 {
	margin-right: 115px;
  }
  
  .m-right-120 {
	margin-right: 120px;
  }
  
  .m-right-125 {
	margin-right: 125px;
  }
  
  .m-right-130 {
	margin-right: 130px;
  }
  
  .m-right-135 {
	margin-right: 135px;
  }
  
  .m-right-140 {
	margin-right: 140px;
  }
  
  .m-right-145 {
	margin-right: 145px;
  }
  
  .m-right-150 {
	margin-right: 150px;
  }
  
  .m-bottom-0 {
	margin-bottom: 0px;
  }
  
  .m-bottom-5 {
	margin-bottom: 5px;
  }
  
  .m-bottom-10 {
	margin-bottom: 10px;
  }
  
  .m-bottom-15 {
	margin-bottom: 15px;
  }
  
  .m-bottom-20 {
	margin-bottom: 20px;
  }
  
  .m-bottom-25 {
	margin-bottom: 25px;
  }
  
  .m-bottom-30 {
	margin-bottom: 30px;
  }
  
  .m-bottom-35 {
	margin-bottom: 35px;
  }
  
  .m-bottom-40 {
	margin-bottom: 40px;
  }
  
  .m-bottom-45 {
	margin-bottom: 45px;
  }
  
  .m-bottom-50 {
	margin-bottom: 50px;
  }
  
  .m-bottom-55 {
	margin-bottom: 55px;
  }
  
  .m-bottom-60 {
	margin-bottom: 60px;
  }
  
  .m-bottom-65 {
	margin-bottom: 65px;
  }
  
  .m-bottom-70 {
	margin-bottom: 70px;
  }
  
  .m-bottom-75 {
	margin-bottom: 75px;
  }
  
  .m-bottom-80 {
	margin-bottom: 80px;
  }
  
  .m-bottom-85 {
	margin-bottom: 85px;
  }
  
  .m-bottom-90 {
	margin-bottom: 90px;
  }
  
  .m-bottom-95 {
	margin-bottom: 95px;
  }
  
  .m-bottom-100 {
	margin-bottom: 100px;
  }
  
  .m-bottom-105 {
	margin-bottom: 105px;
  }
  
  .m-bottom-110 {
	margin-bottom: 110px;
  }
  
  .m-bottom-115 {
	margin-bottom: 115px;
  }
  
  .m-bottom-120 {
	margin-bottom: 120px;
  }
  
  .m-bottom-125 {
	margin-bottom: 125px;
  }
  
  .m-bottom-130 {
	margin-bottom: 130px;
  }
  
  .m-bottom-135 {
	margin-bottom: 135px;
  }
  
  .m-bottom-140 {
	margin-bottom: 140px;
  }
  
  .m-bottom-145 {
	margin-bottom: 145px;
  }
  
  .m-bottom-150 {
	margin-bottom: 150px;
  }
  
  .m-left-0 {
	margin-left: 0px;
  }
  
  .m-left-5 {
	margin-left: 5px;
  }
  
  .m-left-10 {
	margin-left: 10px;
  }
  
  .m-left-15 {
	margin-left: 15px;
  }
  
  .m-left-20 {
	margin-left: 20px;
  }
  
  .m-left-25 {
	margin-left: 25px;
  }
  
  .m-left-30 {
	margin-left: 30px;
  }
  
  .m-left-35 {
	margin-left: 35px;
  }
  
  .m-left-40 {
	margin-left: 40px;
  }
  
  .m-left-45 {
	margin-left: 45px;
  }
  
  .m-left-50 {
	margin-left: 50px;
  }
  
  .m-left-55 {
	margin-left: 55px;
  }
  
  .m-left-60 {
	margin-left: 60px;
  }
  
  .m-left-65 {
	margin-left: 65px;
  }
  
  .m-left-70 {
	margin-left: 70px;
  }
  
  .m-left-75 {
	margin-left: 75px;
  }
  
  .m-left-80 {
	margin-left: 80px;
  }
  
  .m-left-85 {
	margin-left: 85px;
  }
  
  .m-left-90 {
	margin-left: 90px;
  }
  
  .m-left-95 {
	margin-left: 95px;
  }
  
  .m-left-100 {
	margin-left: 100px;
  }
  
  .m-left-105 {
	margin-left: 105px;
  }
  
  .m-left-110 {
	margin-left: 110px;
  }
  
  .m-left-115 {
	margin-left: 115px;
  }
  
  .m-left-120 {
	margin-left: 120px;
  }
  
  .m-left-125 {
	margin-left: 125px;
  }
  
  .m-left-130 {
	margin-left: 130px;
  }
  
  .m-left-135 {
	margin-left: 135px;
  }
  
  .m-left-140 {
	margin-left: 140px;
  }
  
  .m-left-145 {
	margin-left: 145px;
  }
  
  .m-left-150 {
	margin-left: 150px;
  }
  
  .p-left-0 {
	padding-left: 0px;
  }
  
  .p-left-5 {
	padding-left: 5px;
  }
  
  .p-left-10 {
	padding-left: 10px;
  }
  
  .p-left-15 {
	padding-left: 15px;
  }
  
  .p-left-20 {
	padding-left: 20px;
  }
  
  .p-left-25 {
	padding-left: 25px;
  }
  
  .p-left-30 {
	padding-left: 30px;
  }
  
  .p-left-35 {
	padding-left: 35px;
  }
  
  .p-left-40 {
	padding-left: 40px;
  }
  
  .p-left-45 {
	padding-left: 45px;
  }
  
  .p-left-50 {
	padding-left: 50px;
  }
  
  .p-left-55 {
	padding-left: 55px;
  }
  
  .p-left-60 {
	padding-left: 60px;
  }
  
  .p-left-65 {
	padding-left: 65px;
  }
  
  .p-left-70 {
	padding-left: 70px;
  }
  
  .p-left-75 {
	padding-left: 75px;
  }
  
  .p-left-80 {
	padding-left: 80px;
  }
  
  .p-left-85 {
	padding-left: 85px;
  }
  
  .p-left-90 {
	padding-left: 90px;
  }
  
  .p-left-95 {
	padding-left: 95px;
  }
  
  .p-left-100 {
	padding-left: 100px;
  }
  
  .p-left-105 {
	padding-left: 105px;
  }
  
  .p-left-110 {
	padding-left: 110px;
  }
  
  .p-left-115 {
	padding-left: 115px;
  }
  
  .p-left-120 {
	padding-left: 120px;
  }
  
  .p-left-125 {
	padding-left: 125px;
  }
  
  .p-left-130 {
	padding-left: 130px;
  }
  
  .p-left-135 {
	padding-left: 135px;
  }
  
  .p-left-140 {
	padding-left: 140px;
  }
  
  .p-left-145 {
	padding-left: 145px;
  }
  
  .p-left-150 {
	padding-left: 150px;
  }
  
  .p-right-0 {
	padding-right: 0px;
  }
  
  .p-right-5 {
	padding-right: 5px;
  }
  
  .p-right-10 {
	padding-right: 10px;
  }
  
  .p-right-15 {
	padding-right: 15px;
  }
  
  .p-right-20 {
	padding-right: 20px;
  }
  
  .p-right-25 {
	padding-right: 25px;
  }
  
  .p-right-30 {
	padding-right: 30px;
  }
  
  .p-right-35 {
	padding-right: 35px;
  }
  
  .p-right-40 {
	padding-right: 40px;
  }
  
  .p-right-45 {
	padding-right: 45px;
  }
  
  .p-right-50 {
	padding-right: 50px;
  }
  
  .p-right-55 {
	padding-right: 55px;
  }
  
  .p-right-60 {
	padding-right: 60px;
  }
  
  .p-right-65 {
	padding-right: 65px;
  }
  
  .p-right-70 {
	padding-right: 70px;
  }
  
  .p-right-75 {
	padding-right: 75px;
  }
  
  .p-right-80 {
	padding-right: 80px;
  }
  
  .p-right-85 {
	padding-right: 85px;
  }
  
  .p-right-90 {
	padding-right: 90px;
  }
  
  .p-right-95 {
	padding-right: 95px;
  }
  
  .p-right-100 {
	padding-right: 100px;
  }
  
  .p-right-105 {
	padding-right: 105px;
  }
  
  .p-right-110 {
	padding-right: 110px;
  }
  
  .p-right-115 {
	padding-right: 115px;
  }
  
  .p-right-120 {
	padding-right: 120px;
  }
  
  .p-right-125 {
	padding-right: 125px;
  }
  
  .p-right-130 {
	padding-right: 130px;
  }
  
  .p-right-135 {
	padding-right: 135px;
  }
  
  .p-right-140 {
	padding-right: 140px;
  }
  
  .p-right-145 {
	padding-right: 145px;
  }
  
  .p-right-150 {
	padding-right: 150px;
  }
  
  .p-top-0 {
	padding-top: 0px;
  }
  
  .p-top-5 {
	padding-top: 5px;
  }
  
  .p-top-10 {
	padding-top: 10px;
  }
  
  .p-top-15 {
	padding-top: 15px;
  }
  
  .p-top-20 {
	padding-top: 20px;
  }
  
  .p-top-25 {
	padding-top: 25px;
  }
  
  .p-top-30 {
	padding-top: 30px;
  }
  
  .p-top-35 {
	padding-top: 35px;
  }
  
  .p-top-40 {
	padding-top: 40px;
  }
  
  .p-top-45 {
	padding-top: 45px;
  }
  
  .p-top-50 {
	padding-top: 50px;
  }
  
  .p-top-55 {
	padding-top: 55px;
  }
  
  .p-top-60 {
	padding-top: 60px;
  }
  
  .p-top-65 {
	padding-top: 65px;
  }
  
  .p-top-70 {
	padding-top: 70px;
  }
  
  .p-top-75 {
	padding-top: 75px;
  }
  
  .p-top-80 {
	padding-top: 80px;
  }
  
  .p-top-85 {
	padding-top: 85px;
  }
  
  .p-top-90 {
	padding-top: 90px;
  }
  
  .p-top-95 {
	padding-top: 95px;
  }
  
  .p-top-100 {
	padding-top: 100px;
  }
  
  .p-top-105 {
	padding-top: 105px;
  }
  
  .p-top-110 {
	padding-top: 110px;
  }
  
  .p-top-115 {
	padding-top: 115px;
  }
  
  .p-top-120 {
	padding-top: 120px;
  }
  
  .p-top-125 {
	padding-top: 125px;
  }
  
  .p-top-130 {
	padding-top: 130px;
  }
  
  .p-top-135 {
	padding-top: 135px;
  }
  
  .p-top-140 {
	padding-top: 140px;
  }
  
  .p-top-145 {
	padding-top: 145px;
  }
  
  .p-top-150 {
	padding-top: 150px;
  }
  
  .p-bottom-0 {
	padding-bottom: 0px;
  }
  
  .p-bottom-5 {
	padding-bottom: 5px;
  }
  
  .p-bottom-10 {
	padding-bottom: 10px;
  }
  
  .p-bottom-15 {
	padding-bottom: 15px;
  }
  
  .p-bottom-20 {
	padding-bottom: 20px;
  }
  
  .p-bottom-25 {
	padding-bottom: 25px;
  }
  
  .p-bottom-30 {
	padding-bottom: 30px;
  }
  
  .p-bottom-35 {
	padding-bottom: 35px;
  }
  
  .p-bottom-40 {
	padding-bottom: 40px;
  }
  
  .p-bottom-45 {
	padding-bottom: 45px;
  }
  
  .p-bottom-50 {
	padding-bottom: 50px;
  }
  
  .p-bottom-55 {
	padding-bottom: 55px;
  }
  
  .p-bottom-60 {
	padding-bottom: 60px;
  }
  
  .p-bottom-65 {
	padding-bottom: 65px;
  }
  
  .p-bottom-70 {
	padding-bottom: 70px;
  }
  
  .p-bottom-75 {
	padding-bottom: 75px;
  }
  
  .p-bottom-80 {
	padding-bottom: 80px;
  }
  
  .p-bottom-85 {
	padding-bottom: 85px;
  }
  
  .p-bottom-90 {
	padding-bottom: 90px;
  }
  
  .p-bottom-95 {
	padding-bottom: 95px;
  }
  
  .p-bottom-100 {
	padding-bottom: 100px;
  }
  
  .p-bottom-105 {
	padding-bottom: 105px;
  }
  
  .p-bottom-110 {
	padding-bottom: 110px;
  }
  
  .p-bottom-115 {
	padding-bottom: 115px;
  }
  
  .p-bottom-120 {
	padding-bottom: 120px;
  }
  
  .p-bottom-125 {
	padding-bottom: 125px;
  }
  
  .p-bottom-130 {
	padding-bottom: 130px;
  }
  
  .p-bottom-135 {
	padding-bottom: 135px;
  }
  
  .p-bottom-140 {
	padding-bottom: 140px;
  }
  
  .p-bottom-145 {
	padding-bottom: 145px;
  }
  
  .p-bottom-150 {
	padding-bottom: 150px;
  }
  
  .h-5 {
	height: 5px;
  }
  
  .h-10 {
	height: 10px;
  }
  
  .h-15 {
	height: 15px;
  }
  
  .h-20 {
	height: 20px;
  }
  
  .h-25 {
	height: 25px;
  }
  
  .h-30 {
	height: 30px;
  }
  
  .h-35 {
	height: 35px;
  }
  
  .h-40 {
	height: 40px;
  }
  
  .h-45 {
	height: 45px;
  }
  
  .h-50 {
	height: 50px;
  }
  
  .h-55 {
	height: 55px;
  }
  
  .h-60 {
	height: 60px;
  }
  
  .h-65 {
	height: 65px;
  }
  
  .h-70 {
	height: 70px;
  }
  
  .h-75 {
	height: 75px;
  }
  
  .h-80 {
	height: 80px;
  }
  
  .h-85 {
	height: 85px;
  }
  
  .h-90 {
	height: 90px;
  }
  
  .h-95 {
	height: 95px;
  }
  
  .h-100 {
	height: 100px;
  }
  
  .h-105 {
	height: 105px;
  }
  
  .h-110 {
	height: 110px;
  }
  
  .h-115 {
	height: 115px;
  }
  
  .h-120 {
	height: 120px;
  }
  
  .h-125 {
	height: 125px;
  }
  
  .h-130 {
	height: 130px;
  }
  
  .h-135 {
	height: 135px;
  }
  
  .h-140 {
	height: 140px;
  }
  
  .h-145 {
	height: 145px;
  }
  
  .h-150 {
	height: 150px;
  }

  .fs80px{
	  font-size: 80px !important;
  }

  
.contact-split {
	position: relative;
	height: 720px;
  }
  
  .contact-split .g-maps {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	width: 50%;
  }
  
  .contact-split .g-maps #map2 {
	height: 100%;
  }
  
  .contact-split .g-maps .map-top {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #ffffff;
	padding: 55px 40px;
	border-radius: 8px 0 0 8px;
	box-shadow: 0 5px 30px rgba(41, 41, 59, 0.1);
  }
  
  .contact-split .g-maps .map-top ul {
	margin: 0;
  }

  .d-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.align-items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
/* filter css */
.filter-wrapper .filter-sort {
	margin-bottom: 50px;
	display: flex;
	/* justify-content: center; */
  }
  
  .filter-wrapper .filter-sort ul {
	display: inline-block;
	justify-content: center;
	background: #ffffff;
	/* box-shadow: 0 5px 30px rgba(105, 106, 119, 0.1); */
	margin: 0;
	list-style: none;
  }
  
  .filter-wrapper .filter-sort ul li {
	float: left;
	color: #202428;
	font-weight: 400;
	line-height: 3.33333rem;
	padding: 0 1.66667rem;
	cursor: pointer;
	transition: all 0.3s ease;
  }
  
  .filter-wrapper .filter-sort ul li:hover, .filter-wrapper .filter-sort ul li.active {
	color: #ffffff;
  }
  
  .filter-wrapper .filter-sort2 ul {
	padding-bottom: 1.33333rem;
	margin-bottom: 3.33333rem;
	border-bottom: 1px solid #e4e8ed;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
  }
  
  .filter-wrapper .filter-sort2 ul li {
	margin-right: 2.33333rem;
	color: #202428;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s ease;
  }
  
  .filter-wrapper .filter-sort2 ul li:hover, .filter-wrapper .filter-sort2 ul li.active {
	color: #06b590;
  }
  
  .filter-wrapper .filter-sort2 ul li:last-child {
	margin-right: 0;
  }
  .bg-primary, .go_top, .play-btn:hover, .flip-card .flip-overlay2, .filter-wrapper .filter-sort ul li:hover, .filter-wrapper .filter-sort ul li.active, .nav_right_content .cart_module .cart__items .items .item_remove:hover span, footer.footer4 .social.square ul li a:hover, footer.footer4.footer--colored, .owl-dots .owl-dot.active span, .dot-light .owl-dot.active span, .nav-circle button:hover, .nav-circle.nav-circle--light button:hover, .nav-circle.nav-circle--lighten button:hover, .nav-square button:hover, .nav-square.nav-square-dark button:hover, .portfolio-carousel-single figure figcaption .link:hover, .nav-pills .nav-item .nav-link.active, .nav-pills .nav-item .nav-link:hover, .intro-two, .intro-three:before {
	background: #000;
  }  

  .card {
	position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    border: 1px solid #e4e8ed;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
  }
  .card figure {
	margin: 0;
  }
  
  .card .card-body .card-title {
	margin-bottom: 25px;
  }
  
  .card .card-body h6 {
	margin-bottom: 0;
	line-height: 1.86667rem;
  }
  
  .card .card-body h4 a:hover {
	color: #413aa4;
  }
  
  .card .card-footer {
	padding: 1.66667rem 2rem;
  }
  
  .card .card-footer ul {
	margin: 0;
  }
  
  .card.card-shadow {
	box-shadow: 0 5px 20px rgba(105, 106, 119, 0.05);
  }
  
  .card.card--dark {
	background: #fff;
  }
  
  .card.card--dark .card-header {
	background: inherit;
	padding: 1.53333rem 2rem 2rem;
  }
  
  .card.card--dark .card-header h5 {
	margin: 0;
  }
  
  .card.card--sidebar .card-header {
	padding: 2rem;
  }
  
  .card.card--sidebar .card-header h4 {
	margin: 0;
  }
  
  .card.card--sidebar .card-body {
	padding: 2rem 2rem 3.33333rem;
  }
  
  .card-one {
	margin-bottom: 2rem;
  }
  
  .card-one figure {
	position: relative;
  }
  .card-one figure figcaption {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(121, 123, 123, 0.8);
	transition: all 0.3s ease;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	visibility: hidden;
  }
  
  .card-one figure figcaption a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3.33333rem;
	height: 3.33333rem;
	background: #fff;
	border-radius: 50%;
	font-size: 1.2rem;
	transition: all 0.3s ease;
	transform: scale(1.5);
  }
  
  .card-one figure figcaption a:hover {
	background: #000;
	color: #fff;
  }
  
  .card-one .card-subtitle {
	margin: 0 0 0.66667rem 0;
	line-height: 1;
  }
  
  .card-one:hover figure figcaption {
	opacity: 1;
	visibility: visible;
  }
  
  .card-one:hover figure figcaption a {
	transform: scale(1);
  }
  
  .card-two .card-footer ul {
	display: flex;
	flex-wrap: wrap;
  }
  
  .card-two .card-footer ul li {
	color: #9192a3;
	padding-right: 1rem;
	margin-right: 1rem;
	position: relative;
  }
  
  .card-two .card-footer ul li:before {
	position: absolute;
	content: '|';
	right: 0;
	top: 0;
	color: #e4e8ed;
  }
  
  .card-two .card-footer ul li:last-child {
	margin-right: 0;
  }
  
  .card-two .card-footer ul li:last-child:before {
	content: none;
  }
  
  .card-two .card-footer ul li a {
	color: #9192a3;
  }
  
  .card-three, .card-video, .card-text {
	margin-bottom: 2rem !important;
  }
  
  .card-three .card-subtitle, .card-video .card-subtitle, .card-text .card-subtitle {
	margin: 0 0 0.66667rem 0;
  }
  
  .card-three .card-text, .card-video .card-text, .card-text .card-text {
	margin-top: 1rem;
  }
  
  .card-video figure {
	position: relative;
  }
  
  .card-video figure figcaption {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(32, 36, 40, 0.2);
	display: flex;
	justify-content: center;
	align-items: center;
  }
  
  .card-video figure figcaption a {
	display: inline-flex;
	width: 3rem;
	height: 3rem;
	background: #ffffff;
	color: #06b590;
	border-radius: 50%;
	border: 2px solid transparent;
	justify-content: center;
	align-items: center;
  }
  
  .card-video figure figcaption a .svg {
	width: 0.86667rem;
	fill: #06b590;
	transition: all 0.3s ease;
  }
  
  .card-video figure figcaption a:hover {
	background: #06b590;
  }
  
  .card-video figure figcaption a:hover .svg {
	fill: #ffffff;
  }
  
  .card-text .card-body h5 {
	margin: 0 0 2rem 0;
  }
  
  .card-text:last-child {
	margin-bottom: 0 !important;
  }
  
  .card-four {
	margin-bottom: 2rem;
  }
  
  .card-four .card-body .card-subtitle {
	margin-bottom: 4px;
  }
  
  .card-four .card-body h5 {
	margin-bottom: 1.33rem;
  }
  
  .card-four .card-body h5 a {
	color: #202428;
  }
  
  .card-four .card-body .card-text {
	margin-bottom: 1.6rem;
  }
  
  .card-product {
	margin-bottom: 2rem;
	position: relative;
  }
  
  .card-product figure {
	position: relative;
	overflow: hidden;
  }
  
  .card-product figure figcaption {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -76px;
	background: #413aa4;
	transition: all 0.3s ease;
	opacity: 0;
  }
  
  .card-product figure figcaption ul {
	margin: 0;
	padding: 0.8rem 0;
  }
  
  .card-product figure figcaption ul li:last-child {
	margin-left: 0.66rem;
  }
  
  .card-product figure figcaption ul a.btn--rounded {
	border-color: rgba(255, 255, 255, 0.3);
	color: #ffffff;
  }
  
  .card-product figure figcaption ul .like-btn {
	position: relative;
  }
  
  .card-product figure figcaption ul .like-btn i {
	z-index: 2;
  }
  
  .card-product figure figcaption ul .like-btn:hover {
	color: #413aa4;
	background: #fff;
  }
  
  .card-product .card-body {
	text-align: center;
	padding: 1.66667rem 2rem;
  }
  
  .card-product .card-body h6 {
	margin-bottom: 5px;
  }
  
  .card-product .card-body h6 a {
	color: #202428;
	transition: all 0.3s ease;
  }
  
  .card-product .card-body .prices {
	margin-top: 0.66667rem;
  }
  
  .card-product .card-body .prices .product-price {
	font-size: 1.33rem;
	font-weight: 600;
	line-height: 1.2rem;
	display: inline-block;
  }
  
  .card-product .card-body .prices .old-price {
	font-weight: 500;
	display: inline-block;
	margin-right: 7px;
	color: #9192a3;
	text-decoration: line-through;
  }
  
  .card-product:hover figure figcaption {
	opacity: 1;
	bottom: 0;
  }
  
  .card-product .badge {
	position: absolute;
	left: 0.66rem;
	top: 0.66rem;
	padding: 6px 10px;
	font-size: 0.8rem;
	font-weight: 500;
  }
  
  .card-six .card-body h5 {
	margin-bottom: 1.33333rem;
  }
  
  .card-six .card-body h5 a {
	color: #202428;
	transition: all 0.3s ease;
  }
  
  .card-six .card-body h5 a:hover {
	color: #06b590;
  }
  
  .card--seven .card-body {
	padding-bottom: 2rem;
  }
  
  .card--seven .card-body h6 {
	margin-bottom: 1rem;
  }
  
  .card--seven .card-body h6 a {
	transition: all 0.3s ease;
  }
  
  .card--seven .card-body p {
	margin-bottom: 0;
  }
  
  .card--seven .card-body .btn {
	margin-top: 1.66667rem;
  }
  
  .card--seven:hover .card-body h5 a {
	color: #06b590;
  }
  
  .card--eight .card-body {
	padding-bottom: 2rem;
  }
  
  .card--eight .card-body h5 {
	margin-bottom: 1rem;
  }
  
  .card--eight .card-body h5 a {
	transition: all 0.3s ease;
  }
  
  .card--eight .card-body h5 a:hover {
	color: #06b590;
  }
  
  .card--eight .card-body p {
	margin-bottom: 0;
  }
  
  .card--eight .card-body .btn {
	margin-top: 1.66667rem;
  }
  
  .card--ten {
	margin-bottom: 4.66667rem;
  }
  
  .card--ten figure {
	margin-bottom: 0;
  }
  
  .card--eleven {
	position: relative;
	border: 0 none;
	overflow: hidden;
  }
  
  .card--eleven figure img {
	border-radius: 0.33333rem;
  }
  
  .card--eleven .card-body {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	min-height: 100px;
	background: rgba(65, 58, 164, 0.7);
	visibility: visible;
	opacity: 1;
	transition: all 0.3s ease;
	padding: 1.33333rem 2rem;
	transition: all 0.3s ease;
  }
  
  .card--eleven .card-body .card-contents .content-top {
	display: flex;
	text-align: left;
	align-items: center;
  }
  
  .card--eleven .card-body .card-contents .content-top span {
	font-size: 2.4rem;
	color: #ffffff;
	margin-right: 1rem;
  }
  
  .card--eleven .card-body .card-contents .content-top h6 {
	margin-bottom: 0;
  }
  
  .card--eleven .card-body .card-contents .content-bottom {
	max-height: 0;
	transition: 0.5s ease;
	overflow: hidden;
  }
  
  .card--eleven .card-body .card-contents .content-bottom p {
	margin-top: 1rem;
  }
  
  .card--eleven .card-body h6 {
	color: #ffffff;
	margin-bottom: 0;
  }
  
  .card--eleven .card-body p {
	color: rgba(255, 255, 255, 0.9);
	margin-bottom: 2rem;
  }
  
  .card--eleven:hover .card-body {
	min-height: 100%;
  }
  
  .card--eleven:hover .card-body .card-contents {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 2.66667rem;
  }
  
  .card--eleven:hover .card-body .card-contents .content-top {
	display: block;
	text-align: center;
  }
  
  .card--eleven:hover .card-body .card-contents .content-top span {
	display: none;
  }
  
  .card--eleven:hover .card-body .card-contents .content-top h5 {
	margin-bottom: 2rem;
  }
  
  .card--eleven:hover .card-body .card-contents .content-bottom {
	max-height: 300px;
  }
  
  .card-twelve {
	border: 0 none;
	border-radius: 3px;
	box-shadow: 0 5px 30px rgba(105, 106, 119, 0.1);
  }
  
  .card-twelve .card-body {
	padding-bottom: 2rem;
  }
  
  .card-twelve .card-body .step {
	display: block;
	font-size: 2.4rem;
	font-weight: 500;
	color: #06b590;
	line-height: 1;
  }
  
  .card-twelve .card-body h6 {
	margin: 1rem 0;
	color: #202428;
  }
  
  .card-twelve .card-body p {
	margin-bottom: 1.6rem;
  }
  
  .card--fourteen {
	position: relative;
	border: 0 none;
  }
  
  .card--fourteen:hover .card-body {
	visibility: visible;
	opacity: 1;
	bottom: 0;
  }
  
  .card--fourteen figure {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
  }
  
  .card--fourteen .card-body {
	position: absolute;
	bottom: -50px;
	left: 0;
	width: 100%;
	background: rgba(55, 125, 255, 0.9);
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease;
	padding: 1rem 2rem;
	transition: all 0.3s ease;
	border-radius: 0 0 4px 4px;
  }
  
  .card--fourteen .card-body .card-contents .content-top h6 {
	margin-bottom: 0;
  }
  
  .card--fourteen .card-body .card-contents .content-top h6 a {
	color: #fff;
  }
  
  .card--fourteen .card-body .card-contents .content-top span {
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 0.33333rem;
	display: block;
  }
  
  .card--testimonial {
	padding: 2rem;
	position: relative;
	z-index: 1;
  }
  
  .card--testimonial:before {
	position: absolute;
	content: "\f2ce";
	right: 2rem;
	top: 2rem;
	color: rgba(65, 58, 164, 0.1);
	font-size: 5.33333rem;
	font-family: "LineAwesome";
	line-height: 1;
	z-index: -1;
  }
  
  .card--testimonial .author {
	align-items: center;
  }
  
  .card--testimonial .author .author-spec {
	margin-left: 1rem;
  }
  
  .card--testimonial .author .author-spec h6 {
	margin-bottom: 0.53333rem;
  }
  
  .card--testimonial .content {
	margin-top: 1.33333rem;
  }
  
  .card--testimonial .content p {
	margin: 0;
  }
  
  .card--testimonial2 {
	margin-bottom: 2rem;
	border: 1px solid #f3f3f3 !important;
  }
  
  .card--testimonial2 .card-body h6 {
	padding-top: 18px;
	color: #202428;
  }
  
  .card--testimonial2 .ratings {
	margin: 0.33333rem 0 1rem 0;
	display: flex;
	justify-content: center;
  }
  
  .card--testimonial2 .ratings span {
	margin: 0 1px 0 0;
  }
  
  .card--testimonial2 .ratings span:last-child {
	margin--right: 0;
  }
  
  .card--testimonial2 .author-spec {
	margin-top: 1.33333rem;
	margin-bottom: 0;
  }
  
  .card--testimonial2 .author-spec strong {
	font-weight: 500;
	color: #202428;
  }
  
  .team-carousel-one .nav-square {
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease;
  }
  
  .team-carousel-one:hover .nav-square {
	visibility: visible;
	opacity: 1;
  }
  
  .card--team1 {
	border: 1px solid #f3f3f3 !important;
  }
  
  .card--team1 .card-body {
	padding: 2rem;
  }
  
  .card--team1 .card-body h6 {
	margin: 1.33333rem 0 0.66667rem 0;
  }
  
  .card--team1 .card-body .team-designation {
	padding: 0 1rem;
	line-height: 2rem;
	display: inline-block;
	background: rgba(6, 181, 144, 0.1);
	border-radius: 3px;
	color: #06b590;
  }
  
  .card--team1 .card-body .team-social {
	margin: 1.66667rem 0 0 0;
  }
  
  .card--team1 .card-body .team-social li {
	margin-right: 0.66667rem;
  }
  
  .card--team1 .card-body .team-social li:last-child {
	margin-right: 0;
  }
  
  .card--team1 .card-body .team-social li a {
	color: rgba(145, 146, 163, 0.7);
	font-size: 0.93333rem;
	width: 2.26667rem;
	height: 2.26667rem;
	border-radius: 20rem;
	background: rgba(245, 247, 252, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
  }
  
  .card--team1 .card-body .team-social li a:hover {
	color: #fff;
  }
  
  .card--team2 {
	border-radius: 0;
	border: 0 none;
  }
  
  .card--team2 figure {
	position: relative;
	overflow: hidden;
	margin-bottom: 0.66667rem;
  }
  
  .card--team2 figure figcaption {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #413aa4;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	opacity: 0;
	visibility: hidden;
	transform: scale(0.9);
	transition: 0.4s ease;
  }
  
  .card--team2 figure figcaption .team-social {
	margin: 0 0 2.66667rem 0;
  }
  
  .card--team2 figure figcaption .team-social li {
	margin-right: 1.33333rem;
  }
  
  .card--team2 figure figcaption .team-social li:last-child {
	margin-right: 0;
  }
  
  .card--team2 figure figcaption .team-social li a {
	color: #ffffff;
	font-size: 1.06667rem;
  }
  
  .card--team2 figure figcaption .btn-outline-light {
	color: #ffffff;
  }
  
  .card--team2 .card-body {
	padding: 1rem;
	text-align: center;
  }
  
  .card--team2 .card-body h6 {
	color: #ffffff;
	margin-bottom: 0.33333rem;
  }
  
  .card--team2 .card-body span {
	color: rgba(255, 255, 255, 0.7);
  }
  
  .card--team2:hover figure figcaption {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
  }
  
  .card--team3 {
	border: 0 none;
	box-shadow: 0 5px 20px rgba(105, 106, 119, 0.05);
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 2rem;
  }
  
  .card--team3 .card__thumbnail img {
	width: 100%;
  }
  
  .card--team3 .card-body {
	padding: 1.6rem 2rem;
  }
  
  .card--team3 .card-body > p {
	margin-bottom: 25px;
  }
  
  .card--team3 .card-body h6 {
	margin-bottom: 0.33333rem;
	color: #202428;
  }
  
  .card--team3 .card-body .subtitle {
	display: block;
	margin-bottom: 1rem;
	font-size: 0.93333rem;
	color: #9192a3;
  }
  
  .card.card--team4 {
	margin-bottom: 2rem;
	flex-direction: row;
	align-items: center;
  }
  
  .card.card--team4 .team-image {
	flex: none;
  }
  
  .card.card--team4 .team-info h6 {
	margin-bottom: 5px;
  }
  
  .card.card--team4 .team-info h6 a {
	transition: all 0.3s ease;
  }
  
  .card.card--team4 p {
	margin: 0;
  }
  
  .card.card--team4:hover .team-info h5 a {
	color: #413aa4;
  }
  
  .post--card {
	transition: all 0.3s ease;
	box-shadow: 0 5px 20px rgba(105, 106, 119, 0.05);
  }
  
  .post--card .card-body h6 {
	margin: 0 0 0.66667rem 0;
  }
  
  .post--card .card-body h6 a {
	color: #202428;
	transition: all 0.3s ease;
  }
  
  .post--card .card-body h6 a:hover {
	color: #413aa4;
  }
  
  .post--card .card-body .post-meta {
	margin-bottom: 1rem;
  }
  
  .post--card .card-body .post-meta li {
	color: #9192a3;
	margin-right: 1rem;
  }
  
  .post--card .card-body .post-meta li:last-child {
	margin-right: 0;
  }
  
  .post--card .card-body p {
	margin-bottom: 0;
  }
  
  .post--card2 figure {
	padding: 1.33333rem 1.33333rem 0;
	position: relative;
  }
  
  .post--card2 figure figcaption {
	position: absolute;
	left: 2.66667rem;
	bottom: 1.33333rem;
  }
  
  .post--card2 figure figcaption a {
	width: 2.66667rem;
	height: 2.66667rem;
	border-radius: 50%;
	background: #e23636;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
  }
  
  .post--card2 .card-body h5 {
	margin-bottom: 0.66667rem;
  }
  
  .post--card2 .card-body .post-meta {
	padding-bottom: 1.33333rem;
	margin-bottom: 1.33333rem;
	border-bottom: 1px solid #e4e8ed;
	flex-wrap: wrap;
  }
  
  .post--card2 .card-body .post-meta li a {
	color: #202428;
	transition: all 0.3s ease;
  }
  
  .post--card2 .card-body .post-meta li a:hover {
	color: #413aa4;
  }
  
  .post--card2.post--card3 figure {
	padding: 0;
  }
  
  .post--card2.post--card3 figure figcaption {
	left: 1.33333rem;
  }
  
  .post--card2.post--card3 .card-body h6 {
	margin-bottom: 0.66667rem;
	line-height: 1.86667rem;
  }
  
  .post--card2.post--card3 .card-body .post-meta {
	padding-bottom: 1.2rem;
	margin-bottom: 0.8rem;
  }
  
  .card--rounded {
	border-radius: 0.53333rem;
  }
  
  .card-style-two .card-two,
  .card-style-seven .card--seven,
  .card-style-nine .card--nine,
  .card-style-eleven .card--eleven,
  .card-style-twelve .card-twelve,
  .card-style-fourteen .card--fourteen,
  .card-style-eight .card--eight,
  .post--card1 .post--card,
  .card--team1, .card--team2 {
	margin-bottom: 2rem;
  }
  
  .post--card4 {
	box-shadow: 0 5px 30px rgba(105, 106, 119, 0.1);
	border: 0 none;
	margin-bottom: 2rem;
  }
  
  .post--card4:hover {
	border: 0 none;
  }
  
  .post--card4 .card-body .post-meta {
	margin-bottom: 0;
  }

  #mapa{
	  width: 100%;
	  min-height: 300px;
  }

  .no-padding{
	  padding: 0px;
  }

  .no-margin{
	  margin: 0px;;
  }

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

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

  
.alert {
	display: block;
	position: relative;
	padding: 10px;
	border: 5px solid transparent;
	border-radius: 5px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-clip: padding-box;
	width: 100%;
  }
  
  .alert i {
	display: inline-block;
	font-size: 1.2em;
	vertical-align: middle;
  }
  
  .alert > *:last-child:not(.btn),
  .alert h1:last-child:not(.btn), .alert h2:last-child:not(.btn), .alert h3:last-child:not(.btn), .alert h4:last-child:not(.btn), .alert h5:last-child:not(.btn), .alert h6:last-child:not(.btn), .alert p:last-child:not(.btn), .alert ul:last-child:not(.btn), .alert ol:last-child:not(.btn), .alert a:last-child:not(.btn) {
	margin: 0;
  }
  
  .alert::before {
	display: block;
	position: absolute;
	top: -6px;
	right: -6px;
	bottom: -6px;
	left: -6px;
	border: 1px solid transparent;
	border-radius: 5px;
	content: '';
	z-index: -1;
  }
  
  .alert .alert-dismissible {
	transition: opacity .4s;
  }
  
  .alert .alert-dismissible.fade.show {
	opacity: 1;
  }
  
  .alert .alert-close {
	display: block;
	position: absolute;
	top: 10px;
	right: 12px;
	font-family: feather;
	font-size: 16px;
	cursor: pointer;
  }
  
  .alert .alert-close::before {
	content: '\ea04';
  }
  
  a.alert {
	text-decoration: none;
  }
  
  .alert-default {
	background-color: #f5f5f5;
	color: #505050;
  }
  
  .alert-default::before {
	border-color: rgba(80, 80, 80, 0.13);
  }
  
  .alert-default > *:not(.text-white), .alert-default > *:not(.text-light),
  .alert-default h1:not(.text-white),
  .alert-default h1:not(.text-light), .alert-default h2:not(.text-white), .alert-default h2:not(.text-light), .alert-default h3:not(.text-white), .alert-default h3:not(.text-light), .alert-default h4:not(.text-white), .alert-default h4:not(.text-light), .alert-default h5:not(.text-white), .alert-default h5:not(.text-light), .alert-default h6:not(.text-white), .alert-default h6:not(.text-light), .alert-default p:not(.text-white), .alert-default p:not(.text-light), .alert-default ul:not(.text-white), .alert-default ul:not(.text-light), .alert-default ol:not(.text-white), .alert-default ol:not(.text-light), .alert-default a:not(.text-white), .alert-default a:not(.text-light) {
	color: #505050;
  }
  
  .alert-default .alert-close {
	color: #505050;
  }
  
  .alert-primary {
	background-color: rgba(0, 85, 255, 0.11);
	color: #0055ff;
  }
  
  .alert-primary::before {
	border-color: rgba(0, 85, 255, 0.25);
  }
  
  .alert-primary > *:not(.text-white), .alert-primary > *:not(.text-light),
  .alert-primary h1:not(.text-white),
  .alert-primary h1:not(.text-light), .alert-primary h2:not(.text-white), .alert-primary h2:not(.text-light), .alert-primary h3:not(.text-white), .alert-primary h3:not(.text-light), .alert-primary h4:not(.text-white), .alert-primary h4:not(.text-light), .alert-primary h5:not(.text-white), .alert-primary h5:not(.text-light), .alert-primary h6:not(.text-white), .alert-primary h6:not(.text-light), .alert-primary p:not(.text-white), .alert-primary p:not(.text-light), .alert-primary ul:not(.text-white), .alert-primary ul:not(.text-light), .alert-primary ol:not(.text-white), .alert-primary ol:not(.text-light), .alert-primary a:not(.text-white), .alert-primary a:not(.text-light) {
	color: #0055ff;
  }
  
  .alert-primary .alert-close {
	color: #0055ff;
  }
  
  .alert-info {
	background-color: rgba(33, 150, 243, 0.11);
	color: #2196f3;
  }
  
  .alert-info::before {
	border-color: rgba(33, 150, 243, 0.3);
  }
  
  .alert-info > *:not(.text-white), .alert-info > *:not(.text-light),
  .alert-info h1:not(.text-white),
  .alert-info h1:not(.text-light), .alert-info h2:not(.text-white), .alert-info h2:not(.text-light), .alert-info h3:not(.text-white), .alert-info h3:not(.text-light), .alert-info h4:not(.text-white), .alert-info h4:not(.text-light), .alert-info h5:not(.text-white), .alert-info h5:not(.text-light), .alert-info h6:not(.text-white), .alert-info h6:not(.text-light), .alert-info p:not(.text-white), .alert-info p:not(.text-light), .alert-info ul:not(.text-white), .alert-info ul:not(.text-light), .alert-info ol:not(.text-white), .alert-info ol:not(.text-light), .alert-info a:not(.text-white), .alert-info a:not(.text-light) {
	color: #2196f3;
  }
  
  .alert-info .alert-close {
	color: #2196f3;
  }
  
  .alert-success {
	background-color: rgba(76, 175, 80, 0.11);
	color: #4caf50;
  }
  
  .alert-success::before {
	border-color: rgba(76, 175, 80, 0.25);
  }
  
  .alert-success > *:not(.text-white), .alert-success > *:not(.text-light),
  .alert-success h1:not(.text-white),
  .alert-success h1:not(.text-light), .alert-success h2:not(.text-white), .alert-success h2:not(.text-light), .alert-success h3:not(.text-white), .alert-success h3:not(.text-light), .alert-success h4:not(.text-white), .alert-success h4:not(.text-light), .alert-success h5:not(.text-white), .alert-success h5:not(.text-light), .alert-success h6:not(.text-white), .alert-success h6:not(.text-light), .alert-success p:not(.text-white), .alert-success p:not(.text-light), .alert-success ul:not(.text-white), .alert-success ul:not(.text-light), .alert-success ol:not(.text-white), .alert-success ol:not(.text-light), .alert-success a:not(.text-white), .alert-success a:not(.text-light) {
	color: #4caf50;
  }
  
  .alert-success .alert-close {
	color: #4caf50;
  }
  
  
  .alert-warning {
	background-color: #fff7e2;
	color: #988142;
	border-color: #988142;
  }
  
  .alert-warning p{
	color: #988142 !important;
  }
  
  .alert.bordered {
	border-width: 1px;
  }
  
  .alert .close {
	background: url("../../img/icons/noti-cross.png") no-repeat scroll 0 0 transparent;
	background-position: -9px -10px;
	width: 10px;
	height: 9px;
	position: relative;
	opacity: 0.8;
	top: 4.5px;
	float: right;
	margin-left: 20px;
	font-size: 0;
  }
  
  .alert-warning::before {
	border-color: rgba(255, 160, 0, 0.25);
  }
  
  .alert-warning > *:not(.text-white), .alert-warning > *:not(.text-light),
  .alert-warning h1:not(.text-white),
  .alert-warning h1:not(.text-light), .alert-warning h2:not(.text-white), .alert-warning h2:not(.text-light), .alert-warning h3:not(.text-white), .alert-warning h3:not(.text-light), .alert-warning h4:not(.text-white), .alert-warning h4:not(.text-light), .alert-warning h5:not(.text-white), .alert-warning h5:not(.text-light), .alert-warning h6:not(.text-white), .alert-warning h6:not(.text-light), .alert-warning p:not(.text-white), .alert-warning p:not(.text-light), .alert-warning ul:not(.text-white), .alert-warning ul:not(.text-light), .alert-warning ol:not(.text-white), .alert-warning ol:not(.text-light), .alert-warning a:not(.text-white), .alert-warning a:not(.text-light) {
	color: #ffa000;
  }
  
  .alert-warning .alert-close {
	color: #ffa000;
  }
  
  .alert-danger {
	background-color: rgba(244, 67, 54, 0.11);
	color: #f44336;
  }
  
  .alert-danger::before {
	border-color: rgba(244, 67, 54, 0.25);
  }
  
  .alert-danger > *:not(.text-white), .alert-danger > *:not(.text-light),
  .alert-danger h1:not(.text-white),
  .alert-danger h1:not(.text-light), .alert-danger h2:not(.text-white), .alert-danger h2:not(.text-light), .alert-danger h3:not(.text-white), .alert-danger h3:not(.text-light), .alert-danger h4:not(.text-white), .alert-danger h4:not(.text-light), .alert-danger h5:not(.text-white), .alert-danger h5:not(.text-light), .alert-danger h6:not(.text-white), .alert-danger h6:not(.text-light), .alert-danger p:not(.text-white), .alert-danger p:not(.text-light), .alert-danger ul:not(.text-white), .alert-danger ul:not(.text-light), .alert-danger ol:not(.text-white), .alert-danger ol:not(.text-light), .alert-danger a:not(.text-white), .alert-danger a:not(.text-light) {
	color: #f44336;
  }
  
  .alert-danger .alert-close {
	color: #f44336;
  }
  
  .alert-image-bg {
	border: 0;
  }
  
  .alert-image-bg::before {
	display: none;
  }

  
.alert {
	position: relative;
	padding: 1.6rem 2rem;
	margin-bottom: 1.33rem;
	border: 1px solid transparent;
	-webkit-border-radius: 0.25rem;
			border-radius: 0.25rem;
  }
  
  .alert-heading {
	color: inherit;
  }
  
  .alert-link {
	font-weight: 700;
  }
  
  .alert-dismissible {
	padding-right: 5.5rem;
  }
  
  .alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 1.6rem 2rem;
	color: inherit;
  }
  
  .alert-primary {
	color: #413aa4;
	background-color: #d9d8ed;
	border-color: #cac8e6;
  }
  
  .alert-primary hr {
	border-top-color: #b9b6de;
  }
  
  .alert-primary .alert-link {
	color: #322d7e;
  }
  
  .alert-secondary {
	color: #06b590;
	background-color: #cdf0e9;
	border-color: #b9eae0;
  }
  
  .alert-secondary hr {
	border-top-color: #a5e4d7;
  }
  
  .alert-secondary .alert-link {
	color: #048469;
  }
  
  .alert-success {
	color: #35b53e;
	background-color: #d7f0d8;
	border-color: #c6eac9;
  }
  
  .alert-success hr {
	border-top-color: #b3e3b7;
  }
  
  .alert-success .alert-link {
	color: #298e30;
  }
  
  .alert-info {
	color: #377dff;
	background-color: #d7e5ff;
	border-color: #c7dbff;
  }
  
  .alert-info hr {
	border-top-color: #aecbff;
  }
  
  .alert-info .alert-link {
	color: #045cff;
  }
  
  .alert-warning {
	color: #ffaf00;
	background-color: #ffefcc;
	border-color: #ffe9b8;
  }
  
  .alert-warning hr {
	border-top-color: #ffe19f;
  }
  
  .alert-warning .alert-link {
	color: #cc8c00;
  }
  
  .alert-danger {
	color: #e23636;
	background-color: #f9d7d7;
	border-color: #f7c7c7;
  }
  
  .alert-danger hr {
	border-top-color: #f4b1b1;
  }
  
  .alert-danger .alert-link {
	color: #c81d1d;
  }
  
  .alert-light {
	color: white;
	background-color: white;
	border-color: white;
  }
  
  .alert-light hr {
	border-top-color: #f2f2f2;
  }
  
  .alert-light .alert-link {
	color: #e6e6e6;
  }
  
  .alert-dark {
	color: #202428;
	background-color: #d2d3d4;
	border-color: #c1c2c3;
  }
  
  .alert-dark hr {
	border-top-color: #b4b5b6;
  }
  
  .alert-dark .alert-link {
	color: #090b0c;
  }