
/*
Template Name: Askbootstrap - Multipurpose Website Template
Author: Askbootstrap
Author URI: https://askbootstrap.com/
Version: 1.0
*/
/*
-- Body
-- Custom Bootstrap
-- Index
-- Navbar
-- Back To Top
-- Mobile Sidebar
-- Page Loading
*/

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.2/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&family=Syne:wght@600;700;800&display=swap');

/* Body */
body {
	font-family: 'Manrope', sans-serif;
	font-size: 14px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Syne', sans-serif;
}
a {
	text-decoration: none;
	color: #0040ff;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.footer_area a {
	color: #1b1b1b;
}
a:hover {
	color: #F54A01;
}

/* Custom Bootstrap */
.btn {
	font-size: 14px;
	padding: 12px 30px !important;
	font-weight: 600;
}
.btn-primary {
	background: hsla(18, 99%, 48%, 1);
	background: linear-gradient(135deg, hsla(18, 99%, 48%, 1) 0%, hsla(25, 100%, 50%, 1) 100%);
	background: -moz-linear-gradient(135deg, hsla(18, 99%, 48%, 1) 0%, hsla(25, 100%, 50%, 1) 100%);
	background: -webkit-linear-gradient(135deg, hsla(18, 99%, 48%, 1) 0%, hsla(25, 100%, 50%, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#F54A01", endColorstr="#FF6A00", GradientType=1 );
	border-color: #F54A01 !important;
	color: #fff;
}
.btn-primary:hover {
	background: hsla(18, 99%, 48%, 1);
	background: linear-gradient(360deg, hsla(18, 99%, 48%, 1) 0%, hsla(25, 100%, 50%, 1) 100%);
	background: -moz-linear-gradient(360deg, hsla(18, 99%, 48%, 1) 0%, hsla(25, 100%, 50%, 1) 100%);
	background: -webkit-linear-gradient(360deg, hsla(18, 99%, 48%, 1) 0%, hsla(25, 100%, 50%, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#F54A01", endColorstr="#FF6A00", GradientType=1 );
	border-color: #F54A01 !important;
	color: #fff;
}
.btn-outline-primary {
	border-color: #F54A01 !important;
	color: #F54A01;
}
.btn-outline-primary:hover {
	background-color: #F54A01 !important;
	border-color: #F54A01 !important;
	color: #fff;
}
.bg-primary {
	background-color: #F54A01 !important;
}
.shadow {
  box-shadow: 0 10px 40px 0 rgba(47,47,47,.1) !important;
}
.bg-light {
	background-color: #fef5e3 !important;
}
.text-primary {
	color: #F54A01 !important;
}

/* Index */
.bg-homepage {
	background-image: url(../img/bg-homepage.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.play-button {
	left: 44%;
	top: 38%;
}
.people-img {
	width: 70px;
}
.some-insight-video {
	margin-bottom: -18rem;
}
.some-insight-video-play-button {
	left: 46%;
}
.build-something-together {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/build-something-together.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: -10rem;
}
.box:hover {
	background-color: #F54A01;
	border-color: #F54A01 !important;
	color: #fff;
	transition: ease .5s;
}
.box:hover i {
	color: #fff !important;
}
.design:hover .overlay {
	opacity: 0.9 !important;
	transition: ease .5s;
}
.credit-profile-img {
	width: 40px;
}
.posted-profile {
	width: 22px;
}
.transition-3d-hover {
  transition: all 0.2s ease-in-out;
}
.transition-3d-hover:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
.gradient-text{
	color: #000000;
}
.icon {
	height: 70px;
	width: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.user-img {
	width: 40px;
}
.admin-icon {
	height: 25px;
	width: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.social-icon {
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.icon-sm {
	height: 30px;
	width: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-icon {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Back To Top */
#back-to-top {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	box-shadow: 0 10px 40px 0 rgba(47,47,47,.1) !important;
	background-color: #fff;
	color: #2d2a3e;
	width: 50px;
	border-radius: 100px;
	cursor: pointer;
	height: 50px;
	border: 3px solid #ebebeb;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}
#back-to-top:hover {
	box-shadow: 0 10px 40px 0 rgba(47,47,47,.1) !important;
	background-color: #2d2a3e;
	color: #ffffff;
}
#accordionPlusMinus .accordion-button { 
  flex-direction: row-reverse; 
  justify-content: 
  start; margin-left: 0; 
  margin-right: 15px; 
}
#accordionPlusMinus .accordion-button:not(.collapsed) { 
  color: #000; 
  background-color: #fff; 
}
#accordionPlusMinus .accordion-button:not(.collapsed)::after { 
  margin-left: 0; 
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 2'%3E%3Cpath fill='none' stroke='%23D0364E' stroke-linecap='round' stroke-width='2' d='M8 1H1m7 0h7'/%3E%3C/svg%3E"); 
  transform-origin: 50% 25%; 
}
#accordionPlusMinus .accordion-button::after { 
  width: 1.25rem; 
  height: 1.25rem; 
  content: ""; 
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1v7m0 7V8m0 0H1m7 0h7' stroke='%233482B5' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E"); 
  justify-content: start; 
  margin-left: 0; 
  margin-right: 15px; 
}


.item label {
 -moz-border-radius:5px;
 -ms-border-radius:5px;
 border-radius:5px;
 display:block;
 padding:15px;
 text-align:center;
 margin-bottom:0;
 -webkit-transition:all .3s cubic-bezier(.77,0,.175,1);
 -moz-transition:all .3s cubic-bezier(.77,0,.175,1);
 -ms-transition:all .3s cubic-bezier(.77,0,.175,1);
 -o-transition:all .3s cubic-bezier(.77,0,.175,1);
 transition:all .3s cubic-bezier(.77,0,.175,1);
 position:relative;
 border:1px solid #3482b5;
 font-size:15px;
 font-size:.9375rem;
 color:#777;
 cursor:pointer;
 background: #3482b5;
}
.item label img,
.item label span {
 margin:0 auto 15px;
 display:block;
 width: 50%;
}
@media (max-width:991px) {
 .item label {
  padding:30px
 }
}
.item label strong {
  display: block;
  font-size: 1.1rem;
  color: #FFF;
}
.item label:hover {
 -webkit-transform:translateY(-3px);
 -moz-transform:translateY(-3px);
 -ms-transform:translateY(-3px);
 -o-transform:translateY(-3px);
 transform:translateY(-3px);
 background:#79ba02;
    border-color:#79ba02;
    box-shadow:#0000001a 0 20px 25px -5px,#0000000a 0 10px 10px -5px;
}
@media (max-width:767px) {
 .item label img {
  width:80px;
  height:auto
 }
 .simple-form-button {
font-size: .900rem !important;
  padding: .875em .5em !important; 
 }
}/*
.item label span {
 border:4px solid #d9e1e6;
 width:130px;
 height:130px;
 -webkit-border-radius:50%;
 -moz-border-radius:50%;
 -ms-border-radius:50%;
 border-radius:50%;
 padding:4px;
 -moz-transition:all .5s ease;
 -o-transition:all .5s ease;
 -webkit-transition:all .5s ease;
 -ms-transition:all .5s ease;
 transition:all .5s ease
}*/
.item label figure {
 position:relative;
 width:114px;
 height:114px;
 -webkit-border-radius:50%;
 -moz-border-radius:50%;
 -ms-border-radius:50%;
 border-radius:50%;
 margin:0;
 overflow:hidden
}
.item label figure img {
 width:130px;
 height:auto;
 position:absolute;
 left:50%;
 top:50%;
 -webkit-transform:translate(-50%,-50%) scale(1);
 -moz-transform:translate(-50%,-50%) scale(1);
 -ms-transform:translate(-50%,-50%) scale(1);
 -o-transform:translate(-50%,-50%) scale(1);
 transform:translate(-50%,-50%) scale(1);
 -moz-transition:all .5s ease;
 -o-transition:all .5s ease;
 -webkit-transition:all .5s ease;
 -ms-transition:all .5s ease;
 transition:all .5s ease;
 -webkit-backface-visibility:hidden;
 -moz-backface-visibility:hidden;
 -ms-backface-visibility:hidden;
 -o-backface-visibility:hidden;
 backface-visibility:hidden
}
.item input[type=checkbox]:not(old),
.item input[type=radio]:not(old) {
 visibility:hidden
}
.item input[type=checkbox]:not(old):checked+label,
.item input[type=checkbox]:not(old):checked+span+label,
.item input[type=radio]:not(old):checked+label,
.item input[type=radio]:not(old):checked+span+label {
 display:block;
 border:1px solid #79ba02;
 -webkit-box-shadow:0 2px 40px #e0e5f0;
 -moz-box-shadow:0 2px 40px #e0e5f0;
 box-shadow:0 2px 40px #e0e5f0;
 background: #79ba02;
}
.checkbox_questions {
  position: relative;
  text-align: left;
}
.item input[type=checkbox]:not(old):checked+label span,
.item input[type=checkbox]:not(old):checked+span+label span,
.item input[type=radio]:not(old):checked+label span,
.item input[type=radio]:not(old):checked+span+label span {
 border:4px solid #79ba02
}
#success,
.box_general {
 -moz-border-radius:5px;
 -ms-border-radius:5px
}
.item input[type=checkbox]:not(old):checked+label figure img,
.item input[type=checkbox]:not(old):checked+span+label figure img,
.item input[type=radio]:not(old):checked+label figure img,
.item input[type=radio]:not(old):checked+span+label figure img {
 -webkit-transform:translate(-50%,-50%) scale(1.2);
 -moz-transform:translate(-50%,-50%) scale(1.2);
 -ms-transform:translate(-50%,-50%) scale(1.2);
 -o-transform:translate(-50%,-50%) scale(1.2);
 transform:translate(-50%,-50%) scale(1.2)
}
.checkbox_questions span.error {
 left:-5px;
 top:-35px
}
.checkbox_questions .icheckbox_square-grey {
 margin-right:10px
}
.box_general {
 border-radius:5px;
 display:block;
 padding:40px;
 border: 1px solid #e9e9ff;
background: #f5f5ff;
}
@media (max-width:991px) {
 .box_general {
  padding:30px
 }
}
input#website {
 display:none
}
#wizard_container {
    /*min-height: 370px;*/
    margin: 15px 0;
}
button.backward,
button.forward,
button.submit {
 border:none;
 color:#fff;
 transition:background .5s ease;
 -moz-transition:background .5s ease;
 -webkit-transition:background .5s ease;
 -o-transition:background .5s ease;
 display:inline-block;
 min-width:110px;
 background:#409fff;
 position:relative;
 font-size:15px;
 -webkit-border-radius:3px;
 -moz-border-radius:3px;
 border-radius:3px;
 line-height:1;
 padding:10px 30px
}
button.backward:before,
button.forward:before,
button.submit:before {
 font-family:LineIcons;
 position:absolute;
 top:12px;
 font-size:18px
}
button.backward {
 color:#333;
 background:#e8e8e8;
 padding:14px 20px 14px 30px
}
button.forward,
button.submit {
 padding:14px 30px 14px 20px
}

button.backward:before {
 content:"\ea5a";
 left:12px
}
button.forward:before {
 content:"\ea5c";
 right:10px
}
button.submit:before {
 content:"\ea55";
 right:10px
}
.backward:hover,
.forward:hover {
 background:#0073e5;
 color:#fff
}
.ui-widget-content a,
.ui-widget-header a {
 color:#222
}
#middle-wizard {
 padding:30px 0 15px
}
#bottom-wizard {
 padding:15px 0 30px;
 text-align:center
}
.ui-widget-header {
 background:#6C3
}
.ui-progressbar {
 height:3px;
 width:100%;
 position:relative;
 top:-1px;
 z-index:2
}
.ui-progressbar .ui-progressbar-value {
 height:100%;
 -webkit-transition:all .2s ease;
 transition:all .2s ease
}
#success {
 position:absolute;
 top:50%;
 left:50%;
 width:300px;
 height:150px;
 margin-top:-120px;
 margin-left:-195px;
 text-align:center;
 background-color:#fff;
 -webkit-border-radius:5px;
 border-radius:5px;
 padding:45px;
 border:1px solid #d9e1e6
}
#success h4 {
 margin:0
}
#success h4 span {
 display:block;
 font-size:24px
}

.image-container .svg-container {
  padding: 25px 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item svg {
  height: 100%;
  width: 50px;
  color: #fff;
  fill: #fff;
}
.footer_area a {
  font-weight: 600;
}

ul.pcheck li::marker {
  content: '✓';
color: #79ba02;
  font-weight: bold;
}

ul.pcheck li {
  position: relative;
  padding-left: 1em;  /* space to preserve indentation on wrap */
}

.eligibilidad-btn {
	-moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #79ba02;
    border-color: #669d00;
    border-left: 1px solid #669d00;
    border-radius: 5px 5px 5px 5px;
    border-right: 1px solid #669d00;
    border-style: solid;
    border-width: 1px 1px 2px;
    color: #FFF;
    cursor: pointer;
    font-size: 1rem;
    margin: 0 10px;
    padding: .875em 1em;
	font-weight: 600;
  line-height: 1.25;
    width: auto;
    height: auto;
}
.eligibilidad-btn:hover {
	background: #81c800;
	color: #FFF !important;
}


p.check_icon:before {
    content: "";
    display: block;
    background: url("../images/check_icon_20x20.png") no-repeat;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 6px 0 0;
}



.demo,.download{padding:12px 15px!important;color:#fff!important;font-weight:700;font-size:14px;text-align:center;border-radius:3px;opacity:.95;border:0;transition:all .2s ease-out}
.demo {background-color:#3498DB;}
.download {background-color:#1ABC84;}
.demo:hover {background-color:#60B8F4;color:#fff;border-bottom:2px solid #3498DB; opacity:1;}
.download:hover {background-color:#49DDAA;color:#fff;border-bottom:2px solid #1ABC84;opacity:1;}
.demo:before {content:&#39;\f135&#39;;display:inline-block;font-weight:normal;vertical-align:top;margin-right:10px;width:16px;height:16px;line-height:24px;font-family:fontawesome;transition:all 0.5s ease-out;}
.download:before {content:&#39;\f019&#39;;display:inline-block;font-weight:normal;vertical-align:top;margin-right:10px;width:16px;height:16px;line-height:24px;font-family:fontawesome;transition:all 0.5s ease-out;}

.btn_round {
  width: 35px;
  height: 35px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  margin-left: 10px;
  border: 1px solid #ccc;
  cursor: pointer;
}
.btn_round:hover {
  color: #fff;
  background: #6b4acc;
  border: 1px solid #6b4acc;
}

.btn_content_outer {
  display: inline-block;
  width: 85%;
}
.close_c_btn {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 0px;
  line-height: 30px;
  border-radius: 50%;
  background: #ededed;
  border: 1px solid #ccc;
  color: #ff5c5c;
  text-align: center;
  cursor: pointer;
}

.add_icon {
  padding: 10px;
  border: 1px dashed #aaa;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
}
.add_group_btn {
  display: flex;
}
.add_group_btn i {
  font-size: 32px;
  display: inline-block;
  margin-right: 10px;
}

.add_group_btn span {
  margin-top: 8px;
}
.add_group_btn,
.clone_sub_task {
  cursor: pointer;
}

.sub_task_append_area .custom_square {
  cursor: move;
}

.del_btn_d {
  display: inline-block;
  position: absolute;
  right: 20px;
  border: 2px solid #ccc;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
}