/*
Theme Name: Prantokon
Version: 1.0
Author: Jsoft
Description: Responsive HTML5 / CSS3 One-page Landing App Template.
*/

/**
 *** CSS Indexing ***
 * THEME DEFAULT CSS
 * RESET CSS
 * HEADER AREA CSS
 * HERO AREA CSS
 * ABOUT AREA CSS
 * FEATURE AREA CSS
 * SHOWCASE AREA CSS
 * VIDEO AREA CSS
 * SCREENSHOT AREA CSS
 * PRICING AREA CSS
 * TESTIMONIAL AREA CSS
 * COUNTERUP AREA CSS
 * TEAM AREA CSS
 * DOWNLOAD AREA CSS
 * BLOG AREA CSS
 * MAP AND FOOTER AREA CSS
 * SCROLL-TO-TOP AREA CSS
 * INDEX SLIDER PAGE CSS
 * INDEX VIDEO PAGE CSS
 * BLOG PAGE CSS
 * BLOG DETAILS PAGE CSS
 * PRELOADER CSS
**/

/*----------------------------------
--------- THEME DEFAULT CSS --------
----------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,900');
body {
    line-height: 24px;
    font-size: 14px;
    color: #666666;
	font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

/*----------------------------
---------- RESET CSS ---------
----------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
}
h1 {
    font-size: 48px;
}
h2 {
    font-size: 30px;
	color: #232323;
}
h4 {
    font-size: 18px;
	color: #232323;
}
h6 {
    font-size: 14px;
	color: #232323;
}
h5 {
	color: #232323;
}
a {
    transition: 0.6s;
}
a,
a:hover {
    color: #666666;
}
img {
    max-width: 100%;
    height: auto;
}
iframe {
    width: 100%;
    border: none;
}
a,
a:hover,
a:focus,
a:active,
button:focus {
    text-decoration: none;
    border: none;
    outline: 0;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ol {
    margin-bottom: 0;
}
select:focus,
select:active {
    box-shadow: none;
    border: 0;
    outline: 0
}
input:focus,
textarea:focus,
select:focus,
button:focus {
    outline: none;
}
button{
    cursor: pointer;
}
textarea {
	height: 120px;
}
input[type="text"],
input[type="submit"],
button[type="submit"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="password"],
input[type="number"],
textarea {
    background: transparent;
    width: 100%;
    padding: 6px 10px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
}
input[type="submit"],
button[type="submit"] {
    width: auto;
    color: #666;
    padding: 9px 42px;
}
textarea:focus {
    outline: none !important;
    box-shadow: none !important;
}
.sec-title {
    text-align: center;
    max-width: 500px;
    margin: 0 auto 40px;
}
.sec-title h2 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
    top: -6px;
}
.sec-title h2 .sec-title-border {
    width: 130px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 2px solid #222;
    right: 0;
    height: 0;
    margin: auto;
}
.pricing-area .sec-title h2 .sec-title-border,
.download-area .sec-title h2 .sec-title-border {
    border-color: #fff;
}
.pricing-area .sec-title h2 .sec-title-border span::before,
.download-area .sec-title h2 .sec-title-border span::before {
    background-color: #fff;
}
.sec-title h2 .sec-title-border span {
    width: 9px;
    height: 9px;
    position: relative;
    display: inline-block;
    margin: 0 1px;
    bottom: 23.3px;
}
.sec-title h2 .sec-title-border span::before {
    background: #222;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform: rotate(45deg);
}
.mt-100 {
    margin-top: 100px;
}
.mt-30 {
    margin-top: 30px;
}
.ptb-100 {
    padding: 100px 0;
}
.ptb-90 {
    padding: 90px 0;
}
.owl-nav div {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 35px;
    background: #fff;
    color: #000;
    height: 35px;
    line-height: 36px;
    border-radius: 100%;
    text-align: center;
    font-size: 29px;
    transition: 0.4s;
    margin-top: -60px;
}
.owl-nav div:hover {
    background: #000;
    color: #fff;
}
.owl-nav div.owl-next {
    right: 20px;
    left: auto;
}
.owl-dots {
    text-align: center;
    margin-top: 30px;
}
.owl-dot {
    width: 10px;
    height: 10px;
    border: 1px solid #D01C1F;
    border-radius: 10px;
    display: inline-block;
    margin: 0 3px;
}
.owl-dot.active {
    background: #D01C1F;
}
.display-table {
    display: table;
    height: 100%;
    width: 100%;
}
.display-tablecell {
    display: table-cell;
    vertical-align: middle;
}
.header.sticky .mainmenu li a.appao-btn ,
.mainmenu li a.appao-btn,
.appao-btn {
    border: 1px solid #fff;
    color: #fff;
	border-radius: 15px;
    padding: 6px 25px;
    display: inline-block;
    text-transform: uppercase;
	cursor: pointer;
	font-weight: 500;
}
.header.sticky .mainmenu li a.appao-btn:hover ,
.mainmenu li a.appao-btn:hover,
.appao-btn:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #666;
}
.appao-btn2 {
    border: 1px solid transparent;
	border-radius: 25px;
	background: #520B0C; /* Old browsers */
	background-image: -moz-linear-gradient(left, #520B0C 1%, #9E1517 24%, #D01C1F 67%, #D95D5F 100%); /* FF3.6-15 */
	background-image: -webkit-linear-gradient(left, #520B0C 1%, #9E1517 24%, #D01C1F 67%, #D95D5F 100%); /* Chrome10-25,Safari5.1-6 */
	background-image: linear-gradient(to right, #520B0C 1%, #9E1517 24%, #D01C1F 67%, #D95D5F 100%);
}
.appao-btn2:hover {
    border: 1px solid #000529;
	background: transparent;
	background-image: none;
    color: #000529;
}
.flexbox-center {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
input::-webkit-input-placeholder {
    color: #666;
}

/*--------------------------------------
-------- HEADER AREA CSS START --------
---------------------------------------*/
.header {
    position: fixed;
    top: 0;
    left: 0;
	transition: all 0.4s;
    width: 100%;
    z-index: 99;
	padding: 18px 0;
}
.mainmenu {
    text-align: right;
}
.mainmenu li {
    display: inline-block;
    text-transform: uppercase;
}
.mainmenu li a {
    display: inline-block;
    color: #fff;
    position: relative;
    padding: 5px 16px;
	margin: 0 3px;
    border: 1px solid transparent;
}
.slicknav_menu {
	padding: 0;
    background: transparent;
}
.slicknav_menu a.active,
.mainmenu ul li a:hover,
.mainmenu ul li a.active {
    border: 1px solid #fff;
}
.mainmenu {
    display: block;
}
.slicknav_menu {
	display: none;
}
.header.sticky {
	border-bottom: 1px solid #fff;
	background: #520b0c;
	background: -moz-linear-gradient(left,#520B0C 1%,#9E1517 24%,#D01C1F 67%,#D95D5F 100%);
	background: -webkit-linear-gradient(left,#520B0C 1%,#9E1517 24%,#D01C1F 67%,#D95D5F 100%);
	background: linear-gradient(to right,#520B0C 1%,#9E1517 24%,#D01C1F 67%,#D95D5F 100%);
}
.header.sticky {
	padding: 10px 0;
}
.mainmenu li a.appao-btn {
	margin-left: 55px;
}
/*--------------------------------------
--------- HEADER AREA CSS END ---------
---------------------------------------*/

/*--------------------------------------
-------- HERO AREA CSS START --------
---------------------------------------*/
.hero-area {
    padding-top: 140px;
	z-index: 1;
	position: relative;
    background-image: url(../images/hero-area.jpg);
    background-repeat: no-repeat;
    background-position: center;
	background-attachment: fixed;
    background-size: cover;
	overflow: hidden;
}
.hero-area::before {
	content: "";
	top: 0;
	left: 0;
    opacity: 0.85;
	right: 0;
	bottom: 0;
	z-index: -1;
	position: absolute;
	background: #520B0C; /* Old browsers */
	background: -moz-linear-gradient(left, #520B0C 1%, #9E1517 24%, #D01C1F 67%, #D95D5F 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #520B0C 1%, #9E1517 24%, #D01C1F 67%, #D95D5F 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #520B0C 1%, #9E1517 24%, #D01C1F 67%, #D95D5F 100%);
}
.hero-area-content {
    color: #fff;
	padding: 80px 0 170px;
}
.hero-area-content h1 {
    color: #fff;
}
.hero-area-content p {
    margin: 28px 0 25px;
}
.hero-area-content .appao-btn {
    margin-top: 15px;
    margin-right: 15px;
}
.hand-mockup {
    position: absolute;
    bottom: -2px;
    max-width: 100%;
}
/*------------------------------------
--------- HERO AREA CSS END ---------
------------------------------------*/

/*--------------------------------------
-------- ABOUT AREA CSS START --------
---------------------------------------*/
.about-area {
	text-align: center;
}
.single-about-box {
	padding: 25px;
    transition: all 0.4s;
}
.single-about-box i::before {
    color: #D01C1F;
    font-size: 40px;
    transition: all 0.4s;
    display: block;
}
.single-about-box.active,
.single-about-box:hover {
	box-shadow: 0 0 5px #ccc;
}
.single-about-box.active i::before ,
.single-about-box:hover i::before {
    color: #000;
}
.single-about-box h4 {
	margin: 25px 0 15px;
}
/*--------------------------------------
---------- ABOUT AREA CSS END ----------
---------------------------------------*/

/*--------------------------------------
-------- FEATURE AREA CSS START --------
---------------------------------------*/
.feature-area {
	z-index: 1;
	position: relative;
    background-image: url(../images/feature-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.feature-area::before {
	content: "";
	top: 0;
	left: 0;
    opacity: 0.85;
	right: 0;
	bottom: 0;
	background: #520B0C; /* Old browsers */
	background: -moz-linear-gradient(left, #520B0C 1%, #9E1517 24%, #D01C1F 67%, #D95D5F 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #520B0C 1%, #9E1517 24%, #D01C1F 67%, #D95D5F 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #520B0C 1%, #9E1517 24%, #D01C1F 67%, #D95D5F 100%);
	z-index: -1;
	position: absolute;
}
.single-feature-box h4 {
    font-size: 18px;
    margin-bottom: 5px;
}
.single-feature-box li {
    margin-bottom: 45px;
    display: flex;
}
.single-feature-box li:last-child {
    margin-bottom: 0;
}
.feature-box-info {
    flex: 5;
}
.feature-box-icon {
    flex: 1;
	font-size: 20px;
	transition: all 0.4s;
}
.single-feature-box li:hover .feature-box-icon i::before {
    border-radius: 0;
}
.single-feature-box h2,
.single-feature-box h3,
.single-feature-box h4,
.single-feature-box {
	color: #fff;
}
.feature-box-icon i::before {
    border: 2px dashed #fff;
    width: 40px;
    display: inline-block;
    height: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 100%;
	transition: all 0.4s;
}
/*--------------------------------------
--------- FEATURE AREA CSS END ---------
---------------------------------------*/

/*--------------------------------------
-------- SHOWCASE AREA CSS START -------
---------------------------------------*/
.showcase-area {
	padding-bottom: 50px;
}
.single-showcase-box {
	padding: 0 0 40px;
}
.single-showcase-box p {
	margin: 20px 0 25px;
}
.single-showcase-box h4 {
	font-size: 20px;
}
/*--------------------------------------
--------- SHOWCASE AREA CSS END --------
---------------------------------------*/

/*--------------------------------------
---------- VIDEO AREA CSS START --------
---------------------------------------*/
.video-area {
    background: url(../images/video-overview.jpg) no-repeat center / cover;
    position: relative;
	background-attachment: fixed;
    text-align: center;
    z-index: 1;
    color: #fff;
}
.video-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: #520B0C; /* Old browsers */
	background: -moz-linear-gradient(left, #520B0C 1%, #9E1517 24%, #D01C1F 67%, #D95D5F 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #520B0C 1%, #9E1517 24%, #D01C1F 67%, #D95D5F 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #520B0C 1%, #9E1517 24%, #D01C1F 67%, #D95D5F 100%);
    opacity: 0.85;
    z-index: -1;
}
.video-popup i {
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 80px;
    font-size: 25px;
    color: #000529;
    border: 10px solid rgba(255,255,255,0.7);
    border-radius: 50%;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
}
.video-popup i::before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
    border-radius: 50%;
}
.video-popup i:hover {
    color: #fff;
}
.video-popup h1 {
    margin-top: 30px;
    line-height: 35px;
}
.video-popup i:hover::before {
    background: transparent;
}
/*--------------------------------------
----------- VIDEO AREA CSS END ---------
---------------------------------------*/

/*--------------------------------------
------ SCREENSHOT AREA CSS START -------
---------------------------------------*/
.screenshots-area .sec-title {
    margin-bottom: 15px;
}
.screenshot-wrap .slick-list {
	padding-bottom: 90px !important;
	padding-top: 80px !important;
}
.single-screenshot.slick-slide {
	z-index: 1;
}
.single-screenshot.slick-active {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	z-index: 2;
	transition: all 0.3s ease-in 0s;
}
.single-screenshot.slick-center {
	position: relative;
	-webkit-transform: scale(1.25);
	-ms-transform: scale(1.25);
	transform: scale(1.25);
	z-index: 3;
	transition: all 0.3s ease-in 0s;
}
.single-screenshot img {
	width: 100%;
}
.slick-dots {
	text-align: center;
	margin-top: 10px;
}
.slick-dots li.slick-active button {
    background-color: #D01C1F;
}
.slick-dots li {
    display: inline-block;
}
.slick-dots li button {
    background: transparent;
    border: 2px solid #D01C1F;
    border-radius: 100%;
    font-size: 0;
    margin: 0 3px;
    padding: 0;
	cursor: pointer;
    width: 15px;
    height: 15px;
    display: inline-block;
}
.single-screenshot.slick-center {
    background-image: url(../images/screenshot/mockup.png);
    background-size: 100% 100%;
}
.single-screenshot.slick-center img {
    padding: 35px 20px 55px;
}
/*--------------------------------------
-------- SCREENSHOT AREA CSS END -------
---------------------------------------*/

/*--------------------------------------
-------- PRICING AREA CSS START --------
---------------------------------------*/
.pricing-area {
    background: url(../images/price-bg.jpg) no-repeat center / cover;
    position: relative;
    text-align: center;
    z-index: 1;
}
.pricing-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: #520B0C; /* Old browsers */
	background: -moz-linear-gradient(left, #520B0C 1%, #9E1517 24%, #D01C1F 67%, #D95D5F 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #520B0C 1%, #9E1517 24%, #D01C1F 67%, #D95D5F 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #520B0C 1%, #9E1517 24%, #D01C1F 67%, #D95D5F 100%);
    opacity: 0.85;
    z-index: -1;
}
.pricing-area .sec-title ,
.pricing-area .sec-title h2 {
	color: #fff;
}
.single-pricing-box {
	background: #fff;
	text-align: center;
	transition: all 0.4s;
}
.pricing-top {
    padding: 15px;
}
.pricing-top h4 {
	font-weight: 400;
}
.pricing-top p {
	font-style: italic;
	font-weight: 500;
}
.price {
    background-color: #666666;
    padding: 15px;
    color: #fff;
	transition: all 0.4s;
}
.price-details {
    padding: 25px 15px;
}
.price h1 {
    position: relative;
    padding-left: 13px;
    display: inline-block;
}
.price h1 span {
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 40px;
}
.price-details ul li {
    max-width: 204px;
    font-weight: 500;
    padding-bottom: 8px;
    margin: 0 auto 15px;
    border-bottom: 1px solid #666;
}
.price-details ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.price-details .appao-btn {
    padding: 5px 35px;
	margin-top: 10px;
	border: 2px solid #666;
	color: #666;
	border-radius: 30px;
	transition: all 0.4s;
}
.single-pricing-box:hover .price {
	background-color: #520B0C; /* Old browsers */
	background-image: -moz-linear-gradient(left, #520B0C 1%, #9E1517 24%, #D01C1F 67%, #D95D5F 100%); /* FF3.6-15 */
	background-image: -webkit-linear-gradient(left, #520B0C 1%, #9E1517 24%, #D01C1F 67%, #D95D5F 100%); /* Chrome10-25,Safari5.1-6 */
	background-image: linear-gradient(to right, #520B0C 1%, #9E1517 24%, #D01C1F 67%, #D95D5F 100%);
}
.single-pricing-box:hover .appao-btn {
    background-color: #520B0C;
    background-image: -moz-linear-gradient(left, #520B0C 1%, #9E1517 24%, #D01C1F 67%, #D95D5F 100%);
    background-image: -webkit-linear-gradient(left, #520B0C 1%, #9E1517 24%, #D01C1F 67%, #D95D5F 100%);
    background-image: linear-gradient(to right, #520B0C 1%, #9E1517 24%, #D01C1F 67%, #D95D5F 100%);
    color: #fff;
    border: 2px solid #101820;
}
/*--------------------------------------
--------- PRICING AREA CSS END ---------
---------------------------------------*/

/*--------------------------------------
------ TESTIMONIAL AREA CSS START ------
---------------------------------------*/
.author-img {
    width: 95px;
    height: 95px;
    border-radius: 100%;
    margin: 5px auto;
}
.author-img img {
    border-radius: 100%;
    border: 2px solid #D01C1F;
    box-shadow: 0 0 6px #D01C1F;
}
.single-testimonial-box {
    text-align: center;
}
.single-testimonial-box p {
    margin: 0 0 15px;
}
.single-testimonial-box h5 {
    margin: 35px 0 15px;
}
.testimonial-thumb > div {
    position: absolute;
    top: 5px;
    transform: scale(0.7);
    left: 50%;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-left: -150px;
    z-index: 1;
}
.testimonial-thumb > div.thumb-next {
    left: auto;
    right: 50%;
    margin: 0 -150px 0 0;
}
.testimonial-thumb > div:hover {
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
/*--------------------------------------
------- TESTIMONIAL AREA CSS END -------
---------------------------------------*/

/*--------------------------------------
-------- COUNTERUP AREA CSS START --------
---------------------------------------*/
.counter-area {
    background: url(../images/counter-bg.jpg) no-repeat center / cover;
	background-attachment: fixed;
    position: relative;
    text-align: center;
    z-index: 1;
	color: #fff;
	padding-top: 50px;
}
.counter-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: #520B0C; /* Old browsers */
	background: -moz-linear-gradient(left, #520B0C 1%, #9E1517 24%, #D01C1F 67%, #D95D5F 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #520B0C 1%, #9E1517 24%, #D01C1F 67%, #D95D5F 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #520B0C 1%, #9E1517 24%, #D01C1F 67%, #D95D5F 100%);
    opacity: 0.85;
    z-index: -1;
}
.single-counter-box i::before {
    background: #D01C1F;
    width: 120px;
    display: block;
    height: 120px;
    line-height: 120px;
    border-radius: 100%;
    font-size: 50px;
    margin: auto;
    box-shadow: 0 8px 8px #020202;
	border: 2px solid transparent;
	transition: all 0.4s;
}
.single-counter-box h1 {
	margin: 25px 0 10px;
}
.single-counter-box p {
    font-size: 24px;
    line-height: normal;
}
.single-counter-box {
    margin-top: 40px;
}
.single-counter-box:hover i::before {
	background: transparent;
	border: 2px solid #fff;
    box-shadow: none;
}
/*--------------------------------------
-------- COUNTERUP AREA CSS END --------
---------------------------------------*/

/*--------------------------------------
-------- TEAM AREA CSS START --------
---------------------------------------*/
.single-team-member {
    text-align: center;
    box-shadow: 0 2px 15px -5px #222;
    transition: all 0.4s;
}
.team-member-info h4 {
	font-size: 20px;
}
.team-member-info {
    padding: 20px 10px;
}
.team-member-img {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.team-member-icon {
    position: absolute;
    top: 0;
	left: -100%;
    height: 100%;
    width: 100%;
    transition: all 0.4s;
}
.team-member-img::before {
    content: "";
    background: #520B0C; /* Old browsers */
    background: -moz-linear-gradient(left, #520B0C 1%, #9E1517 24%, #D01C1F 67%, #D95D5F 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #520B0C 1%, #9E1517 24%, #D01C1F 67%, #D95D5F 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #520B0C 1%, #9E1517 24%, #D01C1F 67%, #D95D5F 100%);
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    transition: all 0.4s;
    position: absolute;
    opacity: 0.85;
}
.team-member-icon a {
    color: #fff;
	width: 30px;
	height: 30px;
	display: inline-block;
	line-height: 30px;
	border: 1px solid transparent;
}
.team-member-icon a:hover {
	border: 1px solid #fff;
}
.single-team-member:hover .team-member-img::before {
    width: 100%;
}
.single-team-member:hover .team-member-icon  {
    left: 0;
}
/*--------------------------------------
--------- TEAM AREA CSS END ---------
---------------------------------------*/

/*--------------------------------------
-------- DOWNLOAD AREA CSS START --------
---------------------------------------*/
.download-area {
    background: url(../images/download-bg.jpg) no-repeat center / cover;
    position: relative;
    text-align: center;
    z-index: 1;
}
.download-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: #520B0C; /* Old browsers */
	background: -moz-linear-gradient(left, #520B0C 1%, #9E1517 24%, #D01C1F 67%, #D95D5F 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #520B0C 1%, #9E1517 24%, #D01C1F 67%, #D95D5F 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #520B0C 1%, #9E1517 24%, #D01C1F 67%, #D95D5F 100%);
    opacity: 0.85;
    z-index: -1;
}
.download-area ,
.download-area h1,
.download-area h2,
.download-area h3,
.download-area h4,
.download-area h5,
.download-area h6,
.download-area a {
	color: #fff;
}
.download-area li {
    display: inline-block;
}
.download-btn {
    display: flex;
    text-align: left;
    margin: 0 25px;
    padding: 3px 30px 5px;
    border: 1px solid #fff;
    border-radius: 50px;
}
.download-btn-icon {
    flex: 1;
    font-size: 22px;
    margin-right: 15px;
    line-height: 30px;
}
.download-btn-text {
    flex: 20;
}
.download-btn:hover {
    border: 1px solid transparent;
    box-shadow: 0 2px 8px #222;
    background: #D01C1F;
}
/*--------------------------------------
--------- DOWNLOAD AREA CSS END ---------
---------------------------------------*/

/*--------------------------------------
-------- BLOG AREA CSS START --------
---------------------------------------*/
p.form-message.error {
    color: #a20202;
}
p.form-message.sucess {
    color: #036b03;
}
.blog-area.blog-page {
    padding: 90px 0 130px;
}
.single-post {
    padding: 5px;
    box-shadow: 0 2px 10px -2px #999;
}
.post-thumbnail {
    overflow: hidden;
}
.single-post:hover img {
    transform: scale(1.2);
}
.post-thumbnail img {
    transition: all 0.4s;
}
.post-details {
    padding: 25px 15px;
}
.post-author a {
    margin-right: 10px;
    font-size: 12px;
}
.post-author a i {
    margin-right: 5px;
}
.post-details a:hover,.post-details a h4:hover {
    color: #D01C1F;
}
h4.post-title {
    font-size: 20px;
    margin: 18px 0;
}
h4.post-title a {
    color: #232323;
}
/*--------------------------------------
----------- BLOG AREA CSS END ----------
---------------------------------------*/

/*---------------------------------------
----- MAP AND FOOTER AREA CSS START -----
---------------------------------------*/
.google-map {
    height: 450px;
}
.footer {
    background: url(../images/footer-bg.jpg) no-repeat center / cover;
    position: relative;
    z-index: 1;
    padding-bottom: 35px;
}
.footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: #520B0C; /* Old browsers */
	background: -moz-linear-gradient(left, #520B0C 1%, #9E1517 24%, #D01C1F 67%, #D95D5F 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #520B0C 1%, #9E1517 24%, #D01C1F 67%, #D95D5F 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #520B0C 1%, #9E1517 24%, #D01C1F 67%, #D95D5F 100%);
    opacity: 0.85;
    z-index: -1;
}
.contact-form,
.contact-address {
    background: #fff;
    padding: 40px 65px;
    margin-bottom: 40px;
    margin-top: -80px;
	border: 1px solid #ddd;
}
.contact-form input,
.contact-form textarea,
.contact-form button {
    border: 1px solid #bbb;
}
.contact-form button {
	transition: all 0.4s; 
}
.blog-reply button:hover ,
.contact-form button:hover {
    background: #D01C1F;
    border-color: #D01C1F;
    color: #fff;
}
.contact-form h4,.contact-address h4 {
    margin-bottom: 20px;
    font-size: 20px;
}
.contact-address li {
    margin-bottom: 33px;
    display: flex;
}
.contact-address li .contact-address-icon {
    flex: 1;
}
.contact-address li .contact-address-info {
    flex: 6;
}
.contact-address li .contact-address-icon i::before {
    width: 38px;
    height: 38px;
    border-radius: 100%;
    border: 1px solid #D01C1F;
    display: block;
    text-align: center;
    line-height: 39px;
    font-size: 18px;
    transition: all 0.4s;
}
.contact-address li .contact-address-info a {
    display: block;
}
.contact-address p {
    margin-bottom: 45px;
    padding-top: 10px;
}
.contact-address li:hover .contact-address-icon i::before {
    background: #D01C1F;
    color: #fff;
}
.subscribe-form {
    margin: 40px 0 40px;
    text-align: center;
}
.copyright-area {
    text-align: center;
}
.copyright-area ul li {
    display: inline-block;
}
.copyright-area ul li a {
    width: 35px;
    height: 35px;
    color: #D01C1F;
    background: #fff;
    display: inline-block;
    line-height: 35px;
	font-size: 16px;
    border-radius: 100%;
    margin: 0 5px;
}
.copyright-area ul li a:hover {
    background: #D01C1F;
    color: #fff;
}
.copyright-area ul {
    margin-bottom: 30px;
}
.copyright-area p {
    color: #fff;
}
.copyright-area p a {
    color: #fff;
    border-bottom: 1px solid #fff;
}
.subscribe-form form {
    position: relative;
    max-width: 580px;
    margin: auto;
    z-index: 1;
    border-radius: 30px;
    display: inline-block;
    width: 100%;
    background: #fff;
}
.subscribe-form form input {
    background: transparent;
    border: 0;
    width: 70%;
    padding: 15px 30px;
    float: left;
    margin: 0;
}
.subscribe-form form button {
    width: 29%;
    padding: 15px 30px;
    border: 0;
    border-radius: 30px;
    background: #101820;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    float: right;
    margin: 0;
    margin-right: -1%;
}
/*---------------------------------------
------ MAP AND FOOTER AREA CSS END ------
---------------------------------------*/

/*--------------------------------------
-------- SCROLL-TO-TOP CSS START --------
---------------------------------------*/
.scrollToTop {
    width: 40px;
	display: none;
    height: 40px;
    line-height: 39px;
    background: #000;
	display: none;
    color: #fff;
    position: fixed;
    border: 1px solid #fff;
    border-radius: 100%;
    bottom: 15px;
    right: 15px;
    z-index: 99;
    text-align: center;
	font-size: 18px;
}
.scrollToTop:hover {
    background: #520B0C;
    background: -moz-linear-gradient(left, #520B0C 1%, #9E1517 24%, #D01C1F 67%, #D95D5F 100%);
    background: -webkit-linear-gradient(left, #520B0C 1%, #9E1517 24%, #D01C1F 67%, #D95D5F 100%);
    background: linear-gradient(to right, #520B0C 1%, #9E1517 24%, #D01C1F 67%, #D95D5F 100%);
    border: 1px solid #fff;
    color: #fff;
}
.scrollToTop:focus {
    border: 1px solid #fff;
    color: #fff;
}
/*--------------------------------------
--------- SCROLL-TO-TOP CSS END ---------
---------------------------------------*/

/*--------------------------------------
------ INDEX SLIDER PAGE CSS START -----
---------------------------------------*/
.hero-area-slider .owl-nav div {
	opacity: 0;
}
.hero-area-slider:hover .owl-nav div {
	opacity: 1;
}
.hero-area-single-slide h1,
.hero-area-single-slide p,
.hero-area-single-slide a.appao-btn {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.hero-area-single-slide h1 {
    -webkit-transform: translateX(-140px);
    transform: translateX(-140px);
    -webkit-transition: all .6s linear 0s;
    transition: all .6s linear 0s;
}
.hero-area-single-slide p {
    -webkit-transform: translateX(-140px);
    transform: translateX(-140px);
    -webkit-transition: all .15s linear 0s;
    transition: all .15s linear 0s;
}
.hero-area-single-slide a.appao-btn {
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-transition: all .10s linear 0s;
    transition: all .10s linear 0s;
}
.hero-area-single-slide img {
    opacity: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.active .hero-area-single-slide h1,
.active .hero-area-single-slide p,
.active .hero-area-single-slide a.appao-btn {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.active .hero-area-single-slide h1 {
    -webkit-transition: all 700ms linear 0s;
    transition: all 700ms linear 0s;
}
.active .hero-area-single-slide p {
    -webkit-transition: all 1500ms linear 0s;
    transition: all 1500ms linear 0s;
}
.active .hero-area-single-slide a.appao-btn {
    -webkit-transition: all 1300ms linear 0s;
    transition: all 1300ms linear 0s;
}
.active .hero-area-single-slide img {
    opacity: 1;
}
/*--------------------------------------
------- INDEX SLIDER PAGE CSS END ------
---------------------------------------*/

/*--------------------------------------
------ INDEX VIDEO PAGE CSS START -----
---------------------------------------*/
.hero-area > .mbYTP_wrapper {
	z-index: -2 !important;
}
/*--------------------------------------
------- INDEX VIDEO PAGE CSS END ------
---------------------------------------*/

/*--------------------------------------
-------- Pre Loader Style START --------
---------------------------------------*/
#preloader {
  position: fixed;
  z-index: 99999999999;
  top: 0;
  left: 0;
  overflow: visible;
  width: 100%;
  height: 100%;
  background: #fff url("../images/oneprice_color_logo.svg") no-repeat center center;
}
/*--------------------------------------
--------- Pre Loader Style END ---------
---------------------------------------*/

/*--------------------------------------
-------- BREADCRUMB CSS START --------
---------------------------------------*/
.breadcrumb-area {
    text-align: center;
}
.hero-area.breadcrumb-area {
    padding: 130px 0 100px;
}
.hero-area.breadcrumb-area .hero-area-content {
    padding: 0;
}
.breadcrumb-area ul li {
    display: inline-block;
}
.breadcrumb-area ul li a {
    color: #fff;
	padding: 0 10px;
	position: relative;
}
.breadcrumb-area ul li a::before {
	position: absolute;
	right: -2px;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "/";
}
.breadcrumb-area ul li:last-child a::before {
	content: "";
}
.breadcrumb-area ul {
    margin-top: 10px;
}
.breadcrumb-area ul li a:hover {
    color: #000;
}
/*--------------------------------------
--------- BREADCRUMB CSS END ---------
---------------------------------------*/

/*--------------------------------------
-------- BREADCRUMB CSS START --------
---------------------------------------*/
.blog-page .single-post {
	margin-bottom: 40px;
}
.pagination {
    text-align: center;
    display: block;
    margin-bottom: 40px;
}
.pagination li {
    display: inline-block;
}
.pagination li a {
    background-color: #520B0C;
    background-image: -moz-linear-gradient(left, #520B0C 1%, #9E1517 24%, #D01C1F 67%, #D95D5F 100%);
    background-image: -webkit-linear-gradient(left, #520B0C 1%, #9E1517 24%, #D01C1F 67%, #D95D5F 100%);
    background-image: linear-gradient(to right, #520B0C 1%, #9E1517 24%, #D01C1F 67%, #D95D5F 100%);
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
}
.pagination li a:hover {
	background-image: none;
    background-color: #000;
}
/*--------------------------------------
--------- BREADCRUMB CSS END ---------
---------------------------------------*/

/*--------------------------------------
-------- BLOG DETAILS CSS START --------
---------------------------------------*/
.blog-detail {
	padding: 90px 0 155px;
}
.date-time li {
    display: inline-block;
    margin-right: 10px;
}
.blog-details .post-author {
    margin-top: 15px;
    margin-bottom: 25px;
}
.date-time li i {
    color: #D01C1F;
}
.blog-details p {
    margin-bottom: 12px;
}
.blog-reply {
    padding-top: 40px;
}
.blog-reply button {
	transition: all 0.4s;
}
.blog-reply textarea {
	height: 150px;
}
.blog-reply h4 {
    margin-bottom: 20px;
}
.sidebar {
	padding-left: 30px;
}
.widget form input {
    width: 78%;
}
.widget form button {
    width: 20%;
    float: right;
	padding: 6px 0;
    background: #520B0C;
    color: #fff;
    background: -moz-linear-gradient(left, #520B0C 1%, #9E1517 24%, #D01C1F 67%, #D95D5F 100%);
    background: -webkit-linear-gradient(left, #520B0C 1%, #9E1517 24%, #D01C1F 67%, #D95D5F 100%);
    background: linear-gradient(to right, #520B0C 1%, #9E1517 24%, #D01C1F 67%, #D95D5F 100%);
}
.widget form input,.widget form button {
    margin-bottom: 0;
}
.widget {
    margin-bottom: 40px;
}
.widget h4 {
    margin-bottom: 20px;
}
.widget li {
    margin-bottom: 7px;
    border-bottom: 1px solid #bbb;
    padding-bottom: 7px;
}
.widget.widget-tags {
    margin-bottom: 0;
}
.widget li:last-child {
    border-bottom: none;
	margin: 0;
	padding: 0;
}
.widget li a:hover {
    color: #000;
}
.widget-tags a {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 5px 15px;
	margin-bottom: 8px;
    margin-right: 5px;
    color: #000;
}
.widget-tags a:hover {
    color: #fff;
    background: #000;
}
/*--------------------------------------
--------- BLOG DETAILS CSS CSS END ---------
---------------------------------------*/
@media only screen and (max-width: 1199px){
	.mainmenu li a {
		padding: 5px 8px;
	}
	.contact-address li {
		margin-bottom: 25px;
	}
	.mainmenu li a.appao-btn {
		margin-left: 30px;
	}
	.single-counter-box p {
		font-size: 18px;
	}
	.hero-area-content h1 {
		font-size: 36px;
	}
}
@media only screen and (max-width: 991px){
	.mainmenu {
		display: none;
	}
	.responsive-menu,
	.slicknav_menu {
		display: block;
	}
	ul.slicknav_nav {
		position: absolute;
		background: #520B0C;
		background: -moz-linear-gradient(left, #520B0C 1%, #9E1517 24%, #D01C1F 67%, #D95D5F 100%);
		background: -webkit-linear-gradient(left, #520B0C 1%, #9E1517 24%, #D01C1F 67%, #D95D5F 100%);
		background: linear-gradient(to right, #520B0C 1%, #9E1517 24%, #D01C1F 67%, #D95D5F 100%);
		right: 15px;
		top: 100%;
		z-index: 9;
		border: 2px solid #fff;
		padding: 5px 10px 10px;
		margin-top: 8px;
	}
	.slicknav_menu .slicknav_menutxt {
		display: none;
	}
	.slicknav_menu .slicknav_icon {
		margin: 0;
	}
	.slicknav_nav li a {
		border: 1px solid transparent;
		margin: 8px 3px 0;
		display: block;
	}
	.slicknav_nav a:hover {
		background: transparent;
		border-radius: 0;
		color: #fff;
		border: 1px solid #fff;
	}
	.header {
		padding: 15px 0;
	}
	.header.sticky {
		padding: 8px 0;
	}
	.hand-mockup {
		position: static;
		margin-bottom: -2px;
	}
	.hero-area-content {
		padding: 0 0 60px;
	}
	.pricing-area .sec-title {
		margin-bottom: 0;
	}
	.breadcrumb-area .hero-area-content {
		padding: 0 0 120px;
	}
	.single-feature-box {
		max-width: 450px;
		margin: auto;
	}
	.single-feature-box img {
		margin: 50px 0;
	}
	.single-pricing-box {
		max-width: 450px;
		margin: 40px auto 0;
	}
	.single-counter-box i::before {
		width: 90px;
		height: 90px;
		line-height: 90px;
		font-size: 35px;
	}
	.single-counter-box h1 {
		font-size: 28px;
	}
	.single-counter-box p {
		font-size: 16px;
	}
	.single-about-box:hover,
	.single-about-box.active {
		box-shadow: none;
	}
	.single-about-box:hover i::before ,
	.single-about-box.active i::before {
		color: #0074da;
	}
	.about-area {
		padding-bottom: 65px;
	}
	.single-about-box {
		padding-top: 10px;
	}
	.blog-page .single-post {
		margin: 0 auto 40px;
	}
	.download-btn {
		margin: 20px 10px 0;
	}
	.download-area .sec-title {
		margin-bottom: 25px;
	}
	.subscribe-form {
		margin: 30px 0;
	}
	.contact-address li .contact-address-info {
		flex: 8;
	}
	.screenshots-area .sec-title {
		margin-bottom: 15px;
	}
	.contact-address {
		margin-top: 0;
	}
	.google-map {
		height: 300px;
	}
	.team-area {
		padding-bottom: 50px;
	}
	.single-team-member {
		margin: 0 0 40px;
	}
	.sidebar {
		padding: 0;
		margin: 45px auto 0;
		max-width: 400px;
	}
}
@media only screen and (max-width: 767px){
	.hero-area-content {
		padding-top: 0;
	}
	h1 {
		font-size: 30px;
	}
	.hero-area-content h1 {
		font-size: 30px;
	}
	.hero-area-content p {
		margin: 15px 0;
	}
	.video-popup h1 {
		font-size: 18px;
		margin-top: 15px;
		line-height: 14px;
	}
	.single-testimonial-box h5 {
		margin: 25px 0 10px;
	}
	.contact-address p {
		margin-bottom: 0;
		padding-top: 5px;
	}
	.contact-address li {
		margin: 25px 0 0;
	}
	.single-testimonial-box p {
		margin: 0 0 10px;
	}
	.contact-form button {
		margin-bottom: 0;
	}
	.single-post {
		max-width: 350px;
		margin: 40px auto 0;
	}
	.owl-dots {
		margin-top: 20px;
	}
	.single-counter-box p {
		font-size: 18px;
	}
	.contact-form, .contact-address {
		padding: 20px;
	}
	.contact-address li .contact-address-info {
		margin-left: 12px;
	}
	.subscribe-form form button {
		font-size: 16px;
	}
	.sec-title h2 {
		font-size: 26px;
	}
	.blog-area .sec-title {
		margin-bottom: 0;
	}
	.sec-title h2 .sec-title-border span {
		top: -20px;
	}
	.single-showcase-box h4 {
		line-height: normal;
	}
	.owl-nav div {
		left: 5px;
	}
	.owl-nav div.owl-next {
		right: 5px;
		left: auto;
	}
	.hero-area.breadcrumb-area {
		padding: 100px 0 70px;
	}
}
@media only screen and (max-width: 576px){
	.subscribe-form form input {
		width: 54%;
		padding-right: 0;
	}
	.contact-address h4 {
		margin-bottom: 5px;
	}
	.sec-title h2 {
		font-size: 24px;
	}
	.sec-title h2 .sec-title-border span {
		top: -19px;
	}
	.screenshots-area .sec-title {
		margin-bottom: 40px;
	}
	.subscribe-form form button {
		width: 46%;
	}
	.author-img {
		width: 70px;
		height: 70px;
	}
	.testimonial-thumb > div {
		margin-left: -110px;
	}
	.testimonial-thumb > div.thumb-next {
		margin: 0 -110px 0 0;
	}
	.screenshot-wrap {
		max-width: 280px;
		margin: 0 auto;
	}
	.post-details {
		padding: 15px 10px;
	}
	.post-author a {
		margin-right: 5px;
	}
	h4.post-title {
		font-size: 18px;
		margin: 12px 0;
	}
	.single-screenshot.slick-center {
		background-image: none;
	}
	.single-screenshot.slick-active ,
	.single-screenshot.slick-center {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	.screenshot-wrap .slick-list {
		padding-bottom: 0 !important;
		padding-top: 0 !important;
	}
	.single-screenshot.slick-center img {
		padding: 0;
	}
	.slick-dots {
		margin-top: 25px;
	}
	.single-team-member {
		max-width: 260px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media only screen and (max-width: 420px){
	.hero-area-content h1 {
		font-size: 22px;
	}
	.hero-area-content .appao-btn {
		padding: 5px 18px;
		margin-right: 5px;
	}
	.hero-area-content p {
		margin-bottom: 5px;
	}
	.hero-area-content {
		padding-bottom: 35px;
	}
	.hero-area {
		padding-top: 130px;
	}
	.single-about-box {
		padding: 5px 0 25px;
	}
	.single-feature-box li {
		margin-bottom: 35px;
	}
	.single-feature-box img {
		margin: 35px 0;
	}
	.single-showcase-box h4 {
		font-size: 16px;
	}
	.video-popup i {
		width: 70px;
		height: 70px;
		line-height: 60px;
		border-width: 6px;
		font-size: 18px;
	}
	textarea {
		height: 80px;
	}
	.subscribe-form {
		margin-top: 10px;
	}
	.copyright-area ul li a {
		margin: 0 1px;
	}
	.blog-reply {
		padding-top: 15px;
	}
	.widget {
		margin-bottom: 30px;
	}
	.widget h4 {
		margin-bottom: 15px;
	}
	.blog-details .post-author {
		margin-top: 12px;
		margin-bottom: 15px;
	}
	.sidebar {
		margin-top: 30px;
	}
}
.login_part .login_part_text {
    background-image: -moz-linear-gradient(left, #520B0C 1%, #9E1517 24%, #D01C1F 67%, #D95D5F 100%);
    background-image: -webkit-linear-gradient(left, #520B0C 1%, #9E1517 24%, #D01C1F 67%, #D95D5F 100%);
    background-image: -ms-linear-gradient(left, #520B0C 1%, #9E1517 24%, #D01C1F 67%, #D95D5F 100%);
    background-size: 200% auto;
}
.login_part .login_part_text, .login_part .login_part_form {
    padding: 80px 70px;
    height: 600px;
    display: table;
}

.login_part .login_part_text .login_part_text_iner, .login_part .login_part_text .login_part_form_iner, .login_part .login_part_form .login_part_text_iner, .login_part .login_part_form .login_part_form_iner {
    display: table-cell;
    vertical-align: middle;
}

.p_star {
    display: inline-block;
    position: relative;
}

.login_part .login_part_form .form-control {
    border: 0px solid transparent;
    border-bottom-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 0px;
	border-bottom: 1px solid #dddddd;
    border-radius: 0;
}
.p_star input {
    background: #fff;
}

.login_part .form-group .btn_3 {
    display: block;
    width: 100%;
    margin: 30px 0 17px;
}
.btn_3 {
    display: inline-block;
    padding: 9px 42px;
    border-radius: 50px;
    background-color: #D01C1F !important;
	font-size: 15px;
	font-weight: 700;
	color:#fff !important;
	text-transform: uppercase;
	font-weight: 400;
	
	border: 1px solid #ED1A7E;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.btn_3:hover {
	box-shadow: -1.717px 8.835px 29.76px 2.24px rgba(255, 51, 104, 0.18);
}

.btn_reg{
	display: inline-block;
    padding: 9px 42px;
    border-radius: 50px;
    background-color: #fff !important;
	border: 1px solid #D01C1F !important;
	font-size: 15px;
	font-weight: 700;
	color:#D01C1F !important;
	text-transform: uppercase;
	font-weight: 400;
	border: 1px solid #ED1A7E;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	margin-top: 50px;
}

.cont_log{
	padding: 100px 0px 190px 0px;
}

.movil{
	display: none !important;
}

.price-details li{
	height: 60px;
}

[data-toggle="collapse"]:after {
	display: inline-block;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	  content: "\f054";
	  transform: rotate(90deg) ;
	  transition: all linear 0.25s;
	  float: right;
}   
[data-toggle="collapse"].collapsed:after {
  transform: rotate(0deg) ;
}

.mb-0 a{
	color: white !important;
}

.card-header{
	background: #D01C1F;
}

@media only screen and (max-width: 767px){
	.login_part_text.text-center{
		display: none;
	}
	.login_part_form{
		padding: 80px 20px !important;
	}
	.cont_log{
		padding: 0px 0px 0px 0px;
	}
	
	.movil{
		display: initial !important;
	}
	
	.btn_reg{
		margin-top: 0px;
	}
}



/******************Vista Productos*********************/
/********************* Shopping Demo-6 **********************/
.product-grid6,.product-grid6 .product-image6{overflow:hidden}
.product-grid6{font-family:'Open Sans',sans-serif;text-align:center;position:relative;transition:all .5s ease 0s}
.product-grid6:hover{box-shadow:0 0 10px rgba(0,0,0,.3)}
.product-grid6 .product-image6 a{display:block}
.product-grid6 .product-image6 img{width:100%;height:auto;transition:all .5s ease 0s}
.product-grid6:hover .product-image6 img{transform:scale(1.1)}
.product-grid6 .product-content{padding:12px 12px 15px;transition:all .5s ease 0s}
/* .product-grid6:hover .product-content{opacity:0} */
.product-grid6 .title{font-size:20px;font-weight:600;text-transform:capitalize;margin:0 0 10px;transition:all .3s ease 0s}
.product-grid6 .title a{color:#000}
.product-grid6 .title a:hover{color:#D01C1F}
.product-grid6 .price{font-size:18px;font-weight:600;color:#fff;background: #D01C1F;}
.product-grid6 .price span{color:#999;font-size:15px;font-weight:400;text-decoration:line-through;margin-left:7px;display:inline-block}
/*
.product-grid6 .social{background-color:#fff;width:100%;padding:0;margin:0;list-style:none;opacity:0;transform:translateX(-50%);position:absolute;bottom:-50%;left:50%;z-index:1;transition:all .5s ease 0s}
.product-grid6:hover .social{opacity:1;bottom:20px}
*/
.product-grid6 .social{padding: 5px;}
.product-grid6 .social li{display:inline-block}
.product-grid6 .social li a{color:#909090;font-size:16px;line-height:45px;text-align:center;height:45px;width:45px;margin:0 7px;border:1px solid #909090;border-radius:50px;display:block;position:relative;transition:all .3s ease-in-out}
.product-grid6 .social li a:hover{color:#fff;background-color:#D01C1F;}
.product-grid6 .social li a:after,.product-grid6 .social li a:before{content:attr(data-tip);color:#fff;background-color:#D01C1F;font-size:12px;letter-spacing:1px;line-height:20px;padding:1px 5px;border-radius:5px;white-space:nowrap;opacity:0;transform:translateX(-50%);position:absolute;left:50%;top:-30px}
.product-grid6 .social li a:after{content:'';height:15px;width:15px;border-radius:0;transform:translateX(-50%) rotate(45deg);top:-20px;z-index:-1}
.product-grid6 .social li a:hover:after,.product-grid6 .social li a:hover:before{opacity:1}
@media only screen and (max-width:990px){.product-grid6{margin-bottom:30px}
}

.nv_icon {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin: 0 -1rem;
    padding: 1rem 1rem;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    color: #C0C4CB;
    text-transform: uppercase;
    margin: 1rem 1rem;
}

.nv_icon:hover{
	color: #D01C1F;
}

.nv_icon i{
	font-size: 35px;
}


.order-details-confirmation {
    width: 100%;
    border: 2px solid #ebebeb;
    padding: 40px;
}

.order-details-confirmation .order-details-form li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
    font-size: 12px;
    text-transform: uppercase;
    padding: 20px 0;
    border-bottom: 2px solid #ebebeb;
    font-weight: 600;
}

button.appao-btn.appao-btn2{
	border: 1px solid transparent;
	color: #fff;
	border-radius: 25px;
	background:#D01C1F;

}

button.appao-btn.appao-btn2:hover{
	 background-image: none;
	background-color: #fff;
	color: #000;
	border: 2px solid #000;
}
/*****************Detalle del producto**********************/
	.breadcrumb-list > li {
  font-size: 14px;
  list-style: none;
  display: inline;
}
.breadcrumb-list > li a:after {
  content: "/";
  vertical-align: middle;
  margin: 0 5px;
  color: #7a7a7a;
}
.action-wishlist:hover,
.action-wishlist:focus{
  color:#fff;
}
.add-to-cart.action-wishlist {
  width: 50px;
  text-align: center;
  padding: 0;
}
.add-to-cart.action-wishlist i {
  margin-right: 0px;
}
.product-add-to-cart .cart-title,
.product-add-to-cart .cart-title:hover,
.product-list-action .cart-title,
.product-list-action .cart-title:hover {
  background-color: transparent;
  border-bottom: none;
  color: inherit;
}
.product-add-to-cart .pro-add-btn i,
.product-list-action .pro-add-btn i {
  margin-right: 10px;
  font-size: 18px;
}
.add-to-cart {
  display: inline-block;
}
.action-wishlist:hover,
.action-wishlist:focus{
  color:#fff;
}
.add-to-cart.action-wishlist i {
  margin-right: 0px;
}
.product-add-to-cart {
  float: none;
}
.single-product-wishlist{
  display: inline-block;
  position: relative;
  margin-left: 20px;
}
.product-thumbnail .owl-nav  {display: none;}
.breadcrumb-area {
    padding: 30px 0;
    background-color: #f3f3f3;
}
.breadmome-name {
    color: #ff6a00;
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 18px;
}
.breadcrumb-content > ul > li {
    display: inline-block;
    list-style: none;
    position: relative;
    font-size: 14px;
    color: #333;
}
.breadcrumb-content > ul > li.active{
    color: #ff6a00;
}
.breadcrumb-content > ul > li:after {
    content: "/";
    vertical-align: middle;
    margin: 0 5px;
    color: #7a7a7a;
}
.breadcrumb-content > ul > li:last-child:after{
    display: none;
}
.mt-80 { margin-top: 80px }.mb-80 { margin-bottom: 80px }
.single-product-name {
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 600;
    color: #444;
    line-height: 24px;
    margin-bottom: 15px;
}
.single-product-reviews {
    margin-bottom: 10px;
}
.single-product-price {
    margin-top: 25px;
}
.single-product-action {
    margin-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    float: left;
    width: 100%;
}
.product-discount {
    display: inline-block;
    margin-bottom: 20px;
}
.product-discount span.price {
    font-size: 28px;
    font-weight: 900;
    line-height: 30px;
    display: inline-block;
    color: #D01C1F;
    background-color: transparent !important;
}
.product-info {
    color: #333;
    font-size: 14px;
    font-weight: 400;
}
.product-info p {
    line-height: 30px;
    font-size: 14px;
    color: #333;
    margin-top: 30px;
}
.product-add-to-cart span.control-label {
    display: block;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #232323;
    font-size: 14px;
}
.product-add-to-cart {
    overflow: hidden;
    margin: 20px 0px;
    float: left;
    width: 100%;
}
.cart-plus-minus-box {
    border: 1px solid #e1e1e1;
    border-radius: 0;
    color: #3c3c3c;
    height: 49px;
    text-align: center;
    width: 50px;
    padding: 5px 10px;
}
.product-add-to-cart .cart-plus-minus {
    margin-right: 25px;
}
.cart-plus-minus {
    position: relative;
    width: 75px;
    float: left;
    padding-right: 25px;
}
.add-to-cart {
    background: #008bff;
    border: 0;
    border-bottom: 3px solid #0680e5;
    color: #fff;
    box-shadow: none;
    padding: 0 30px;
    border-radius: 3px;
    font-weight: 400;
    cursor: pointer;
    font-size: 14px;
    text-transform: capitalize;
    height: 50px;
    line-height: 50px;
}
.add-to-cart:hover {
    background: #ff6a00;
    border-color: #e96405;
}
.switcher-area {
    right: -300px;
}
.switcher-area .switched-options{
	width: 300px;
}

.handicraft-count {
    border-radius: 50px;
    color: #ffffff;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 22px;
    left: 16px;
    line-height: 25px;
    margin-left: 3px;
    text-align: center;
    top: 25px;
    width: 22px;
    background-color: #D01C1F;
    position: absolute;
}

.switcher-area .switch-button {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius:0px;
	border-top-right-radius:0px; 
}

.form-control.text-center.inp_count {
    border: transparent;
}

.btn.btn-default.btn_count {
	border-radius: 50px;
	background-color: #D01C1F;
	color:#fff;
	padding-top: 6px;
}

.btn.btn-default.btn_count span {
    font-size: initial;
}

.switcher-area .switch-button{
	height: 50px;
}


/************************************/

.nav-item .nav-link,
.nav-tabs_address .nav-link {
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.card_tabs_address a {
    -webkit-transition: all 150ms ease 0s;
    -moz-transition: all 150ms ease 0s;
    -o-transition: all 150ms ease 0s;
    -ms-transition: all 150ms ease 0s;
    transition: all 150ms ease 0s;
}

[data-toggle="collapse"][data-parent="#accordion"] i {
    -webkit-transition: transform 150ms ease 0s;
    -moz-transition: transform 150ms ease 0s;
    -o-transition: transform 150ms ease 0s;
    -ms-transition: all 150ms ease 0s;
    transition: transform 150ms ease 0s;
}

[data-toggle="collapse"][data-parent="#accordion"][aria-expanded="true"] i {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}


.now-ui-icons {
    display: inline-block;
    font: normal normal normal 14px/1 'Nucleo Outline';
    font-size: inherit;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@-webkit-keyframes nc-icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes nc-icon-spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@keyframes nc-icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.now-ui-icons.objects_umbrella-13:before {
    content: "\ea5f";
}

.now-ui-icons.shopping_cart-simple:before {
    content: "\ea1d";
}

.now-ui-icons.shopping_shop:before {
    content: "\ea50";
}

.now-ui-icons.ui-2_settings-90:before {
    content: "\ea4b";
}

.nav-tabs_address {
    border: 0;
    padding: 15px 0.7rem;
}

.nav-tabs_address:not(.nav-tabs_address-neutral)>.nav-item>.nav-link.active {
    box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.3);
}

.card_tabs_address .nav-tabs_address {
    border-top-right-radius: 0.1875rem;
    border-top-left-radius: 0.1875rem;
}

.nav-tabs_address>.nav-item>.nav-link {
    color: #888888;
    margin: 0;
    margin-right: 5px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 30px;
    font-size: 14px;
    padding: 11px 23px;
    line-height: 1.5;
}

.nav-tabs_address>.nav-item>.nav-link:hover {
    background-color: transparent;
}

.nav-tabs_address>.nav-item>.nav-link.active {
    background-color: #444;
    border-radius: 30px;
    color: #FFFFFF;
}

.nav-tabs_address>.nav-item>.nav-link i.now-ui-icons {
    font-size: 14px;
    position: relative;
    top: 1px;
    margin-right: 3px;
}

.nav-tabs_address.nav-tabs_address-neutral>.nav-item>.nav-link {
    color: #FFFFFF;
}

.nav-tabs_address.nav-tabs_address-neutral>.nav-item>.nav-link.active {
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
}

.card_tabs_address {
    border: 0;
    border-radius: 0.1875rem;
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
/*     box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2); */
}

.card_tabs_address .card_tabs_address-header {
    background-color: transparent;
    border-bottom: 0;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
}

.card_tabs_address[data-background-color="orange"] {
    background-color: #f96332;
}

.card_tabs_address[data-background-color="red"] {
    background-color: #FF3636;
}

.card_tabs_address[data-background-color="yellow"] {
    background-color: #FFB236;
}

.card_tabs_address[data-background-color="blue"] {
    background-color: #2CA8FF;
}

.card_tabs_address[data-background-color="green"] {
    background-color: #15b60d;
}

[data-background-color="orange"] {
    background-color: #e95e38;
}

[data-background-color="black"] {
    background-color: #2c2c2c;
}

[data-background-color]:not([data-background-color="gray"]) {
    color: #FFFFFF;
}

[data-background-color]:not([data-background-color="gray"]) p {
    color: #FFFFFF;
}

[data-background-color]:not([data-background-color="gray"]) a:not(.btn):not(.dropdown-item) {
    color: #FFFFFF;
}

[data-background-color]:not([data-background-color="gray"]) .nav-tabs_address>.nav-item>.nav-link i.now-ui-icons {
    color: #FFFFFF;
}


@font-face {
  font-family: 'Nucleo Outline';
  src: url("https://github.com/creativetimofficial/now-ui-kit/blob/master/assets/fonts/nucleo-outline.eot");
  src: url("https://github.com/creativetimofficial/now-ui-kit/blob/master/assets/fonts/nucleo-outline.eot") format("embedded-opentype");
  src: url("https://raw.githack.com/creativetimofficial/now-ui-kit/master/assets/fonts/nucleo-outline.woff2");
  font-weight: normal;
  font-style: normal;
        
}

.now-ui-icons {
  display: inline-block;
  font: normal normal normal 14px/1 'Nucleo Outline';
  font-size: inherit;
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


footer{
    margin-top:50px;
    color: #555;
    background: #fff;
    padding: 25px;
    font-weight: 300;
    background: #f7f7f7;
    
}
.footer p{
    margin-bottom: 0;
}
footer p a{
    color: #555;
    font-weight: 400;
}

footer p a:hover{
    color: #e86c42;
}

.pac-container{
	z-index: 99999;
}

.btn.btn-danger:active {
	color: #dc3545;
}

.title.prt_title{
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}

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

    .nav-tabs_address {
        display: inline-block;
        width: 100%;
        padding-left: 100px;
        padding-right: 100px;
        text-align: center;
    }

    .nav-tabs_address .nav-item>.nav-link {
        margin-bottom: 5px;
    }

    .product-grid6 .title {
        font-size: 15px;
    }

    .title.prt_title {
        height: auto;
    }

    .btn.btn-default.btn_count span {
        font-size: 12px;
    }

}