.front-page{
  background-image: url('/argon/img/background/31213.jpg');
}

.cover-centered {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: black;
    padding-left: 20px;
    padding-right: 20px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
input:-webkit-autofill:active{
    -webkit-text-fill-color: black;
    background-color: transparent;
    transition: background-color 50000000000s ease-in-out 0s;
    -webkit-transition-delay: 9999s;
}

input.no-autofill:-webkit-autofill {
    -webkit-background-clip: text;
}

.navbar-fixed-left {
    width: 140px;
    position: fixed;
    border-radius: 0;
    height: 100%;
  }

  .navbar-fixed-left .navbar-nav > li {
    float: none;  /* Cancel default li float: left */
    width: 139px;
  }

  .navbar-fixed-left + .container {
    padding-left: 160px;
  }

.button-notification {
    margin-left: 0px;
    margin-right: 0px;
    position : relative;
    left : 90%;
}


.badge-notification[data-badge]::after {
    content: attr(data-badge);
    position: absolute;
    top: -2px;
    float: right;
    right: -5px;
    display: flex;
    justify-content: center;
    align-content: center;
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 50%;
    background: #f5365c;
    color: #fff;
}

.iframe-cc-and-rs {
    max-width: 512px;
    max-height: 100%;
    overflow: hidden;
}

.r-iframe {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.card-link:hover {
    scale: 1.1;
    color: white;
    background-color: black;
}

.material-input {
    font-size:13px;
    font-weight: 600;
    padding:10px 10px 10px 5px;
    display:block;
    border:none;
    width: 100%;
    border-bottom:1px solid #757575;
}
.material-input:focus {
    outline:none;
}

/* LABEL ======================================= */
.material-label {
    color:#999;
    font-size:18px;
    font-weight:normal;
    position:relative;
    top:-40px;
    pointer-events:none;
    transition:0.2s ease all;
    -moz-transition:0.2s ease all;
    -webkit-transition:0.2s ease all;
}

/* active state */
.material-input:focus ~ label, .material-input:valid ~ label {
    top:-60px;
    font-size:14px;
    color:rgb(141, 141, 141);
    text-transform: uppercase;
}

/* BOTTOM BARS ================================= */
.bar{
    position:relative;
    display:block;
}
.bar:before, .bar:after {
    content:'';
    height:2px;
    width:0;
    bottom:1px;
    position:absolute;
    background:rgb(20, 20, 20);
    transition:0.2s ease all;
    -moz-transition:0.2s ease all;
    -webkit-transition:0.2s ease all;
}
.bar:before {
    left:50%;
}
.bar:after {
    right:50%;
}

/* active state */
.material-input:focus ~ .bar:before, input:focus ~ .bar:after {
    width:50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
    position:absolute;
    height:60%;
    top:25%;
    left:0;
    pointer-events:none;
    opacity:0.5;
}

/* active state */
.material-input:focus ~ .highlight {
    -webkit-animation:inputHighlighter 0.3s ease;
    -moz-animation:inputHighlighter 0.3s ease;
    animation:inputHighlighter 0.3s ease;
}

.material-form-control
{
    font-size: 1rem;
    line-height: 1.5;
    display: block;
    width: 100%;
    height: calc(2.75rem + 2px);
    padding: .625rem .75rem;
    transition: all .2s cubic-bezier(.68, -.55, .265, 1.55);
    box-shadow: none;
}
@media screen and (prefers-reduced-motion: reduce)
{
    .material-form-control
    {
        transition: none;
    }
}

/* CARD BUTTON */
.card-input-element {
    display: none;
}

.card-input:hover {
    cursor: pointer;
    background-color: rgba(137, 101, 224, 0.2);;
}

.card-input-element:checked + .card-input {
    background-color: #212529;
    color: white !important;
}

.card-input-element:checked + .container > .row > .icon::after {
    font-family: 'Font Awesome 5 Free';
    color: white;
    content: '\f00c';
    font-weight: 600;
    font-size: 24px;
    /* left: 0px; */
}

.card-input-element-outline:checked + .card-input {
    background-color:rgba(137, 101, 224, 0.2);
    border-left: solid 4px #8965e0;
    color: black !important;
}

.card-input-element-outline {
    display: none;
}

.card-input-element-outline:checked + .card-input > .card-cs > .row > .icon::after {
    font-family: 'Font Awesome 5 Free';
    color:#8965e0;
    content: '\f058';
    font-weight: 600;
    font-size: 24px;
    left: 0px;
}

.card-input-body
{
    flex: 1 1 auto;
}

.card-cs
{
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
}

.responsive-wrapper {
    position: relative;
    height: 0;
    overflow: hidden;
}

.responsive-wrapper img,
.responsive-wrapper object,
.responsive-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* MODAL */
.c-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: .8;
  }

  .c-modal-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    outline: 0;
  }

  .c-modal {
    z-index: 100;
    background: white;
    position: sticky;
    margin: 30vh auto;
    border-radius: 3px;
    max-width: 500px;
    padding: 2rem;
  }

  .c-modal-header {
    display: flex;
    justify-content: flex-end;
  }


  .c-modal-close-button {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    opacity: .3;
    cursor: pointer;
    border: none;
  }


.material-input-inverse {
    font-size:13px;
    padding:10px 10px 10px 5px;
    display:block;
    border:none;
    width: 100%;
    color: white;
    border-bottom:1px solid #757575;
}
.material-input-inverse:focus {
    outline:none;
}

.material-input-inverse::placeholder {
    color:grey;
}

/* LABEL ======================================= */
.material-label-inverse {
    color:#999;
    font-size:18px;
    font-weight:normal;
    position:relative;
    top:-40px;
    pointer-events:none;
    transition:0.2s ease all;
    -moz-transition:0.2s ease all;
    -webkit-transition:0.2s ease all;
}

/* active state */
.material-input-inverse:focus ~ label, .material-input-inverse:valid ~ label {
    top:-60px;
    font-size:14px;
    color:white;
    text-transform: uppercase;
}

/* BOTTOM BARS ================================= */
.bar-inverse{
    position:relative;
    display:block;
}
.bar-inverse:before, .bar-inverse:after {
    content:'';
    height:2px;
    width:0;
    bottom:1px;
    position:absolute;
    background:white;
    transition:0.2s ease all;
    -moz-transition:0.2s ease all;
    -webkit-transition:0.2s ease all;
}
.bar-inverse:before {
    left:50%;
}
.bar-inverse:after {
    right:50%;
}

/* active state */
.material-input-inverse:focus ~ .bar-inverse:before, input:focus ~ .bar-inverse:after {
    width:50%;
}

/* HIGHLIGHTER ================================== */
.highlight-inverse {
    position:absolute;
    height:60%;
    top:25%;
    left:0;
    pointer-events:none;
    opacity:0.5;
}

/* active state */
.material-input-inverse:focus ~ .highlight-inverse {
    -webkit-animation:inputHighlighter 0.3s ease;
    -moz-animation:inputHighlighter 0.3s ease;
    animation:inputHighlighter 0.3s ease;
}

.material-form-control-inverse
{
    font-size: 1rem;
    line-height: 1.5;
    display: block;
    width: 100%;
    height: calc(2.75rem + 2px);
    padding: .625rem .75rem;
    transition: all .2s cubic-bezier(.68, -.55, .265, 1.55);
    box-shadow: none;
}
@media screen and (prefers-reduced-motion: reduce)
{
    .material-form-control-inverse
    {
        transition: none;
    }
}


/* TAB */
.side-tab .nav-link.active>i,
.side-tab .show > .nav-link
{
    color: #8965e0 !important;
    /* box-shadow:inset 0 -3px 0 #bc65e0; */
}


.nav-pills-ct .nav-link.active>p,
.nav-pills-ct .show > .nav-link
{
    color: #8965e0 !important;
    /* font-size: 1em !important; */
    /* background-color: #8965e0; */
}

.nav-pills-ct .nav-item:not(:last-child)
{
    padding-right: 1rem;
}

.nav-pills-ct .nav-link
{
    font-size: .875rem;
    font-weight: 500;
    padding: .3rem .3rem;
    transition: all .10s ease;
    color: black;
    background-color: #fff;
    /* box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08); */
}
.nav-pills-ct .nav-link:hover
{
    color: #8965e0;
    border-bottom: solid -4px black;
    /* background-color: black; */
}

.nav-pills-ct .nav-link.active,
.nav-pills-ct .show > .nav-link
{
    color: #8965e0;
    box-shadow:inset 0 -3px 0 #bc65e0;
    /* border-bottom: solid 2px black; */
    background-color: white;
}

.display-hidden {
    display: none;
}

.speech-bubble {
	position: relative;
	background: linear-gradient(87deg, #8965e0 0, #bc65e0 100%) !important;
    border-radius: .4em;
    padding: 4px 2px 4px 2px;
}

.speech-bubble:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 0;
	height: 0;
	border: 9px solid transparent;
	border-right-color: #8965e0;
	border-left: 0;
	border-bottom: 0;
	margin-top: -4.5px;
	margin-left: -9px;
}

.crop-container {
    position: 'relative';
    width: '100%';
    height: 200;
    background: '#333';
}

/* RADIO */
.form-radio
{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: relative;
    background-color: #f1f1f1;
    color: #FFFFFF;
    top: 5px;
    height: 20px;
    width: 20px;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 7px;
    outline: none;
}

.form-radio:checked::before
{
    position: absolute;
    font: 13px/1 'Open Sans', sans-serif;
    left: 6.5px;
    top: 3px;
    content: '\02143';
    transform: rotate(40deg);
}

.form-radio:hover
{
    background-color: #f7f7f7;
}

.form-radio:checked
{
    background-color: #000000;
}

label
{
    /* font: 12px/1.7 'Open Sans', sans-serif; */
    font: 1rem 'Open Sans', sans-serif;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
}

.form-check-custom
{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: relative;
    background-color: #f1f1f1;
    color: #FFFFFF;
    top: 0px;
    height: 20px;
    width: 20px;
    border: 0;
    border-radius: 50px;
    cursor: pointer;
    margin-right: 7px;
    outline: none;
}

.form-check-custom:checked::before
{
    position: absolute;
    font: 13px/1 'Open Sans', sans-serif;
    left: 5px;
    top: 4px;
    content: '\2715';
}

.form-check-custom:hover
{
    background-color: #f7f7f7;
}

.form-check-custom:checked
{
    background-color: #f5365c;
}

.form-check-grey
{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: relative;
    background-color: #f1f1f1;
    color: #FFFFFF;
    top: 0px;
    height: 20px;
    width: 20px;
    border: 0;
    border-radius: 10px;
    cursor: pointer;
    margin-right: 7px;
    outline: none;
}

.form-check-grey:checked::before
{
    position: absolute;
    font: 13px/1 'Open Sans', sans-serif;
    left: 5px;
    top: 4px;
    content: '\2715';
}

.form-check-grey:hover
{
    background-color: #f7f7f7;
}

.form-check-grey:checked
{
    background-color: gray;
}

.notification-dropdown
{
    font-size: 1rem;
    position: absolute;
    z-index: 9999;
    top: 100%;
    right: 0;
    /* float: left; */
    min-width: 30rem;
    max-width: 30rem;
    margin: .125rem 0 0;
    padding: .5rem 0;
    word-wrap: break-word;
    overflow-wrap:break-word;
    list-style: none;
    text-align: left;
    color: #525f7f;
    border: 0 solid rgba(0, 0, 0, .15);
    border-radius: .4375rem;
    background-color: #fff;
    box-shadow: 0 50px 100px rgba(50, 50, 93, .1), 0 15px 35px rgba(50, 50, 93, .15), 0 5px 15px rgba(0, 0, 0, .1);
}

.dropleft .notification-dropdown
{
    top: 0;
    right: 100%;
    left: auto;

    margin-top: 0;
    margin-right: .125rem;
}

p .keep-all
{
    word-wrap: break-word;
}

.card-lift-sm-dark--hover:hover .card > .card-footer small
{
    color :white !important;
}

.shadow-custom
{
    box-shadow: 0 5px 18px rgba(0,0,0,0.12), 0 6px 6px rgba(0,0,0,0.23);
    /* box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); */
}

.row.vertical-divider {
    overflow: hidden;
}
.row.vertical-divider > div[class^="col-"] {
    border-left: 1px solid #F2F7F9;
    border-right: 1px solid #F2F7F9;
}
.row.vertical-divider div[class^="col-"]:first-child {
    border-left: none;
    /* border-right: none; */
}
.row.vertical-divider div[class^="col-"]:last-child {
    border-left: none;
    border-right: none;
}

.bg-gradient-footer{
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,1) 37%, rgba(116,116,116,1) 100%);
}

.bg {
    background-image: url("/argon/img/background/lake-two.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
}

.line-dec {
	width: 60px;
	height: 3px;
	margin-top: 20px;
	margin-bottom: 30px;
	background-color: #f4bc51;
}

.right-banner-content {
	padding: 25px;
	/* background-color: #f4bc51; */
	text-align: center;
	min-height: 680px;
	height: 680px;
}

.left-banner-content {
	padding-top: 175px;
	padding-bottom: 175px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: left;
	background-image: url('/argon/img/background/lake-three.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	/* min-height: 680px; */
	/* height: 800px; */
}

/* .left-banner-content > .text-content::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
} */

.left-banner-content h6 {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
}

.left-banner-content h1 {
	font-size: 64px;
	font-weight: 300;
	color: #fff;
	line-height: 70px;
}

.left-banner-content .line-dec {
	width: 60px;
	height: 3px;
	margin-top: 20px;
	margin-bottom: 30px;
	background-color: #f4bc51;
}

.left-banner-content .white-border-button {
	margin-top: 52px;
}

.container-no-p-m
{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.best-offer {
	margin-top: 10px;
}

.best-offer-left-content {
	/* min-height: 550px; */
	/* height: 550px; */
	padding: 60px 30px;
	text-align: center;
    /* background-image: url('/argon/img/background/lake-four.jpg'); */
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url('/argon/img/background/lake-four.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.best-offer-left-content h2 {
	margin-top: 0px;
	font-size: 32px;
	font-weight: 300;
	color: white;
	line-height: 36px;
}

.best-offer-left-content em {
	font-style: normal;
	color: #f4bc51;
	font-weight: 700;
}

.best-offer-left-content .icon {
	text-align: center;
	margin: 0 auto;
	width: 140px;
	height: 140px;
	line-height: 140px;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 50%;
}

.best-offer-left-content h4 {
	margin-top: 33px;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
}

.best-offer-right-content {
	background-color: #eee;
	padding: 80px 40px;
	/* min-height: 550px; */
	/* height: 550px; */
}

.best-offer-right-content h2 {
	margin-top: 0px;
	font-size: 32px;
	font-weight: 300;
	color: #121212;
	line-height: 36px;
}

.best-offer-right-content h6 {
	font-size: 14px;
	font-weight: 700;
}

.best-offer-right-content em {
	font-style: normal;
	color: #f4bc51;
	font-weight: 700;
}

.best-offer-right-content p {
	margin: 18px 0px;
}

.best-offer-right-content ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.best-offer-right-content ul li {
	display: block;
	font-size: 13px;
	font-style: italic;
	color: #7a7a7a;
	font-weight: 300;
	margin-bottom: 10px;
}

.white-button a {
	padding: 14px 20px;
	background-color: #fff;
	border-radius: 30px;
	color: #121212;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.5s;
}

.white-border-button a {
	padding: 14px 20px;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 30px;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.5s;
}




.flip-card {
    background-color: transparent;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
  }

  /* This container is needed to position the front and back side */
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.5s;
    transform-style: preserve-3d;
}

  /* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

  /* Position the front and back side */
.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
}

  /* Style the front side (fallback if image is missing) */
.flip-card-front {
    background-color: white;
    color: black;
}

  /* Style the back side */
.flip-card-back {
    background-color: white;
    color: white;
    transform: rotateY(180deg);
}



/* .tooltip-inner {
    background-color: white;
    font-weight: normal;
    color: black;
    padding-left: 1rem;
    padding-top: 0.8rem;
    padding-right: 1rem;
    padding-bottom: 0.8rem;
    font-size: 15px;
}
.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: white !important;
}
.tooltip.bs-tooltip-left .arrow:before {
    border-left-color: white !important;
}
.tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: white !important;
}
.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: white !important;
} */

.badge-purple
{
    color: #8965e0;
    background-color: rgba(137, 101, 224, .2);
}

.text-yellow-calm
{
    color: #f4bc51;
}

.text-purple
{
    color: #8965e0 !important;
}

.bg-yellow-calm
{
    background-color: #f4bc51 !important;
}

.bg-gray-calm
{
    background-color:  #eee;
}

.bg-green-calm
{
    background-color: #70e344;
}

.text-whatsapp
{
    color: #128C7E;
}

.text-linkedin
{
    color: #0e76a8;
}

.text-gmail
{
    color: #BB001B;
}

.text-node
{
    color: #6cc24a;
}

.text-react
{
    color: #00d8ff;
}

.text-laravel
{
    color: #f55247;
}

.bg-node {
    background-color: #6cc24a;
}

.bg-react {
    background-color: #00d8ff;
}

.bg-vue {
    background-color: #128C7E;
}

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

.bg-dark
{
    background-color: #212529 !important;
}

.wjdiwjid {
    color : #fefefe93
}

.container-p-0
{
    overflow-x: hidden;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    /* padding-right: 15px;
    padding-left: 15px; */
}

.nav-item:hover > .sidebar > .container-fluid > .row > .sidebar-icon{
    background-color:  #212529 !important;
}

.nav-item:hover > .sidebar > .container-fluid > .row > .sidebar-menu-name{
    color: #f4bc51 !important;
}

.bg-text {
    position: relative;
    overflow-x: hidden;
}
.bg-text::after {
    color: rgb(244, 244, 244);
    content: attr(data-bg-text);
    display: block;
    font-size: 190px;
    line-height: 1;
    position: absolute;
    bottom: 20%;
    right: -60%;
    transform: rotate(270deg);
    z-index: -1;
    font-weight: 600;
}

.btn-no-bg {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    background-color: inherit;
    color:#212529;
    cursor: pointer;
    display: inline-block;

    padding: .625rem 1.25rem;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;

    border: 1px solid transparent;
}

button.btn-no-bg:active:focus{
    outline:none !important;
    border: 1px solid transparent;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-no-bg:disabled {
    color: gray !important;
}

@media (min-width: 576px) {
    .card-input-form
    {
        position: absolute;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .card-input-form
    {
        position: absolute;
        bottom: 20px;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .card-input-form
    {
        position: absolute;
        bottom: 20px;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .card-input-form
    {
        position: absolute;
        bottom: 20px;
        width: 100%;
    }
}


.react-draggable, .cursor {
    cursor: move;
}

.box {
    background-image: url("/argon/demo-speech/QR/2ac37701-32c0-472a-bb3f-6bccec1f45f2.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.inset {
    box-shadow:inset 60px 0 0 #f3f4f5;
}

.about-left {
    margin-top: 0px;
    font-size: 2vh;
    font-weight: 300;
    /* line-height: 5vw; */
    transform: perspective(1000px) rotateY(45deg);
}

.text-about-right{
    margin-top: 0px;
    font-size: 9vh;
    font-weight: 300;
}

.about-right{
    transition: transform 330ms ease-in-out;
}

.about-right:hover {
    /* line-height: 5vw; */
    transform: perspective(1200px) rotateY(-10deg);
}

.bg-text-about {
    position: relative;
    overflow-x: hidden;
}
.bg-text-about::after {
    color: rgb(244, 244, 244);
    content: attr(data-bg-text);
    display: block;
    font-size: 200px;
    font-weight: 300;
    line-height: 1;
    position: absolute;
    bottom: 4%;
    right: 10%;
    /* transform: rotate(0deg); */
    z-index: -1;
    /* font-weight: 600; */
}

.about-bg-full-screen {
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.9), rgba(252, 252, 252, 0.9)),
        url('/argon/img/background/about-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.about-shape-circle {
    border-radius: 50%;
    width: 100px;
    height: 100px;
}

.about-shape-circle-30 {
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.about-shape-circle-10 {
    border-radius: 50%;
    width: 10px;
    height: 10px;
}

.about-icon-animated {
    -webkit-animation: action 1s infinite  alternate;
    animation: action 1s infinite  alternate;
}
@-webkit-keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}

.about-icon-animated-2s {
    -webkit-animation: action 2s infinite  alternate;
    animation: action 2s infinite  alternate;
}
@-webkit-keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}

.col.bottom-nav:hover {
    background-color: #f4bc51;
}

.col.bottom-nav:hover > h3 {
    color: white !important;
}

.col.bottom-nav:hover > h3 .bottom-nav-icon {
    color: white !important;
}

.tilt-left-45 {
    transform: rotateY(90deg);
    -ms-transform: rotateY(45deg);
}

.btn-icon
{
    font-weight: 400;
    color: #8898aa !important;
    background-color: transparent;
    border-color: transparent;
    cursor: pointer;
}
.btn-icon:hover
{
    text-decoration: none;
    color: #f5365c !important;
    border-color: transparent;
    background-color: transparent;
    cursor: pointer;
}
.btn-icon:focus,
.btn-icon.focus
{
    text-decoration: none;
    border-color: transparent;
    box-shadow: none;
}
.btn-icon:disabled,
.btn-icon.disabled
{
    pointer-events: none;
    color: #8898aa;
}

.bg-pre-white
{
    background-color: #fcfcfc !important;
}

.large-shadow {
    box-shadow:
    0 1.1px 1.4px rgba(0, 0, 0, 0.034),
    0 2.9px 3.6px rgba(0, 0, 0, 0.049),
    0 5.8px 7.3px rgba(0, 0, 0, 0.061),
    0 12px 15px rgba(0, 0, 0, 0.076),
    0 33px 41px rgba(0, 0, 0, 0.11)
;
}

.hexagon {
  width: 20em;
  height: 20em;
  background: #8965e0;
  position: relative;
}
.hexagon::before {
  content: "";
  position: absolute;
  top: -28.8675px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 28.8675px solid #8965e0;
}
.hexagon::after {
  content: "";
  position: absolute;
  bottom: -28.8675px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 28.8675px solid #8965e0;
}
.square{
    width: 60%;
    height: 80%;
    background-color: #8965e0;
    position: absolute;
    bottom: 4rem;
    transform: rotate(20deg);
    right: 3rem;
    z-index: -1;
    border-radius: 20px;
}
.square-1{
    width: 70%;
    height: 80%;
    background-color: #9a77ec;
    position: absolute;
    bottom: 4rem;
    transform: rotate(10deg);
    right: 3rem;
    z-index: -1;
    border-radius: 10px;
}
.shape-layer{
    position: relative;
    right: 0px;
    /* bottom: 20em; */
    /* left: 20em; */
}

.Toastify__toast {
  border-radius: 8px;
  background-color: #333;
  padding: 0px;
}
/* .switch-wrapper {
    position: relative;
  }

  .switch-wrapper > div {
    position: absolute;
  } */

