body {
	padding: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.3em !important;
	text-transform: none !important;
}

.header .saas2-content .set-abs.center-text {
	right: 8%;
	bottom: 12%;
}

.header .background-animate {
	bottom: 10%;
}

.Unice-copyright-text a {
	color: #a75e8c;
}

.Unice-copyright-text a:hover {
	color: #902d6a;
}

footer .logo-sec .footer-social {
	margin-bottom: 28px;
}

footer .footer-headings {
	text-transform: none;
}

.container.footer-padding {
	margin-right: 10%;
	margin-top: 12px;
}

footer .footer-title.mobile-title {
	border-bottom: none;
	padding: 0;
	padding-top: 20px;
}

.saas2.loding-header .img-fluid {
	max-width: 86px;
}

.main-logo img {
	transform: translate(-25%, -10%);
	//display: none;
}

.saas2 h2, .saas2 h3, .saas2 h4, .saas2 h5 {
	color: #643070;
}

.icon-collection .about-icon:hover {
	background-color: #643070;
}

/*.icon-collection .about-icon.selected {*/
/*	background-color: #643070;*/
/*}*/

.app2.footer2 {
	position:relative;
	overflow:hidden;
	background-image:url("../images/background.png");
	background-position:right;
	padding-top: 300px;
	padding-bottom: 300px;
}

.saas2.feature {
	background: none;
}

.about-icon h5 {
	color: #2d2d7b;
}


.img-fluid {
	//filter: drop-shadow(2px 2px 8px #0000002b);
}

#tiles-info {
	padding-left: 2em;
	padding-bottom: 2em;
}

p.switchable-text {
	position: absolute;
	top: 43%;
	transition: opacity 0.5s;
	color: #071828;
	text-align: left;
	transform: translateY(-50%);
}

.switchable-text.visible {
	opacity: 1;
}

.switchable-text.invisible {
	opacity: 0;
	transition: none;
}

::selection {
	background-color: #1b1f5d;
	color: #fff;
}

.app2 .btn {
	text-transform: none;
}

.agency h2 {
	margin: 0;
	font-weight: 400;
}

.subscribe.subscribe-2 .form-group .icon {
	color: #2d2d7b;
}

::placeholder {
	color: #000 !important;
}

.btn-default.btn-gradient {
	background: #2d2d7b;
	transition: all 0.2s;
}

.btn-default.btn-gradient:hover {
	background: #8d2c6a;
	transition: all 0.2s;
}

.fixed {
	position: fixed;
	bottom: 24px;
	right: 64px;
	z-index: 99;
	display: none;
}

.fixed .btn {
	border: 2px solid #fff;
	padding-bottom: 10px;
	padding-top: 11px;
	display: none;
}

.tap-top {
	background: #2d2d7b;
	transition: background 0.2s;
	border: 2px solid #fff;
	position: static;
	display: block;
	margin-left: 12px;
}
.tap-top:hover {
	background: #8d2c6a;
}

.tap-top i {
	transition: transform 0.2s;
}

.tap-top:hover i {
	transform: translateY(-15%);
}

.saas2 p.email-us {
    margin-top: 0.5em;
    text-align: center;
}

.saas2 p.email-us a {
    text-transform: none;
    letter-spacing: normal;
    color: #a75e8c;
    font-size: calc(13px + (16 - 13) * ((100vw - 300px) / (1920 - 300)));
}

.saas2 p.email-us a:hover {
    color: #902d6a;
}
