body {
    width: 100%;
}
:root {
  --color-primary: #41216d;
  --color-secundary: #ff8e32;
  --color-tertiary: #ac1de1;
  --color-gradient-start: #fe506c;
  --color-gradient-stop: #fc6a2a;
  --color-gradient-start-secondary: #0bccee;
  --color-gradient-stop-secondary: #ac1de1;
  --color-gradient-start-tertiary: #ffba83;
  --color-gradient-stop-tertiary: #ffa5cd;
}

.main-search .search{
	outline: none;
}

.autocomplete-suggestions{
	border-top: solid 1px #d2d2d2;
	background-color: #fff;
	font-family: "Roboto";
	margin-top: -2px;
	box-shadow: 0px 20px 30px -20px #00000017;
	overflow-x: scroll;
}

.autocomplete-suggestion{
	padding: 5px 0px 5px 12px;
    font-size: 14px;
    text-transform: lowercase;
    border-bottom: solid 1px #f7f7f7;
}

.autocomplete-suggestion:hover{
    background-color: #ececec;
}

.autocomplete-suggestion:last-child{
    padding: 10px;
}

.autocomplete-suggestion strong{
	color: #8542cd !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid rgb(102, 102, 102);
    border-radius: 4px !important;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e5e9f2;
    text-indent: 32px;
    height: calc(2.4em + 0.75rem + 2px);
    font-size: 14px;
}

.select2-selection__arrow {
    display: none;
}

.select2.select2-container.select2-container--default.select2-container--below.select2-container--open.select2-container--focus {
    width: 100% !important;
}

.select2.select2-container.select2-container--default.select2-container--focus, .select2.select2-container.select2-container--default {
    width: 100% !important;
}

.select2-search.select2-search--inline .select2-search__field {
    padding-left: 35px;
}

.pb-250 {
    padding-bottom: 250px !important;
}
.pt-60 {
    padding-top: 60px !important;
}
.vc_row {
    position: relative;
}

.pb-65 {
    padding-bottom: 65px !important;
}
.pt-65 {
    padding-top: 65px !important;
}

@media screen and (min-width: 992px){
	.vc_row.pull-up {
	    margin-top: -230px;
	}
}

@media (min-width: 1200px){
	.key-statements {
	    max-width: 1280px;
    }
    
    .iconbox.iconbox-semiround {
        min-height: 376px;
    }
}

.fancy-box {
    position: relative;
    margin-bottom: 30px;
}

.iconbox-shadow {
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.07);
}
.iconbox-semiround {
    border-radius: 5px;
}
.iconbox-shadow, .iconbox-shadow-hover, .iconbox-bordered, .iconbox-filled {
    padding: 25px 10%;
    background-color: #fff;
}
.iconbox-filled-hover:hover:before {
    opacity: 1;
}

.iconbox .contents {
    max-width: 100%;
}
.iconbox .iconbox-icon-container, .iconbox .contents, .iconbox > h3 {
    position: relative;
    z-index: 2;
}




.iconbox-filled-hover.iconbox-light-onhover:hover h3 {
    color: #1e1666 !important;
}
.iconbox-filled-hover:hover .iconbox-icon-container, .iconbox-filled-hover:hover h3, .iconbox-filled-hover:hover p, .iconbox-filled-hover:hover p span, .iconbox-filled-hover:hover a, .iconbox-filled-hover:hover .btn[class*=text-] {
    color: inherit !important;
}
.fancy-box-case-study h3 {
    font-size: 27px;
}
.fancy-box h3 {
    font-size: 1.5em;
    line-height: 1.5em;
    letter-spacing: 0;
    margin: 0;
}
.iconbox h3 {
    display: inline-block;
    margin: 0 0 0.7em;
    font-size: 24px;
    line-height: 1.5em;
}
.iconbox .iconbox-icon-container, .iconbox p, .iconbox h3 {
    -webkit-transition-property: color, background;
    transition-property: color, background;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.mt-50 {
    margin-top: 50px !important;
}
.mt-200 {
    margin-top: 200px !important;
}
.mb-25 {
    margin-bottom: 25px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}
.text-white {
    color: #fff !important;
}

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

.center{
	align-items: center;
	display: flex;
	justify-content: center;
}

.text-neon-green{
	color: #14ff1d;
}

.text-flamingo{

}

.text-black {
    color: #000 !important;
}

.font-size-15 {
    font-size: 15px !important;
}
.font-size-21 {
    font-size: 21px !important;
}

.iconbox .iconbox-icon-container i {
    display: inline-block;
    font-size: 1em;
}
.iconbox .iconbox-icon-container i, .iconbox .iconbox-icon-container img, .iconbox .iconbox-icon-container object, .iconbox .iconbox-icon-container > svg {
    position: relative;
    z-index: 2;
}


.iconbox .iconbox-icon-container {
    display: -webkit-box;
    display: flex;
    margin-bottom: 0.5em;
    border: 0 solid #F2F4F7;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 50px;
    line-height: 1em;
    color: var(--color-primary);
    -webkit-transition: border 0.3s, box-shadow 0.3s;
    transition: border 0.3s, box-shadow 0.3s;
    height: 65px;
}
.iconbox .iconbox-icon-container, .iconbox p, .iconbox h3 {
    -webkit-transition-property: color, background;
    transition-property: color, background;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.iconbox .iconbox-icon-container, .iconbox .contents, .iconbox > h3 {
    position: relative;
    z-index: 2;
}


.iconbox-filled-hover:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: inherit;
    background: var(--color-primary);
    background-size: cover;
    background-position: center;
}
.iconbox-filled-hover.iconbox-light-onhover:before {
    background-color: #fff;
}
.iconbox {
    display: -webkit-box;
    display: flex;
    margin-bottom: 2em;
    position: relative;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    text-align: center;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.iconbox-filled-hover.iconbox-light-onhover:hover {
    color: rgba(30, 22, 102, 0.55);
}

.bg-gradient-secondary-lr{
	background: var(--color-primary) !important;
}

.bg-gray-clay {
  background: #232323;
}

.bg-ebony-clay {
  background: #252c42;
}

.text-align-justify{
	text-align: justify;
}

.ld-tm-circ .ld-tm-bg {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    background: -webkit-gradient(linear, right top, left top, from(#ffa5cd), to(#ffba83));
    background: linear-gradient(270deg, #ffa5cd 0%, #ffba83 100%);
}
.ld-tm-circ {
    position: relative;
    padding-bottom: 100%;
    visibility: visible;
    opacity: 1;
}
.ld-tm-circ .ld-tm-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.ca-initvalues-applied {
    visibility: visible;
    opacity: 1;
}
.ca-initvalues-applied {
    visibility: visible;
    opacity: 1;
}
.ld-tm-circ-middle .ld-tm-bg {
    opacity: 0.2;
}
.ld-tm-circ-outer {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}
.ld-tm-circ-outer .ld-tm-bg {
    opacity: 0.1;
}
.ld-tm-circ-middle {
    width: 66.67%;
    height: 66.67%;
    top: 16.665%;
    left: 16.665%;
    z-index: 1;
}
.ld-tm-circ .ld-tm-container > div {
    position: absolute;
    border-radius: 50em;
}
.ld-tm-circ .ld-tm-avatar {
    position: absolute;
    border-radius: 50em;
}
.ld-tm-circ .ld-tm-avatar figure {
    border-radius: inherit;
    box-shadow: 0 15px 70px rgba(0, 0, 0, 0.5);
}
.ld-tm-circ .ld-tm-avatar img {
    width: 70px;
    height: auto;
    border-radius: inherit;
}

.ld-tm-circ-inner {
    width: 31.9%;
    height: 31.9%;
    top: 34.05%;
    left: 34.05%;
    z-index: 2;
}
.team-member-01 img{
	width: 70px !important;
}
.team-member-02 img{
	width: 50px !important;
}
.team-member-03 img{
	width: 80px !important;
}
.team-member-04 img{
	width: 60px !important;
}
.team-member-05 img{
	width: 80px !important;
}
.team-member-06 img{
	width: 70px !important;
}
.team-member-07 img{
	width: 50px !important;
}
.team-member-08 img{
	width: 10px !important;
	z-index: -1;
}

.bg-primary {
    background: var(--color-primary) !important;
}

@media (min-width: 992px){
	.col-md-offset-2 {
	    margin-left: 16.66666667%;
	}
}

@-webkit-keyframes rotating_01 {
    from { -webkit-transform: rotate(0deg) translateX(80px) rotate(0deg); }
    to   { -webkit-transform: rotate(360deg) translateX(80px) rotate(-360deg); }
}

@-moz-keyframes rotating_01 {
    from { -moz-transform: rotate(0deg) translateX(80px) rotate(0deg); }
    to   { -moz-transform: rotate(360deg) translateX(80px) rotate(-360deg); }
}

@-o-keyframes rotating_01 {
    from { -o-transform: rotate(0deg) translateX(80px) rotate(0deg); }
    to   { -o-transform: rotate(360deg) translateX(80px) rotate(-360deg); }
}

@keyframes rotating_01 {
    from { transform: rotate(0deg) translateX(80px) rotate(0deg); }
    to   { transform: rotate(360deg) translateX(80px) rotate(-360deg); }
}

.rotating-01 {
  -webkit-animation: rotating_01 12s linear infinite;
  -moz-animation: rotating_01 12s linear infinite;
  -ms-animation: rotating_01 12s linear infinite;
  -o-animation: rotating_01 12s linear infinite;
  animation: rotating_01 12s linear infinite;
}



@-webkit-keyframes rotating_02 {
    from { -webkit-transform: rotate(0deg) translateX(180px) rotate(0deg); }
    to   { -webkit-transform: rotate(360deg) translateX(180px) rotate(-360deg); }
}

@-moz-keyframes rotating_02 {
    from { -moz-transform: rotate(0deg) translateX(180px) rotate(0deg); }
    to   { -moz-transform: rotate(360deg) translateX(180px) rotate(-360deg); }
}

@-o-keyframes rotating_02 {
    from { -o-transform: rotate(0deg) translateX(180px) rotate(0deg); }
    to   { -o-transform: rotate(360deg) translateX(180px) rotate(-360deg); }
}

@keyframes rotating_02 {
    from { transform: rotate(0deg) translateX(180px) rotate(0deg); }
    to   { transform: rotate(360deg) translateX(180px) rotate(-360deg); }
}

.rotating-02 {
  -webkit-animation: rotating_02 40s linear infinite;
  -moz-animation: rotating_02 40s linear infinite;
  -ms-animation: rotating_02 40s linear infinite;
  -o-animation: rotating_02 40s linear infinite;
  animation: rotating_02 40s linear infinite;
}


@-webkit-keyframes rotating_03 {
    from { -webkit-transform: rotate(180deg) translateX(180px) rotate(180deg); }
    to   { -webkit-transform: rotate(540deg) translateX(180px) rotate(-180deg); }
}

@-moz-keyframes rotating_03 {
    from { -moz-transform: rotate(180deg) translateX(180px) rotate(180deg); }
    to   { -moz-transform: rotate(540deg) translateX(180px) rotate(-180deg); }
}

@-o-keyframes rotating_03 {
    from { -o-transform: rotate(180deg) translateX(180px) rotate(180deg); }
    to   { -o-transform: rotate(540deg) translateX(180px) rotate(-180deg); }
}

@keyframes rotating_03 {
    from { transform: rotate(180deg) translateX(180px) rotate(180deg); }
    to   { transform: rotate(540deg) translateX(180px) rotate(-180deg); }
}

.rotating-03 {
  -webkit-animation: rotating_03 40s linear infinite;
  -moz-animation: rotating_03 40s linear infinite;
  -ms-animation: rotating_03 40s linear infinite;
  -o-animation: rotating_03 40s linear infinite;
  animation: rotating_03 40s linear infinite;
}


@-webkit-keyframes rotating_04 {
    from { -webkit-transform: rotate(0deg) translateX(270px) rotate(0deg); }
    to   { -webkit-transform: rotate(360deg) translateX(270px) rotate(-360deg); }
}

@-moz-keyframes rotating_04 {
    from { -moz-transform: rotate(0deg) translateX(270px) rotate(0deg); }
    to   { -moz-transform: rotate(360deg) translateX(270px) rotate(-360deg); }
}

@-o-keyframes rotating_04 {
    from { -o-transform: rotate(0deg) translateX(270px) rotate(0deg); }
    to   { -o-transform: rotate(360deg) translateX(270px) rotate(-360deg); }
}

@keyframes rotating_04 {
    from { transform: rotate(0deg) translateX(270px) rotate(0deg); }
    to   { transform: rotate(360deg) translateX(270px) rotate(-360deg); }
}

.rotating-04 {
  -webkit-animation: rotating_04 18s linear infinite;
  -moz-animation: rotating_04 18s linear infinite;
  -ms-animation: rotating_04 18s linear infinite;
  -o-animation: rotating_04 18s linear infinite;
  animation: rotating_04 18s linear infinite;
}


@-webkit-keyframes rotating_05 {
    from { -webkit-transform: rotate(180deg) translateX(270px) rotate(180deg); }
    to   { -webkit-transform: rotate(540deg) translateX(270px) rotate(-180deg); }
}

@-moz-keyframes rotating_05 {
    from { -moz-transform: rotate(180deg) translateX(270px) rotate(180deg); }
    to   { -moz-transform: rotate(540deg) translateX(270px) rotate(-180deg); }
}

@-o-keyframes rotating_05 {
    from { -o-transform: rotate(180deg) translateX(270px) rotate(180deg); }
    to   { -o-transform: rotate(540deg) translateX(270px) rotate(-180deg); }
}

@keyframes rotating_05 {
    from { transform: rotate(180deg) translateX(270px) rotate(180deg); }
    to   { transform: rotate(540deg) translateX(270px) rotate(-180deg); }
}

.rotating-05 {
  -webkit-animation: rotating_05 18s linear infinite;
  -moz-animation: rotating_05 18s linear infinite;
  -ms-animation: rotating_05 18s linear infinite;
  -o-animation: rotating_05 18s linear infinite;
  animation: rotating_05 18s linear infinite;
}



@-webkit-keyframes rotating_06 {
    from { -webkit-transform: rotate(270deg) translateX(270px) rotate(90deg); }
    to   { -webkit-transform: rotate(630deg) translateX(270px) rotate(-270deg); }
}

@-moz-keyframes rotating_06 {
    from { -moz-transform: rotate(270deg) translateX(270px) rotate(90deg); }
    to   { -moz-transform: rotate(630deg) translateX(270px) rotate(-270deg); }
}

@-o-keyframes rotating_06 {
    from { -o-transform: rotate(270deg) translateX(270px) rotate(90deg); }
    to   { -o-transform: rotate(630deg) translateX(270px) rotate(-270deg); }
}

@keyframes rotating_06 {
    from { transform: rotate(270deg) translateX(270px) rotate(90deg); }
    to   { transform: rotate(630deg) translateX(270px) rotate(-270deg); }
}

.rotating-06 {
  -webkit-animation: rotating_06 18s linear infinite;
  -moz-animation: rotating_06 18s linear infinite;
  -ms-animation: rotating_06 18s linear infinite;
  -o-animation: rotating_06 18s linear infinite;
  animation: rotating_06 18s linear infinite;
}


@-webkit-keyframes rotating_07 {
    from { -webkit-transform: rotate(90deg) translateX(270px) rotate(270deg); }
    to   { -webkit-transform: rotate(450deg) translateX(270px) rotate(-90deg); }
}

@-moz-keyframes rotating_07 {
    from { -moz-transform: rotate(90deg) translateX(270px) rotate(270deg); }
    to   { -moz-transform: rotate(450deg) translateX(270px) rotate(-90deg); }
}

@-o-keyframes rotating_07 {
    from { -o-transform: rotate(90deg) translateX(270px) rotate(270deg); }
    to   { -o-transform: rotate(450deg) translateX(270px) rotate(-90deg); }
}

@keyframes rotating_07 {
    from { transform: rotate(90deg) translateX(270px) rotate(270deg); }
    to   { transform: rotate(450deg) translateX(270px) rotate(-90deg); }
}

.rotating-07 {
  -webkit-animation: rotating_07 18s linear infinite;
  -moz-animation: rotating_07 18s linear infinite;
  -ms-animation: rotating_07 18s linear infinite;
  -o-animation: rotating_07 18s linear infinite;
  animation: rotating_07 18s linear infinite;
}


@-webkit-keyframes rotating_08 {
    from { -webkit-transform: rotate(90deg) translateX(140px) rotate(270deg); }
    to   { -webkit-transform: rotate(450deg) translateX(140px) rotate(-90deg); }
}

@-moz-keyframes rotating_08 {
    from { -moz-transform: rotate(90deg) translateX(140px) rotate(270deg); }
    to   { -moz-transform: rotate(450deg) translateX(140px) rotate(-90deg); }
}

@-o-keyframes rotating_08 {
    from { -o-transform: rotate(90deg) translateX(140px) rotate(270deg); }
    to   { -o-transform: rotate(450deg) translateX(140px) rotate(-90deg); }
}

@keyframes rotating_08 {
    from { transform: rotate(90deg) translateX(140px) rotate(270deg); }
    to   { transform: rotate(450deg) translateX(140px) rotate(-90deg); }
}

.rotating-08 {
  -webkit-animation: rotating_08 20s linear infinite;
  -moz-animation: rotating_08 20s linear infinite;
  -ms-animation: rotating_08 20s linear infinite;
  -o-animation: rotating_08 20s linear infinite;
  animation: rotating_08 20s linear infinite;
}


@-webkit-keyframes rotating_09 {
    from { -webkit-transform: rotate(0deg) translateX(230px) rotate(0deg); }
    to   { -webkit-transform: rotate(360deg) translateX(230px) rotate(-360deg); }
}

@-moz-keyframes rotating_09 {
    from { -moz-transform: rotate(0deg) translateX(230px) rotate(0deg); }
    to   { -moz-transform: rotate(360deg) translateX(230px) rotate(-360deg); }
}

@-o-keyframes rotating_09 {
    from { -o-transform: rotate(0deg) translateX(230px) rotate(0deg); }
    to   { -o-transform: rotate(360deg) translateX(230px) rotate(-360deg); }
}

@keyframes rotating_09 {
    from { transform: rotate(0deg) translateX(230px) rotate(0deg); }
    to   { transform: rotate(360deg) translateX(230px) rotate(-360deg); }
}

.rotating-09 {
  -webkit-animation: rotating_09 40s linear infinite;
  -moz-animation: rotating_09 40s linear infinite;
  -ms-animation: rotating_09 40s linear infinite;
  -o-animation: rotating_09 40s linear infinite;
  animation: rotating_09 40s linear infinite;
}



@-webkit-keyframes rotating_10 {
    from { -webkit-transform: rotate(0deg) translateX(320px) rotate(0deg); }
    to   { -webkit-transform: rotate(360deg) translateX(320px) rotate(-360deg); }
}

@-moz-keyframes rotating_10 {
    from { -moz-transform: rotate(0deg) translateX(320px) rotate(0deg); }
    to   { -moz-transform: rotate(360deg) translateX(320px) rotate(-360deg); }
}

@-o-keyframes rotating_10 {
    from { -o-transform: rotate(0deg) translateX(320px) rotate(0deg); }
    to   { -o-transform: rotate(360deg) translateX(320px) rotate(-360deg); }
}

@keyframes rotating_10 {
    from { transform: rotate(0deg) translateX(320px) rotate(0deg); }
    to   { transform: rotate(360deg) translateX(320px) rotate(-360deg); }
}

.rotating-10 {
  -webkit-animation: rotating_10 60s linear infinite;
  -moz-animation: rotating_10 60s linear infinite;
  -ms-animation: rotating_10 60s linear infinite;
  -o-animation: rotating_10 60s linear infinite;
  animation: rotating_10 60s linear infinite;
}

.modal-header-close {
    position: absolute;
    z-index: 9;
    margin: 20px 30px;
    right: 0;
}

.modal-header-close button {
    opacity: 1;
}

.modal-header-close button span {
    color: #49278a;
    font-size: 35px;
}

.modal-reset-password{
    background-color: #2e2e42;   
}

.modal-reset-password .recover-content{
    color:#fff;
}

.modal-reset-password p,
.modal-reset-password a {
    color:#fff;
}

.single-pricing-pack .pricing-content {
    padding: 1rem!important;
}

.single-pricing-pack {
    min-height: 430px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1rem;
    align-items: center;
}

.pricing-feature-list li {
    border-bottom:1px solid #8080801a;
}

.pricing-feature-list {
    font-size: 14px;
    line-height: 30px;
}

.pricing-feature-list li span {
    font-weight: bold;
}

.single-pricing-pack a.buy-now {
    width: 70%;
    text-align: center;
    margin-bottom: 1rem;
}

.single-pricing-pack button.buy-now {
    width: 90%;
    text-align: center;
    margin-bottom: 1rem;
}

.price.real-price {
    font-size: 22px!important;
    text-decoration: line-through;
}

.single-pricing-pack ul {
    font-size: 14px;
    line-height: 30px;
    padding-left: 0;
    list-style: none;
}

.single-pricing-pack ul li {
    border-bottom: 1px solid #8080801a;    
}

.pricing-switch-wrap {
    position: relative;
}
.yearly-discount {
    border: 1px solid #63c15e;
    padding: 0px 5px;
    font-size: 14px;
    text-align: center;
    height: 28px;
    background-color: #63c15e;
    color: white;
    font-size: 100;
    border-radius: 5px;
    right: -20px;
    top: -21px;
    position: absolute;
}

.single-pricing-pack .current-plan {
    width: 70%;
    text-align: center;
    margin-bottom: 1rem;
    border: 1px solid #1c2e4b;
    color: #1c2e4b;
    padding: .55em 1.735em;
    border-radius: 10rem;
    background-color: whitesmoke;
}
.toggle_radio{
    position: relative;
    background: #fff;
    height: 37px;
  border: 1px solid #6730e3;
  border-radius: 25px;
  margin: 0 15px;
  background: #fff;
  box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
  overflow: hidden;
  }
  .toggle_radio > * {
    float: left;
  }
  .toggle_radio input[type=radio]{
    display: none;
  }
  .toggle_radio label{
    color: #6730e3;
    width: 100px;
    height: 37px;
    border-radius: 25px;
    cursor: pointer;
    text-align: center;
    margin: 0;
    line-height: 2.2;
  }
  
  .toggle_option_slider {
      width: 100px;
      height: 37px;
      position: absolute;
      line-height: 2.2;
    top: 0px;
      z-index: 1px;
    border-radius: 25px;
    transition: all .4s ease;
  }
  
  #price-monthly:checked ~ .toggle_option_slider{
      background: #6730e3;
      color: #fff;
      left: 0px;
  }
  #price-yearly:checked ~ .toggle_option_slider{
      background: #6730e3;
      color: #fff;
      left: 100px;
  }
  #price-quarterly:checked ~ .toggle_option_slider{
      background: #6730e3;
      color: #fff;
    left: 200px;
  }


a.link {
    color: #fff;
    margin-right: 0.1rem;
    font-size: 12px;
    opacity: 0.8;
}

.results {
    padding: 15px 15px 13px;
}

footer, footer p {
    font-family: "Open Sans", sans-serif;
}

footer p {
    font-size: 14px;
}

footer h1, footer h2,
footer h3, footer h4,
footer h5, footer h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    line-height: 1.25;
}

footer h6 {
    font-size: 15px;
}

.primary-bg {
    background: #6730e3 !important;
}

.gradient-bg {
    background: linear-gradient(75deg, #4f1bc5, #7b17c5);
}

.navbar-brand img {
    max-width: 180px;
}

footer.footer-with-newsletter {
    margin-top: 70px;
}

.footer-with-newsletter .newsletter-wrap {
    margin-top: -135px;
    margin-bottom: 60px;
}

.newsletter-form .input-newsletter {
    height: 50px;
    display: block;
    width: 100%;
    border: none;
    border-radius: 30px;
    font-size: 14px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 25px;
}

.newsletter-form button {
    position: absolute;
    right: 4px;
    top: 4px;
    bottom: 4px;
    border: none;
    border-radius: 30px;
    background-color: #9629e6;
    display: inline-block;
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
}

.footer-1.gradient-bg ul li a:hover {
    color: #fff;
    opacity: 1;
}

footer ul:not([class*='menu']) li > a:hover {
    text-decoration: none;
}

.footer-1.gradient-bg p, .footer-1.gradient-bg h6 {
    color: #fff;
    opacity: 0.8;
}

footer ul:not(.list-inline):not(.slides) > li {
    line-height: 30px !important;
    list-style: none;
}
footer ul li:not(:hover) {
    opacity: 0.8;
}
.footer-1.gradient-bg ul li a {
    color: #fff;
    opacity: 0.8;
}

footer ul:not([class*='menu']) li > a {
    font-weight: 400;
    font-size: 13px;
    display: block;
}

footer ul {
    padding: 0;
}

.social-list-default .list-inline-item:not(:last-child) {
    margin-right: .3rem;
}

.social-list-default li:not(:hover) {
    opacity: 0.8;
}

.social-hover-2 li:hover a {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    color: #fff !important;
    border-radius: 100%;
}

.social-list-default li a {
    display: block;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: relative;
    overflow: hidden;
    height: 32px;
    width: 32px;
    line-height: 32px;
    border-radius: 4px;
    font-size: 1rem;
}
.background-color.social-hover-2 li a.facebook {
    background: #4064ac;
    color: #fff !important;
}

.background-color.social-hover-2 li a.twitter {
    background: #00a7e6;
    color: #fff !important;
}

.background-color.social-hover-2 li a.instagram {
    background: #C13584;
    color: #fff !important;
}

.background-color.social-hover-2 li a.linkedin {
    background: #0077b5;
    color: #fff !important;
}

.ptb-60 {
    padding: 60px 0;
}

.linked-text {
    display: flex;
    align-items: center;
}
.linked-text img {
    max-width: 120px;
    display: block;
    float: left;
}
.linked-text p {
    margin: 15px;
    font-size: 11px;
    text-align: left;
}
.footer-logos {
    display: flex;
    align-items: center;
}

.footer-logos figure img {
    mix-blend-mode: multiply;
}

.footer-logos figure {
    width: 90px;
    margin: 0 0 0 20px;
    height: 50px;
    display: flex;
    align-items: center;
}
.small-text:not(p) {
    opacity: 1;
}
.small-text {
    font-size: 13px;
}

.text-left {
    text-align: left;
}

@media (min-width: 992px){
    .text-lg-right {
        text-align: right;
    }
}
@media (min-width: 768px){
    .text-md-right {
        text-align: right;
    }
}

.terms-policy-wrap {
    color: #696969;
}

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

    li.bar {
        display:none!important;
    }

    label.error {
        position: unset;
        min-height: 33px;
        padding-top: 5px;
        padding-bottom: 3px;
        width: 100%;
    }

    label.error::before {
        top: 41px;
    }

    .user-thumbnail-small {
        right: 10px;
        top: 8px;
    }

    .menu li a:hover, .menu li:hover > a {
        background: unset;
    }

    .dropdown-toggle-inner {
        display: flex!important;
        justify-content: space-between;
        align-items: center;
    }

    .dropdown-toggle-inner span.credits {
        margin-right: 38px;
    }

    .search-bar-container {
        padding: 20px 5px;
    }

    .input-simulate.input-simulate-unique {
        border-radius: 30px;
    }

    section.client-section {
        padding-top: 25px;
        padding-bottom: 45px;
    }

    section#contact {
        padding-bottom: 20px;
    }

    .first-title {
        margin-top: 30px;
    }

    p.pricing-text {
        margin-bottom: 35px;
    }

}

@media (max-width: 671px) {
    .phone-slide img {
        height: 200px;
        object-fit: contain;
    }

    .phone-slide .feature-img {
        justify-content: center;
    }

    .results.floating {
        position: fixed;
        z-index: 10;
        background: #fff;
        top: 44px;
        width: 92%;
        transition: none;
        -webkit-box-shadow: 0px 0px 10px -7px rgb(0 0 0 / 75%);
        box-shadow: 0px 0px 10px -7px rgb(0 0 0 / 75%);
        border-radius: 0 0 15px 15px;
    }
}

@media screen and (max-width: 425px){
    .single-pricing-pack {
        min-height: 340px;
    }

    .navbar-brand img {
        max-width: 130px;
    }

    input {
        font-size: 16px;
    }
    
    input::placeholder {
        font-size:16px;
    }
    
    textarea {
        font-size: 16px;
    }
    
    textarea::placeholder {
        font-size:16px;
    }
    
}

.talent-section-plan {
    width: 100%;
    height: 71px;
    background-image: url(https://i.ibb.co/bXtpp75/Plantilla-web.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    /* display: flex; */
    display: none;
    justify-content: space-evenly;
    align-items: center;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-property: height;
}
.talent-a-plan{
    background-color: transparent;
}
.talent-button-plan {
    font-family: 'Poppins', sans-serif;
    padding-top: 11px;
    padding-bottom: 11px;
    background-color: #fff;
    outline: none;
    font-weight: bold;
    /* color: black; */
    border: none;
    width: 204px;
}
.talent-button-plan:hover {
    /* background-color: transparent; */
    color: #6730e3;
    border: none;
}

.barner-text {
    text-align: center;
    width: auto;
    font-family: 'Poppins', sans-serif;
    /* color: #fff; */
    display: flex;
    font-weight: bold;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;

}

.popup {
    z-index: 2;
    display: none; /* Hidden by default */
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: fixed; /* Stay in place */
    padding-top: 100px;  /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    

}

.content-box{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    margin: 0;
    padding: 20px;
    align-items: center;
    justify-content: center;
    background-image: url("https://i.ibb.co/6BDhGd6/Pop-up-01-1.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 42%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);

}
@media (min-width: 320px) and (max-width: 768px) {
    .content-box{
        width: 350px;
        height: auto;

    }
}

@media (min-width: 769px) and (max-width: 984px) {
    .content-box{
        width: 382px;
        height: auto;

    }
}
.popup-body{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}


.popup-text-1 {
    -webkit-text-stroke: 1px #7600cf;
    display: flex;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 1;
    /* padding-top: 50px; */
    /* padding-bottom: 40px; */
    color: #fff;
    font-size: 32px;
    padding: auto;
    /* margin: 6px; */
    /* border: solid; */
}
.talent-plus {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-weight: bold;
    /* margin-top: 100px; */
    font-size: 30px;
    text-align: center;
    margin-left: 19px;
    text-shadow: -1px -1px 0px #7600cf, -6px 6px 0px #7600cf, -6px 6px 0px #7600cf, -7px 8px 0px #fff, -7px 7px 0px #7600cf;
}

.popup-text-important {
    font-weight: bold;
    /* margin-top: 100px; */
    font-size: 50px;
    text-align: center;
    text-shadow: -1px -1px 0px #7600cf, -6px 6px 0px #7600cf, -6px 6px 0px #7600cf, -7px 8px 0px #fff, -7px 7px 0px #7600cf;
}


.popup-text-2 {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    width: auto;
    border-style: solid;
    padding-left: 30px;
    padding-right: 30px;
    border-top-style: transparent;
    border-right-style: transparent;
    padding-bottom: 15px;
    border-width: 2px;
    border-width: 4px;
    border-style: solid;
    border-image: linear-gradient(12deg, #fff, #7600cf, #7600cf, #7600cf) 25;

}

.popup-text-3 {
    -webkit-text-stroke: 1px #7600cf;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    text-align: center;
    margin-top: 27px;
    font-size: 16px;
    /* border: solid; */
}

.close {
    width: 100%;
    display: flex;
    flex-wrap: unset;
    justify-content: flex-end;
    align-items: end;
    color: #fff;
    float: right;
    font-size: 40px;
    font-weight: bold;
}


.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}



.button-kanban {
    color: #fff;
    background-color: #7a33ff;
    border-radius: 4px;
    line-height: 24px;
    border: none;
    user-select: none;
    cursor: pointer;
    appearance: none;
    width: 138px;
    height: 38px;
    margin-top: 25px;
    margin-bottom: 27px;
}


.close-kanban-down {
    display: flex;
    align-items: center;
    justify-content: center;
}